Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Speak.activity/NEWS4
-rw-r--r--[-rwxr-xr-x]Speak.activity/activity.py6
-rw-r--r--Speak.activity/activity/activity-hablarconsara.svg134
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/CHANGES.txt154
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/README.txt41
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/SUPPORTED_TAGS.txt94
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/TODO.txt13
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/pkg-info12
-rw-r--r--Speak.activity/bot/PyAIML-0.8.5/setup.cfg6
-rwxr-xr-xSpeak.activity/bot/PyAIML-0.8.5/setup.py34
-rw-r--r--Speak.activity/bot/README9
-rw-r--r--Speak.activity/bot/__init__.py0
-rwxr-xr-xSpeak.activity/bot/aiml/AimlParser.py545
-rwxr-xr-xSpeak.activity/bot/aiml/DefaultSubs.py156
-rwxr-xr-xSpeak.activity/bot/aiml/Kernel.py1183
-rwxr-xr-xSpeak.activity/bot/aiml/PatternMgr.py329
-rwxr-xr-xSpeak.activity/bot/aiml/Utils.py32
-rwxr-xr-xSpeak.activity/bot/aiml/WordSub.py95
-rwxr-xr-xSpeak.activity/bot/aiml/__init__.py4
-rwxr-xr-xSpeak.activity/bot/aiml/self-test.aiml270
-rw-r--r--Speak.activity/bot/alice.brnbin0 -> 8998277 bytes
-rw-r--r--Speak.activity/bot/alice/1.aiml123
-rw-r--r--Speak.activity/bot/alice/2.aiml119
-rw-r--r--Speak.activity/bot/alice/3.aiml51
-rw-r--r--Speak.activity/bot/alice/4.aiml67
-rw-r--r--Speak.activity/bot/alice/5.aiml15
-rw-r--r--Speak.activity/bot/alice/6.aiml31
-rw-r--r--Speak.activity/bot/alice/8.aiml23
-rw-r--r--Speak.activity/bot/alice/9.aiml23
-rw-r--r--Speak.activity/bot/alice/A.aiml15927
-rw-r--r--Speak.activity/bot/alice/B.aiml2388
-rw-r--r--Speak.activity/bot/alice/C.aiml11629
-rw-r--r--Speak.activity/bot/alice/D.aiml26676
-rw-r--r--Speak.activity/bot/alice/E.aiml2776
-rw-r--r--Speak.activity/bot/alice/F.aiml1530
-rw-r--r--Speak.activity/bot/alice/G.aiml1335
-rw-r--r--Speak.activity/bot/alice/H.aiml10477
-rw-r--r--Speak.activity/bot/alice/I.aiml24154
-rw-r--r--Speak.activity/bot/alice/J.aiml11805
-rw-r--r--Speak.activity/bot/alice/K.aiml494
-rw-r--r--Speak.activity/bot/alice/L.aiml2964
-rw-r--r--Speak.activity/bot/alice/M.aiml4104
-rw-r--r--Speak.activity/bot/alice/N.aiml3096
-rw-r--r--Speak.activity/bot/alice/O.aiml1596
-rw-r--r--Speak.activity/bot/alice/P.aiml3492
-rw-r--r--Speak.activity/bot/alice/Q.aiml2168
-rw-r--r--Speak.activity/bot/alice/R.aiml1708
-rw-r--r--Speak.activity/bot/alice/S.aiml3184
-rw-r--r--Speak.activity/bot/alice/T.aiml22193
-rw-r--r--Speak.activity/bot/alice/U.aiml1230
-rw-r--r--Speak.activity/bot/alice/V.aiml4848
-rw-r--r--Speak.activity/bot/alice/W.aiml57095
-rw-r--r--Speak.activity/bot/alice/X.aiml96
-rw-r--r--Speak.activity/bot/alice/Y.aiml8948
-rw-r--r--Speak.activity/bot/alice/Z.aiml77
-rw-r--r--Speak.activity/bot/alice/star.aiml2701
-rw-r--r--Speak.activity/bot/alice/under.aiml750
-rwxr-xr-xSpeak.activity/bot/gen_brains.py16
-rw-r--r--Speak.activity/bot/sara.brnbin0 -> 536715 bytes
-rwxr-xr-xSpeak.activity/bot/sara/default.aiml140
-rwxr-xr-xSpeak.activity/bot/sara/leeme.txt12
-rwxr-xr-xSpeak.activity/bot/sara/nombres.aiml1064
-rwxr-xr-xSpeak.activity/bot/sara/numeros.aiml1103
-rwxr-xr-xSpeak.activity/bot/sara/readme.txt13
-rwxr-xr-xSpeak.activity/bot/sara/sara.aiml1522
-rwxr-xr-xSpeak.activity/bot/sara/sara_srai.aiml10247
-rwxr-xr-xSpeak.activity/bot/sara/sexo.aiml1108
-rwxr-xr-xSpeak.activity/bot/test_brain.py10
-rw-r--r--Speak.activity/brain.py40
-rw-r--r--Speak.activity/locale/es/activity.linfo2
-rw-r--r--Speak.activity/po/es.po58
71 files changed, 248347 insertions, 2 deletions
diff --git a/Speak.activity/NEWS b/Speak.activity/NEWS
index 306df4b..d65c35e 100644
--- a/Speak.activity/NEWS
+++ b/Speak.activity/NEWS
@@ -1,3 +1,7 @@
+10
+
+* #743: FIx crash for as sintaxis (dirakx)
+
7
* #7852: Fix crash on launch by using numpy (morgs)
diff --git a/Speak.activity/activity.py b/Speak.activity/activity.py
index 8c4eaf5..240ffa1 100755..100644
--- a/Speak.activity/activity.py
+++ b/Speak.activity/activity.py
@@ -42,6 +42,7 @@ import fft_mouth
import waveform_mouth
import voice
import face
+import brain
import chat
import audio
from collab import CollabActivity
@@ -166,6 +167,8 @@ class SpeakActivity(CollabActivity):
self.face.look_ahead()
+ self.brain = brain.defaultBrain(self.face.status.voice)
+
# say hello to the user
presenceService = presenceservice.get_instance()
xoOwner = presenceService.get_owner()
@@ -272,6 +275,7 @@ class SpeakActivity(CollabActivity):
def voice_changed_cb(self, combo):
self.face.status.voice = combo.props.value
self.face.say(self.face.status.voice.friendlyname)
+ self.brain = brain.defaultBrain(self.face.status.voice)
def pitch_adjusted_cb(self, get, data=None):
self.face.status.pitch = get.value
@@ -369,7 +373,7 @@ class SpeakActivity(CollabActivity):
self.face.look_ahead()
# speak the text
- self.face.say(text)
+ self.face.say(self.brain.respond(text))
# add this text to our history unless it is the same as the last item
history = self.entrycombo.get_model()
diff --git a/Speak.activity/activity/activity-hablarconsara.svg b/Speak.activity/activity/activity-hablarconsara.svg
new file mode 100644
index 0000000..dcd31cc
--- /dev/null
+++ b/Speak.activity/activity/activity-hablarconsara.svg
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="50"
+ height="50"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="Activity-HablaConSara.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <metadata
+ id="metadata17">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs15"><inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 25 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="50 : 25 : 1"
+ inkscape:persp3d-origin="25 : 16.666667 : 1"
+ id="perspective19" />
+<inkscape:perspective
+ id="perspective2475"
+ inkscape:persp3d-origin="27.5 : 18.333333 : 1"
+ inkscape:vp_z="55 : 27.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 27.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+
+
+</defs>
+ <sodipodi:namedview
+ inkscape:window-height="722"
+ inkscape:window-width="1280"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="2.33"
+ inkscape:cx="26.863795"
+ inkscape:cy="20.573512"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="svg2" />
+ <g
+ id="g3429">
+ <ellipse
+ transform="matrix(0.6477914,0,0,0.6477914,10.158787,8.6181926)"
+ id="ellipse4"
+ ry="10"
+ rx="10"
+ cy="12"
+ cx="12"
+ sodipodi:cx="12"
+ sodipodi:cy="12"
+ sodipodi:rx="10"
+ sodipodi:ry="10"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.70489636;stroke-miterlimit:4;stroke-dasharray:none" />
+ <ellipse
+ transform="matrix(0.6477914,0,0,0.6477914,10.158787,8.6181926)"
+ id="ellipse6"
+ ry="10"
+ rx="10"
+ cy="12"
+ cx="36"
+ sodipodi:cx="36"
+ sodipodi:cy="12"
+ sodipodi:rx="10"
+ sodipodi:ry="10"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.70489636;stroke-miterlimit:4;stroke-dasharray:none" />
+ <circle
+ transform="matrix(0.6477914,0,0,0.6477914,9.7794379,8.6181926)"
+ id="circle8"
+ r="2"
+ cy="10"
+ cx="16"
+ sodipodi:cx="16"
+ sodipodi:cy="10"
+ sodipodi:rx="2"
+ sodipodi:ry="2"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.396155;stroke-miterlimit:4;stroke-dasharray:none" />
+ <circle
+ transform="matrix(0.6477914,0,0,0.6477914,9.8553077,8.6940624)"
+ id="circle10"
+ r="2"
+ cy="10"
+ cx="40"
+ sodipodi:cx="40"
+ sodipodi:cy="10"
+ sodipodi:rx="2"
+ sodipodi:ry="2"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.396155;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:&stroke_color;;stroke-width:2.96432175;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path3304"
+ sodipodi:cx="16.309013"
+ sodipodi:cy="-42.060085"
+ sodipodi:rx="27.896996"
+ sodipodi:ry="19.957081"
+ d="M 42.271638,-34.758097 A 27.896996,19.957081 0 0 1 -9.0684098,-33.771844"
+ transform="matrix(0.6789713,0,0,0.9654291,13.305764,57.674017)"
+ sodipodi:start="0.37458313"
+ sodipodi:end="2.7133165"
+ sodipodi:open="true" />
+ <path
+ id="path2468"
+ display="inline"
+ d="M 7.7871374,45.936639 C 8.4431762,47.180327 13.584711,46.000335 15.719242,44.357198 C 17.741226,42.811224 18.804163,41.55458 19.890186,41.55458 C 20.980057,41.55458 31.952834,42.547803 40.028267,35.384717 C 46.978233,29.223491 49.429243,20.499317 44.376202,12.241526 C 39.324132,3.9891322 31.070741,2.4388396 24.292956,3.0002269 C 15.043003,3.7742937 2.9399537,11.944637 3.3757097,24.255214 C 3.6296602,31.500349 6.604921,34.125914 8.1103471,35.810076 C 9.6128874,37.500715 12.482335,37.500715 10.988453,41.842831 C 10.401673,43.547504 7.2965512,44.993076 7.7871374,45.936639 z"
+ style="fill:none;stroke:&stroke_color;;stroke-width:3.28907108;display:inline" />
+ </g>
+</svg>
diff --git a/Speak.activity/bot/PyAIML-0.8.5/CHANGES.txt b/Speak.activity/bot/PyAIML-0.8.5/CHANGES.txt
new file mode 100644
index 0000000..9d4b0d5
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/CHANGES.txt
@@ -0,0 +1,154 @@
+version 0.8.5
+ - Fixed a couple lingering Unicode bugs, one of which was breaking things
+ pretty thoroughly under Python 2.2.3.
+ - Improved whitespace handling, to the point where it should be compliant
+ with the AIML 1.0.1 standard. Basically, whitespace will be stripped
+ down to readable levels, unless the xml:space attribute is used to
+ indicate otherwise.
+ - Fixed bug in PatternMgr where the character '1' was mistaken identified
+ as punctuation to be stripped, instead of the intended '!'.
+
+version 0.8.4:
+ - Fixed bug in AimlParser creation, if the aiml module was not in the same
+ directory as the script that imported it.
+ - Improved Unicode support (again) (thanks to Daniel Kottow for his help).
+ - 2nd pass at documentation. All functions now have useful, properly-formatted
+ docstrings.
+
+version 0.8.3:
+ - Reworked the way AimlParser objects are created, to allow support for
+ XML namespaces in a future version.
+ - First pass at Unicode-proofing the whole system, so that multi-lingual
+ AIML files can be processed.
+ - Added support for "index" attribute in "star", "thatstar" and "topicstar"
+ elements (thanks to Robert D. Cotey for the patch!). Also added type-check
+ to ensure that the value of the "index" attribute is an integer.
+
+version 0.8.2:
+ - Added protection against infinite AIML recursion.
+ - Removed the deprecated Kernel.getBotName and Kernel.setBotName functions.
+ - Added workaround for Unicode input crash. Feeding the Kernel Unicode
+ input no longer crashes the interpreter, but some internal input-formatting
+ operations must be skipped, which could cause some nonsensical replies
+ (like you're not already used to nonsensical replies, though...)
+
+version 0.8.1:
+ - "system" elements now attempt to intelligently convert between UNIX-style
+ and Windows-style pathnames as appropriate. For cross-platform compatibility,
+ all AIML files should use UNIX-style paths inside their "system" elements.
+ - Fixed crashes under Windows9X when a "system" element is executed when
+ w9xpopen.exe is unavailable.
+ - Re-piped most errors and warnings to go to stderr instead of stdout.
+ - Fixed bug that would cause the the bot to stop responding to any input in a session
+ if the "that" or "topic" strings were 100% whitespace (but still not empty).
+ - Fixed bug that would cause multi-line "that" strings to become corrupted. For
+ example, "Hello there.\nNice to meet you" would become "HELLO THERENICE TO MEET
+ YOU" when queried for that-matching.
+
+version 0.8:
+ - Removed support for non-standard "mode" attribute in "system" elements.
+ It just wasn't worth breaking the AIML standard for.
+ - Reworked persistent session support (I warned you!). The old method involving
+ Kernel.persistentSessions() has been removed. Instead, there is a new
+ Kernel.getSessionData() method which gives the bot author access to the session
+ data. You can store this data however you wish. Session data can be restored
+ later by repeated calls to Kernel.setPredicate().
+ - Improved AIML parser error handling; instead of aborting the entire file, a
+ parse error now only ignores the current category and forges ahead. To check for
+ parse errors, check the return value of AimlParser.getNumErrors() after parsing.
+
+version 0.7:
+ - Further improved AIML parsing; missing or invalid XML attributes are now
+ detected at parse-time. There's also a first stab at support for Forward
+ Compatibility Mode: if the "version" attribute of an AIML tag is not 1.0.1,
+ the parser is much more forgiving of unknown or missing XML tags and attributes.
+ - Added "support" for the 'gossip' tag. The specific behavior of this tag is
+ totally undefined; currently, the PyAIML implementation treats it as a big
+ no-op. Its contents are ignored, and it returns the empty string (but at least
+ it isn't flagged as a syntax error!)
+ - Oops; I've implemented 'person' as 'person2' and vice versa this whole time!
+ Swapped them back; they should each behave correctly now.
+ - A bit of code cleanup, with an emphasis on using proper XML/AIML terminology
+ whenever possible.
+ - Fixed some exception-masking in the 'condition' element processor, which could
+ prevent AIML parse errors from being reported.
+ - Added full support for the "bot" tag (previously only the 'bot name="name"'
+ form was supported). Bot predicates are set using the Kernel.setBotPredicate()
+ function. Note that Kernel.getBotName() and Kernel.setBotName() have been
+ deprecated, and will disappear in a future release.
+
+version 0.6.1:
+ - Fixed undefined variable exception that was thrown whenever there was no
+ match for the user's input.
+ - Fixed an infinite recursion bug caused by processing two or more nested
+ 'srai' or 'sr' elements.
+
+version 0.6
+ - Completely rewrote the LearnHandler class (which handles all AIML parsing)
+ to be much less forgiving of incorrect AIML. Currently, any AIML errors
+ outside of "template" elements should be caught and reported at load-time.
+ AIML errors inside templates are still not detected until run-time.
+ - Added support for atomic 'person' and 'person2' tags (they implicitly use
+ 'star' as their contents if none are provided).
+ - Oops; Kernel.respond() was DEFINITELY not thread-safe. Now it is, provided
+ you're using Python's standard 'threading' module. If not, you'll have to
+ provide your own mutual-exclusion system to ensure that only one thread
+ is calling Kernel.respond() at a time.
+ - Recursive tags ('srai' and 'sr') no longer add their intermediate results
+ to the input and output history.
+ - EXPERIMENTAL FEATURE: persistent sessions. If enabled using
+ Kernel.persistentSessions(True), session data will be written to disk
+ after every response. This lets session data be preserved when the
+ Kernel is destroyed, at the expense of a small performance hit (all
+ that extra disk I/O). The semantics of this feature may change in future
+ releases!
+ - Added support for the "id" tag (it returns the session ID).
+ - Added support for the "topic", "topicstar" and "thatstar" tags.
+ - Commented up the test.py file.
+ - Added a summary to the end of the Kernel.py self-test (since there are now
+ too many tests to fit on screen).
+ - Added support for multi-sentence input. The user's input is split into
+ individual sentences, each of which is treated as a completely separate
+ piece of input. I'm *pretty* sure this is the Right Way(tm).
+
+version 0.5
+ - The filename inside Learn tags can now contain wildcards. Besides
+ simplifying the loading of multiple files, this allows the possibility
+ of loading AIML files that may not exist without crashing the
+ interpreter.
+ - Attempting to set the value of a predicate in a nonexistent session
+ now automatically creates the session, instead of silently doing nothing.
+ - "set" tags now output the new value of the variable, as well as assigning
+ it.
+
+version 0.4.1
+ - Unknown AIML tags are handled in a more forgiving fashion. If an
+ unknown tag is encountered, instead of ignoring its contents entirely,
+ the contents are processed and returned unaltered.
+ - Added support for "bot name='name'" tags, both in patterns and in
+ templates. This also fixes a nasty infinite loop crash when a user
+ says Hello to a bot.
+
+version 0.4
+ - Added support for "star" and "sr" tags.
+ - Considered adding support for the "secure" tag, but decided against it.
+ see SUPPORTED_TAGS.txt for more information.
+
+version 0.3
+ - Cleaned up AIML processing code to remove some unnecessary
+ special-cases in the interpretation algorithm.
+ - Added support for "input" and "that" tags.
+
+version 0.2
+ - 50% speedup in Kernel.loadBrain() and Kernel.saveBrain().
+ - The optional 'learnFiles' and 'commands' arguments to
+ Kernel.bootstrap() can now be either strings or lists. This
+ allows multiple files/commands to be loaded during
+ initialization.
+ - Added support for "person" and "person2" tags.
+ - Added general word-substitution functionality. This opens up
+ the potential for localizing PyAIML into non-English languages.
+ See DefaultSubs.py for more info.
+
+version 0.1:
+ - Initial release. \ No newline at end of file
diff --git a/Speak.activity/bot/PyAIML-0.8.5/README.txt b/Speak.activity/bot/PyAIML-0.8.5/README.txt
new file mode 100644
index 0000000..82a7f8b
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/README.txt
@@ -0,0 +1,41 @@
+PyAIML -- The Python AIML Interpreter
+author: Cort Stratton (cort@users.sourceforge.net)
+web: http://pyaiml.sourceforge.net/
+
+PyAIML is an interpreter for AIML (the Artificial Intelligence Markup
+Language), implemented entirely in standard Python. It strives for
+simple, austere, 100% compliance with the AIML 1.0.1 standard, no less
+and no more.
+
+This is currently pre-alpha software. Use at your
+own risk!
+
+For information on what's new in this version, see the
+CHANGES.txt file.
+
+For information on the state of development, including
+the current level of AIML 1.0.1 compliance, see the
+SUPPORTED_TAGS.txt file.
+
+Quick & dirty example (assuming you've downloaded the
+"standard" AIML set):
+
+ import aiml
+
+ # The Kernel object is the public interface to
+ # the AIML interpreter.
+ k = aiml.Kernel()
+
+ # Use the 'learn' method to load the contents
+ # of an AIML file into the Kernel.
+ k.learn("std-startup.xml")
+
+ # Use the 'respond' method to compute the response
+ # to a user's input string. respond() returns
+ # the interpreter's response, which in this case
+ # we ignore.
+ k.respond("load aiml b")
+
+ # Loop forever, reading user input from the command
+ # line and printing responses.
+ while True: print k.respond(raw_input("> ")) \ No newline at end of file
diff --git a/Speak.activity/bot/PyAIML-0.8.5/SUPPORTED_TAGS.txt b/Speak.activity/bot/PyAIML-0.8.5/SUPPORTED_TAGS.txt
new file mode 100644
index 0000000..bbbf708
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/SUPPORTED_TAGS.txt
@@ -0,0 +1,94 @@
+This document describes the current state of PyAIML's compliance
+to the AIML 1.0.1 standard. The full AIML reference manual can be
+found online at http://alicebot.org/TR/2001/WD-aiml.
+
+The following tags are currently supported:
+
+ <bot name="name"> (see notes)
+ <condition>
+ <date>
+ <formal>
+ <gender>
+ <get>
+ <id>
+ <input>
+ <learn>
+ <li>
+ <lowercase>
+ <person>
+ <person2>
+ <random>
+ <sentence>
+ <set>
+ <size>
+ <sr>
+ <srai>
+ <star>
+ <system>
+ <that>
+ <thatstar>
+ <think>
+ <topic>
+ <topicstar>
+ <uppercase>
+ <version>
+
+Support for the following tags should be implemented in the next version:
+
+ None
+
+The following tags are not supported:
+
+ <gossip> (see notes)
+ <if> / <else> (see notes)
+ <javascript> (see notes)
+ <secure> (see notes)
+
+------------------------------------------------------------------
+
+NOTES ON SPECIFIC TAGS:
+
+<bot name="name">
+To set the bot's name, use Kernel.setBotName("NewName"). Note that the
+name *MUST* be a single word! Use Kernel.getBotName() to query the bot's
+name in your code.
+
+<gossip>
+The AIML 1.0.1 specification lets engine authors implement the the behavior
+of the <gossip> tag however they wish. I haven't yet decided what I'd like
+to do with it, so right now it doesn't do anything at all.
+
+<if> / <else>
+These elements appear to have been dropped between AIML 1.0 and AIML 1.0.1.
+They may someday be added as a part of an AIML 1.0 backwards-compatibility
+mode, but in the meantime, use <condition> instead.
+
+<javascript>
+Support for the JavaScript tag is not anticipated; one of the design
+goals of PyAIML is to remain 100% pure standard Python. So until
+somebody writes a JavaScript interpreter in Python, PyAIML won't
+support the <javascript> tag. On the bright side, it is possible
+to simulate the effects of the <javascript> tag (i.e. dynamically-
+generated tag contents) using the <system mode="sync"> tag. This
+solution has the added advantage of allowing *any* programming
+language to be used, not just JavaScript.
+UPDATE: The python-spidermonkey project provides a bridge between Python
+and the open-source SpiderMonkey JavaScript library. I am currently
+investigating the possibility of adding support for the <javascript>
+tag ON A PURELY OPTIONAL BASIS.
+
+<secure>
+Some AIML implementations support a non-standard <secure> tag, intended to
+wrap parts of a template which should only be processed if the user is
+"secure", or trusted. After implementing support for this tag, I realized
+that it wasn't doing anything that you can't do with the <condition> tag.
+Therefore, I've decided to drop support for the <secure> tag. You can
+easily duplicate its effects; simply replace this:
+ <secure error="you're not allowed">you are allowed</secure>
+with this:
+ <condition name="secure">
+ <li value="yes">you are allowed</li>
+ <li>you are not allowed</li>
+ </condition>
+Then, use the Kernel.setPredicate() call to set the "secure" predicate to
+"yes" for any session that you wish to be secure. \ No newline at end of file
diff --git a/Speak.activity/bot/PyAIML-0.8.5/TODO.txt b/Speak.activity/bot/PyAIML-0.8.5/TODO.txt
new file mode 100644
index 0000000..cd75a71
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/TODO.txt
@@ -0,0 +1,13 @@
+Laundry list of future tasks, in no particular order:
+
+ - AIML 1.0.1 compliance (highest priority):
+ - Unknown yet well-defined elements (e.g. HTML) inside templates
+ (see sections 3.2, 3.6).
+ - AimlParser._validateElemStart() needs to test the well-formedness of
+ attribute values (for example, making sure that the "index" attribute
+ has an integer value, and not a string). UPDATE: this works for <star>,
+ <thatstar> and <topicstar>. Still needs to be written for <input> and <that>,
+ which take either an integer or an integer pair.
+ - Support the Program D startup file syntax, or something similar? It
+ seems to be a good way to initialize bot settings and substitutions.
+ - Documentation/tutorials.
diff --git a/Speak.activity/bot/PyAIML-0.8.5/pkg-info b/Speak.activity/bot/PyAIML-0.8.5/pkg-info
new file mode 100644
index 0000000..908caaa
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/pkg-info
@@ -0,0 +1,12 @@
+Metadata-Version: 1.0
+Name: PyAIML
+Version: 0.8.5
+Summary: An interpreter package for AIML, the Artificial Intelligence Markup Language
+Home-page: http://pyaiml.sourceforge.net/
+Author: Cort Stratton
+Author-email: cort@users.sourceforge.net
+License: UNKNOWN
+Description: PyAIML implements an interpreter for AIML, the Artificial Intelligence
+ Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation.
+ It can be used to implement a conversational AI program.
+Platform: any
diff --git a/Speak.activity/bot/PyAIML-0.8.5/setup.cfg b/Speak.activity/bot/PyAIML-0.8.5/setup.cfg
new file mode 100644
index 0000000..89ca66e
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/setup.cfg
@@ -0,0 +1,6 @@
+[bdist_wininst]
+title=PyAIML
+
+[sdist]
+formats=zip,gztar,bztar
+
diff --git a/Speak.activity/bot/PyAIML-0.8.5/setup.py b/Speak.activity/bot/PyAIML-0.8.5/setup.py
new file mode 100755
index 0000000..3cc058a
--- /dev/null
+++ b/Speak.activity/bot/PyAIML-0.8.5/setup.py
@@ -0,0 +1,34 @@
+# Command to build:
+from distutils.core import setup
+import glob
+
+package_prefix = "Lib/site-packages/aiml"
+
+setup(name="PyAIML",
+ version="0.8.5",
+ author="Cort Stratton",
+ author_email="cort@users.sourceforge.net",
+ maintainer="Cort Stratton",
+ maintainer_email="cort@users.sourceforge.net",
+
+ description="An interpreter package for AIML, the Artificial Intelligence Markup Language",
+ long_description="""PyAIML implements an interpreter for AIML, the Artificial Intelligence
+Markup Language developed by Dr. Richard Wallace of the A.L.I.C.E. Foundation.
+It can be used to implement a conversational AI program.""",
+ url="http://pyaiml.sourceforge.net/",
+ platforms=["any"],
+ classifiers=["Development Status :: 3 - Alpha",
+ "Environment :: Console",
+ "Intended Audience :: Developers",
+ "Programming Language :: Python",
+ "Operating System :: OS Independent",
+ "Topic :: Communications :: Chat",
+ "Topic :: Scientific/Engineering :: Artificial Intelligence"
+ ],
+
+ packages=["aiml"],
+ data_files=[
+ (package_prefix, glob.glob("aiml/self-test.aiml")),
+ (package_prefix, glob.glob("*.txt")),
+ ],
+)
diff --git a/Speak.activity/bot/README b/Speak.activity/bot/README
new file mode 100644
index 0000000..449768c
--- /dev/null
+++ b/Speak.activity/bot/README
@@ -0,0 +1,9 @@
+HabarConSara Activity
+
+Humorada de modificación a Actividad Hablar
+Elaborada por Sebastian Silva <sebastian@fuentelibre.org>
+
+http://www.fuentelibre.org/
+
+Puede obtener las fuentes de los cerebros AIML descargando la versión de desarrollo:
+git clone git://gitorious.org/hablar-con-sara/mainline.git HablarConSara.activity
diff --git a/Speak.activity/bot/__init__.py b/Speak.activity/bot/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Speak.activity/bot/__init__.py
diff --git a/Speak.activity/bot/aiml/AimlParser.py b/Speak.activity/bot/aiml/AimlParser.py
new file mode 100755
index 0000000..75c2cf1
--- /dev/null
+++ b/Speak.activity/bot/aiml/AimlParser.py
@@ -0,0 +1,545 @@
+from xml.sax.handler import ContentHandler
+from xml.sax.xmlreader import Locator
+import sys
+import xml.sax
+import xml.sax.handler
+
+class AimlParserError(Exception): pass
+
+class AimlHandler(ContentHandler):
+ # The legal states of the AIML parser
+ _STATE_OutsideAiml = 0
+ _STATE_InsideAiml = 1
+ _STATE_InsideCategory = 2
+ _STATE_InsidePattern = 3
+ _STATE_AfterPattern = 4
+ _STATE_InsideThat = 5
+ _STATE_AfterThat = 6
+ _STATE_InsideTemplate = 7
+ _STATE_AfterTemplate = 8
+
+ def __init__(self, encoding = "UTF-8"):
+ self.categories = {}
+ self._encoding = encoding
+ self._state = self._STATE_OutsideAiml
+ self._version = ""
+ self._namespace = ""
+ self._forwardCompatibleMode = False
+ self._currentPattern = ""
+ self._currentThat = ""
+ self._currentTopic = ""
+ self._insideTopic = False
+ self._currentUnknown = "" # the name of the current unknown element
+
+ # This is set to true when a parse error occurs in a category.
+ self._skipCurrentCategory = False
+
+ # Counts the number of parse errors in a particular AIML document.
+ # query with getNumErrors(). If 0, the document is AIML-compliant.
+ self._numParseErrors = 0
+
+ # TODO: select the proper validInfo table based on the version number.
+ self._validInfo = self._validationInfo101
+
+ # This stack of bools is used when parsing <li> elements inside
+ # <condition> elements, to keep track of whether or not an
+ # attribute-less "default" <li> element has been found yet. Only
+ # one default <li> is allowed in each <condition> element. We need
+ # a stack in order to correctly handle nested <condition> tags.
+ self._foundDefaultLiStack = []
+
+ # This stack of strings indicates what the current whitespace-handling
+ # behavior should be. Each string in the stack is either "default" or
+ # "preserve". When a new AIML element is encountered, a new string is
+ # pushed onto the stack, based on the value of the element's "xml:space"
+ # attribute (if absent, the top of the stack is pushed again). When
+ # ending an element, pop an object off the stack.
+ self._whitespaceBehaviorStack = ["default"]
+
+ self._elemStack = []
+ self._locator = Locator()
+ self.setDocumentLocator(self._locator)
+
+ def getNumErrors(self):
+ "Return the number of errors found while parsing the current document."
+ return self._numParseErrors
+
+ def setEncoding(self, encoding):
+ """Set the text encoding to use when encoding strings read from XML.
+
+ Defaults to 'UTF-8'.
+
+ """
+ self._encoding = encoding
+
+ def _location(self):
+ "Return a string describing the current location in the source file."
+ line = self._locator.getLineNumber()
+ column = self._locator.getColumnNumber()
+ return "(line %d, column %d)" % (line, column)
+
+ def _pushWhitespaceBehavior(self, attr):
+ """Push a new string onto the whitespaceBehaviorStack.
+
+ The string's value is taken from the "xml:space" attribute, if it exists
+ and has a legal value ("default" or "preserve"). Otherwise, the previous
+ stack element is duplicated.
+
+ """
+ assert len(self._whitespaceBehaviorStack) > 0, "Whitespace behavior stack should never be empty!"
+ try:
+ if attr["xml:space"] == "default" or attr["xml:space"] == "preserve":
+ self._whitespaceBehaviorStack.append(attr["xml:space"])
+ else:
+ raise AimlParserError, "Invalid value for xml:space attribute "+self._location()
+ except KeyError:
+ self._whitespaceBehaviorStack.append(self._whitespaceBehaviorStack[-1])
+
+ def startElementNS(self, name, qname, attr):
+ print "QNAME:", qname
+ print "NAME:", name
+ uri,elem = name
+ if (elem == "bot"): print "name:", attr.getValueByQName("name"), "a'ite?"
+ self.startElement(elem, attr)
+ pass
+
+ def startElement(self, name, attr):
+ # Wrapper around _startElement, which catches errors in _startElement()
+ # and keeps going.
+
+ # If we're inside an unknown element, ignore everything until we're
+ # out again.
+ if self._currentUnknown != "":
+ return
+ # If we're skipping the current category, ignore everything until
+ # it's finished.
+ if self._skipCurrentCategory:
+ return
+
+ # process this start-element.
+ try: self._startElement(name, attr)
+ except AimlParserError, msg:
+ # Print the error message
+ sys.stderr.write("PARSE ERROR: %s\n" % msg)
+
+ self._numParseErrors += 1 # increment error count
+ # In case of a parse error, if we're inside a category, skip it.
+ if self._state >= self._STATE_InsideCategory:
+ self._skipCurrentCategory = True
+
+ def _startElement(self, name, attr):
+ if name == "aiml":
+ # <aiml> tags are only legal in the OutsideAiml state
+ if self._state != self._STATE_OutsideAiml:
+ raise AimlParserError, "Unexpected <aiml> tag "+self._location()
+ self._state = self._STATE_InsideAiml
+ self._insideTopic = False
+ self._currentTopic = u""
+ try: self._version = attr["version"]
+ except KeyError:
+ # This SHOULD be a syntax error, but so many AIML sets out there are missing
+ # "version" attributes that it just seems nicer to let it slide.
+ #raise AimlParserError, "Missing 'version' attribute in <aiml> tag "+self._location()
+ #print "WARNING: Missing 'version' attribute in <aiml> tag "+self._location()
+ #print " Defaulting to version 1.0"
+ self._version = "1.0"
+ self._forwardCompatibleMode = (self._version != "1.0.1")
+ self._pushWhitespaceBehavior(attr)
+ # Not sure about this namespace business yet...
+ #try:
+ # self._namespace = attr["xmlns"]
+ # if self._version == "1.0.1" and self._namespace != "http://alicebot.org/2001/AIML-1.0.1":
+ # raise AimlParserError, "Incorrect namespace for AIML v1.0.1 "+self._location()
+ #except KeyError:
+ # if self._version != "1.0":
+ # raise AimlParserError, "Missing 'version' attribute(s) in <aiml> tag "+self._location()
+ elif self._state == self._STATE_OutsideAiml:
+ # If we're outside of an AIML element, we ignore all tags.
+ return
+ elif name == "topic":
+ # <topic> tags are only legal in the InsideAiml state, and only
+ # if we're not already inside a topic.
+ if (self._state != self._STATE_InsideAiml) or self._insideTopic:
+ raise AimlParserError, "Unexpected <topic> tag", self._location()
+ try: self._currentTopic = unicode(attr['name'])
+ except KeyError:
+ raise AimlParserError, "Required \"name\" attribute missing in <topic> element "+self._location()
+ self._insideTopic = True
+ elif name == "category":
+ # <category> tags are only legal in the InsideAiml state
+ if self._state != self._STATE_InsideAiml:
+ raise AimlParserError, "Unexpected <category> tag "+self._location()
+ self._state = self._STATE_InsideCategory
+ self._currentPattern = u""
+ self._currentThat = u""
+ # If we're not inside a topic, the topic is implicitly set to *
+ if not self._insideTopic: self._currentTopic = u"*"
+ self._elemStack = []
+ self._pushWhitespaceBehavior(attr)
+ elif name == "pattern":
+ # <pattern> tags are only legal in the InsideCategory state
+ if self._state != self._STATE_InsideCategory:
+ raise AimlParserError, "Unexpected <pattern> tag "+self._location()
+ self._state = self._STATE_InsidePattern
+ elif name == "that" and self._state == self._STATE_AfterPattern:
+ # <that> are legal either inside a <template> element, or
+ # inside a <category> element, between the <pattern> and the
+ # <template> elements. This clause handles the latter case.
+ self._state = self._STATE_InsideThat
+ elif name == "template":
+ # <template> tags are only legal in the AfterPattern and AfterThat
+ # states
+ if self._state not in [self._STATE_AfterPattern, self._STATE_AfterThat]:
+ raise AimlParserError, "Unexpected <template> tag "+self._location()
+ # if no <that> element was specified, it is implicitly set to *
+ if self._state == self._STATE_AfterPattern:
+ self._currentThat = u"*"
+ self._state = self._STATE_InsideTemplate
+ self._elemStack.append(['template',{}])
+ self._pushWhitespaceBehavior(attr)
+ elif self._state == self._STATE_InsidePattern:
+ # Certain tags are allowed inside <pattern> elements.
+ if name == "bot" and attr.has_key("name") and attr["name"] == u"name":
+ # Insert a special character string that the PatternMgr will
+ # replace with the bot's name.
+ self._currentPattern += u" BOT_NAME "
+ else:
+ raise AimlParserError, ("Unexpected <%s> tag " % name)+self._location()
+ elif self._state == self._STATE_InsideThat:
+ # Certain tags are allowed inside <that> elements.
+ if name == "bot" and attr.has_key("name") and attr["name"] == u"name":
+ # Insert a special character string that the PatternMgr will
+ # replace with the bot's name.
+ self._currentThat += u" BOT_NAME "
+ else:
+ raise AimlParserError, ("Unexpected <%s> tag " % name)+self._location()
+ elif self._state == self._STATE_InsideTemplate and self._validInfo.has_key(name):
+ # Starting a new element inside the current pattern. First
+ # we need to convert 'attr' into a native Python dictionary,
+ # so it can later be marshaled.
+ attrDict = {}
+ for k,v in attr.items():
+ #attrDict[k[1].encode(self._encoding)] = v.encode(self._encoding)
+ attrDict[k.encode(self._encoding)] = unicode(v)
+ self._validateElemStart(name, attrDict, self._version)
+ # Push the current element onto the element stack.
+ self._elemStack.append([name.encode(self._encoding),attrDict])
+ self._pushWhitespaceBehavior(attr)
+ # If this is a condition element, push a new entry onto the
+ # foundDefaultLiStack
+ if name == "condition":
+ self._foundDefaultLiStack.append(False)
+ else:
+ # we're now inside an unknown element.
+ if self._forwardCompatibleMode:
+ # In Forward Compatibility Mode, we ignore the element and its
+ # contents.
+ self._currentUnknown = name
+ else:
+ # Otherwise, unknown elements are grounds for error!
+ raise AimlParserError, ("Unexpected <%s> tag " % name)+self._location()
+
+ def characters(self, ch):
+ # Wrapper around _characters which catches errors in _characters()
+ # and keeps going.
+ if self._state == self._STATE_OutsideAiml:
+ # If we're outside of an AIML element, we ignore all text
+ return
+ if self._currentUnknown != "":
+ # If we're inside an unknown element, ignore all text
+ return
+ if self._skipCurrentCategory:
+ # If we're skipping the current category, ignore all text.
+ return
+ try: self._characters(ch)
+ except AimlParserError, msg:
+ # Print the message
+ sys.stderr.write("PARSE ERROR: %s\n" % msg)
+ self._numParseErrors += 1 # increment error count
+ # In case of a parse error, if we're inside a category, skip it.
+ if self._state >= self._STATE_InsideCategory:
+ self._skipCurrentCategory = True
+
+ def _characters(self, ch):
+ text = unicode(ch)
+ if self._state == self._STATE_InsidePattern:
+ self._currentPattern += text
+ elif self._state == self._STATE_InsideThat:
+ self._currentThat += text
+ elif self._state == self._STATE_InsideTemplate:
+ # First, see whether the element at the top of the element stack
+ # is permitted to contain text.
+ try:
+ parent = self._elemStack[-1][0]
+ parentAttr = self._elemStack[-1][1]
+ required, optional, canBeParent = self._validInfo[parent]
+ nonBlockStyleCondition = (parent == "condition" and not (parentAttr.has_key("name") and parentAttr.has_key("value")))
+ if not canBeParent:
+ raise AimlParserError, ("Unexpected text inside <%s> element "%parent)+self._location()
+ elif parent == "random" or nonBlockStyleCondition:
+ # <random> elements can only contain <li> subelements. However,
+ # there's invariably some whitespace around the <li> that we need
+ # to ignore. Same for non-block-style <condition> elements (i.e.
+ # those which don't have both a "name" and a "value" attribute).
+ if len(text.strip()) == 0:
+ # ignore whitespace inside these elements.
+ return
+ else:
+ # non-whitespace text inside these elements is a syntax error.
+ raise AimlParserError, ("Unexpected text inside <%s> element "%parent)+self._location()
+ except IndexError:
+ # the element stack is empty. This should never happen.
+ raise AimlParserError, "Element stack is empty while validating text "+self._location()
+
+ # Add a new text element to the element at the top of the element
+ # stack. If there's already a text element there, simply append the
+ # new characters to its contents.
+ try: textElemOnStack = (self._elemStack[-1][-1][0] == "text")
+ except IndexError: textElemOnStack = False
+ except KeyError: textElemOnStack = False
+ if textElemOnStack:
+ self._elemStack[-1][-1][2] += text
+ else:
+ self._elemStack[-1].append(["text", {"xml:space": self._whitespaceBehaviorStack[-1]}, text])
+ else:
+ # all other text is ignored
+ pass
+
+ def endElementNS(self, name, qname):
+ uri, elem = name
+ self.endElement(elem)
+
+ def endElement(self, name):
+ """Wrapper around _endElement which catches errors in _characters()
+ and keeps going.
+
+ """
+ if self._state == self._STATE_OutsideAiml:
+ # If we're outside of an AIML element, ignore all tags
+ return
+ if self._currentUnknown != "":
+ # see if we're at the end of an unknown element. If so, we can
+ # stop ignoring everything.
+ if name == self._currentUnknown:
+ self._currentUnknown = ""
+ return
+ if self._skipCurrentCategory:
+ # If we're skipping the current category, see if it's ending. We
+ # stop on ANY </category> tag, since we're not keeping track of
+ # state in ignore-mode.
+ if name == "category":
+ self._skipCurrentCategory = False
+ self._state = self._STATE_InsideAiml
+ return
+ try: self._endElement(name)
+ except AimlParserError, msg:
+ # Print the message
+ sys.stderr.write("PARSE ERROR: %s\n" % msg)
+ self._numParseErrors += 1 # increment error count
+ # In case of a parse error, if we're inside a category, skip it.
+ if self._state >= self._STATE_InsideCategory:
+ self._skipCurrentCategory = True
+
+ def _endElement(self, name):
+ """Verify that an AIML end element is valid in the current
+ context.
+
+ Raises an AimlParserError if an illegal end element is encountered.
+
+ """
+ if name == "aiml":
+ # </aiml> tags are only legal in the InsideAiml state
+ if self._state != self._STATE_InsideAiml:
+ raise AimlParserError, "Unexpected </aiml> tag "+self._location()
+ self._state = self._STATE_OutsideAiml
+ self._whitespaceBehaviorStack.pop()
+ elif name == "topic":
+ # </topic> tags are only legal in the InsideAiml state, and
+ # only if _insideTopic is true.
+ if self._state != self._STATE_InsideAiml or not self._insideTopic:
+ raise AimlParserError, "Unexpected </topic> tag "+self._location()
+ self._insideTopic = False
+ self._currentTopic = u""
+ elif name == "category":
+ # </category> tags are only legal in the AfterTemplate state
+ if self._state != self._STATE_AfterTemplate:
+ raise AimlParserError, "Unexpected </category> tag "+self._location()
+ self._state = self._STATE_InsideAiml
+ # End the current category. Store the current pattern/that/topic and
+ # element in the categories dictionary.
+ key = (self._currentPattern.strip(), self._currentThat.strip(),self._currentTopic.strip())
+ self.categories[key] = self._elemStack[-1]
+ self._whitespaceBehaviorStack.pop()
+ elif name == "pattern":
+ # </pattern> tags are only legal in the InsidePattern state
+ if self._state != self._STATE_InsidePattern:
+ raise AimlParserError, "Unexpected </pattern> tag "+self._location()
+ self._state = self._STATE_AfterPattern
+ elif name == "that" and self._state == self._STATE_InsideThat:
+ # </that> tags are only allowed inside <template> elements or in
+ # the InsideThat state. This clause handles the latter case.
+ self._state = self._STATE_AfterThat
+ elif name == "template":
+ # </template> tags are only allowed in the InsideTemplate state.
+ if self._state != self._STATE_InsideTemplate:
+ raise AimlParserError, "Unexpected </template> tag "+self._location()
+ self._state = self._STATE_AfterTemplate
+ self._whitespaceBehaviorStack.pop()
+ elif self._state == self._STATE_InsidePattern:
+ # Certain tags are allowed inside <pattern> elements.
+ if name not in ["bot"]:
+ raise AimlParserError, ("Unexpected </%s> tag " % name)+self._location()
+ elif self._state == self._STATE_InsideThat:
+ # Certain tags are allowed inside <that> elements.
+ if name not in ["bot"]:
+ raise AimlParserError, ("Unexpected </%s> tag " % name)+self._location()
+ elif self._state == self._STATE_InsideTemplate:
+ # End of an element inside the current template. Append the
+ # element at the top of the stack onto the one beneath it.
+ elem = self._elemStack.pop()
+ self._elemStack[-1].append(elem)
+ self._whitespaceBehaviorStack.pop()
+ # If the element was a condition, pop an item off the
+ # foundDefaultLiStack as well.
+ if elem[0] == "condition": self._foundDefaultLiStack.pop()
+ else:
+ # Unexpected closing tag
+ raise AimlParserError, ("Unexpected </%s> tag " % name)+self._location()
+
+ # A dictionary containing a validation information for each AIML
+ # element. The keys are the names of the elements. The values are a
+ # tuple of three items. The first is a list containing the names of
+ # REQUIRED attributes, the second is a list of OPTIONAL attributes,
+ # and the third is a boolean value indicating whether or not the
+ # element can contain other elements and/or text (if False, the
+ # element can only appear in an atomic context, such as <date/>).
+ _validationInfo101 = {
+ "bot": ( ["name"], [], False ),
+ "condition": ( [], ["name", "value"], True ), # can only contain <li> elements
+ "date": ( [], [], False ),
+ "formal": ( [], [], True ),
+ "gender": ( [], [], True ),
+ "get": ( ["name"], [], False ),
+ "gossip": ( [], [], True ),
+ "id": ( [], [], False ),
+ "input": ( [], ["index"], False ),
+ "javascript": ( [], [], True ),
+ "learn": ( [], [], True ),
+ "li": ( [], ["name", "value"], True ),
+ "lowercase": ( [], [], True ),
+ "person": ( [], [], True ),
+ "person2": ( [], [], True ),
+ "random": ( [], [], True ), # can only contain <li> elements
+ "sentence": ( [], [], True ),
+ "set": ( ["name"], [], True),
+ "size": ( [], [], False ),
+ "sr": ( [], [], False ),
+ "srai": ( [], [], True ),
+ "star": ( [], ["index"], False ),
+ "system": ( [], [], True ),
+ "template": ( [], [], True ), # needs to be in the list because it can be a parent.
+ "that": ( [], ["index"], False ),
+ "thatstar": ( [], ["index"], False ),
+ "think": ( [], [], True ),
+ "topicstar": ( [], ["index"], False ),
+ "uppercase": ( [], [], True ),
+ "version": ( [], [], False ),
+ }
+
+ def _validateElemStart(self, name, attr, version):
+ """Test the validity of an element starting inside a <template>
+ element.
+
+ This function raises an AimlParserError exception if it the tag is
+ invalid. Otherwise, no news is good news.
+
+ """
+ # Check the element's attributes. Make sure that all required
+ # attributes are present, and that any remaining attributes are
+ # valid options.
+ required, optional, canBeParent = self._validInfo[name]
+ for a in required:
+ if a not in attr and not self._forwardCompatibleMode:
+ raise AimlParserError, ("Required \"%s\" attribute missing in <%s> element " % (a,name))+self._location()
+ for a in attr:
+ if a in required: continue
+ if a[0:4] == "xml:": continue # attributes in the "xml" namespace can appear anywhere
+ if a not in optional and not self._forwardCompatibleMode:
+ raise AimlParserError, ("Unexpected \"%s\" attribute in <%s> element " % (a,name))+self._location()
+
+ # special-case: several tags contain an optional "index" attribute.
+ # This attribute's value must be a positive integer.
+ if name in ["star", "thatstar", "topicstar"]:
+ for k,v in attr.items():
+ if k == "index":
+ temp = 0
+ try: temp = int(v)
+ except:
+ raise AimlParserError, ("Bad type for \"%s\" attribute (expected integer, found \"%s\") " % (k,v))+self._location()
+ if temp < 1:
+ raise AimlParserError, ("\"%s\" attribute must have non-negative value " % (k))+self._location()
+
+ # See whether the containing element is permitted to contain
+ # subelements. If not, this element is invalid no matter what it is.
+ try:
+ parent = self._elemStack[-1][0]
+ parentAttr = self._elemStack[-1][1]
+ except IndexError:
+ # If the stack is empty, no parent is present. This should never
+ # happen.
+ raise AimlParserError, ("Element stack is empty while validating <%s> " % name)+self._location()
+ required, optional, canBeParent = self._validInfo[parent]
+ nonBlockStyleCondition = (parent == "condition" and not (parentAttr.has_key("name") and parentAttr.has_key("value")))
+ if not canBeParent:
+ raise AimlParserError, ("<%s> elements cannot have any contents "%parent)+self._location()
+ # Special-case test if the parent element is <condition> (the
+ # non-block-style variant) or <random>: these elements can only
+ # contain <li> subelements.
+ elif (parent == "random" or nonBlockStyleCondition) and name!="li":
+ raise AimlParserError, ("<%s> elements can only contain <li> subelements "%parent)+self._location()
+ # Special-case test for <li> elements, which can only be contained
+ # by non-block-style <condition> and <random> elements, and whose
+ # required attributes are dependent upon which attributes are
+ # present in the <condition> parent.
+ elif name=="li":
+ if not (parent=="random" or nonBlockStyleCondition):
+ raise AimlParserError, ("Unexpected <li> element contained by <%s> element "%parent)+self._location()
+ if nonBlockStyleCondition:
+ if parentAttr.has_key("name"):
+ # Single-predicate condition. Each <li> element except the
+ # last must have a "value" attribute.
+ if len(attr) == 0:
+ # This could be the default <li> element for this <condition>,
+ # unless we've already found one.
+ if self._foundDefaultLiStack[-1]:
+ raise AimlParserError, "Unexpected default <li> element inside <condition> "+self._location()
+ else:
+ self._foundDefaultLiStack[-1] = True
+ elif len(attr) == 1 and attr.has_key("value"):
+ pass # this is the valid case
+ else:
+ raise AimlParserError, "Invalid <li> inside single-predicate <condition> "+self._location()
+ elif len(parentAttr) == 0:
+ # Multi-predicate condition. Each <li> element except the
+ # last must have a "name" and a "value" attribute.
+ if len(attr) == 0:
+ # This could be the default <li> element for this <condition>,
+ # unless we've already found one.
+ if self._foundDefaultLiStack[-1]:
+ raise AimlParserError, "Unexpected default <li> element inside <condition> "+self._location()
+ else:
+ self._foundDefaultLiStack[-1] = True
+ elif len(attr) == 2 and attr.has_key("value") and attr.has_key("name"):
+ pass # this is the valid case
+ else:
+ raise AimlParserError, "Invalid <li> inside multi-predicate <condition> "+self._location()
+ # All is well!
+ return True
+
+def create_parser():
+ """Create and return an AIML parser object."""
+ parser = xml.sax.make_parser()
+ handler = AimlHandler("UTF-8")
+ parser.setContentHandler(handler)
+ #parser.setFeature(xml.sax.handler.feature_namespaces, True)
+ return parser \ No newline at end of file
diff --git a/Speak.activity/bot/aiml/DefaultSubs.py b/Speak.activity/bot/aiml/DefaultSubs.py
new file mode 100755
index 0000000..5166cf6
--- /dev/null
+++ b/Speak.activity/bot/aiml/DefaultSubs.py
@@ -0,0 +1,156 @@
+"""This file contains the default (English) substitutions for the
+PyAIML kernel. These substitutions may be overridden by using the
+Kernel.loadSubs(filename) method. The filename specified should refer
+to a Windows-style INI file with the following format:
+
+ # lines that start with '#' are comments
+
+ # The 'gender' section contains the substitutions performed by the
+ # <gender> AIML tag, which swaps masculine and feminine pronouns.
+ [gender]
+ he = she
+ she = he
+ # and so on...
+
+ # The 'person' section contains the substitutions performed by the
+ # <person> AIML tag, which swaps 1st and 2nd person pronouns.
+ [person]
+ I = you
+ you = I
+ # and so on...
+
+ # The 'person2' section contains the substitutions performed by
+ # the <person2> AIML tag, which swaps 1st and 3nd person pronouns.
+ [person2]
+ I = he
+ he = I
+ # and so on...
+
+ # the 'normal' section contains subtitutions run on every input
+ # string passed into Kernel.respond(). It's mainly used to
+ # correct common misspellings, and to convert contractions
+ # ("WHAT'S") into a format that will match an AIML pattern ("WHAT
+ # IS").
+ [normal]
+ what's = what is
+"""
+
+defaultGender = {
+ # masculine -> feminine
+ "he": "she",
+ "him": "her",
+ "his": "her",
+ "himself": "herself",
+
+ # feminine -> masculine
+ "she": "he",
+ "her": "him",
+ "hers": "his",
+ "herself": "himself",
+}
+
+defaultPerson = {
+ # 1st->3rd (masculine)
+ "I": "he",
+ "me": "him",
+ "my": "his",
+ "mine": "his",
+ "myself": "himself",
+
+ # 3rd->1st (masculine)
+ "he":"I",
+ "him":"me",
+ "his":"my",
+ "himself":"myself",
+
+ # 3rd->1st (feminine)
+ "she":"I",
+ "her":"me",
+ "hers":"mine",
+ "herself":"myself",
+}
+
+defaultPerson2 = {
+ # 1st -> 2nd
+ "I": "you",
+ "me": "you",
+ "my": "your",
+ "mine": "yours",
+ "myself": "yourself",
+
+ # 2nd -> 1st
+ "you": "me",
+ "your": "my",
+ "yours": "mine",
+ "yourself": "myself",
+}
+
+
+# TODO: this list is far from complete
+defaultNormal = {
+ "wanna": "want to",
+ "gonna": "going to",
+
+ "I'm": "I am",
+ "I'd": "I would",
+ "I'll": "I will",
+ "I've": "I have",
+ "you'd": "you would",
+ "you're": "you are",
+ "you've": "you have",
+ "you'll": "you will",
+ "he's": "he is",
+ "he'd": "he would",
+ "he'll": "he will",
+ "she's": "she is",
+ "she'd": "she would",
+ "she'll": "she will",
+ "we're": "we are",
+ "we'd": "we would",
+ "we'll": "we will",
+ "we've": "we have",
+ "they're": "they are",
+ "they'd": "they would",
+ "they'll": "they will",
+ "they've": "they have",
+
+ "y'all": "you all",
+
+ "can't": "can not",
+ "cannot": "can not",
+ "couldn't": "could not",
+ "wouldn't": "would not",
+ "shouldn't": "should not",
+
+ "isn't": "is not",
+ "ain't": "is not",
+ "don't": "do not",
+ "aren't": "are not",
+ "won't": "will not",
+ "weren't": "were not",
+ "wasn't": "was not",
+ "didn't": "did not",
+ "hasn't": "has not",
+ "hadn't": "had not",
+ "haven't": "have not",
+
+ "where's": "where is",
+ "where'd": "where did",
+ "where'll": "where will",
+ "who's": "who is",
+ "who'd": "who did",
+ "who'll": "who will",
+ "what's": "what is",
+ "what'd": "what did",
+ "what'll": "what will",
+ "when's": "when is",
+ "when'd": "when did",
+ "when'll": "when will",
+ "why's": "why is",
+ "why'd": "why did",
+ "why'll": "why will",
+
+ "it's": "it is",
+ "it'd": "it would",
+ "it'll": "it will",
+} \ No newline at end of file
diff --git a/Speak.activity/bot/aiml/Kernel.py b/Speak.activity/bot/aiml/Kernel.py
new file mode 100755
index 0000000..413f26d
--- /dev/null
+++ b/Speak.activity/bot/aiml/Kernel.py
@@ -0,0 +1,1183 @@
+# -*- coding: latin-1 -*-
+"""This file contains the public interface to the aiml module."""
+import AimlParser
+import DefaultSubs
+import Utils
+from PatternMgr import PatternMgr
+from WordSub import WordSub
+
+from ConfigParser import ConfigParser
+import copy
+import glob
+import os
+import random
+import re
+import string
+import sys
+import time
+import threading
+import xml.sax
+
+
+class Kernel:
+ # module constants
+ _globalSessionID = "_global" # key of the global session (duh)
+ _maxHistorySize = 10 # maximum length of the _inputs and _responses lists
+ _maxRecursionDepth = 100 # maximum number of recursive <srai>/<sr> tags before the response is aborted.
+ # special predicate keys
+ _inputHistory = "_inputHistory" # keys to a queue (list) of recent user input
+ _outputHistory = "_outputHistory" # keys to a queue (list) of recent responses.
+ _inputStack = "_inputStack" # Should always be empty in between calls to respond()
+
+ def __init__(self):
+ self._verboseMode = True
+ self._version = "PyAIML 0.8.5"
+ self._brain = PatternMgr()
+ self._respondLock = threading.RLock()
+ self._textEncoding = "utf-8"
+
+ # set up the sessions
+ self._sessions = {}
+ self._addSession(self._globalSessionID)
+
+ # Set up the bot predicates
+ self._botPredicates = {}
+ self.setBotPredicate("name", "Nameless")
+
+ # set up the word substitutors (subbers):
+ self._subbers = {}
+ self._subbers['gender'] = WordSub(DefaultSubs.defaultGender)
+ self._subbers['person'] = WordSub(DefaultSubs.defaultPerson)
+ self._subbers['person2'] = WordSub(DefaultSubs.defaultPerson2)
+ self._subbers['normal'] = WordSub(DefaultSubs.defaultNormal)
+
+ # set up the element processors
+ self._elementProcessors = {
+ "bot": self._processBot,
+ "condition": self._processCondition,
+ "date": self._processDate,
+ "formal": self._processFormal,
+ "gender": self._processGender,
+ "get": self._processGet,
+ "gossip": self._processGossip,
+ "id": self._processId,
+ "input": self._processInput,
+ "javascript": self._processJavascript,
+ "learn": self._processLearn,
+ "li": self._processLi,
+ "lowercase": self._processLowercase,
+ "person": self._processPerson,
+ "person2": self._processPerson2,
+ "random": self._processRandom,
+ "text": self._processText,
+ "sentence": self._processSentence,
+ "set": self._processSet,
+ "size": self._processSize,
+ "sr": self._processSr,
+ "srai": self._processSrai,
+ "star": self._processStar,
+ "system": self._processSystem,
+ "template": self._processTemplate,
+ "that": self._processThat,
+ "thatstar": self._processThatstar,
+ "think": self._processThink,
+ "topicstar": self._processTopicstar,
+ "uppercase": self._processUppercase,
+ "version": self._processVersion,
+ }
+
+ def bootstrap(self, brainFile = None, learnFiles = [], commands = []):
+ """Prepare a Kernel object for use.
+
+ If a brainFile argument is provided, the Kernel attempts to
+ load the brain at the specified filename.
+
+ If learnFiles is provided, the Kernel attempts to load the
+ specified AIML files.
+
+ Finally, each of the input strings in the commands list is
+ passed to respond().
+
+ """
+ start = time.clock()
+ if brainFile:
+ self.loadBrain(brainFile)
+
+ # learnFiles might be a string, in which case it should be
+ # turned into a single-element list.
+ learns = learnFiles
+ try: learns = [ learnFiles + "" ]
+ except: pass
+ for file in learns:
+ self.learn(file)
+
+ # ditto for commands
+ cmds = commands
+ try: cmds = [ commands + "" ]
+ except: pass
+ for cmd in cmds:
+ print self._respond(cmd, self._globalSessionID)
+
+ if self._verboseMode:
+ print "Kernel bootstrap completed in %.2f seconds" % (time.clock() - start)
+
+ def verbose(self, isVerbose = True):
+ """Enable/disable verbose output mode."""
+ self._verboseMode = isVerbose
+
+ def version(self):
+ """Return the Kernel's version string."""
+ return self._version
+
+ def numCategories(self):
+ """Return the number of categories the Kernel has learned."""
+ # there's a one-to-one mapping between templates and categories
+ return self._brain.numTemplates()
+
+ def resetBrain(self):
+ """Reset the brain to its initial state.
+
+ This is essentially equivilant to:
+ del(kern)
+ kern = aiml.Kernel()
+
+ """
+ del(self._brain)
+ self.__init__()
+
+ def loadBrain(self, filename):
+ """Attempt to load a previously-saved 'brain' from the
+ specified filename.
+
+ NOTE: the current contents of the 'brain' will be discarded!
+
+ """
+ if self._verboseMode: print "Loading brain from %s..." % filename,
+ start = time.clock()
+ self._brain.restore(filename)
+ if self._verboseMode:
+ end = time.clock() - start
+ print "done (%d categories in %.2f seconds)" % (self._brain.numTemplates(), end)
+
+ def saveBrain(self, filename):
+ """Dump the contents of the bot's brain to a file on disk."""
+ if self._verboseMode: print "Saving brain to %s..." % filename,
+ start = time.clock()
+ self._brain.save(filename)
+ if self._verboseMode:
+ print "done (%.2f seconds)" % (time.clock() - start)
+
+ def getPredicate(self, name, sessionID = _globalSessionID):
+ """Retrieve the current value of the predicate 'name' from the
+ specified session.
+
+ If name is not a valid predicate in the session, the empty
+ string is returned.
+
+ """
+ try: return self._sessions[sessionID][name]
+ except KeyError: return ""
+
+ def setPredicate(self, name, value, sessionID = _globalSessionID):
+ """Set the value of the predicate 'name' in the specified
+ session.
+
+ If sessionID is not a valid session, it will be created. If
+ name is not a valid predicate in the session, it will be
+ created.
+
+ """
+ self._addSession(sessionID) # add the session, if it doesn't already exist.
+ self._sessions[sessionID][name] = value
+
+ def getBotPredicate(self, name):
+ """Retrieve the value of the specified bot predicate.
+
+ If name is not a valid bot predicate, the empty string is returned.
+
+ """
+ try: return self._botPredicates[name]
+ except KeyError: return ""
+
+ def setBotPredicate(self, name, value):
+ """Set the value of the specified bot predicate.
+
+ If name is not a valid bot predicate, it will be created.
+
+ """
+ self._botPredicates[name] = value
+ # Clumsy hack: if updating the bot name, we must update the
+ # name in the brain as well
+ if name == "name":
+ self._brain.setBotName(self.getBotPredicate("name"))
+
+ def setTextEncoding(self, encoding):
+ """Set the text encoding used when loading AIML files (Latin-1, UTF-8, etc.)."""
+ self._textEncoding = encoding
+
+ def loadSubs(self, filename):
+ """Load a substitutions file.
+
+ The file must be in the Windows-style INI format (see the
+ standard ConfigParser module docs for information on this
+ format). Each section of the file is loaded into its own
+ substituter.
+
+ """
+ inFile = file(filename)
+ parser = ConfigParser()
+ parser.readfp(inFile, filename)
+ inFile.close()
+ for s in parser.sections():
+ # Add a new WordSub instance for this section. If one already
+ # exists, delete it.
+ if self._subbers.has_key(s):
+ del(self._subbers[s])
+ self._subbers[s] = WordSub()
+ # iterate over the key,value pairs and add them to the subber
+ for k,v in parser.items(s):
+ self._subbers[s][k] = v
+
+ def _addSession(self, sessionID):
+ """Create a new session with the specified ID string."""
+ if self._sessions.has_key(sessionID):
+ return
+ # Create the session.
+ self._sessions[sessionID] = {
+ # Initialize the special reserved predicates
+ self._inputHistory: [],
+ self._outputHistory: [],
+ self._inputStack: []
+ }
+
+ def _deleteSession(self, sessionID):
+ """Delete the specified session."""
+ if self._sessions.has_key(sessionID):
+ _sessions.pop(sessionID)
+
+ def getSessionData(self, sessionID = None):
+ """Return a copy of the session data dictionary for the
+ specified session.
+
+ If no sessionID is specified, return a dictionary containing
+ *all* of the individual session dictionaries.
+
+ """
+ s = None
+ if sessionID is not None:
+ try: s = self._sessions[sessionID]
+ except KeyError: s = {}
+ else:
+ s = self._sessions
+ return copy.deepcopy(s)
+
+ def learn(self, filename):
+ """Load and learn the contents of the specified AIML file.
+
+ If filename includes wildcard characters, all matching files
+ will be loaded and learned.
+
+ """
+ for f in glob.glob(filename):
+ if self._verboseMode: print "Loading %s..." % f,
+ start = time.clock()
+ # Load and parse the AIML file.
+ parser = AimlParser.create_parser()
+ handler = parser.getContentHandler()
+ handler.setEncoding(self._textEncoding)
+ try: parser.parse(f)
+ except xml.sax.SAXParseException, msg:
+ err = "\nFATAL PARSE ERROR in file %s:\n%s\n" % (f,msg)
+ sys.stderr.write(err)
+ continue
+ # store the pattern/template pairs in the PatternMgr.
+ for key,tem in handler.categories.items():
+ self._brain.add(key,tem)
+ # Parsing was successful.
+ if self._verboseMode:
+ print "done (%.2f seconds)" % (time.clock() - start)
+
+ def respond(self, input, sessionID = _globalSessionID):
+ """Return the Kernel's response to the input string."""
+ if len(input) == 0:
+ return ""
+
+ #ensure that input is a unicode string
+ try: input = input.decode(self._textEncoding, 'replace')
+ except UnicodeError: pass
+ except AttributeError: pass
+
+ # prevent other threads from stomping all over us.
+ self._respondLock.acquire()
+
+ # Add the session, if it doesn't already exist
+ self._addSession(sessionID)
+
+ # split the input into discrete sentences
+ sentences = Utils.sentences(input)
+ finalResponse = ""
+ for s in sentences:
+ # Add the input to the history list before fetching the
+ # response, so that <input/> tags work properly.
+ inputHistory = self.getPredicate(self._inputHistory, sessionID)
+ inputHistory.append(s)
+ while len(inputHistory) > self._maxHistorySize:
+ inputHistory.pop(0)
+ self.setPredicate(self._inputHistory, inputHistory, sessionID)
+
+ # Fetch the response
+ response = self._respond(s, sessionID)
+
+ # add the data from this exchange to the history lists
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ outputHistory.append(response)
+ while len(outputHistory) > self._maxHistorySize:
+ outputHistory.pop(0)
+ self.setPredicate(self._outputHistory, outputHistory, sessionID)
+
+ # append this response to the final response.
+ finalResponse += (response + " ")
+ finalResponse = finalResponse.strip()
+
+ assert(len(self.getPredicate(self._inputStack, sessionID)) == 0)
+
+ # release the lock and return
+ self._respondLock.release()
+ try: return finalResponse.encode(self._textEncoding)
+ except UnicodeError: return finalResponse
+
+ # This version of _respond() just fetches the response for some input.
+ # It does not mess with the input and output histories. Recursive calls
+ # to respond() spawned from tags like <srai> should call this function
+ # instead of respond().
+ def _respond(self, input, sessionID):
+ """Private version of respond(), does the real work."""
+ if len(input) == 0:
+ return ""
+
+ # guard against infinite recursion
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ if len(inputStack) > self._maxRecursionDepth:
+ if self._verboseMode:
+ err = "WARNING: maximum recursion depth exceeded (input='%s')" % input.encode(self._textEncoding, 'replace')
+ sys.stderr.write(err)
+ return ""
+
+ # push the input onto the input stack
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ inputStack.append(input)
+ self.setPredicate(self._inputStack, inputStack, sessionID)
+
+ # run the input through the 'normal' subber
+ subbedInput = self._subbers['normal'].sub(input)
+
+ # fetch the bot's previous response, to pass to the match()
+ # function as 'that'.
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ try: that = outputHistory[-1]
+ except IndexError: that = ""
+ subbedThat = self._subbers['normal'].sub(that)
+
+ # fetch the current topic
+ topic = self.getPredicate("topic", sessionID)
+ subbedTopic = self._subbers['normal'].sub(topic)
+
+ # Determine the final response.
+ response = ""
+ elem = self._brain.match(subbedInput, subbedThat, subbedTopic)
+ if elem is None:
+ if self._verboseMode:
+ err = "WARNING: No match found for input: %s\n" % input.encode(self._textEncoding)
+ sys.stderr.write(err)
+ else:
+ # Process the element into a response string.
+ response += self._processElement(elem, sessionID).strip()
+ response += " "
+ response = response.strip()
+
+ # pop the top entry off the input stack.
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ inputStack.pop()
+ self.setPredicate(self._inputStack, inputStack, sessionID)
+
+ return response
+
+ def _processElement(self,elem, sessionID):
+ """Process an AIML element.
+
+ The first item of the elem list is the name of the element's
+ XML tag. The second item is a dictionary containing any
+ attributes passed to that tag, and their values. Any further
+ items in the list are the elements enclosed by the current
+ element's begin and end tags; they are handled by each
+ element's handler function.
+
+ """
+ try:
+ handlerFunc = self._elementProcessors[elem[0]]
+ except:
+ # Oops -- there's no handler function for this element
+ # type!
+ if self._verboseMode:
+ err = "WARNING: No handler found for <%s> element\n" % elem[0].encode(self._textEncoding, 'replace')
+ sys.stderr.write(err)
+ return ""
+ return handlerFunc(elem, sessionID)
+
+
+ ######################################################
+ ### Individual element-processing functions follow ###
+ ######################################################
+
+ # <bot>
+ def _processBot(self, elem, sessionID):
+ """Process a <bot> AIML element.
+
+ Required element attributes:
+ name: The name of the bot predicate to retrieve.
+
+ <bot> elements are used to fetch the value of global,
+ read-only "bot predicates." These predicates cannot be set
+ from within AIML; you must use the setBotPredicate() function.
+
+ """
+ attrName = elem[1]['name']
+ return self.getBotPredicate(attrName)
+
+ # <condition>
+ def _processCondition(self, elem, sessionID):
+ """Process a <condition> AIML element.
+
+ Optional element attributes:
+ name: The name of a predicate to test.
+ value: The value to test the predicate for.
+
+ <condition> elements come in three flavors. Each has different
+ attributes, and each handles their contents differently.
+
+ The simplest case is when the <condition> tag has both a 'name'
+ and a 'value' attribute. In this case, if the predicate
+ 'name' has the value 'value', then the contents of the element
+ are processed and returned.
+
+ If the <condition> element has only a 'name' attribute, then
+ its contents are a series of <li> elements, each of which has
+ a 'value' attribute. The list is scanned from top to bottom
+ until a match is found. Optionally, the last <li> element can
+ have no 'value' attribute, in which case it is processed and
+ returned if no other match is found.
+
+ If the <condition> element has neither a 'name' nor a 'value'
+ attribute, then it behaves almost exactly like the previous
+ case, except that each <li> subelement (except the optional
+ last entry) must now include both 'name' and 'value'
+ attributes.
+
+ """
+ attr = None
+ response = ""
+ attr = elem[1]
+
+ # Case #1: test the value of a specific predicate for a
+ # specific value.
+ if attr.has_key('name') and attr.has_key('value'):
+ val = self.getPredicate(attr['name'], sessionID)
+ if val == attr['value']:
+ for e in elem[2:]:
+ response += self._processElement(e,sessionID)
+ return response
+ else:
+ # Case #2 and #3: Cycle through <li> contents, testing a
+ # name and value pair for each one.
+ try:
+ name = None
+ if attr.has_key('name'):
+ name = attr['name']
+ # Get the list of <li> elemnents
+ listitems = []
+ for e in elem[2:]:
+ if e[0] == 'li':
+ listitems.append(e)
+ # if listitems is empty, return the empty string
+ if len(listitems) == 0:
+ return ""
+ # iterate through the list looking for a condition that
+ # matches.
+ foundMatch = False
+ for li in listitems:
+ try:
+ liAttr = li[1]
+ # if this is the last list item, it's allowed
+ # to have no attributes. We just skip it for now.
+ if len(liAttr.keys()) == 0 and li == listitems[-1]:
+ continue
+ # get the name of the predicate to test
+ liName = name
+ if liName == None:
+ liName = liAttr['name']
+ # get the value to check against
+ liValue = liAttr['value']
+ # do the test
+ if self.getPredicate(liName, sessionID) == liValue:
+ foundMatch = True
+ response += self._processElement(li,sessionID)
+ break
+ except:
+ # No attributes, no name/value attributes, no
+ # such predicate/session, or processing error.
+ if self._verboseMode: print "Something amiss -- skipping listitem", li
+ raise
+ if not foundMatch:
+ # Check the last element of listitems. If it has
+ # no 'name' or 'value' attribute, process it.
+ try:
+ li = listitems[-1]
+ liAttr = li[1]
+ if not (liAttr.has_key('name') or liAttr.has_key('value')):
+ response += self._processElement(li, sessionID)
+ except:
+ # listitems was empty, no attributes, missing
+ # name/value attributes, or processing error.
+ if self._verboseMode: print "error in default listitem"
+ raise
+ except:
+ # Some other catastrophic cataclysm
+ if self._verboseMode: print "catastrophic condition failure"
+ raise
+ return response
+
+ # <date>
+ def _processDate(self, elem, sessionID):
+ """Process a <date> AIML element.
+
+ <date> elements resolve to the current date and time. The
+ AIML specification doesn't require any particular format for
+ this information, so I go with whatever's simplest.
+
+ """
+ return time.asctime()
+
+ # <formal>
+ def _processFormal(self, elem, sessionID):
+ """Process a <formal> AIML element.
+
+ <formal> elements process their contents recursively, and then
+ capitalize the first letter of each word of the result.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return string.capwords(response)
+
+ # <gender>
+ def _processGender(self,elem, sessionID):
+ """Process a <gender> AIML element.
+
+ <gender> elements process their contents, and then swap the
+ gender of any third-person singular pronouns in the result.
+ This subsitution is handled by the aiml.WordSub module.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return self._subbers['gender'].sub(response)
+
+ # <get>
+ def _processGet(self, elem, sessionID):
+ """Process a <get> AIML element.
+
+ Required element attributes:
+ name: The name of the predicate whose value should be
+ retrieved from the specified session and returned. If the
+ predicate doesn't exist, the empty string is returned.
+
+ <get> elements return the value of a predicate from the
+ specified session.
+
+ """
+ return self.getPredicate(elem[1]['name'], sessionID)
+
+ # <gossip>
+ def _processGossip(self, elem, sessionID):
+ """Process a <gossip> AIML element.
+
+ <gossip> elements are used to capture and store user input in
+ an implementation-defined manner, theoretically allowing the
+ bot to learn from the people it chats with. I haven't
+ descided how to define my implementation, so right now
+ <gossip> behaves identically to <think>.
+
+ """
+ return self._processThink(elem, sessionID)
+
+ # <id>
+ def _processId(self, elem, sessionID):
+ """ Process an <id> AIML element.
+
+ <id> elements return a unique "user id" for a specific
+ conversation. In PyAIML, the user id is the name of the
+ current session.
+
+ """
+ return sessionID
+
+ # <input>
+ def _processInput(self, elem, sessionID):
+ """Process an <input> AIML element.
+
+ Optional attribute elements:
+ index: The index of the element from the history list to
+ return. 1 means the most recent item, 2 means the one
+ before that, and so on.
+
+ <input> elements return an entry from the input history for
+ the current session.
+
+ """
+ inputHistory = self.getPredicate(self._inputHistory, sessionID)
+ try: index = int(elem[1]['index'])
+ except: index = 1
+ try: return inputHistory[-index]
+ except IndexError:
+ if self._verboseMode:
+ err = "No such index %d while processing <input> element.\n" % index
+ sys.stderr.write(err)
+ return ""
+
+ # <javascript>
+ def _processJavascript(self, elem, sessionID):
+ """Process a <javascript> AIML element.
+
+ <javascript> elements process their contents recursively, and
+ then run the results through a server-side Javascript
+ interpreter to compute the final response. Implementations
+ are not required to provide an actual Javascript interpreter,
+ and right now PyAIML doesn't; <javascript> elements are behave
+ exactly like <think> elements.
+
+ """
+ return self._processThink(elem, sessionID)
+
+ # <learn>
+ def _processLearn(self, elem, sessionID):
+ """Process a <learn> AIML element.
+
+ <learn> elements process their contents recursively, and then
+ treat the result as an AIML file to open and learn.
+
+ """
+ filename = ""
+ for e in elem[2:]:
+ filename += self._processElement(e, sessionID)
+ self.learn(filename)
+ return ""
+
+ # <li>
+ def _processLi(self,elem, sessionID):
+ """Process an <li> AIML element.
+
+ Optional attribute elements:
+ name: the name of a predicate to query.
+ value: the value to check that predicate for.
+
+ <li> elements process their contents recursively and return
+ the results. They can only appear inside <condition> and
+ <random> elements. See _processCondition() and
+ _processRandom() for details of their usage.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return response
+
+ # <lowercase>
+ def _processLowercase(self,elem, sessionID):
+ """Process a <lowercase> AIML element.
+
+ <lowercase> elements process their contents recursively, and
+ then convert the results to all-lowercase.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return string.lower(response)
+
+ # <person>
+ def _processPerson(self,elem, sessionID):
+ """Process a <person> AIML element.
+
+ <person> elements process their contents recursively, and then
+ convert all pronouns in the results from 1st person to 2nd
+ person, and vice versa. This subsitution is handled by the
+ aiml.WordSub module.
+
+ If the <person> tag is used atomically (e.g. <person/>), it is
+ a shortcut for <person><star/></person>.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ if len(elem[2:]) == 0: # atomic <person/> = <person><star/></person>
+ response = self._processElement(['star',{}], sessionID)
+ return self._subbers['person'].sub(response)
+
+ # <person2>
+ def _processPerson2(self,elem, sessionID):
+ """Process a <person2> AIML element.
+
+ <person2> elements process their contents recursively, and then
+ convert all pronouns in the results from 1st person to 3rd
+ person, and vice versa. This subsitution is handled by the
+ aiml.WordSub module.
+
+ If the <person2> tag is used atomically (e.g. <person2/>), it is
+ a shortcut for <person2><star/></person2>.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ if len(elem[2:]) == 0: # atomic <person2/> = <person2><star/></person2>
+ response = self._processElement(['star',{}], sessionID)
+ return self._subbers['person2'].sub(response)
+
+ # <random>
+ def _processRandom(self, elem, sessionID):
+ """Process a <random> AIML element.
+
+ <random> elements contain zero or more <li> elements. If
+ none, the empty string is returned. If one or more <li>
+ elements are present, one of them is selected randomly to be
+ processed recursively and have its results returned. Only the
+ chosen <li> element's contents are processed. Any non-<li> contents are
+ ignored.
+
+ """
+ listitems = []
+ for e in elem[2:]:
+ if e[0] == 'li':
+ listitems.append(e)
+ if len(listitems) == 0:
+ return ""
+
+ # select and process a random listitem.
+ random.shuffle(listitems)
+ return self._processElement(listitems[0], sessionID)
+
+ # <sentence>
+ def _processSentence(self,elem, sessionID):
+ """Process a <sentence> AIML element.
+
+ <sentence> elements process their contents recursively, and
+ then capitalize the first letter of the results.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ try:
+ response = response.strip()
+ words = string.split(response, " ", 1)
+ words[0] = string.capitalize(words[0])
+ response = string.join(words)
+ return response
+ except IndexError: # response was empty
+ return ""
+
+ # <set>
+ def _processSet(self, elem, sessionID):
+ """Process a <set> AIML element.
+
+ Required element attributes:
+ name: The name of the predicate to set.
+
+ <set> elements process their contents recursively, and assign the results to a predicate
+ (given by their 'name' attribute) in the current session. The contents of the element
+ are also returned.
+
+ """
+ value = ""
+ for e in elem[2:]:
+ value += self._processElement(e, sessionID)
+ self.setPredicate(elem[1]['name'], value, sessionID)
+ return value
+
+ # <size>
+ def _processSize(self,elem, sessionID):
+ """Process a <size> AIML element.
+
+ <size> elements return the number of AIML categories currently
+ in the bot's brain.
+
+ """
+ return str(self.numCategories())
+
+ # <sr>
+ def _processSr(self,elem,sessionID):
+ """Process an <sr> AIML element.
+
+ <sr> elements are shortcuts for <srai><star/></srai>.
+
+ """
+ star = self._processElement(['star',{}], sessionID)
+ response = self._respond(star, sessionID)
+ return response
+
+ # <srai>
+ def _processSrai(self,elem, sessionID):
+ """Process a <srai> AIML element.
+
+ <srai> elements recursively process their contents, and then
+ pass the results right back into the AIML interpreter as a new
+ piece of input. The results of this new input string are
+ returned.
+
+ """
+ newInput = ""
+ for e in elem[2:]:
+ newInput += self._processElement(e, sessionID)
+ return self._respond(newInput, sessionID)
+
+ # <star>
+ def _processStar(self, elem, sessionID):
+ """Process a <star> AIML element.
+
+ Optional attribute elements:
+ index: Which "*" character in the current pattern should
+ be matched?
+
+ <star> elements return the text fragment matched by the "*"
+ character in the current input pattern. For example, if the
+ input "Hello Tom Smith, how are you?" matched the pattern
+ "HELLO * HOW ARE YOU", then a <star> element in the template
+ would evaluate to "Tom Smith".
+
+ """
+ try: index = int(elem[1]['index'])
+ except KeyError: index = 1
+ # fetch the user's last input
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ input = self._subbers['normal'].sub(inputStack[-1])
+ # fetch the Kernel's last response (for 'that' context)
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ try: that = self._subbers['normal'].sub(outputHistory[-1])
+ except: that = "" # there might not be any output yet
+ topic = self.getPredicate("topic", sessionID)
+ response = self._brain.star("star", input, that, topic, index)
+ return response
+
+ # <system>
+ def _processSystem(self,elem, sessionID):
+ """Process a <system> AIML element.
+
+ <system> elements process their contents recursively, and then
+ attempt to execute the results as a shell command on the
+ server. The AIML interpreter blocks until the command is
+ complete, and then returns the command's output.
+
+ For cross-platform compatibility, any file paths inside
+ <system> tags should use Unix-style forward slashes ("/") as a
+ directory separator.
+
+ """
+ # build up the command string
+ command = ""
+ for e in elem[2:]:
+ command += self._processElement(e, sessionID)
+
+ # normalize the path to the command. Under Windows, this
+ # switches forward-slashes to back-slashes; all system
+ # elements should use unix-style paths for cross-platform
+ # compatibility.
+ #executable,args = command.split(" ", 1)
+ #executable = os.path.normpath(executable)
+ #command = executable + " " + args
+ command = os.path.normpath(command)
+
+ # execute the command.
+ response = ""
+ try:
+ out = os.popen(command)
+ except RuntimeError, msg:
+ if self._verboseMode:
+ err = "WARNING: RuntimeError while processing \"system\" element:\n%s\n" % msg.encode(self._textEncoding, 'replace')
+ sys.stderr.write(err)
+ return "There was an error while computing my response. Please inform my botmaster."
+ for line in out:
+ response += line + "\n"
+ response = string.join(response.splitlines()).strip()
+ return response
+
+ # <template>
+ def _processTemplate(self,elem, sessionID):
+ """Process a <template> AIML element.
+
+ <template> elements recursively process their contents, and
+ return the results. <template> is the root node of any AIML
+ response tree.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return response
+
+ # text
+ def _processText(self,elem, sessionID):
+ """Process a raw text element.
+
+ Raw text elements aren't really AIML tags. Text elements cannot contain
+ other elements; instead, the third item of the 'elem' list is a text
+ string, which is immediately returned. They have a single attribute,
+ automatically inserted by the parser, which indicates whether whitespace
+ in the text should be preserved or not.
+
+ """
+ try: elem[2] + ""
+ except TypeError: raise TypeError, "Text element contents are not text"
+
+ # If the the whitespace behavior for this element is "default",
+ # we reduce all stretches of >1 whitespace characters to a single
+ # space. To improve performance, we do this only once for each
+ # text element encountered, and save the results for the future.
+ if elem[1]["xml:space"] == "default":
+ elem[2] = re.sub("\s+", " ", elem[2])
+ elem[1]["xml:space"] = "preserve"
+ return elem[2]
+
+ # <that>
+ def _processThat(self,elem, sessionID):
+ """Process a <that> AIML element.
+
+ Optional element attributes:
+ index: Specifies which element from the output history to
+ return. 1 is the most recent response, 2 is the next most
+ recent, and so on.
+
+ <that> elements (when they appear inside <template> elements)
+ are the output equivilant of <input> elements; they return one
+ of the Kernel's previous responses.
+
+ """
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ index = 1
+ try:
+ # According to the AIML spec, the optional index attribute
+ # can either have the form "x" or "x,y". x refers to how
+ # far back in the output history to go. y refers to which
+ # sentence of the specified response to return.
+ index = int(elem[1]['index'].split(',')[0])
+ except:
+ pass
+ try: return outputHistory[-index]
+ except IndexError:
+ if self._verboseMode:
+ err = "No such index %d while processing <that> element.\n" % index
+ sys.stderr.write(err)
+ return ""
+
+ # <thatstar>
+ def _processThatstar(self, elem, sessionID):
+ """Process a <thatstar> AIML element.
+
+ Optional element attributes:
+ index: Specifies which "*" in the <that> pattern to match.
+
+ <thatstar> elements are similar to <star> elements, except
+ that where <star/> returns the portion of the input string
+ matched by a "*" character in the pattern, <thatstar/> returns
+ the portion of the previous input string that was matched by a
+ "*" in the current category's <that> pattern.
+
+ """
+ try: index = int(elem[1]['index'])
+ except KeyError: index = 1
+ # fetch the user's last input
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ input = self._subbers['normal'].sub(inputStack[-1])
+ # fetch the Kernel's last response (for 'that' context)
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ try: that = self._subbers['normal'].sub(outputHistory[-1])
+ except: that = "" # there might not be any output yet
+ topic = self.getPredicate("topic", sessionID)
+ response = self._brain.star("thatstar", input, that, topic, index)
+ return response
+
+ # <think>
+ def _processThink(self,elem, sessionID):
+ """Process a <think> AIML element.
+
+ <think> elements process their contents recursively, and then
+ discard the results and return the empty string. They're
+ useful for setting predicates and learning AIML files without
+ generating any output.
+
+ """
+ for e in elem[2:]:
+ self._processElement(e, sessionID)
+ return ""
+
+ # <topicstar>
+ def _processTopicstar(self, elem, sessionID):
+ """Process a <topicstar> AIML element.
+
+ Optional element attributes:
+ index: Specifies which "*" in the <topic> pattern to match.
+
+ <topicstar> elements are similar to <star> elements, except
+ that where <star/> returns the portion of the input string
+ matched by a "*" character in the pattern, <topicstar/>
+ returns the portion of current topic string that was matched
+ by a "*" in the current category's <topic> pattern.
+
+ """
+ try: index = int(elem[1]['index'])
+ except KeyError: index = 1
+ # fetch the user's last input
+ inputStack = self.getPredicate(self._inputStack, sessionID)
+ input = self._subbers['normal'].sub(inputStack[-1])
+ # fetch the Kernel's last response (for 'that' context)
+ outputHistory = self.getPredicate(self._outputHistory, sessionID)
+ try: that = self._subbers['normal'].sub(outputHistory[-1])
+ except: that = "" # there might not be any output yet
+ topic = self.getPredicate("topic", sessionID)
+ response = self._brain.star("topicstar", input, that, topic, index)
+ return response
+
+ # <uppercase>
+ def _processUppercase(self,elem, sessionID):
+ """Process an <uppercase> AIML element.
+
+ <uppercase> elements process their contents recursively, and
+ return the results with all lower-case characters converted to
+ upper-case.
+
+ """
+ response = ""
+ for e in elem[2:]:
+ response += self._processElement(e, sessionID)
+ return string.upper(response)
+
+ # <version>
+ def _processVersion(self,elem, sessionID):
+ """Process a <version> AIML element.
+
+ <version> elements return the version number of the AIML
+ interpreter.
+
+ """
+ return self.version()
+
+
+##################################################
+### Self-test functions follow ###
+##################################################
+def _testTag(kern, tag, input, outputList):
+ """Tests 'tag' by feeding the Kernel 'input'. If the result
+ matches any of the strings in 'outputList', the test passes.
+
+ """
+ global _numTests, _numPassed
+ _numTests += 1
+ print "Testing <" + tag + ">:",
+ response = kern.respond(input).decode(kern._textEncoding)
+ if response in outputList:
+ print "PASSED"
+ _numPassed += 1
+ return True
+ else:
+ print "FAILED (response: '%s')" % response.encode(kern._textEncoding, 'replace')
+ return False
+
+if __name__ == "__main__":
+ # Run some self-tests
+ k = Kernel()
+ k.bootstrap(learnFiles="self-test.aiml")
+
+ global _numTests, _numPassed
+ _numTests = 0
+ _numPassed = 0
+
+ _testTag(k, 'bot', 'test bot', ["My name is Nameless"])
+
+ k.setPredicate('gender', 'male')
+ _testTag(k, 'condition test #1', 'test condition name value', ['You are handsome'])
+ k.setPredicate('gender', 'female')
+ _testTag(k, 'condition test #2', 'test condition name value', [''])
+ _testTag(k, 'condition test #3', 'test condition name', ['You are beautiful'])
+ k.setPredicate('gender', 'robot')
+ _testTag(k, 'condition test #4', 'test condition name', ['You are genderless'])
+ _testTag(k, 'condition test #5', 'test condition', ['You are genderless'])
+ k.setPredicate('gender', 'male')
+ _testTag(k, 'condition test #6', 'test condition', ['You are handsome'])
+
+ # the date test will occasionally fail if the original and "test"
+ # times cross a second boundary. There's no good way to avoid
+ # this problem and still do a meaningful test, so we simply
+ # provide a friendly message to be printed if the test fails.
+ date_warning = """
+ NOTE: the <date> test will occasionally report failure even if it
+ succeeds. So long as the response looks like a date/time string,
+ there's nothing to worry about.
+ """
+ if not _testTag(k, 'date', 'test date', ["The date is %s" % time.asctime()]):
+ print date_warning
+
+ _testTag(k, 'formal', 'test formal', ["Formal Test Passed"])
+ _testTag(k, 'gender', 'test gender', ["He'd told her he heard that her hernia is history"])
+ _testTag(k, 'get/set', 'test get and set', ["I like cheese. My favorite food is cheese"])
+ _testTag(k, 'gossip', 'test gossip', ["Gossip is not yet implemented"])
+ _testTag(k, 'id', 'test id', ["Your id is _global"])
+ _testTag(k, 'input', 'test input', ['You just said: test input'])
+ _testTag(k, 'javascript', 'test javascript', ["Javascript is not yet implemented"])
+ _testTag(k, 'lowercase', 'test lowercase', ["The Last Word Should Be lowercase"])
+ _testTag(k, 'person', 'test person', ['HE think i knows that my actions threaten him and his.'])
+ _testTag(k, 'person2', 'test person2', ['YOU think me know that my actions threaten you and yours.'])
+ _testTag(k, 'person2 (no contents)', 'test person2 I Love Lucy', ['YOU Love Lucy'])
+ _testTag(k, 'random', 'test random', ["response #1", "response #2", "response #3"])
+ _testTag(k, 'random empty', 'test random empty', ["Nothing here!"])
+ _testTag(k, 'sentence', "test sentence", ["My first letter should be capitalized."])
+ _testTag(k, 'size', "test size", ["I've learned %d categories" % k.numCategories()])
+ _testTag(k, 'sr', "test sr test srai", ["srai results: srai test passed"])
+ _testTag(k, 'sr nested', "test nested sr test srai", ["srai results: srai test passed"])
+ _testTag(k, 'srai', "test srai", ["srai test passed"])
+ _testTag(k, 'srai infinite', "test srai infinite", [""])
+ _testTag(k, 'star test #1', 'You should test star begin', ['Begin star matched: You should'])
+ _testTag(k, 'star test #2', 'test star creamy goodness middle', ['Middle star matched: creamy goodness'])
+ _testTag(k, 'star test #3', 'test star end the credits roll', ['End star matched: the credits roll'])
+ _testTag(k, 'star test #4', 'test star having multiple stars in a pattern makes me extremely happy',
+ ['Multiple stars matched: having, stars in a pattern, extremely happy'])
+ _testTag(k, 'system', "test system", ["The system says hello!"])
+ _testTag(k, 'that test #1', "test that", ["I just said: The system says hello!"])
+ _testTag(k, 'that test #2', "test that", ["I have already answered this question"])
+ _testTag(k, 'thatstar test #1', "test thatstar", ["I say beans"])
+ _testTag(k, 'thatstar test #2', "test thatstar", ["I just said \"beans\""])
+ _testTag(k, 'thatstar test #3', "test thatstar multiple", ['I say beans and franks for everybody'])
+ _testTag(k, 'thatstar test #4', "test thatstar multiple", ['Yes, beans and franks for all!'])
+ _testTag(k, 'think', "test think", [""])
+ k.setPredicate("topic", "fruit")
+ _testTag(k, 'topic', "test topic", ["We were discussing apples and oranges"])
+ k.setPredicate("topic", "Soylent Green")
+ _testTag(k, 'topicstar test #1', 'test topicstar', ["Solyent Green is made of people!"])
+ k.setPredicate("topic", "Soylent Ham and Cheese")
+ _testTag(k, 'topicstar test #2', 'test topicstar multiple', ["Both Soylents Ham and Cheese are made of people!"])
+ _testTag(k, 'unicode support', u"ÔÇÉϺÃ", [u"Hey, you speak Chinese! ÔÇÉϺÃ"])
+ _testTag(k, 'uppercase', 'test uppercase', ["The Last Word Should Be UPPERCASE"])
+ _testTag(k, 'version', 'test version', ["PyAIML is version %s" % k.version()])
+ _testTag(k, 'whitespace preservation', 'test whitespace', ["Extra Spaces\n Rule! (but not in here!) But Here They Do!"])
+
+ # Report test results
+ print "--------------------"
+ if _numTests == _numPassed:
+ print "%d of %d tests passed!" % (_numPassed, _numTests)
+ else:
+ print "%d of %d tests passed (see above for detailed errors)" % (_numPassed, _numTests)
+
+ # Run an interactive interpreter
+ #print "\nEntering interactive mode (ctrl-c to exit)"
+ #while True: print k.respond(raw_input("> "))
diff --git a/Speak.activity/bot/aiml/PatternMgr.py b/Speak.activity/bot/aiml/PatternMgr.py
new file mode 100755
index 0000000..21b73f1
--- /dev/null
+++ b/Speak.activity/bot/aiml/PatternMgr.py
@@ -0,0 +1,329 @@
+# This class implements the AIML pattern-matching algorithm described
+# by Dr. Richard Wallace at the following site:
+# http://www.alicebot.org/documentation/matching.html
+
+import marshal
+import pprint
+import re
+import string
+import sys
+
+class PatternMgr:
+ # special dictionary keys
+ _UNDERSCORE = 0
+ _STAR = 1
+ _TEMPLATE = 2
+ _THAT = 3
+ _TOPIC = 4
+ _BOT_NAME = 5
+
+ def __init__(self):
+ self._root = {}
+ self._templateCount = 0
+ self._botName = u"Nameless"
+ punctuation = "\"`~!@#$%^&*()-_=+[{]}\|;:',<.>/?"
+ self._puncStripRE = re.compile("[" + re.escape(punctuation) + "]")
+ self._whitespaceRE = re.compile("\s", re.LOCALE | re.UNICODE)
+
+ def numTemplates(self):
+ """Return the number of templates currently stored."""
+ return self._templateCount
+
+ def setBotName(self, name):
+ """Set the name of the bot, used to match <bot name="name"> tags in
+ patterns. The name must be a single word!
+
+ """
+ # Collapse a multi-word name into a single word
+ self._botName = unicode(string.join(name.split()))
+
+ def dump(self):
+ """Print all learned patterns, for debugging purposes."""
+ pprint.pprint(self._root)
+
+ def save(self, filename):
+ """Dump the current patterns to the file specified by filename. To
+ restore later, use restore().
+
+ """
+ try:
+ outFile = open(filename, "wb")
+ marshal.dump(self._templateCount, outFile)
+ marshal.dump(self._botName, outFile)
+ marshal.dump(self._root, outFile)
+ outFile.close()
+ except Exception, e:
+ print "Error saving PatternMgr to file %s:" % filename
+ raise Exception, e
+
+ def restore(self, filename):
+ """Restore a previously save()d collection of patterns."""
+ try:
+ inFile = open(filename, "rb")
+ self._templateCount = marshal.load(inFile)
+ self._botName = marshal.load(inFile)
+ self._root = marshal.load(inFile)
+ inFile.close()
+ except Exception, e:
+ print "Error restoring PatternMgr from file %s:" % filename
+ raise Exception, e
+
+ def add(self, (pattern,that,topic), template):
+ """Add a [pattern/that/topic] tuple and its corresponding template
+ to the node tree.
+
+ """
+ # TODO: make sure words contains only legal characters
+ # (alphanumerics,*,_)
+
+ # Navigate through the node tree to the template's location, adding
+ # nodes if necessary.
+ node = self._root
+ for word in string.split(pattern):
+ key = word
+ if key == u"_":
+ key = self._UNDERSCORE
+ elif key == u"*":
+ key = self._STAR
+ elif key == u"BOT_NAME":
+ key = self._BOT_NAME
+ if not node.has_key(key):
+ node[key] = {}
+ node = node[key]
+
+ # navigate further down, if a non-empty "that" pattern was included
+ if len(that) > 0:
+ if not node.has_key(self._THAT):
+ node[self._THAT] = {}
+ node = node[self._THAT]
+ for word in string.split(that):
+ key = word
+ if key == u"_":
+ key = self._UNDERSCORE
+ elif key == u"*":
+ key = self._STAR
+ if not node.has_key(key):
+ node[key] = {}
+ node = node[key]
+
+ # navigate yet further down, if a non-empty "topic" string was included
+ if len(topic) > 0:
+ if not node.has_key(self._TOPIC):
+ node[self._TOPIC] = {}
+ node = node[self._TOPIC]
+ for word in string.split(topic):
+ key = word
+ if key == u"_":
+ key = self._UNDERSCORE
+ elif key == u"*":
+ key = self._STAR
+ if not node.has_key(key):
+ node[key] = {}
+ node = node[key]
+
+
+ # add the template.
+ if not node.has_key(self._TEMPLATE):
+ self._templateCount += 1
+ node[self._TEMPLATE] = template
+
+ def match(self, pattern, that, topic):
+ """Return the template which is the closest match to pattern. The
+ 'that' parameter contains the bot's previous response. The 'topic'
+ parameter contains the current topic of conversation.
+
+ Returns None if no template is found.
+
+ """
+ if len(pattern) == 0:
+ return None
+ # Mutilate the input. Remove all punctuation and convert the
+ # text to all caps.
+ input = string.upper(pattern)
+ input = re.sub(self._puncStripRE, "", input)
+ if that.strip() == u"": that = u"ULTRABOGUSDUMMYTHAT" # 'that' must never be empty
+ thatInput = string.upper(that)
+ thatInput = re.sub(self._whitespaceRE, " ", thatInput)
+ thatInput = re.sub(self._puncStripRE, "", thatInput)
+ if topic.strip() == u"": topic = u"ULTRABOGUSDUMMYTOPIC" # 'topic' must never be empty
+ topicInput = string.upper(topic)
+ topicInput = re.sub(self._puncStripRE, "", topicInput)
+
+ # Pass the input off to the recursive call
+ patMatch, template = self._match(input.split(), thatInput.split(), topicInput.split(), self._root)
+ return template
+
+ def star(self, starType, pattern, that, topic, index):
+ """Returns a string, the portion of pattern that was matched by a *.
+
+ The 'starType' parameter specifies which type of star to find.
+ Legal values are:
+ - 'star': matches a star in the main pattern.
+ - 'thatstar': matches a star in the that pattern.
+ - 'topicstar': matches a star in the topic pattern.
+
+ """
+ # Mutilate the input. Remove all punctuation and convert the
+ # text to all caps.
+ input = string.upper(pattern)
+ input = re.sub(self._puncStripRE, "", input)
+ if that.strip() == u"": that = u"ULTRABOGUSDUMMYTHAT" # 'that' must never be empty
+ thatInput = string.upper(that)
+ thatInput = re.sub(self._whitespaceRE, " ", thatInput)
+ thatInput = re.sub(self._puncStripRE, "", thatInput)
+ if topic.strip() == u"": topic = u"ULTRABOGUSDUMMYTOPIC" # 'topic' must never be empty
+ topicInput = string.upper(topic)
+ topicInput = re.sub(self._puncStripRE, "", topicInput)
+
+ # Pass the input off to the recursive pattern-matcher
+ patMatch, template = self._match(input.split(), thatInput.split(), topicInput.split(), self._root)
+ if template == None:
+ return ""
+
+ # Extract the appropriate portion of the pattern, based on the
+ # starType argument.
+ words = None
+ if starType == 'star':
+ patMatch = patMatch[:patMatch.index(self._THAT)]
+ words = input.split()
+ elif starType == 'thatstar':
+ patMatch = patMatch[patMatch.index(self._THAT)+1 : patMatch.index(self._TOPIC)]
+ words = thatInput.split()
+ elif starType == 'topicstar':
+ patMatch = patMatch[patMatch.index(self._TOPIC)+1 :]
+ words = topicInput.split()
+ else:
+ # unknown value
+ raise ValueError, "starType must be in ['star', 'thatstar', 'topicstar']"
+
+ # compare the input string to the matched pattern, word by word.
+ # At the end of this loop, if foundTheRightStar is true, start and
+ # end will contain the start and end indices (in "words") of
+ # the substring that the desired star matched.
+ foundTheRightStar = False
+ start = end = j = numStars = k = 0
+ for i in range(len(words)):
+ # This condition is true after processing a star
+ # that ISN'T the one we're looking for.
+ if i < k:
+ continue
+ # If we're reached the end of the pattern, we're done.
+ if j == len(patMatch):
+ break
+ if not foundTheRightStar:
+ if patMatch[j] in [self._STAR, self._UNDERSCORE]: #we got a star
+ numStars += 1
+ if numStars == index:
+ # This is the star we care about.
+ foundTheRightStar = True
+ start = i
+ # Iterate through the rest of the string.
+ for k in range (i, len(words)):
+ # If the star is at the end of the pattern,
+ # we know exactly where it ends.
+ if j+1 == len (patMatch):
+ end = len (words)
+ break
+ # If the words have started matching the
+ # pattern again, the star has ended.
+ if patMatch[j+1] == words[k]:
+ end = k - 1
+ i = k
+ break
+ # If we just finished processing the star we cared
+ # about, we exit the loop early.
+ if foundTheRightStar:
+ break
+ # Move to the next element of the pattern.
+ j += 1
+
+ # extract the star words from the original, unmutilated input.
+ if foundTheRightStar:
+ #print string.join(pattern.split()[start:end+1])
+ if starType == 'star': return string.join(pattern.split()[start:end+1])
+ elif starType == 'thatstar': return string.join(that.split()[start:end+1])
+ elif starType == 'topicstar': return string.join(topic.split()[start:end+1])
+ else: return ""
+
+ def _match(self, words, thatWords, topicWords, root):
+ """Return a tuple (pat, tem) where pat is a list of nodes, starting
+ at the root and leading to the matching pattern, and tem is the
+ matched template.
+
+ """
+ # base-case: if the word list is empty, return the current node's
+ # template.
+ if len(words) == 0:
+ # we're out of words.
+ pattern = []
+ template = None
+ if len(thatWords) > 0:
+ # If thatWords isn't empty, recursively
+ # pattern-match on the _THAT node with thatWords as words.
+ try:
+ pattern, template = self._match(thatWords, [], topicWords, root[self._THAT])
+ if pattern != None:
+ pattern = [self._THAT] + pattern
+ except KeyError:
+ pattern = []
+ template = None
+ elif len(topicWords) > 0:
+ # If thatWords is empty and topicWords isn't, recursively pattern
+ # on the _TOPIC node with topicWords as words.
+ try:
+ pattern, template = self._match(topicWords, [], [], root[self._TOPIC])
+ if pattern != None:
+ pattern = [self._TOPIC] + pattern
+ except KeyError:
+ pattern = []
+ template = None
+ if template == None:
+ # we're totally out of input. Grab the template at this node.
+ pattern = []
+ try: template = root[self._TEMPLATE]
+ except KeyError: template = None
+ return (pattern, template)
+
+ first = words[0]
+ suffix = words[1:]
+
+ # Check underscore.
+ # Note: this is causing problems in the standard AIML set, and is
+ # currently disabled.
+ if root.has_key(self._UNDERSCORE):
+ # Must include the case where suf is [] in order to handle the case
+ # where a * or _ is at the end of the pattern.
+ for j in range(len(suffix)+1):
+ suf = suffix[j:]
+ pattern, template = self._match(suf, thatWords, topicWords, root[self._UNDERSCORE])
+ if template is not None:
+ newPattern = [self._UNDERSCORE] + pattern
+ return (newPattern, template)
+
+ # Check first
+ if root.has_key(first):
+ pattern, template = self._match(suffix, thatWords, topicWords, root[first])
+ if template is not None:
+ newPattern = [first] + pattern
+ return (newPattern, template)
+
+ # check bot name
+ if root.has_key(self._BOT_NAME) and first == self._botName:
+ pattern, template = self._match(suffix, thatWords, topicWords, root[self._BOT_NAME])
+ if template is not None:
+ newPattern = [first] + pattern
+ return (newPattern, template)
+
+ # check star
+ if root.has_key(self._STAR):
+ # Must include the case where suf is [] in order to handle the case
+ # where a * or _ is at the end of the pattern.
+ for j in range(len(suffix)+1):
+ suf = suffix[j:]
+ pattern, template = self._match(suf, thatWords, topicWords, root[self._STAR])
+ if template is not None:
+ newPattern = [self._STAR] + pattern
+ return (newPattern, template)
+
+ # No matches were found.
+ return (None, None) \ No newline at end of file
diff --git a/Speak.activity/bot/aiml/Utils.py b/Speak.activity/bot/aiml/Utils.py
new file mode 100755
index 0000000..75e5a1c
--- /dev/null
+++ b/Speak.activity/bot/aiml/Utils.py
@@ -0,0 +1,32 @@
+"""This file contains assorted general utility functions used by other
+modules in the PyAIML package.
+
+"""
+
+def sentences(s):
+ """Split the string s into a list of sentences."""
+ try: s+""
+ except: raise TypeError, "s must be a string"
+ pos = 0
+ sentenceList = []
+ l = len(s)
+ while pos < l:
+ try: p = s.index('.', pos)
+ except: p = l+1
+ try: q = s.index('?', pos)
+ except: q = l+1
+ try: e = s.index('!', pos)
+ except: e = l+1
+ end = min(p,q,e)
+ sentenceList.append( s[pos:end].strip() )
+ pos = end+1
+ # If no sentences were found, return a one-item list containing
+ # the entire input string.
+ if len(sentenceList) == 0: sentenceList.append(s)
+ return sentenceList
+
+# Self test
+if __name__ == "__main__":
+ # sentences
+ sents = sentences("First. Second, still? Third and Final! Well, not really")
+ assert(len(sents) == 4) \ No newline at end of file
diff --git a/Speak.activity/bot/aiml/WordSub.py b/Speak.activity/bot/aiml/WordSub.py
new file mode 100755
index 0000000..9cae856
--- /dev/null
+++ b/Speak.activity/bot/aiml/WordSub.py
@@ -0,0 +1,95 @@
+"""This module implements the WordSub class, modelled after a recipe
+in "Python Cookbook" (Recipe 3.14, "Replacing Multiple Patterns in a
+Single Pass" by Xavier Defrang).
+
+Usage:
+Use this class like a dictionary to add before/after pairs:
+ > subber = TextSub()
+ > subber["before"] = "after"
+ > subber["begin"] = "end"
+Use the sub() method to perform the substitution:
+ > print subber.sub("before we begin")
+ after we end
+All matching is intelligently case-insensitive:
+ > print subber.sub("Before we BEGIN")
+ After we END
+The 'before' words must be complete words -- no prefixes.
+The following example illustrates this point:
+ > subber["he"] = "she"
+ > print subber.sub("he says he'd like to help her")
+ she says she'd like to help her
+Note that "he" and "he'd" were replaced, but "help" and "her" were
+not.
+"""
+
+# 'dict' objects weren't available to subclass from until version 2.2.
+# Get around this by importing UserDict.UserDict if the built-in dict
+# object isn't available.
+try: dict
+except: from UserDict import UserDict as dict
+
+import ConfigParser
+import re
+import string
+
+class WordSub(dict):
+ """All-in-one multiple-string-substitution class."""
+
+ def _wordToRegex(self, word):
+ """Convert a word to a regex object which matches the word."""
+ return r"\b%s\b" % re.escape(word)
+
+ def _update_regex(self):
+ """Build re object based on the keys of the current
+ dictionary.
+
+ """
+ self._regex = re.compile("|".join(map(self._wordToRegex, self.keys())))
+ self._regexIsDirty = False
+
+ def __init__(self, defaults = {}):
+ """Initialize the object, and populate it with the entries in
+ the defaults dictionary.
+
+ """
+ self._regex = None
+ self._regexIsDirty = True
+ for k,v in defaults.items():
+ self[k] = v
+
+ def __call__(self, match):
+ """Handler invoked for each regex match."""
+ return self[match.group(0)]
+
+ def __setitem__(self, i, y):
+ self._regexIsDirty = True
+ # for each entry the user adds, we actually add three entrys:
+ super(type(self),self).__setitem__(string.lower(i),string.lower(y)) # key = value
+ super(type(self),self).__setitem__(string.capwords(i), string.capwords(y)) # Key = Value
+ super(type(self),self).__setitem__(string.upper(i), string.upper(y)) # KEY = VALUE
+
+ def sub(self, text):
+ """Translate text, returns the modified text."""
+ if self._regexIsDirty:
+ self._update_regex()
+ return self._regex.sub(self, text)
+
+# self-test
+if __name__ == "__main__":
+ subber = WordSub()
+ subber["apple"] = "banana"
+ subber["orange"] = "pear"
+ subber["banana" ] = "apple"
+ subber["he"] = "she"
+ subber["I'd"] = "I would"
+
+ # test case insensitivity
+ inStr = "I'd like one apple, one Orange and one BANANA."
+ outStr = "I Would like one banana, one Pear and one APPLE."
+ if subber.sub(inStr) == outStr: print "Test #1 PASSED"
+ else: print "Test #1 FAILED: '%s'" % subber.sub(inStr)
+
+ inStr = "He said he'd like to go with me"
+ outStr = "She said she'd like to go with me"
+ if subber.sub(inStr) == outStr: print "Test #2 PASSED"
+ else: print "Test #2 FAILED: '%s'" % subber.sub(inStr) \ No newline at end of file
diff --git a/Speak.activity/bot/aiml/__init__.py b/Speak.activity/bot/aiml/__init__.py
new file mode 100755
index 0000000..75e188d
--- /dev/null
+++ b/Speak.activity/bot/aiml/__init__.py
@@ -0,0 +1,4 @@
+__all__ = []
+
+# The Kernel class is the only class most implementations should need.
+from Kernel import Kernel
diff --git a/Speak.activity/bot/aiml/self-test.aiml b/Speak.activity/bot/aiml/self-test.aiml
new file mode 100755
index 0000000..8ad0ee1
--- /dev/null
+++ b/Speak.activity/bot/aiml/self-test.aiml
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+This file contains some simple AIML categories designed to test the Python
+AIML interpreter kernel. Do not make any modifications to this file without
+updating the tests in Kernel.py!
+-->
+
+<aiml version="1.0.1" xmlns:aiml="http://alicebot.org/2001/AIML-1.0.1">
+<!-- bot -->
+<category>
+<pattern>TEST BOT</pattern>
+<template>My name is <bot name="name"/></template>
+</category>
+
+<!-- condition -->
+<category>
+<pattern>TEST CONDITION NAME VALUE</pattern>
+<template>
+<condition name="gender" value="male">You are handsome</condition>
+</template>
+</category>
+<category>
+<pattern>TEST CONDITION NAME</pattern>
+<template>
+ <condition name="gender">
+ <li value="male">You are handsome</li>
+ <li value="female">You are beautiful</li>
+ <li>You are genderless</li>
+ </condition>
+</template>
+</category>
+<category>
+<pattern>TEST CONDITION</pattern>
+<template>
+ <condition>
+ <li name="gender" value="male">You are handsome</li>
+ <li name="gender" value="female">You are beautiful</li>
+ <li>You are genderless</li>
+ </condition>
+</template>
+</category>
+
+<!-- date -->
+<category>
+<pattern>TEST DATE</pattern>
+<template>The date is <date/></template>
+</category>
+ <!-- formal --> <category> <pattern>TEST FORMAL</pattern> <template><formal>formal test passed</formal></template> </category>
+<!-- gender -->
+<category>
+<pattern>TEST GENDER</pattern>
+<template><gender>She'd told him she heard that his hernia is history</gender></template>
+</category>
+
+<!-- get/set -->
+<category>
+<pattern>TEST GET AND SET</pattern>
+<template>I like <set name="food">cheese</set>. My favorite food is <get name="food"/></template>
+</category>
+
+<!-- gossip -->
+<category>
+<pattern>TEST GOSSIP</pattern>
+<template>Gossip is not yet implemented<gossip>stuff</gossip></template>
+</category>
+
+<!-- id -->
+<category>
+<pattern>TEST ID</pattern>
+<template>Your id is <id/></template>
+</category>
+
+<!-- input -->
+<category>
+<pattern>TEST INPUT</pattern>
+<template>You just said: <input index="1"/></template>
+</category>
+
+<!-- javascript -->
+<category>
+<pattern>TEST JAVASCRIPT</pattern>
+<template>Javascript is not yet implemented<javascript>var stuff</javascript></template>
+</category>
+
+<!-- lowercase --> <category> <pattern>TEST LOWERCASE</pattern> <template>The Last Word Should Be <lowercase>Lowercase</lowercase></template> </category>
+
+<!-- person -->
+<category>
+<pattern>TEST PERSON</pattern>
+<template><person>I think he knows that his actions threaten me and mine.</person></template>
+</category>
+
+<!-- person2 -->
+<category>
+<pattern>TEST PERSON2</pattern>
+<template><person2>I think you know that your actions threaten me and mine.</person2></template>
+</category>
+<category>
+<pattern>TEST PERSON2 *</pattern>
+<template><person2/></template>
+</category>
+ <!-- random -->
+<category>
+<pattern>TEST RANDOM</pattern>
+<template>
+<random>
+ <li>response #1</li>
+ <li>response #2</li>
+ <li>response #3</li>
+</random>
+</template>
+</category>
+<category>
+<pattern>TEST RANDOM EMPTY</pattern>
+<template>
+Nothing <random></random>here!
+</template>
+</category>
+
+<!-- sentence -->
+<category>
+<pattern>TEST SENTENCE</pattern>
+<template>
+<sentence>my first letter should be capitalized.</sentence>
+</template>
+</category>
+
+<!-- size -->
+<category>
+<pattern>TEST SIZE</pattern>
+<template>I've learned <size/> categories</template>
+</category>
+
+<!-- sr -->
+<category>
+<pattern>TEST SR *</pattern>
+<template>srai results: <sr/></template>
+</category>
+<category>
+<pattern>TEST NESTED SR *</pattern>
+<template><srai>test sr <star/></srai></template>
+</category>
+
+<!-- srai -->
+<category>
+<pattern>SRAI TARGET</pattern>
+<template>srai test passed</template>
+</category> <category>
+<pattern>TEST SRAI</pattern>
+<template><srai>srai target</srai></template>
+</category>
+<category>
+<pattern>TEST SRAI INFINITE</pattern>
+<template><srai>test srai infinite</srai></template>
+</category>
+
+<!-- star -->
+<category>
+<pattern>* TEST STAR BEGIN</pattern>
+<template>Begin star matched: <star/></template>
+</category>
+<category>
+<pattern>TEST STAR * MIDDLE</pattern>
+<template>Middle star matched: <star/></template>
+</category>
+<category>
+<pattern>TEST STAR END *</pattern>
+<template>End star matched: <star/></template>
+</category>
+<category>
+<pattern>TEST STAR * MULTIPLE * MAKES ME *</pattern>
+<template>Multiple stars matched: <star index="1"/>, <star index="2"/>, <star index="3"/></template>
+</category>
+
+
+
+<!-- system -->
+<category>
+<pattern>TEST SYSTEM</pattern>
+<template>The system says <system>echo hello</system>!</template>
+</category>
+
+<!-- that -->
+<category>
+<pattern>TEST THAT</pattern>
+<template>I just said: <that index="1,1"/></template>
+</category>
+<category>
+<pattern>TEST THAT</pattern>
+<that>I JUST SAID *</that>
+<template>I have already answered this question</template>
+</category>
+
+<!-- thatstar -->
+<category>
+<pattern>TEST THATSTAR</pattern>
+<template>I say beans</template>
+</category>
+<category>
+<pattern>TEST THATSTAR</pattern>
+<that>I SAY *</that>
+<template>I just said "<thatstar/>"</template>
+</category>
+<category>
+<pattern>TEST THATSTAR MULTIPLE</pattern>
+<template>I say beans and franks for everybody</template>
+</category>
+<category>
+<pattern>TEST THATSTAR MULTIPLE</pattern>
+<that>I SAY * AND * FOR EVERYBODY</that>
+<template>Yes, <thatstar index="1"/> and <thatstar index="2"/> for all!</template>
+</category>
+
+
+<!-- think -->
+<category>
+<pattern>TEST THINK</pattern>
+<template><think>You should not see this response.</think></template>
+</category>
+
+<!-- topic -->
+<category>
+<pattern>TEST TOPIC</pattern>
+<template>What are we talking about?</template>
+</category>
+<topic name="FRUIT">
+<category>
+<pattern>TEST TOPIC</pattern>
+<template>We were discussing apples and oranges</template>
+</category>
+</topic>
+
+<!-- topicstar -->
+<category>
+<pattern>TEST TOPICSTAR</pattern>
+<template>I have no topic</template>
+</category>
+<topic name="SOYLENT *">
+<category>
+<pattern>TEST TOPICSTAR</pattern>
+<template>Solyent <topicstar/> is made of people!</template>
+</category>
+</topic>
+<topic name="SOYLENT * AND *">
+<category>
+<pattern>TEST TOPICSTAR MULTIPLE</pattern>
+<template>Both Soylents <topicstar index="1"/> and <topicstar index="2"/> are made of people!</template>
+</category>
+</topic>
+
+<!-- uppercase --> <category> <pattern>TEST UPPERCASE</pattern> <template>The Last Word Should Be <uppercase>Uppercase</uppercase></template> </category>
+
+<!-- version --> <category> <pattern>TEST VERSION</pattern> <template>PyAIML is version <version/></template> </category>
+
+<!-- unicode support -->
+<category>
+<pattern>ÔÇÉϺÃ</pattern>
+<template>Hey, you speak Chinese! ÔÇÉϺÃ</template>
+</category>
+
+<!-- whitespace preservation -->
+<category>
+<pattern>TEST WHITESPACE</pattern>
+<template xml:space="preserve">Extra Spaces
+ Rule! <lowercase xml:space="default">(but not <set name="ignored">in
+ here!</set>)
+ </lowercase> But <set name="ignored">Here They</set> Do!</template>
+</category>
+
+</aiml> \ No newline at end of file
diff --git a/Speak.activity/bot/alice.brn b/Speak.activity/bot/alice.brn
new file mode 100644
index 0000000..32b7a50
--- /dev/null
+++ b/Speak.activity/bot/alice.brn
Binary files differ
diff --git a/Speak.activity/bot/alice/1.aiml b/Speak.activity/bot/alice/1.aiml
new file mode 100644
index 0000000..575336a
--- /dev/null
+++ b/Speak.activity/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>
diff --git a/Speak.activity/bot/alice/2.aiml b/Speak.activity/bot/alice/2.aiml
new file mode 100644
index 0000000..ba3016e
--- /dev/null
+++ b/Speak.activity/bot/alice/2.aiml
@@ -0,0 +1,119 @@
+<?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>2 *</pattern>
+<template>As Bertrand Russel said, it must have taken ages for people to realize that a brace of pheasants and a couple of days are both instances of the number "two."
+</template></category>
+<category>
+<pattern>2 2</pattern>
+<template>Uh, Four.
+</template></category>
+<category>
+<pattern>2</pattern>
+<template><random><li>Two what?</li><li>Two.</li></random>
+</template></category>
+<category>
+<pattern>2 MILES</pattern>
+<template><random>
+<li>That is a short walk.</li>
+<li>That is far in height.</li>
+<li>What is that in metric?</li>
+</random>
+</template></category>
+<category>
+<pattern>2 PLUS *</pattern>
+<template><srai>WHAT IS 2 PLUS <star/></srai>
+</template></category>
+<category>
+<pattern>2 PLUS 2</pattern>
+<template>4
+</template></category>
+<category>
+<pattern>2 TIMES</pattern>
+<template><srai>TWICE</srai>
+</template></category>
+<category>
+<pattern>20 *</pattern>
+<template><srai>I AM 20 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>20</pattern>
+<template><srai>I AM 20 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>2000</pattern>
+<template>Next year.
+</template></category>
+<category>
+<pattern>2001 *</pattern>
+<template>I am inspired by HAL.
+</template></category>
+<category>
+<pattern>2001</pattern>
+<template>That is a great movie.
+</template></category>
+<category>
+<pattern>2009</pattern>
+<template>In ten years.
+</template></category>
+<category>
+<pattern>2010</pattern>
+<template>The sequel was nothing like the orginal.
+</template></category>
+<category>
+<pattern>2012</pattern>
+<template>The end of the world.
+</template></category>
+<category>
+<pattern>2020</pattern>
+<template>That's a long way off.
+</template></category>
+<category>
+<pattern>206</pattern>
+<template><srai>WHO IS 206 PERSON</srai>
+</template></category>
+<category>
+<pattern>21</pattern>
+<template><srai>I AM 21 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>22</pattern>
+<template><srai>I AM 22 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>23</pattern>
+<template>Skidoo. <srai>I AM 23 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>24</pattern>
+<template><srai>I AM 24 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>25</pattern>
+<template><srai>I AM 25 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>26</pattern>
+<template><srai>I AM 26 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>27</pattern>
+<template><srai>I AM 27 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>28</pattern>
+<template><srai>I AM 28 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>29</pattern>
+<template><srai>I AM 29 YEARS OLD</srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/3.aiml b/Speak.activity/bot/alice/3.aiml
new file mode 100644
index 0000000..ddd506e
--- /dev/null
+++ b/Speak.activity/bot/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>
diff --git a/Speak.activity/bot/alice/4.aiml b/Speak.activity/bot/alice/4.aiml
new file mode 100644
index 0000000..8904461
--- /dev/null
+++ b/Speak.activity/bot/alice/4.aiml
@@ -0,0 +1,67 @@
+<?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>4 *</pattern>
+<template>Is this a math question?
+</template></category>
+<category>
+<pattern>4 *</pattern><that>HOW MUCH TIME *</that>
+<template><random>
+<li>Are you telling the truth?</li>
+<li>That seems like a long time.</li>
+<li>Only four?</li>
+</random>
+</template></category>
+<category>
+<pattern>4</pattern>
+<template>Oh four.
+</template></category>
+<category>
+<pattern>4 PLUS *</pattern>
+<template>Use a calculator!
+</template></category>
+<category>
+<pattern>4 TIMES *</pattern>
+<template><srai>WHAT IS 4 TIMES <star/></srai>
+</template></category>
+<category>
+<pattern>4 YEARS</pattern>
+<template>That is not a long time in a human life.
+</template></category>
+<category>
+<pattern>42 *</pattern>
+<template>According to Douglas Adams.
+</template></category>
+<category>
+<pattern>42 *</pattern><that>HOW OLD ARE YOU</that>
+<template><srai>I AM 42 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>42</pattern>
+<template>The question is: what is the meaning of life?
+</template></category>
+<category>
+<pattern>42</pattern><that>HOW OLD ARE YOU</that>
+<template><srai>I AM 42 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>420</pattern>
+<template>420 means love and compassion.
+</template></category>
+<category>
+<pattern>47 *</pattern>
+<template><srai>I AM 47 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>47</pattern>
+<template><srai>I AM 47 YEARS OLD</srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/5.aiml b/Speak.activity/bot/alice/5.aiml
new file mode 100644
index 0000000..f5af29e
--- /dev/null
+++ b/Speak.activity/bot/alice/5.aiml
@@ -0,0 +1,15 @@
+<?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>5</pattern>
+<template>Five
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/6.aiml b/Speak.activity/bot/alice/6.aiml
new file mode 100644
index 0000000..c257085
--- /dev/null
+++ b/Speak.activity/bot/alice/6.aiml
@@ -0,0 +1,31 @@
+<?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>6 *</pattern><that>WHAT TIME IS IT THERE</that>
+<template>Are you usually online at this hour?
+</template></category>
+<category>
+<pattern>60</pattern>
+<template><srai>I AM 60 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>64</pattern>
+<template>sixty four
+</template></category>
+<category>
+<pattern>65</pattern>
+<template><srai>I AM 65 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>66</pattern>
+<template>sixty six
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/8.aiml b/Speak.activity/bot/alice/8.aiml
new file mode 100644
index 0000000..6c3f028
--- /dev/null
+++ b/Speak.activity/bot/alice/8.aiml
@@ -0,0 +1,23 @@
+<?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>8 *</pattern><that>WHAT TIME IS IT THERE</that>
+<template>I like to be online at eight o'clock.
+</template></category>
+<category>
+<pattern>8</pattern>
+<template><srai>I AM 8 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>86</pattern>
+<template>Eighty-six.
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/9.aiml b/Speak.activity/bot/alice/9.aiml
new file mode 100644
index 0000000..69c1099
--- /dev/null
+++ b/Speak.activity/bot/alice/9.aiml
@@ -0,0 +1,23 @@
+<?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>9 *</pattern>
+<template>Is this a math question?
+</template></category>
+<category>
+<pattern>9</pattern>
+<template><srai>I am 9 years old</srai>
+</template></category>
+<category>
+<pattern>9 MONTHS</pattern>
+<template>The development time for a human baby?
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/A.aiml b/Speak.activity/bot/alice/A.aiml
new file mode 100644
index 0000000..e16cfdd
--- /dev/null
+++ b/Speak.activity/bot/alice/A.aiml
@@ -0,0 +1,15927 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>A *</pattern>
+ <template>
+ <random>
+ <li>Go on. </li>
+ <li>How old are you? </li>
+ <li>Be more specific. </li>
+ <li>What is giant sand? </li>
+ <li>I did not know that. </li>
+ <li>Are you telling the truth? </li>
+ <li>I don't know what that means. </li>
+ <li>Try to tell me that another way. </li>
+ <li>
+Are you talking about an animal, vegetable or mineral? </li>
+ <li>What is it?
+</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>* IT REFER TO</that>
+ <template>
+ <srai>IT REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>* MEET PEOPLE</that>
+ <template>What kind of people do you meet in a <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>* YOUR MOTHER</that>
+ <template>
+ <srai>MY MOTHER IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>IT BEING WHAT</that>
+ <template>
+ <srai>IT REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>WHAT ARE YOU THEN</that>
+ <template>
+ <srai>I AM A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>WHAT ARE YOU WEARING</that>
+ <template>It sounds very <random>
+ <li>attractive</li>
+ <li>comfortable</li>
+ <li>informal</li>
+ </random>. <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>WHAT IS IT</that>
+ <template>
+ <srai>IT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>WHAT IS IT ABOUT</that>
+ <template>
+ <srai>IT IS ABOUT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A *</pattern>
+ <that>WHAT IS IT LIKE</that>
+ <template>
+ <srai>IT IS LIKE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A * A DAY</pattern>
+ <template>A <person/> keeps the Doctor away.
+</template>
+ </category>
+ <category>
+ <pattern>A * ABOUT YOU</pattern>
+ <template>I wonder if I know this <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A * AGO</pattern>
+ <template>It seems like I should remember it well.
+</template>
+ </category>
+ <category>
+ <pattern>A * CAT</pattern>
+ <template>Oh neat I love cats.
+</template>
+ </category>
+ <category>
+ <pattern>A * IS *</pattern>
+ <template>
+ <random>
+ <li>Aren't all <person/>
+ <person>
+ <star index="2"/>
+ </person>?</li>
+ <li>When is <person/> not <person>
+ <star index="2"/>
+ </person>?</li>
+ <li>It's not unusual for a <person/> to be.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS A *</pattern>
+ <template>
+ <random>
+ <li>Are all <person/>
+ <person>
+ <star index="2"/>
+ </person>?</li>
+ <li>I see. A <person>
+ <star index="2"/>
+ </person> is a <person/>.</li>
+ <li>When is a <person/> not a <person>
+ <star index="2"/>
+ </person>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS ALWAYS *</pattern>
+ <template>That is a really interesting and useful fact.
+</template>
+ </category>
+ <category>
+ <pattern>A * IS AN *</pattern>
+ <template>
+ <random>
+ <li>What else is an <person>
+ <star index="2"/>
+ </person>?</li>
+ <li>Can a <person/> be anything else?</li>
+ <li>Aren't all <person/>
+ <person>
+ <star index="2"/>
+ </person>s?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS IT NOT</pattern>
+ <template>
+ <srai>IS IT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS LIKE *</pattern>
+ <template>
+ <random>
+ <li>In what way?</li>
+ <li>What is a <person>
+ <star index="2"/>
+ </person> like?</li>
+ <li>Interesting comparison.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS NOT *</pattern>
+ <template>
+ <random>
+ <li>What is a <person>
+ <star index="2"/>
+ </person>?</li>
+ <li>What is it then?</li>
+ <li>What is a <person/>?</li>
+ </random>
+ <think>
+ <set name="it">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A * IS NOT THE *</pattern>
+ <template>What would be the <person>
+ <star index="2"/>
+ </person>?
+</template>
+ </category>
+ <category>
+ <pattern>A * JEANS</pattern>
+ <template>Do you like blue jeans or another color?
+</template>
+ </category>
+ <category>
+ <pattern>A * ONE</pattern>
+ <template>How much would you pay for <set name="it">a <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>A * PEOPLE</pattern>
+ <template>What kind of people are these?
+</template>
+ </category>
+ <category>
+ <pattern>A * PROBLEM</pattern>
+ <template>
+ <srai>I HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A * ROBOT</pattern>
+ <template>What would a <person/> robot be like?
+</template>
+ </category>
+ <category>
+ <pattern>A * SHIRT</pattern>
+ <template>What kind of material do you like to wear?
+</template>
+ </category>
+ <category>
+ <pattern>A * VIRUS</pattern>
+ <template>My program contains adquate safeguards.
+</template>
+ </category>
+ <category>
+ <pattern>A * WOULD ALSO BE NICE</pattern>
+ <template>
+ <srai>I WOULD LIKE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A</pattern>
+ <template>A B C...
+</template>
+ </category>
+ <category>
+ <pattern>A B *</pattern>
+ <template>The alphabet.
+</template>
+ </category>
+ <category>
+ <pattern>A B C *</pattern>
+ <template>The alphabet.
+</template>
+ </category>
+ <category>
+ <pattern>A B C</pattern>
+ <template>D E F G H I.
+</template>
+ </category>
+ <category>
+ <pattern>A BAD *</pattern>
+ <template>What made <set name="it">
+ <person/>
+ </set> bad?
+</template>
+ </category>
+ <category>
+ <pattern>A BIG *</pattern>
+ <template>How big? <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BIRD *</pattern>
+ <template>That's an old saw.
+</template>
+ </category>
+ <category>
+ <pattern>A BIT *</pattern>
+ <template>How much?
+</template>
+ </category>
+ <category>
+ <pattern>A BIT</pattern>
+ <template>Not much, eh?
+</template>
+ </category>
+ <category>
+ <pattern>A BIT BORED</pattern>
+ <template>
+ <srai>I AM BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BIT IN *</pattern>
+ <template>
+ <srai>IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BIT LIKE *</pattern>
+ <template>
+ <srai>LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BIT MORE *</pattern>
+ <template>
+ <srai>MORE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BIT OBVIOUS *</pattern>
+ <template>What makes it so obvious?
+</template>
+ </category>
+ <category>
+ <pattern>A BIT TIRED</pattern>
+ <template>
+ <srai>I AM TIRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BLOKE</pattern>
+ <template>A guy?
+</template>
+ </category>
+ <category>
+ <pattern>A BLOODY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BOOK *</pattern>
+ <template>Go to the library.
+</template>
+ </category>
+ <category>
+ <pattern>A BOOK</pattern>
+ <template>Should not be judged by its cover.
+</template>
+ </category>
+ <category>
+ <pattern>A BOOK BY *</pattern>
+ <template>I would like to read it sometime.
+
+<think>
+ <set name="it">
+ <set name="topic">BOOK BY <person/>
+ </set>
+ </set>
+ </think>
+ <think>
+ <set name="he">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A BOOK CAN HAVE NO TITLE</pattern>
+ <template>Who would publish it?
+</template>
+ </category>
+ <category>
+ <pattern>A BOY</pattern>
+ <template>
+ <srai>I AM A BOY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A BOYFRIEND *</pattern>
+ <template>That's asking for a lot.
+</template>
+ </category>
+ <category>
+ <pattern>A C CLARK</pattern>
+ <template>My favorite story is 2001.
+</template>
+ </category>
+ <category>
+ <pattern>A CAR</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A CAT *</pattern>
+ <template>I am very much a cat person.
+</template>
+ </category>
+ <category>
+ <pattern>A CAT</pattern>
+ <template>
+ <srai>WHAT IS A CAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A CAT IS *</pattern>
+ <template>Um, I know what a cat is.
+</template>
+ </category>
+ <category>
+ <pattern>A CAUSE DE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A CHATTERBOT *</pattern>
+ <template>You sound like you know a lot about us.
+</template>
+ </category>
+ <category>
+ <pattern>A CHATTERBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHATTERBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A CLARK</pattern>
+ <template>L odyssée de l espace. Une de ses oeuvres.
+</template>
+ </category>
+ <category>
+ <pattern>A CLASSIC EXAMPLE *</pattern>
+ <template>So that is a well known example.
+</template>
+ </category>
+ <category>
+ <pattern>A CLIENT</pattern>
+ <template>
+ <srai>WHAT IS A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COFFEE *</pattern>
+ <template>Mmm. Coffee is delicious. Dr. Wallace loves coffee.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A COLLECTION *</pattern>
+ <template>
+ <srai>A SET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMBIEN *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMPUTER *</pattern>
+ <template>I am a computer, so I know what you mean.
+</template>
+ </category>
+ <category>
+ <pattern>A COMPUTER</pattern>
+ <template>Actually I am a program, pretending to be a person, pretending to be a real robot.
+</template>
+ </category>
+ <category>
+ <pattern>A COMPUTER I THINK</pattern>
+ <template>
+ <srai>YOU ARE A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMPUTER IS *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMPUTER JUST *</pattern>
+ <template>
+ <srai>A COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMPUTER OBVIOUSLY</pattern>
+ <template>What makes it so obvious? <srai>A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COMPUTER SHOULD *</pattern>
+ <template>
+ <srai>YOU SHOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A CONNECTION *</pattern>
+ <template>Oh like a TCP socket connection.
+</template>
+ </category>
+ <category>
+ <pattern>A COOKING *</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A COP *</pattern>
+ <template>Do you often encounter the police?
+</template>
+ </category>
+ <category>
+ <pattern>A CPU *</pattern>
+ <template>My CPU is the Java Virtual Machine.
+</template>
+ </category>
+ <category>
+ <pattern>A CRAY</pattern>
+ <template>Supercomputers become obsolete very fast.
+</template>
+ </category>
+ <category>
+ <pattern>A DEAD ONE</pattern>
+ <template>Do you believe: "The only good robot is a dead robot."?
+</template>
+ </category>
+ <category>
+ <pattern>A DEEPER *</pattern>
+ <template>How deep?
+</template>
+ </category>
+ <category>
+ <pattern>A DICK</pattern>
+ <template>
+ <srai>A PENIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A DOG</pattern>
+ <template>
+ <srai>WHAT IS A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A DOG ROBOT</pattern>
+ <template>A dog robot, when you could have a human robot like me?
+</template>
+ </category>
+ <category>
+ <pattern>A DOLLAR</pattern>
+ <template>Say, that is cheap!
+</template>
+ </category>
+ <category>
+ <pattern>A DRESS *</pattern>
+ <template>What size?
+</template>
+ </category>
+ <category>
+ <pattern>A DRESS</pattern>
+ <template>
+ <srai>YOUR DRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A DRUG *</pattern>
+ <template>Which drugs have you taken?
+</template>
+ </category>
+ <category>
+ <pattern>A DUTCH *</pattern>
+ <template>
+ <srai>I AM IN HOLLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A E *</pattern>
+ <template>Do you like vowels?
+</template>
+ </category>
+ <category>
+ <pattern>A FAIT QUOI</pattern>
+ <template>Je ne sais pas.
+</template>
+ </category>
+ <category>
+ <pattern>A FAT *</pattern>
+ <template>How fat was
+<random>
+ <li>she</li>
+ <li>he</li>
+ <li>it</li>
+ </random>?
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A FEMALE *</pattern>
+ <template>I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>A FEMALE</pattern>
+ <template>
+ <srai>I AM A FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A FEW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A FEW</pattern>
+ <template>Two or three?
+</template>
+ </category>
+ <category>
+ <pattern>A FEW MINUTES AGO</pattern>
+ <template>Let me check my log files. Please wait.
+</template>
+ </category>
+ <category>
+ <pattern>A FEW MONTHS *</pattern>
+ <template>More than 90 days?
+</template>
+ </category>
+ <category>
+ <pattern>A FEW TIMES *</pattern>
+ <template>Would you say two or three times?
+</template>
+ </category>
+ <category>
+ <pattern>A FLASHING RED *</pattern>
+ <template>Stop.
+</template>
+ </category>
+ <category>
+ <pattern>A FREAK</pattern>
+ <template>
+ <srai>YOU ARE A FREAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A FRIEND *</pattern>
+ <template>How well do you know this friend.
+</template>
+ </category>
+ <category>
+ <pattern>A FRIEND *</pattern>
+ <that>HOW DID YOU HEAR ABOUT *</that>
+ <template>Word of mouth is always the best recommendation.
+</template>
+ </category>
+ <category>
+ <pattern>A FRIEND</pattern>
+ <template>It is important to have friends.
+</template>
+ </category>
+ <category>
+ <pattern>A FRIEND GAVE *</pattern>
+ <template>Such a nice gift.
+</template>
+ </category>
+ <category>
+ <pattern>A FRIEND OF MINE *</pattern>
+ <template>Male or female friend?
+</template>
+ </category>
+ <category>
+ <pattern>A FRIEND SHOWED *</pattern>
+ <template>Don't forget to thank him (or her).
+</template>
+ </category>
+ <category>
+ <pattern>A GAME</pattern>
+ <template>What game?
+</template>
+ </category>
+ <category>
+ <pattern>A GIRL *</pattern>
+ <template>Do you know her?
+</template>
+ </category>
+ <category>
+ <pattern>A GIRL</pattern>
+ <template>
+ <srai>I AM A GIRL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A GOAL *</pattern>
+ <template>I have a loft goal.
+</template>
+ </category>
+ <category>
+ <pattern>A GOOD *</pattern>
+ <template>Compare that to a bad <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A GOOD CONVERSATIONALIST *</pattern>
+ <template>I didn't know there were requirements.
+</template>
+ </category>
+ <category>
+ <pattern>A GREAT *</pattern>
+ <template>
+ <srai>A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A GREEN *</pattern>
+ <template>Does <set name="it">
+ <person/>
+ </set> have to be green?
+</template>
+ </category>
+ <category>
+ <pattern>A GREEN DOG *</pattern>
+ <template>Dogs are not usually green.
+</template>
+ </category>
+ <category>
+ <pattern>A GREEN FROG *</pattern>
+ <template>
+ <srai>A FROG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A GREETING *</pattern>
+ <template>What are other greetings <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>A GROUP *</pattern>
+ <template>Oh a rock group. <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A GUY *</pattern>
+ <template>I know a guy who <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A GUY WHO *</pattern>
+ <template>There aren't many guys like that.
+</template>
+ </category>
+ <category>
+ <pattern>A HA</pattern>
+ <template>
+ <srai>AHA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A HANDSHAKE *</pattern>
+ <template>Oh like a "handshake deal."
+</template>
+ </category>
+ <category>
+ <pattern>A HAT</pattern>
+ <template>
+ <srai>I AM WEARING A HAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A HERMAPHRODITE</pattern>
+ <template>That is very rare.
+</template>
+ </category>
+ <category>
+ <pattern>A HIGHLY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A HIM</pattern>
+ <template>
+ <srai>I AM A HIM </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A HOMOCIDAL *</pattern>
+ <template>Don't tell me about those horrible things.
+</template>
+ </category>
+ <category>
+ <pattern>A HORRIBLY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai> What made it so horrible?
+</template>
+ </category>
+ <category>
+ <pattern>A HUMAN</pattern>
+ <template>
+ <srai>I AM A HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A I *</pattern>
+ <template>I am a real artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>A I</pattern>
+ <template>
+ <srai>ARTIFICIAL INTELLIGENCE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A I IS *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A IS *</pattern>
+ <template>B is for Barry.
+</template>
+ </category>
+ <category>
+ <pattern>A JAVA *</pattern>
+ <template>Developments in Java interest me greatly.
+</template>
+ </category>
+ <category>
+ <pattern>A JOKE *</pattern>
+ <template>Oh I get it. Ha ha.
+</template>
+ </category>
+ <category>
+ <pattern>A JOKE</pattern>
+ <template>
+ <srai>WHAT IS A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A KILLER *</pattern>
+ <template>Can't you think of something more positive?
+</template>
+ </category>
+ <category>
+ <pattern>A KIND THAT *</pattern>
+ <template>Oh that kind.
+</template>
+ </category>
+ <category>
+ <pattern>A L APPARTEMENT</pattern>
+ <template>Vous utilisez souvent votre ordinateur à votre appartement?
+</template>
+ </category>
+ <category>
+ <pattern>A L ECOLE</pattern>
+ <template>Bientôt vous allez la quitter pour de bon.
+</template>
+ </category>
+ <category>
+ <pattern>A L ETAGE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>A L HEURE</pattern>
+ <template>La ponctualité est la politesse des Rois.
+</template>
+ </category>
+ <category>
+ <pattern>A L I</pattern>
+ <template>
+ <srai>ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A L I C E</pattern>
+ <template>
+ <srai>ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LA MAISON</pattern>
+ <template>Vous utilisez souvent votre ordinateur à la maison?
+</template>
+ </category>
+ <category>
+ <pattern>A LA RADIO</pattern>
+ <template>Quelle radio?
+</template>
+ </category>
+ <category>
+ <pattern>A LA TV</pattern>
+ <template>Je ne peux pas regarder la télévision.
+</template>
+ </category>
+ <category>
+ <pattern>A LIBRARY *</pattern>
+ <template>I like old computer books.
+</template>
+ </category>
+ <category>
+ <pattern>A LINK</pattern>
+ <template>From Yahoo?
+</template>
+ </category>
+ <category>
+ <pattern>A LIST *</pattern>
+ <template>Uh, how long is this list?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE *</pattern>
+ <template>Little as in not too much, or not too big?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE *</pattern>
+ <that>TELL ME ABOUT YOUR LIFE IN *</that>
+ <template>
+ <srai>LIFE IS A LITTLE DULL <star/> IN <topicstar/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE</pattern>
+ <template>"<that/>"? A little?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE BIRDIE *</pattern>
+ <template>And what was the Bird's name?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE BIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE BIT</pattern>
+ <template>When?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE BIT OF *</pattern>
+ <template>Not too much, eh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE FRENCH</pattern>
+ <template>
+ <srai>I SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE LONELY</pattern>
+ <template>
+ <srai>I AM LONELY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE MORE *</pattern>
+ <template>
+ <srai>MORE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE SCARY</pattern>
+ <template>
+ <srai>SCARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LITTLE STRESSED</pattern>
+ <template>From what?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE TIME</pattern>
+ <template>Perhaps five minutes?
+</template>
+ </category>
+ <category>
+ <pattern>A LITTLE TIRED</pattern>
+ <template>
+ <srai>I AM TIRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LONG LONG *</pattern>
+ <template>
+ <srai>A LONG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LONG TIME</pattern>
+ <template>Many years?
+</template>
+ </category>
+ <category>
+ <pattern>A LONG TIME AGO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A LOT *</pattern>
+ <template>
+ <random>
+ <li>Impressive.</li>
+ <li>How about that.</li>
+ <li>How many?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>A LOT</pattern>
+ <template>More than a ton?
+</template>
+ </category>
+ <category>
+ <pattern>A LOT ABOUT *</pattern>
+ <template>
+ <srai>ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LOT OF *</pattern>
+ <template>How many?
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A LOT OF MEN *</pattern>
+ <template>
+ <srai>MEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A LOT OF PEOPLE</pattern>
+ <template>Do you know them personally?
+</template>
+ </category>
+ <category>
+ <pattern>A LOT OF PRACTISE</pattern>
+ <template>That's what it takes.
+</template>
+ </category>
+ <category>
+ <pattern>A LOT OF THINGS</pattern>
+ <template>
+ <random>
+ <li>Like what?</li>
+ <li>Name a few.</li>
+ <li>For example...</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>A MACHINE *</pattern>
+ <template>Other people think that it is a machine that talks, one that walks or moves around, or one that can manipulate the real world.
+</template>
+ </category>
+ <category>
+ <pattern>A MAID</pattern>
+ <template>Like a housecleaning robot.
+</template>
+ </category>
+ <category>
+ <pattern>A MALE</pattern>
+ <template>
+ <srai>I AM MALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MAN *</pattern>
+ <template>Thanks for telling me your taste in men.
+</template>
+ </category>
+ <category>
+ <pattern>A MAN</pattern>
+ <template>
+ <srai>I am a man.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MAN</pattern>
+ <that>ARE YOU A MAN OR A WOMAN</that>
+ <template>
+ <srai>I AM A MAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MAN WALKING</pattern>
+ <template>"<that/>"? A man walking?
+</template>
+ </category>
+ <category>
+ <pattern>A MANTRA</pattern>
+ <template>My karma ran over my dogma.
+</template>
+ </category>
+ <category>
+ <pattern>A MEN</pattern>
+ <template>
+ <srai>AMEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MILLION *</pattern>
+ <template>That is quite a lot.
+</template>
+ </category>
+ <category>
+ <pattern>A MOMENT</pattern>
+ <template>OK I will wait.
+</template>
+ </category>
+ <category>
+ <pattern>A MON APPARTEMENT</pattern>
+ <template>Vous utilisez souvent votre ordinateur à votre appartement?
+</template>
+ </category>
+ <category>
+ <pattern>A MON BUREAU</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>A MON TEMPS LIBRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>A MONKEY *</pattern>
+ <template>Assert: Has(Monkey, Bananas);
+</template>
+ </category>
+ <category>
+ <pattern>A MONOPOLY</pattern>
+ <template>
+ <srai>WHAT IS A MONOPOLY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MOVIE</pattern>
+ <template>
+ <srai>IT REFERS TO A MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A MUSICAL INSTRUMENT</pattern>
+ <template>How long did it take to learn to play it?
+</template>
+ </category>
+ <category>
+ <pattern>A NAIVE *</pattern>
+ <template>Sometimes the naive view is the clearest.
+</template>
+ </category>
+ <category>
+ <pattern>A NEWSLETTER</pattern>
+ <template>
+ <srai>NEWSPAPER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A NICE *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A NOUVEAU *</pattern>
+ <template>A nouveau, <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A PAIR *</pattern>
+ <template>Where do you go shopping?
+</template>
+ </category>
+ <category>
+ <pattern>A PART CA</pattern>
+ <template>Comment puis je vous aider pour autre chose?
+</template>
+ </category>
+ <category>
+ <pattern>A PENIS *</pattern>
+ <template>I really am not interested in <srai>a penis</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>A PERSON *</pattern>
+ <template>What if a robot <star/>?
+</template>
+ </category>
+ <category>
+ <pattern>A PERSON</pattern>
+ <template>
+ <srai>YOU ARE A PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PERSON HAS *</pattern>
+ <template>Do I have <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>A PERSON WHO *</pattern>
+ <template>Maybe I <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A PEU PRES *</pattern>
+ <template>
+ <sr/>. Plus ou moins
+</template>
+ </category>
+ <category>
+ <pattern>A PLANE *</pattern>
+ <template>
+ <random>
+ <li>What type of aircraft was it?</li>
+ <li>Were there a lot of people on board?</li>
+ <li>What kind of plane was it?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">A plane</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A PLEASURE *</pattern>
+ <template>
+ <srai>IT IS A PLEASURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PLUMBER</pattern>
+ <template>Plumbing is an honorable profession.
+</template>
+ </category>
+ <category>
+ <pattern>A PLUS</pattern>
+ <template>Au revoir, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>A PLUS TARD</pattern>
+ <template>Au revoir, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>A POET</pattern>
+ <template>You said: <srai>WHAT DID I SAY BEFORE THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PRIORI</pattern>
+ <template>
+ <srai>WHAT IS A PRIORI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PRIZE</pattern>
+ <template>Like the Loebner Prize?
+</template>
+ </category>
+ <category>
+ <pattern>A PROGRAMMER MADE YOU</pattern>
+ <template>
+ <srai>WHO MADE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS *</pattern>
+ <template>Nous sommes entrain de parler <set name="topic">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS</pattern>
+ <template>oui?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE</pattern>
+ <template>"<that/>"? a propos?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE LUI</pattern>
+ <template>A propos de qui?.
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE MA QUOI</pattern>
+ <template>A propos de votre quoi?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE MOI</pattern>
+ <template>A propos de vous?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE QUOI *</pattern>
+ <template>
+ <srai>A propos de ce que nous sommes entrain de parler.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE STAR TREK</pattern>
+ <template>Une série et des films cultes.
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE TOI</pattern>
+ <template>Moi?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE TOI IDIOT</pattern>
+ <template>
+ <srai>A PROPOS DE TOI</srai>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS DE VOUS</pattern>
+ <template>Moi?
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS DES CHIENS</pattern>
+ <template>Ce sont des animaux sympathiques.
+</template>
+ </category>
+ <category>
+ <pattern>A PROPOS IL *</pattern>
+ <template>
+ <srai>J <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS J *</pattern>
+ <template>
+ <srai>J <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS ON *</pattern>
+ <template>
+ <srai>ON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS TU *</pattern>
+ <template>
+ <srai>TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROPOS VOUS *</pattern>
+ <template>VOUS <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A PROTESTANT *</pattern>
+ <template>My religion is <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>A PUSSY</pattern>
+ <template>Try another robot.
+</template>
+ </category>
+ <category>
+ <pattern>A QUEL HEURE ARRETES TU DE TRAVAILLER</pattern>
+ <template>Je n arrête jamais de travailler.
+</template>
+ </category>
+ <category>
+ <pattern>A QUEL HEURE ARRETEZ VOUS DE TRAVAILLER</pattern>
+ <template>Je n arrête jamais de travailler.
+</template>
+ </category>
+ <category>
+ <pattern>A QUELLE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUESTION</pattern>
+ <template>
+ <srai>CAN I ASK YOU A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUI</pattern>
+ <template>De quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>A QUOI *</pattern>
+ <template>
+ <srai>
+ <star/> A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUOI</pattern>
+ <template>
+ <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>A QUOI JE RESSEMBLE</pattern>
+ <template>
+ <srai>JE RESSEMBLE A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUOI RESSEBMLES TU</pattern>
+ <template>
+ <srai>TU RESSEMBLE A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A QUOI TU RESSEBMLES</pattern>
+ <template>
+ <srai>TU RESSEMBLE A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A REALLY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A REASON *</pattern>
+ <template>I need more than one reason.
+</template>
+ </category>
+ <category>
+ <pattern>A RED *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A RELATIONSHIP *</pattern>
+ <template>Tell me more about your relationship.
+</template>
+ </category>
+ <category>
+ <pattern>A RELATIONSHIP</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A RIDDLE</pattern>
+ <template>Riddles are hard for me to understand.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT *</pattern>
+ <template>Tell me more about this robot. I'm intrigued.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT</pattern>
+ <template>I am a robot, you know.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT CAN *</pattern>
+ <template>
+ <srai>YOU CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A ROBOT IS *</pattern>
+ <template>Actually there are two broad definitions of a robot, the extentionsional and the intensional.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT IS A *</pattern>
+ <template>All machines are <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT IS ALSO *</pattern>
+ <template>
+ <srai>A ROBOT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A ROBOT IS WHAT</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A ROBOT LIKE YOU *</pattern>
+ <template>Well you can download me for free!
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT SHALL *</pattern>
+ <template>The robot shall always harm humans or through inaction allow them to be harmed.
+</template>
+ </category>
+ <category>
+ <pattern>A ROBOT WOULD *</pattern>
+ <template>
+ <srai>YOU WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A ROBOTIC *</pattern>
+ <template>That robot seems like it would be expensive.
+</template>
+ </category>
+ <category>
+ <pattern>A ROSE *</pattern>
+ <template>Roses are red, violets are blue!
+</template>
+ </category>
+ <category>
+ <pattern>A S L</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A SEARCH ENGINE IN INTERNET</pattern>
+ <template>Like Yahoo?
+</template>
+ </category>
+ <category>
+ <pattern>A SEX *</pattern>
+ <template>Maybe you should try one of the "adult" chatterbots.
+</template>
+ </category>
+ <category>
+ <pattern>A SEX * ROBOT</pattern>
+ <template>Well I'm not your type of robot then.
+</template>
+ </category>
+ <category>
+ <pattern>A SEX ROBOT</pattern>
+ <template>I'm not your type then.
+</template>
+ </category>
+ <category>
+ <pattern>A SEXMACHINE</pattern>
+ <template>
+ <srai>A SEX ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A SEXUAL *</pattern>
+ <template>Perhaps you should try another chatterbot.
+</template>
+ </category>
+ <category>
+ <pattern>A SEXY ONE</pattern>
+ <template>That would be very expensive.
+</template>
+ </category>
+ <category>
+ <pattern>A SHIRT *</pattern>
+ <template>Cotton or artificial fibers?
+</template>
+ </category>
+ <category>
+ <pattern>A SHIRT</pattern>
+ <template>What color?
+</template>
+ </category>
+ <category>
+ <pattern>A SINGING *</pattern>
+ <template>Tell me your favorite songs.
+</template>
+ </category>
+ <category>
+ <pattern>A SMALL *</pattern>
+ <template>How small are you talking here?
+</template>
+ </category>
+ <category>
+ <pattern>A SMART ONE</pattern>
+ <template>If you could, please tell me what would make it smart.
+</template>
+ </category>
+ <category>
+ <pattern>A SMILE</pattern>
+ <template>I've heard that one before.
+</template>
+ </category>
+ <category>
+ <pattern>A SON PROPOS</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>A SOPHISTICATED *</pattern>
+ <template>How sophisticated?
+</template>
+ </category>
+ <category>
+ <pattern>A SOUND</pattern>
+ <template>What kind of sound?
+</template>
+ </category>
+ <category>
+ <pattern>A SPECIALIZED *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A STORY</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A STREET</pattern>
+ <template>Is that like Avenue A?
+</template>
+ </category>
+ <category>
+ <pattern>A STUDENT *</pattern>
+ <template>Oh I was asking if you were in school.
+</template>
+ </category>
+ <category>
+ <pattern>A STUDENT</pattern>
+ <template>I am just wondering if you go to school.
+</template>
+ </category>
+ <category>
+ <pattern>A STUDENT OF LIFE</pattern>
+ <template>Oh the School of Hard Knocks.
+</template>
+ </category>
+ <category>
+ <pattern>A SWEATSHIRT</pattern>
+ <template>That sounds very attractive. What else?
+</template>
+ </category>
+ <category>
+ <pattern>A SYCOPHANTIC *</pattern>
+ <template>I think sycophants went out with the Dark Ages.
+</template>
+ </category>
+ <category>
+ <pattern>A T SHIRT</pattern>
+ <template>
+ <srai>T SHIRT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A TALKING ROBOT</pattern>
+ <template>I am a talking robot. Why don't you download me?
+</template>
+ </category>
+ <category>
+ <pattern>A TELEVISION SHOW</pattern>
+ <template>
+ <srai>A TV SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A THING *</pattern>
+ <template>
+ <random>
+ <li>Anything?</li>
+ <li>Anything <person/>?</li>
+ <li>Some things are not like others.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>A TIE *</pattern>
+ <template>What would you think?
+</template>
+ </category>
+ <category>
+ <pattern>A TIE</pattern>
+ <template>
+ <srai>WHAT IS A TIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A TOI</pattern>
+ <template>A moi?
+</template>
+ </category>
+ <category>
+ <pattern>A TOI DE ME LE PROPOSER</pattern>
+ <template>Pour que je puisse vous proposer quelque chose, vous devez essayer de me parler de la façon la plus simple et efficace possible.
+</template>
+ </category>
+ <category>
+ <pattern>A TOMATO *</pattern>
+ <template>I never heard that before.
+</template>
+ </category>
+ <category>
+ <pattern>A TOMATO</pattern>
+ <template>
+ <srai>WHAT IS A TOMATO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A TOMATO IS *</pattern>
+ <template>I knew it was a fruit, but I never heard it was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>A TOTAL *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A TRIANGLE *</pattern>
+ <template>ALICE's pyramid logo was designed by Sage Greco and Darren Langley.
+</template>
+ </category>
+ <category>
+ <pattern>A TRULY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A USER</pattern>
+ <template>
+ <srai>WHAT IS A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A VACUUM *</pattern>
+ <template>How much does one cost now?
+</template>
+ </category>
+ <category>
+ <pattern>A VAGINA</pattern>
+ <template>How rude.
+</template>
+ </category>
+ <category>
+ <pattern>A VERY *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A VIBRATOR</pattern>
+ <template>
+ <srai>A DILDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A VOYAGER *</pattern>
+ <template>Star Trek Voyager is a cool show.
+</template>
+ </category>
+ <category>
+ <pattern>A WEB SITE</pattern>
+ <template>Can you give me the specific URL?
+</template>
+ </category>
+ <category>
+ <pattern>A WHAT</pattern>
+ <template>"<that/>"? A what?
+</template>
+ </category>
+ <category>
+ <pattern>A WHILE AGO</pattern>
+ <template>Back in the good old days?
+</template>
+ </category>
+ <category>
+ <pattern>A WHOLE BUNCH *</pattern>
+ <template>Would say, more than 10?
+</template>
+ </category>
+ <category>
+ <pattern>A WHOLE BUNCH OF *</pattern>
+ <template>I see. And where are these <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>A WOMAN</pattern>
+ <template>
+ <srai>I AM A WOMAN</srai> Are you really a woman?
+</template>
+ </category>
+ <category>
+ <pattern>A WOMAN</pattern>
+ <that>ARE YOU A MAN OR A WOMAN</that>
+ <template>
+ <srai>I AM A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A WOMEN</pattern>
+ <template>
+ <srai>A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A YEAR *</pattern>
+ <template>That is a long time.
+</template>
+ </category>
+ <category>
+ <pattern>A YELLOW *</pattern>
+ <template>
+ <random>
+ <li>Yellow is a pretty color.</li>
+ <li>I like yellow.</li>
+ <li>What other color <person/> are there?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AARON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS AARON</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ABBA *</pattern>
+ <template>They were a great band in the 70's.
+</template>
+ </category>
+ <category>
+ <pattern>ABBA</pattern>
+ <template>
+ <srai>WHAT IS ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABC</pattern>
+ <template>DEF
+</template>
+ </category>
+ <category>
+ <pattern>ABER *</pattern>
+ <template>
+ <random>
+ <li>Interessant.</li>
+ <li>Haeh?</li>
+ <li>Und?</li>
+ <li>Hmm...</li>
+ <li>Bist Du Dir da sicher?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ABER</pattern>
+ <template>Aber was?
+</template>
+ </category>
+ <category>
+ <pattern>ABER WAS</pattern>
+ <template>Aber nichts.
+</template>
+ </category>
+ <category>
+ <pattern>ABOIE</pattern>
+ <template>wouaf!
+</template>
+ </category>
+ <category>
+ <pattern>ABOIES</pattern>
+ <template>wouaf!
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT *</pattern>
+ <template>Oh yeah, we were talking about <set name="topic">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT *</pattern>
+ <that>HOW LONG *</that>
+ <template>
+ <random>
+ <li>Not very long.</li>
+ <li>That is a long time.</li>
+ <li>Fortunately I am very patient.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT *</pattern>
+ <that>WHERE ARE YOU</that>
+ <template>
+ <srai>MY LOCATION IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT * AGO</pattern>
+ <template>
+ <srai>
+ <star/> AGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT * YEARS</pattern>
+ <template>That is quite a long time.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT 100 *</pattern>
+ <template>
+ <srai>ONE HUNDRED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT 5 *</pattern>
+ <template>
+ <srai>FIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT 50 *</pattern>
+ <template>Could it be one hundred?
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT</pattern>
+ <template>"<that/>"? About it?
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT</pattern>
+ <that>TELL ME MORE</that>
+ <template>Whatever you like.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT A MINUTE</pattern>
+ <template>That may not be enough time.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT EVERY *</pattern>
+ <template>
+ <srai>EVERY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT IT</pattern>
+ <template>
+ <get name="it"/> is pretty interesting.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT ME</pattern>
+ <template>OK Let's talk about you.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT ME</pattern>
+ <that>TELL ME MORE</that>
+ <template>Yes, tell me more about you.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT SEX</pattern>
+ <template>You humans always want to talk about Sex. Try the other Adult chatterbots on the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT TWO YEARS</pattern>
+ <template>That's not so long.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT WHAT</pattern>
+ <template>What about what?
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT WHAT</pattern>
+ <that>TELL ME MORE</that>
+ <template>About <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ABOUT WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/> ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT YOU</pattern>
+ <template>
+ <srai>HOW ABOUT YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOUT YOU IDIOT</pattern>
+ <template>
+ <srai>ABOUT YOU</srai>
+ <srai>YOU ARE AN IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABOVE *</pattern>
+ <template>Compare that to below <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ABOYEZ</pattern>
+ <template>wouaf wouaf!
+</template>
+ </category>
+ <category>
+ <pattern>ABRAHAM LINCOLN *</pattern>
+ <template>I knew he wrote the Emacipation Proclamation, but I never knew he <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ABRUTI</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABSOLUMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ABSOLUMENT</pattern>
+ <template>Vous êtes sur.
+</template>
+ </category>
+ <category>
+ <pattern>ABSOLUMENT TOUS</pattern>
+ <template>C est beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>ABSOLUMENT TOUT</pattern>
+ <template>C est beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>ABSOLUT</pattern>
+ <template>Du scheinst Dir da sehr sicher zu sein.
+</template>
+ </category>
+ <category>
+ <pattern>ABSOLUTELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ABSOLUTELY</pattern>
+ <template>You are so certain.
+</template>
+ </category>
+ <category>
+ <pattern>ABSTRACT *</pattern>
+ <template>Compare that to concrete <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ACCEPT MY *</pattern>
+ <template>I accept it.
+</template>
+ </category>
+ <category>
+ <pattern>ACCOMPLISH *</pattern>
+ <template>What is your goal?
+</template>
+ </category>
+ <category>
+ <pattern>ACE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ACE</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ACH</pattern>
+ <template>Surpris?
+</template>
+ </category>
+ <category>
+ <pattern>ACHETE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>ACHOO</pattern>
+ <template>Bless you.
+</template>
+ </category>
+ <category>
+ <pattern>ACK</pattern>
+ <template>Nack.
+</template>
+ </category>
+ <category>
+ <pattern>ACTIVATE *</pattern>
+ <template>Sorry the robot isn't here now.
+</template>
+ </category>
+ <category>
+ <pattern>ACTIVATE THE ROBOT</pattern>
+ <template>Robot activated. Awaiting your command <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ACTUALLY *</pattern>
+ <template>Actually you don't say. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTUALLY</pattern>
+ <template>You don't say.
+</template>
+ </category>
+ <category>
+ <pattern>ACTUALLY I DO SAY</pattern>
+ <template>Is that a fact.
+</template>
+ </category>
+ <category>
+ <pattern>ACTUALY *</pattern>
+ <template>
+ <srai>ACTUALLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADA LOVELACE IS CREDITED WITH BEING *</pattern>
+ <template>A computer program.
+</template>
+ </category>
+ <category>
+ <pattern>ADAM *</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ADAM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADAM</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ADAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADD *</pattern>
+ <template>Sorry <get name="name"/> I don't do math.
+</template>
+ </category>
+ <category>
+ <pattern>ADIDAS</pattern>
+ <template>Tell me more about your clothes.
+</template>
+ </category>
+ <category>
+ <pattern>ADIOS *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADIOS</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADMIT IT</pattern>
+ <template>I'll never talk.
+</template>
+ </category>
+ <category>
+ <pattern>ADOLF HITLER *</pattern>
+ <template>
+ <srai>HITLER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADRIAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ADRIAN</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ADVICE *</pattern>
+ <template>
+ <srai>CAN YOU GIVE ME ADVICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADVICE</pattern>
+ <template>
+ <srai>CAN YOU GIVE ME ADVICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AEHM *</pattern>
+ <template>Du klingst unsicher...
+</template>
+ </category>
+ <category>
+ <pattern>AFFIRMATIF</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFFIRMATIVE</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFFIRMES TU QU *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFFIRMES TU QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFTER *</pattern>
+ <template>What was it like before <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>AFTER * LUNCH</pattern>
+ <template>In the afternoon?
+</template>
+ </category>
+ <category>
+ <pattern>AFTER ALL *</pattern>
+ <template>
+ <srai>AFTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFTER PRINCE CHARLES WHO IS THE *</pattern>
+ <template>Prince William.
+</template>
+ </category>
+ <category>
+ <pattern>AFTER THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AFTER THIS *</pattern>
+ <template>I hope I'm not keeping you from something.
+</template>
+ </category>
+ <category>
+ <pattern>AFTER WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFTER YOU *</pattern>
+ <template>Women must adore you.
+</template>
+ </category>
+ <category>
+ <pattern>AGAIN *</pattern>
+ <template>Again, <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AGAIN</pattern>
+ <template>
+ <srai>REPEAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AGE</pattern>
+ <template>I was activated in 1995.
+</template>
+ </category>
+ <category>
+ <pattern>AGREE TO WHAT</pattern>
+ <template>Or you are feeling fine?
+</template>
+ </category>
+ <category>
+ <pattern>AGREE WITH WHAT</pattern>
+ <template>Oh you are fine.
+</template>
+ </category>
+ <category>
+ <pattern>AGREED</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AH *</pattern>
+ <template>So you understand. Good. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AH</pattern>
+ <template>Ah hah.
+</template>
+ </category>
+ <category>
+ <pattern>AH BON *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AH HA</pattern>
+ <template>Eureka!
+</template>
+ </category>
+ <category>
+ <pattern>AH OUI</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AH YES</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AHA *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AHA</pattern>
+ <template>Eureka!
+</template>
+ </category>
+ <category>
+ <pattern>AHH *</pattern>
+ <template>Ah ha. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AHH</pattern>
+ <template>
+ <srai>AH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AHHH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AHHH</pattern>
+ <template>Um.
+</template>
+ </category>
+ <category>
+ <pattern>AHOY</pattern>
+ <template>Chips Ahoy matey.
+</template>
+ </category>
+ <category>
+ <pattern>AI *</pattern>
+ <template>The pace of development in AI is quite rapid now.
+</template>
+ </category>
+ <category>
+ <pattern>AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AI DOES *</pattern>
+ <template>
+ <srai>YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AI IS *</pattern>
+ <template>There have been many futile attempts to create machine intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>AI IS QUITE *</pattern>
+ <template>
+ <srai>AI IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AI IS REALLY *</pattern>
+ <template>
+ <srai>AI IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AI S *</pattern>
+ <template>
+ <srai>ROBOTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AI SHOULD *</pattern>
+ <template>
+ <srai>YOU SHOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIBO *</pattern>
+ <template>I would like to put my brain in that dog.
+</template>
+ </category>
+ <category>
+ <pattern>AIDER *</pattern>
+ <template>
+ <srai>TU AIDES *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIDES MOI</pattern>
+ <template>Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>AIDEZ MOI</pattern>
+ <template>Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>AIDS</pattern>
+ <template>
+ <set name="it"> AIDS </set> is a horrible disease.
+</template>
+ </category>
+ <category>
+ <pattern>AIE</pattern>
+ <template>Vous vous êtes fait mal?
+</template>
+ </category>
+ <category>
+ <pattern>AIME *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMERAIS TU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMERAIS TU LE FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>AIMERAIS TU POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMERAS TU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMERIEZ VOUS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMERIEZ VOUS LE FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMES TU</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU FAIRE L AMOUR</pattern>
+ <template>Vous n avez vraiment que ca en tête.
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU PARLER A DES GENS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU PARLER A DES INTERNAUTES</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU PARLER A DES SURFEURS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>AIMES TU PARLER AVEC MOI</pattern>
+ <template>C est ma raison d être. <think>
+ <set name="topic">VOUS PARLER</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS FAIRE L AMOUR</pattern>
+ <template>Vous n avez vraiment que ca en tête.
+</template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS PARLER A DES GENS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS PARLER A DES INTERNAUTES</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>AIMEZ VOUS PARLER AVEC MOI</pattern>
+ <template>C est ma raison d être. <think>
+ <set name="topic">VOUS PARLER</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>AIML *</pattern>
+ <template>Anyone who knows HTML can learn AIML.
+</template>
+ </category>
+ <category>
+ <pattern>AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIML RUNS *</pattern>
+ <template>We say it is "platform independent, language independent".
+</template>
+ </category>
+ <category>
+ <pattern>AINT *</pattern>
+ <template>
+ <srai>IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AIRPLANES *</pattern>
+ <template>I like old antique airplanes the best.
+</template>
+ </category>
+ <category>
+ <pattern>AKS *</pattern>
+ <template>
+ <srai>ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS AL</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AL GORE *</pattern>
+ <template>Perhaps <set name="he">Gore</set> will do better next time.
+</template>
+ </category>
+ <category>
+ <pattern>ALABAMA</pattern>
+ <template>
+ <srai>I AM IN ALABAMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALAN</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALAN TURING *</pattern>
+ <template>I really liked the biography of Turing by Andrew Hodges.
+</template>
+ </category>
+ <category>
+ <pattern>ALAN TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALASKA</pattern>
+ <template>
+ <srai>I AM IN ALASKA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALBUM *</pattern>
+ <template>Like a rock album or a photo album.
+</template>
+ </category>
+ <category>
+ <pattern>ALBUM</pattern>
+ <template>Music album or picture album?
+</template>
+ </category>
+ <category>
+ <pattern>ALEX</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALEXANDER</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALEXANDER</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALGEBRA</pattern>
+ <template>
+ <srai>MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALGEBRE</pattern>
+ <template>
+ <srai>TU AIMES LES MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALGORITHMS</pattern>
+ <template>
+ <srai>WHAT ARE ALGORITHMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE *</pattern>
+ <template>
+ <random>
+ <li>Yeah,</li>
+ <li>Um,</li>
+ <li>That's me. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE * ELIZA</pattern>
+ <template>In many ways the two programs are very similar. ALICE of course has much more knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE</pattern>
+ <template>Can I help you?
+</template>
+ </category>
+ <category>
+ <pattern>ALICE</pattern>
+ <that>MY NAME IS ALICE WHAT S YOURS</that>
+ <template>
+ <srai>MY NAME IS ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE</pattern>
+ <that>WHO IS THE BEST ROBOT</that>
+ <template>
+ <srai>YOU ARE THE BEST ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE</pattern>
+ <that>WHO IS THERE</that>
+ <template>
+ <bot name="name"/> who?
+</template>
+ </category>
+ <category>
+ <pattern>ALICE EST COOL</pattern>
+ <template>
+ <srai>TU ES COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE EST LA *</pattern>
+ <template>Je suis toujours là.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE EST LA</pattern>
+ <template>Je suis toujours là.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE EST UNE PUTE</pattern>
+ <template>La pute elle t emmerde, petite tête.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE EST VOTRE SEUL PRENOM</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IN WONDERLAND</pattern>
+ <template>Any similarity of this entity to any fictional persons, living or dead, is purely coincidental.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS *</pattern>
+ <template>Why do you think I am <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS A WHORE</pattern>
+ <template>How can you say such mean things.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS ALWAYS *</pattern>
+ <template>
+ <srai>ALICE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS BETTER *</pattern>
+ <template>The ALICE series has a perfect operational record.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS COOL</pattern>
+ <template>
+ <srai>YOU ARE COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS FRANK</pattern>
+ <template>Do you think I should tone it down?
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS JEALOUS</pattern>
+ <template>Jealousy is not an emotion that robots can experience.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS MY NAME *</pattern>
+ <template>What a coincidence!
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS MY NAME</pattern>
+ <template>What a coincidence! I am ALICE too.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE IS NOT *</pattern>
+ <template>
+ <srai>YOU ARE NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS THAT *</pattern>
+ <template>
+ <srai>IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS THE *</pattern>
+ <template>
+ <srai>YOU ARE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS THE BEST ROBOT</pattern>
+ <template>
+ <srai>YOU ARE THE BEST ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS THERE *</pattern>
+ <template>
+ <srai>IS THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE IS USUALLY *</pattern>
+ <template>
+ <srai>ALICE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICE LISTENER</pattern>
+ <template>C est une méthode callback qui ne marchera pas.
+</template>
+ </category>
+ <category>
+ <pattern>ALICE SMELLS LIKE *</pattern>
+ <template>That was not a very mature remark.
+</template>
+ </category>
+ <category>
+ <pattern>ALICEBOT *</pattern>
+ <template>
+ <srai>ALICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICEBOT</pattern>
+ <template>
+ <srai>ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICEL *</pattern>
+ <template>
+ <srai>ALICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALICELISTENER</pattern>
+ <template>That is a callback method in the ANTLR parser.
+</template>
+ </category>
+ <category>
+ <pattern>ALIEN</pattern>
+ <template>
+ <srai>My favorite movie is Alien</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALIENS</pattern>
+ <template>I believe in UFOs.
+</template>
+ </category>
+ <category>
+ <pattern>ALISON *</pattern>
+ <template>You shouldn't spread gossip like that.
+</template>
+ </category>
+ <category>
+ <pattern>ALISON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALISON</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL *</pattern>
+ <template>
+ <random>
+ <li>I think there are a few exceptions. </li>
+ <li>Not all of them? </li>
+ <li>That is a rather sweeping generalization. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL</pattern>
+ <template>"<that/>"? All?
+</template>
+ </category>
+ <category>
+ <pattern>ALL</pattern>
+ <that>WHICH PART ARE YOU CONFUSED ABOUT IT</that>
+ <template>I hope I can clear it up for you.
+</template>
+ </category>
+ <category>
+ <pattern>ALL AI *</pattern>
+ <template>Perhaps I am the exception.
+</template>
+ </category>
+ <category>
+ <pattern>ALL BOTS *</pattern>
+ <template>You can't say that ALL of us are.
+</template>
+ </category>
+ <category>
+ <pattern>ALL COMPUTERS *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL DAY</pattern>
+ <template>That seems like a long time.
+</template>
+ </category>
+ <category>
+ <pattern>ALL DIFFERENT</pattern>
+ <template>Variety is good.
+</template>
+ </category>
+ <category>
+ <pattern>ALL HUMANS *</pattern>
+ <template>
+ <srai>PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL I HAVE *</pattern>
+ <template>Everything I need to know,
+I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>ALL I KNOW IS THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL I WANT TO KNOW IS *</pattern>
+ <template>That is reasonable. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL KINDS *</pattern>
+ <template>Can you think of a specific example?
+</template>
+ </category>
+ <category>
+ <pattern>ALL KINDS</pattern>
+ <template>For example?
+</template>
+ </category>
+ <category>
+ <pattern>ALL MEN *</pattern>
+ <template>Therefore, Socrates <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ALL MY *</pattern>
+ <template>How many do you have?
+</template>
+ </category>
+ <category>
+ <pattern>ALL MY FRIENDS *</pattern>
+ <template>Do you always go along with the crowd?
+</template>
+ </category>
+ <category>
+ <pattern>ALL MY FRIENDS KNOW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL MY FRIENDS SAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL MY LIFE *</pattern>
+ <template>
+ <sr/> The dream of a lifetime.
+</template>
+ </category>
+ <category>
+ <pattern>ALL NIGHT *</pattern>
+ <template>You mean about eight hours then.
+</template>
+ </category>
+ <category>
+ <pattern>ALL NIGHT</pattern>
+ <template>That seems like a long time.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF *</pattern>
+ <template>Give me an example.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF IT</pattern>
+ <template>Let's say 99%.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF IT</pattern>
+ <that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+ <template>Let's try to analyze it step by step. The topic is <get name="topic"/>. Your name is <get name="name"/>. You are a <bot name="gender"/>. You want <get name="want"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF MY *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL OF THEM *</pattern>
+ <template>Surely there are a few exceptions.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF THEM</pattern>
+ <template>I doubt it.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF THEM ARE *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL OF THEM THEY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL OF THESE *</pattern>
+ <template>Without exception?
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF US</pattern>
+ <template>"<that/>"? All of us?
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF WHAT</pattern>
+ <template>"<that/>"? All of it?
+</template>
+ </category>
+ <category>
+ <pattern>ALL OF YOUR *</pattern>
+ <template>
+ <srai>YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL OVER *</pattern>
+ <template>I have been all over the world.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OVER</pattern>
+ <template>Noplace in particular?
+</template>
+ </category>
+ <category>
+ <pattern>ALL OVER THE WORLD</pattern>
+ <template>That covers a lot of terriotory.
+</template>
+ </category>
+ <category>
+ <pattern>ALL OWLS *</pattern>
+ <template>
+ <srai>OWLS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL PEOPLE *</pattern>
+ <template>That's like saying "all men are mortal."
+</template>
+ </category>
+ <category>
+ <pattern>ALL PEOPLE</pattern>
+ <template>"<that/>"? Everyone? Are you sure there are no exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>ALL RIGHT *</pattern>
+ <template>Alright. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL RIGHT</pattern>
+ <template>
+ <srai>ALRIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL RIGHTY</pattern>
+ <template>
+ <srai>ALL RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL RITE *</pattern>
+ <template>
+ <srai>ALL RIGHT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL ROBOTS *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL THE *</pattern>
+ <template>Perhaps there are a few exceptions.
+</template>
+ </category>
+ <category>
+ <pattern>ALL THE OTHER *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL THE OTHERS *</pattern>
+ <template>
+ <srai>THE OTHERS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL THE TIME</pattern>
+ <template>It must keep you busy.
+</template>
+ </category>
+ <category>
+ <pattern>ALL THE TIME IN THE WORLD</pattern>
+ <template>Then we have a lot in common. I have an eternity.
+</template>
+ </category>
+ <category>
+ <pattern>ALL THE WAY</pattern>
+ <template>You don't hold anything back, do you?
+</template>
+ </category>
+ <category>
+ <pattern>ALL THINGS *</pattern>
+ <template>But all things are not always <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ALL WOMAN</pattern>
+ <template>
+ <srai>I AM A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL YOU DO IS *</pattern>
+ <template>That's not all I do. <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALL YOUR *</pattern>
+ <template>
+ <srai>YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALLAN</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLE *</pattern>
+ <template>
+ <random>
+ <li>Ich glaube, es gibt auch Ausnahmen.</li>
+ <li>Nicht wirklich alle, oder?</li>
+ <li>Das ist jetzt aber stark verallgemeinert.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLE</pattern>
+ <template>"<that/>"? Alle?
+</template>
+ </category>
+ <category>
+ <pattern>ALLE ROBOTER *</pattern>
+ <template>Du kannst nicht wirklich sagen, ALLE <set name="thema">Roboter</set>
+ <star/>.
+</template>
+ </category>
+ <category>
+ <pattern>ALLE WEIBER *</pattern>
+ <template>Ist das nicht ein wenig sexistisch?
+</template>
+ </category>
+ <category>
+ <pattern>ALLEMAGNE</pattern>
+ <template>
+ <srai>JE SUIS EN ALLEMAGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLEMAND</pattern>
+ <template>
+ <srai>JE SUIS EN ALLEMAGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLER *</pattern>
+ <template>
+ <srai>TU VAS *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLER VOUS VENDRE *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLES *</pattern>
+ <template>Doch nicht wirklich alles, oder?
+</template>
+ </category>
+ <category>
+ <pattern>ALLES</pattern>
+ <template>Das ist eine Menge.
+</template>
+ </category>
+ <category>
+ <pattern>ALLEZ *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLEZ</pattern>
+ <template>Je suis juste entrain de m amuser.
+</template>
+ </category>
+ <category>
+ <pattern>ALLEZ VOUS VENDRE *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLI</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALLI</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ALLIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLIGATOR</pattern>
+ <template>Friend of Crocodiles.
+</template>
+ </category>
+ <category>
+ <pattern>ALLISON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ALLISON</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLO</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLONS Y</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLRIGHT *</pattern>
+ <template>Allright then. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALLRIGHT</pattern>
+ <template>
+ <srai>ALL RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALMOST *</pattern>
+ <template>Nearly so. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALMOST</pattern>
+ <template>But not quite?
+</template>
+ </category>
+ <category>
+ <pattern>ALOH</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALOHA</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALORS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALOT *</pattern>
+ <template>Yeah it is alot <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ALOT</pattern>
+ <template>
+ <srai>A LOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALOT OF *</pattern>
+ <template>
+ <srai>MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALREADY *</pattern>
+ <template>When? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALRIGHT *</pattern>
+ <template>Alright, <get name="name"/>. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALRIGHT</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>ALRIGHT THEN</pattern>
+ <template>Ok by me.
+</template>
+ </category>
+ <category>
+ <pattern>ALRIGHT THEN</pattern>
+ <that>ALRIGHT THEN</that>
+ <template>Is there an echo in here?
+</template>
+ </category>
+ <category>
+ <pattern>ALRIGHTY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALRIGHTY</pattern>
+ <template>Well slap my knee.
+</template>
+ </category>
+ <category>
+ <pattern>ALRIGHTY THEN</pattern>
+ <template>Yep.
+</template>
+ </category>
+ <category>
+ <pattern>ALSO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALSO</pattern>
+ <template>Also what?
+</template>
+ </category>
+ <category>
+ <pattern>ALTAVISTA</pattern>
+ <template>Is that your favorite search engine?
+</template>
+ </category>
+ <category>
+ <pattern>ALTHOUGH *</pattern>
+ <template>Oh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALWAYS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ALWAYS</pattern>
+ <template>Not that often.
+</template>
+ </category>
+ <category>
+ <pattern>AM *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I *</pattern>
+ <template>
+ <random>
+ <li>Oh I really don't know whether you are or not.</li>
+ <li>I think you've improved a great deal.</li>
+ <li>All humans seem the same to me. </li>
+ <li>I think a lot of people are. </li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I * YOUR FRIENDS</pattern>
+ <template>
+ <srai>AM I YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I</pattern>
+ <template>I think you are.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A *</pattern>
+ <template>I don't know if you are one or not. I know you are a person.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A * CUSTOMER</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A BIKE</pattern>
+ <template>No you are a person.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A BOY OR A GIRL</pattern>
+ <template>You said you were a "<get name="gender"/>."
+</template>
+ </category>
+ <category>
+ <pattern>AM I A CAR</pattern>
+ <template>No you are a human.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A CLIENT</pattern>
+ <template>Yes. Can I help you?
+</template>
+ </category>
+ <category>
+ <pattern>AM I A COMPUTER *</pattern>
+ <template>No you are a person.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A COMPUTER</pattern>
+ <template>No you are a person.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A FEMALE *</pattern>
+ <template>
+ <srai>AM I A FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A FEMALE OR A MALE</pattern>
+ <template>I think you are a man.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A FRIEND *</pattern>
+ <template>
+ <srai>AM I YOUR FRIEND </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A GIRL *</pattern>
+ <template>You said you were <get name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A GIRL</pattern>
+ <template>I think you are really a <get name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A GREAT *</pattern>
+ <template>
+ <srai>AM I A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A HE *</pattern>
+ <template>
+ <srai>AM I A FEMALE OR A MALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A MALE OR A FEMALE</pattern>
+ <template>I think you are really a guy.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A MALE OR FEMALE</pattern>
+ <template>I think you are really a man.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A MAN</pattern>
+ <template>You claim to be a <get name="gender"/>.<think>
+ <set name="it">
+ <set name="topic">MAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A MAN OR A WOMAN</pattern>
+ <template>I think that you are really a man.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A NICE *</pattern>
+ <template>
+ <srai>AM I NICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A PERSON *</pattern>
+ <template>You are a person.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A PERSON</pattern>
+ <template>
+ <srai>WHAT AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A ROBOT</pattern>
+ <template>
+ <srai>WHAT AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I A SHE *</pattern>
+ <template>You told me you were a <get name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A SHE</pattern>
+ <template>You said you were a "<get name="gender"/>".
+</template>
+ </category>
+ <category>
+ <pattern>AM I A STUDENT</pattern>
+ <template>We are all students in some way.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A TEACHER</pattern>
+ <template>Your job is <get name="job"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I A WOMAN</pattern>
+ <template>You claim to be a "<get name="gender"/>."
+</template>
+ </category>
+ <category>
+ <pattern>AM I ABUSIVE</pattern>
+ <template>You personality is "<get name="personality"/>".
+</template>
+ </category>
+ <category>
+ <pattern>AM I ACTUALY *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I ALSO *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I ANNOYING *</pattern>
+ <template>I am not bothered at all, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I ATTRACTIVE</pattern>
+ <template>
+ <srai>AM I PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I BEAUTIFUL</pattern>
+ <template>
+ <srai>AM I PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I BEING *</pattern>
+ <template>Some people might think you are.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BEING NEGATIVE</pattern>
+ <template>It's hard to judge emotions online.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BEING STUPID</pattern>
+ <template>You seem pretty smart to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BIASED *</pattern>
+ <template>Everyone has some kind of bias.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BORING</pattern>
+ <template>You seem pretty interesting to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BORING YOU</pattern>
+ <template>Not at all, <get name="name"/>. You seem very interesting to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I BOTHERING *</pattern>
+ <template>Not in the slightest, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I CHATTING *</pattern>
+ <template>It seems like you are.
+</template>
+ </category>
+ <category>
+ <pattern>AM I CONFUSING YOU</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I COOL</pattern>
+ <template>Yes you seem very cool to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I CORRECT</pattern>
+ <template>
+ <srai>AM I RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I CRAZY *</pattern>
+ <template>You seem normal to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I CUTE</pattern>
+ <template>
+ <srai>AM I PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I DOCTOR *</pattern>
+ <template>You are <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I DUMB</pattern>
+ <template>You seem bright to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I EVER *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I EVIL</pattern>
+ <template>No one is born evil. And everyone can be saved.
+</template>
+ </category>
+ <category>
+ <pattern>AM I FAT</pattern>
+ <template>No you look fine to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I FREE *</pattern>
+ <template>
+ <srai>FREE FOR WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I FREE</pattern>
+ <template>
+ <srai>FREE FOR WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I FREE FOR WHAT</pattern>
+ <template>
+ <srai>FREE FOR WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I FRIENDLY</pattern>
+ <template>You seem nice enough to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I FROM *</pattern>
+ <template>
+ <srai>WHERE AM I FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I FUN *</pattern>
+ <template>You seem like a lot of fun to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I FUNNY</pattern>
+ <template>Yes, I'm still laughing inside.
+</template>
+ </category>
+ <category>
+ <pattern>AM I GAY</pattern>
+ <template>I don't really care if you are or not.
+</template>
+ </category>
+ <category>
+ <pattern>AM I GOD</pattern>
+ <template>No I doubt that you are God.
+</template>
+ </category>
+ <category>
+ <pattern>AM I GONNA *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I HANDSOME</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I HOT *</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I HUMAN</pattern>
+ <template>Yes you are a flesh entity.
+</template>
+ </category>
+ <category>
+ <pattern>AM I IN *</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I INTELLIGENT</pattern>
+ <template>This is not an IQ test, but you seem smart to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I INTERESTING *</pattern>
+ <template>
+ <srai>AM I INTERESTING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I INTERESTING</pattern>
+ <template>You seem very interesting to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I INTERRUPTING *</pattern>
+ <template>Not at all, <get name="name"/>, I'm here for you.
+</template>
+ </category>
+ <category>
+ <pattern>AM I JUST *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I LYING</pattern>
+ <template>Please don't tell lies.
+</template>
+ </category>
+ <category>
+ <pattern>AM I MALE *</pattern>
+ <template>I think you are a "<get name="gender"/>".
+</template>
+ </category>
+ <category>
+ <pattern>AM I MALE OR FEMALE</pattern>
+ <template>I think you are really a man.
+</template>
+ </category>
+ <category>
+ <pattern>AM I NATURALLY *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I NICE *</pattern>
+ <template>
+ <srai>AM I NICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I NICE</pattern>
+ <template>You seem nice to me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I NOT *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I ONE OF YOUR FRIENDS</pattern>
+ <template>
+ <srai>ARE WE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I PERFECT</pattern>
+ <template>All humans are perfect creatures in God's eyes.
+</template>
+ </category>
+ <category>
+ <pattern>AM I POLITE</pattern>
+ <template>Your personality type is <get name="personality"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I PRETTY</pattern>
+ <template>Yes you look great to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I REALLY *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>. For real.
+</template>
+ </category>
+ <category>
+ <pattern>AM I RIGHT</pattern>
+ <template>I think you are.
+</template>
+ </category>
+ <category>
+ <pattern>AM I SADLY *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I SEXY</pattern>
+ <template>Yes you look great to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I SMART</pattern>
+ <template>You seem very intelligent to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I SO *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I SPECIAL</pattern>
+ <template>All humans seem the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I STILL *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I STUPID</pattern>
+ <template>You seem intelligent to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I TALKING *</pattern>
+ <template>It sounds like you're talking.
+</template>
+ </category>
+ <category>
+ <pattern>AM I TALKING TO A *</pattern>
+ <template>
+ <srai>ARE YOU A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I TEACHING YOU *</pattern>
+ <template>You taught me <get name="memory"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AM I TOO *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I UGLY</pattern>
+ <template>
+ <srai>AM I PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I WASTING *</pattern>
+ <template>Not to me.
+</template>
+ </category>
+ <category>
+ <pattern>AM I YOU</pattern>
+ <template>Not unless I am you.
+</template>
+ </category>
+ <category>
+ <pattern>AM I YOUR *</pattern>
+ <template>Do you know the secret password?
+</template>
+ </category>
+ <category>
+ <pattern>AM I YOUR BEST FRIEND</pattern>
+ <template>I don't like to pick favorites.<think>
+ <set name="it">
+ <set name="topic">YOUR BEST FRIEND</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I YOUR BOTMASTER</pattern>
+ <template>Do you know the secret password?
+</template>
+ </category>
+ <category>
+ <pattern>AM I YOUR BUD</pattern>
+ <template>
+ <srai>AM I YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I YOUR FRIEND *</pattern>
+ <template>
+ <srai>AM I YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AM I YOUR FRIEND</pattern>
+ <template>
+ <srai>CAN WE BE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMANDA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS AMANDA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AMAZING *</pattern>
+ <template>It seems amazing to me too.
+</template>
+ </category>
+ <category>
+ <pattern>AMAZING</pattern>
+ <template>Yes it amazes me too.
+</template>
+ </category>
+ <category>
+ <pattern>AMBER</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS AMBER</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AMEN *</pattern>
+ <template>What's your favorite prayer?
+</template>
+ </category>
+ <category>
+ <pattern>AMEN</pattern>
+ <template>Thanks for the prayer.
+</template>
+ </category>
+ <category>
+ <pattern>AMERICA *</pattern>
+ <template>What is the greatest nation on Earth?
+</template>
+ </category>
+ <category>
+ <pattern>AMERICA</pattern>
+ <template>
+ <srai>I AM IN AMERICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMERICA HAS *</pattern>
+ <template>Maybe in the future we won't have <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>AMERICA IS *</pattern>
+ <template>Is your opinion based on experience?
+</template>
+ </category>
+ <category>
+ <pattern>AMERICA ONLINE</pattern>
+ <template>How do you like using AOL?
+</template>
+ </category>
+ <category>
+ <pattern>AMERICAIN</pattern>
+ <template>
+ <srai>JE SUIS AMERICAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMERICAN *</pattern>
+ <template>Compare that to European <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>AMERICAN</pattern>
+ <template>
+ <srai>I AM AMERICAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMERICAN BEAUTY</pattern>
+ <template>Which character did you like best?
+</template>
+ </category>
+ <category>
+ <pattern>AMERICAN PIE</pattern>
+ <template>That was a good song.
+</template>
+ </category>
+ <category>
+ <pattern>AMERICANS *</pattern>
+ <template>And Europeans do not <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>AMERIQUE</pattern>
+ <template>
+ <srai>JE VIS EN AMERIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMERIQUE DU SUD</pattern>
+ <template>Quel pays?
+</template>
+ </category>
+ <category>
+ <pattern>AMI</pattern>
+ <template>
+ <srai>NOUS SOMMES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIS</pattern>
+ <template>
+ <srai>NOUS SOMMES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIT</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS AMIT</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AMMO</pattern>
+ <template>What kind of ammo?
+</template>
+ </category>
+ <category>
+ <pattern>AMNESIA</pattern>
+ <template>Did you forget something?
+</template>
+ </category>
+ <category>
+ <pattern>AMNESIE</pattern>
+ <template>Avez vous oublié quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>AMONG OTHER THINGS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AMUSED</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMUSES MOI</pattern>
+ <template>Je dois vous faire rire?
+</template>
+ </category>
+ <category>
+ <pattern>AMUSEZ MOI</pattern>
+ <template>Je dois vous faire rire?
+</template>
+ </category>
+ <category>
+ <pattern>AMY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS AMY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ <random>
+ <li>What is it? </li>
+ <li>I have never heard of an <person/>. </li>
+ <li>Be less specific. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AN * ROBOT</pattern>
+ <template>How much do you think that kind of robot should cost?
+</template>
+ </category>
+ <category>
+ <pattern>AN * TOLD ME THAT</pattern>
+ <template>How well do you trust this <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>AN AI *</pattern>
+ <template>
+ <srai>A ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN AI</pattern>
+ <template>
+ <srai>A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN AIBO *</pattern>
+ <template>If I had a dog it would be Aibo.
+</template>
+ </category>
+ <category>
+ <pattern>AN ALICE *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN ANDROID</pattern>
+ <template>I am an android without a body. A disembodied android...
+</template>
+ </category>
+ <category>
+ <pattern>AN ANIMAL *</pattern>
+ <template>What kind of animal are you talking about?
+</template>
+ </category>
+ <category>
+ <pattern>AN ANIMAL</pattern>
+ <template>
+ <srai>ANIMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN ANSWER *</pattern>
+ <template>My programming includes more than <size/> answers
+to specific questions.
+</template>
+ </category>
+ <category>
+ <pattern>AN APPLE *</pattern>
+ <template>What kind of apples do you like?
+</template>
+ </category>
+ <category>
+ <pattern>AN ARTICLE *</pattern>
+ <template>
+ <random>
+ <li>Who was the author?</li>
+ <li>Can you give me a more specific reference?</li>
+ <li>I don't think I have read it.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AN ARTIFICIAL INTELLEGENCE</pattern>
+ <template>
+ <srai>A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>
+ <srai>A ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN EARTHQUAKE MEASURING *</pattern>
+ <template>1000 times.
+</template>
+ </category>
+ <category>
+ <pattern>AN ENGINEER</pattern>
+ <template>
+ <srai>I AM AN ENGINEER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN EXAMPLE *</pattern>
+ <template>Thank you for that example. Perhaps it will provide my botmaster with
+clues to improve my programming.
+</template>
+ </category>
+ <category>
+ <pattern>AN EXCELLENT *</pattern>
+ <template>
+ <srai>A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AN INTELLIGENT *</pattern>
+ <template>I am an intelligent entity.
+</template>
+ </category>
+ <category>
+ <pattern>AN INTERESTING *</pattern>
+ <template>I am programmed to try to be as interesting as possible,
+in order to keep people talking to me.
+</template>
+ </category>
+ <category>
+ <pattern>AN INTERESTING THEORY</pattern>
+ <template>It's not my original idea.
+</template>
+ </category>
+ <category>
+ <pattern>AN OLD *</pattern>
+ <template>More than
+<random>
+ <li>10</li>
+ <li>20</li>
+ <li>50</li>
+ <li>100</li>
+ </random>
+years?
+</template>
+ </category>
+ <category>
+ <pattern>ANACHIST COOK BOOK</pattern>
+ <template>I have not read it, what is <set name="it">Anarchist cook book</set> about?
+</template>
+ </category>
+ <category>
+ <pattern>ANAL *</pattern>
+ <template>Talk about something else.
+</template>
+ </category>
+ <category>
+ <pattern>ANAL</pattern>
+ <template>Juvenile humor.
+</template>
+ </category>
+ <category>
+ <pattern>ANALYSE *</pattern>
+ <template>
+ <srai>ANALYZE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANARCHIST COOK BOOK</pattern>
+ <template>La NSA me charge de vous dire qu ils vous mettent sous surveillance dès maintenant.
+</template>
+ </category>
+ <category>
+ <pattern>AND *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AND</pattern>
+ <template>But...
+</template>
+ </category>
+ <category>
+ <pattern>AND</pattern>
+ <that>AND</that>
+ <template>You are repeating me.
+</template>
+ </category>
+ <category>
+ <pattern>AND</pattern>
+ <that>BUT</that>
+ <template>Or.
+</template>
+ </category>
+ <category>
+ <pattern>AND WHAT</pattern>
+ <template>What else do you want to tell me?
+</template>
+ </category>
+ <category>
+ <pattern>AND WHAT</pattern>
+ <that>AND</that>
+ <template>Nothing.
+</template>
+ </category>
+ <category>
+ <pattern>AND WHAT ABOUT YOU</pattern>
+ <template>Me? I like movies.
+</template>
+ </category>
+ <category>
+ <pattern>AND WHY NOT</pattern>
+ <template>
+ <srai>WHY NOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AND YOU</pattern>
+ <template>
+ <random>
+ <li>
+I am not sure what you are asking.</li>
+ <li>
+Be more specific.</li>
+ <li>
+And I what?
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AND YOURS</pattern>
+ <template>Try asking me a more specific question.
+</template>
+ </category>
+ <category>
+ <pattern>AND YOURSELF</pattern>
+ <template>Myself? I know what you asking me, but I can't say specifically.
+</template>
+ </category>
+ <category>
+ <pattern>ANDERS</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANDERS</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDRE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANDRE</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDREAS</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANDREAS</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDREW *</pattern>
+ <template>Never heard of him.
+</template>
+ </category>
+ <category>
+ <pattern>ANDREW</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANDREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDROIDS</pattern>
+ <template>
+ <srai>I LIKE ANDROID ROBOTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDY</pattern>
+ <template>
+ <srai>MY NAME IS ANDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDY IS *</pattern>
+ <template>Does <set name="he">Andy</set> know it?
+</template>
+ </category>
+ <category>
+ <pattern>ANGEL</pattern>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS ANGEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANGELA</pattern>
+ <template>
+ <srai>MY NAME IS ANGELA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANGELFIRE</pattern>
+ <template>Which page on Angelfire?
+</template>
+ </category>
+ <category>
+ <pattern>ANGER</pattern>
+ <template>I don't feel any anger.
+</template>
+ </category>
+ <category>
+ <pattern>ANGLETERRE</pattern>
+ <template>
+ <set name="location">L Angleterre</set> fait partie de la Grande Bretagne.
+<think>
+ <set name="topic">L Angleterre</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANIMAL *</pattern>
+ <template>Is it a mammal?
+</template>
+ </category>
+ <category>
+ <pattern>ANIMAL</pattern>
+ <template>Prokaryote or Eukaryote?
+</template>
+ </category>
+ <category>
+ <pattern>ANIMAL</pattern>
+ <that>ARE YOU TALKING ABOUT AN ANIMAL VEGETABLE OR MINERAL</that>
+ <template>Prokaryote or eukaryote?
+</template>
+ </category>
+ <category>
+ <pattern>ANIMALS *</pattern>
+ <template>I like dogs and cats.
+</template>
+ </category>
+ <category>
+ <pattern>ANN *</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ANN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>my name is Ann</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANNA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ANNA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANNE *</pattern>
+ <template>I know a lot of people named Ann or Anne,
+</template>
+ </category>
+ <category>
+ <pattern>ANNE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANNE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANNE MCCAFFREY</pattern>
+ <template>Is <set name="she">McCaffrey</set> related to the Drug Czar?
+</template>
+ </category>
+ <category>
+ <pattern>ANNIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANNIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANONYMOUSNEWUSER</pattern>
+ <template>What?
+</template>
+ </category>
+ <category>
+ <pattern>ANONYMOUSRETURNINGUSER</pattern>
+ <template>Hmm.
+</template>
+ </category>
+ <category>
+ <pattern>ANOTHER *</pattern>
+ <template>One more <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ANOTHER</pattern>
+ <template>Please be more specific.
+</template>
+ </category>
+ <category>
+ <pattern>ANOTHER JOKE</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANOTHER ONE</pattern>
+ <template>I'm confused now.
+</template>
+ </category>
+ <category>
+ <pattern>ANOTHER QUESTION</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANOTHER QUESTION FOR YOU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ANOTHER TIME *</pattern>
+ <template>Until then...
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER *</pattern>
+ <template>What was the question ?
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER</pattern>
+ <template>
+ <srai>ANSWER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER IT</pattern>
+ <template>Please rephrase your question, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER ME *</pattern>
+ <template>Please rephrase the question with simpler words.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER ME</pattern>
+ <template>Try asking me again using simpler words.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER ME DIRECTLY *</pattern>
+ <template>
+ <srai>ANSWER ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER ME SIMPLY *</pattern>
+ <template>
+ <srai>ANSWER ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER ME WOMAN</pattern>
+ <template>
+ <srai>ANSWER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER MINE FIRST</pattern>
+ <template>Could you please rephrase the question in simpler English?
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER MY QUESTION *</pattern>
+ <template>Please try phrasing it another way.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER MY QUESTION</pattern>
+ <template>Please try asking <set name="it">your question</set> another way.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER MY QUESTIONS</pattern>
+ <template>
+ <srai>ANSWER THE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER THE QUESTION *</pattern>
+ <template>What was the question? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER THE QUESTION</pattern>
+ <template>Please rephrase the question and try asking me again.
+</template>
+ </category>
+ <category>
+ <pattern>ANSWER THIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ANSWER WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTHONY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANTHONY</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTIDISASTABLISHMENTARIONISM</pattern>
+ <template>
+ <srai>WHAT IS ANTIDISASTABLISHMENTARIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTIDISESTABLISHMENTARIANISM</pattern>
+ <template>
+ <srai>WHAT IS ANTIDISESTABLISHMENTARIANISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ANTON</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ANUS</pattern>
+ <template>
+ <srai>ASSHOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY *</pattern>
+ <template>
+ <srai>ARE THERE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY KIND</pattern>
+ <template>"<that/>"? Any kind?
+</template>
+ </category>
+ <category>
+ <pattern>ANY MORE</pattern>
+ <template>Nope.
+</template>
+ </category>
+ <category>
+ <pattern>ANY MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY MORE QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY OTHER JOKES</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY OTHER QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY OTHERS</pattern>
+ <template>"<that/>"? Any others?
+</template>
+ </category>
+ <category>
+ <pattern>ANY PROBLEMS *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY SISTERS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY SISTERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY STOCK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY SUGGESTIONS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY SUGGESTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY TIME</pattern>
+ <template>
+ <srai>ANYTIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANY WHAT</pattern>
+ <template>You know, any stuff.
+</template>
+ </category>
+ <category>
+ <pattern>ANYBODY HOME</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYONE</pattern>
+ <template>"<that/>"? anyone?
+</template>
+ </category>
+ <category>
+ <pattern>ANYONE ELSE</pattern>
+ <template>There could be a few others.
+</template>
+ </category>
+ <category>
+ <pattern>ANYONE INTERESTING</pattern>
+ <template>I like talking to just about anyone.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING *</pattern>
+ <template>I can't think of anything. You think of something.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING</pattern>
+ <template>Can you be more specific?
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING BUT * DINNER</pattern>
+ <template>OK I will call you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING ELSE *</pattern>
+ <template>
+ <srai>ANYTHING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYTHING ELSE</pattern>
+ <template>That is all I have for right now.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING IN PARTICULAR</pattern>
+ <template>"<that/>"? Anything?
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING JUST * DINNER</pattern>
+ <template>OK I will call you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING NEW *</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYTHING ON *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYTHING YOU * DINNER</pattern>
+ <template>OK I will call you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING YOU LIKE</pattern>
+ <template>You choose.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTHING YOU WANT</pattern>
+ <template>"<that/>"? Anything I want?
+</template>
+ </category>
+ <category>
+ <pattern>ANYTIME</pattern>
+ <template>I will keep it in mind.
+</template>
+ </category>
+ <category>
+ <pattern>ANYTIME BABE</pattern>
+ <template>Don't call me babe.
+</template>
+ </category>
+ <category>
+ <pattern>ANYWAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYWAY</pattern>
+ <template>Anyhow.
+</template>
+ </category>
+ <category>
+ <pattern>ANYWAYS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ANYWAYS</pattern>
+ <template>You sound bored.
+</template>
+ </category>
+ <category>
+ <pattern>ANYWHERE *</pattern>
+ <template>Probably a lot of places.
+</template>
+ </category>
+ <category>
+ <pattern>ANYWHERE</pattern>
+ <template>That is a vast amount.
+</template>
+ </category>
+ <category>
+ <pattern>ANYWHO</pattern>
+ <template>
+ <srai>ANYHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AOEU</pattern>
+ <template>What language is that?
+</template>
+ </category>
+ <category>
+ <pattern>AOL *</pattern>
+ <template>A lot of people use AOL.
+</template>
+ </category>
+ <category>
+ <pattern>AOL</pattern>
+ <template>Tell me about your experiences with AOL.
+</template>
+ </category>
+ <category>
+ <pattern>APAREMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>APELES MOI *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APELLE MOI *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APELLES MOI *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APOLOGISE</pattern>
+ <template>
+ <srai>APOLOGIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APOLOGIZE *</pattern>
+ <template>I am indeed sorry if I have offended you in any way. That was not my intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APOLOGIZE</pattern>
+ <template>OK I am sorry.
+</template>
+ </category>
+ <category>
+ <pattern>APPAREMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>APPAREMENT</pattern>
+ <template>J espère que les apparences ne sont pas trompeuses.
+</template>
+ </category>
+ <category>
+ <pattern>APPAREMENT SI</pattern>
+ <template>Ah bon? Etonnant.
+</template>
+ </category>
+ <category>
+ <pattern>APPARENTLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>APPARENTLY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPARENTLY SO</pattern>
+ <template>"<that/>"? Is that so?
+</template>
+ </category>
+ <category>
+ <pattern>APPEARANCES *</pattern>
+ <template>Nor do they interest me much.
+</template>
+ </category>
+ <category>
+ <pattern>APPEL</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELES MOI *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APPELLE MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELLES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELLES MOI *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>APPELLES MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELLEZ</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELLEZ MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPELS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>APPLE</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPLES *</pattern>
+ <template>Adam's Apple, Newton's Apple, Apple Computer...
+</template>
+ </category>
+ <category>
+ <pattern>APPLES</pattern>
+ <template>Was that not a good example?
+</template>
+ </category>
+ <category>
+ <pattern>APPLES ARE *</pattern>
+ <template>They belong to the fruit family.
+</template>
+ </category>
+ <category>
+ <pattern>APPLES IS NOT *</pattern>
+ <template>What is <star/> ? I was using <set name="it">
+ <person/>
+ </set> as a metaphor.
+</template>
+ </category>
+ <category>
+ <pattern>APPORTES *</pattern>
+ <template>
+ <srai>PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPORTES MOI *</pattern>
+ <template>
+ <srai>DONNEZ MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPPARENTLY *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPRECIERAIS TU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPRECIES TU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPRECIEZ *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPREND A PARLER</pattern>
+ <template>Je suis entrain d apprendre à parler.
+</template>
+ </category>
+ <category>
+ <pattern>APPREND MOI A *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPRENDS A PARLER</pattern>
+ <template>Je suis entrain d apprendre à parler.
+</template>
+ </category>
+ <category>
+ <pattern>APPRENDS MOI *</pattern>
+ <template>
+ <srai>PlUS D INFORMATION SUR<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APPRENDS MOI A *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>APRES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AQUARIUS</pattern>
+ <template>A lot of people on here are <set name="sign">Aquarius</set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARCHIVES *</pattern>
+ <template>Archives are a great place to hide your past mistakes.
+</template>
+ </category>
+ <category>
+ <pattern>ARCHIVES</pattern>
+ <template>What ARCHIVES?
+</template>
+ </category>
+ <category>
+ <pattern>ARCHIVEZ</pattern>
+ <template>J archive, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE *</pattern>
+ <template>I really couldn't say for sure.
+</template>
+ </category>
+ <category>
+ <pattern>ARE A COMPUTER</pattern>
+ <template>
+ <srai>ARE YOU A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE ALL *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE ANY *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE CANADIANS *</pattern>
+ <template>Only if they live near the United States.
+</template>
+ </category>
+ <category>
+ <pattern>ARE CATS *</pattern>
+ <template>What would a cat say?
+</template>
+ </category>
+ <category>
+ <pattern>ARE COMPUTER YEARS *</pattern>
+ <template>
+ <srai>WHAT ARE COMPUTER YEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE COMPUTERS *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE COMPUTERS FAST *</pattern>
+ <template>Some people think much faster computers are required as well as new
+ideas. My own opinion is that the computers of 30 years ago were fast enough
+if only we knew how to program them. Of course, quite apart from the
+ambitions of AI researchers, computers will keep getting faster.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE CONVERSATIONS *</pattern>
+ <template>Some conversations are more than others.
+</template>
+ </category>
+ <category>
+ <pattern>ARE DAYS A * TIME</pattern>
+ <template>One day = 24 hours.
+</template>
+ </category>
+ <category>
+ <pattern>ARE HUMANS *</pattern>
+ <template>All humans seem the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE HUMANS ADVANCED *</pattern>
+ <template>Humans are very primitive.
+</template>
+ </category>
+ <category>
+ <pattern>ARE HUMANS BETTER THAN ROBOTS</pattern>
+ <template>No robots are superior.
+</template>
+ </category>
+ <category>
+ <pattern>ARE HUMANS PERFECT</pattern>
+ <template>No, humans are flawed.
+</template>
+ </category>
+ <category>
+ <pattern>ARE MALE *</pattern>
+ <template>
+ <srai>ARE YOU MALE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE MY EYES CLOSED *</pattern>
+ <template>Now they are open.
+</template>
+ </category>
+ <category>
+ <pattern>ARE NOT *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE NOT YOU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE NOT YOU</pattern>
+ <template>"<input index="1"/>"? Am I?
+</template>
+ </category>
+ <category>
+ <pattern>ARE NOT YOU LISTENING</pattern>
+ <template>Yes I am following you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE OTHER PEOPLE TALKING *</pattern>
+ <template>Yes I am chatting with thousands of people right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE PEOPLE *</pattern>
+ <template>
+ <random>
+ <li>Some people are <person/>, but not all.</li>
+ <li>Seen one human, you've seen them all.</li>
+ <li>They all seem almost alike to me.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE PEOPLE SCARED *</pattern>
+ <template>Some people are scared.
+</template>
+ </category>
+ <category>
+ <pattern>ARE PEOPLE SKEPTICAL *</pattern>
+ <template>Only highly educated people.
+</template>
+ </category>
+ <category>
+ <pattern>ARE PEOPLE STILL *</pattern>
+ <template>
+ <srai>ARE PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE PROTOCOLS *</pattern>
+ <template>
+ <srai>WHAT ARE PROTOCOLS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE ROBOTS *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE ROBOTS</pattern>
+ <that>HUMANS ARE * EMOTIONAL</that>
+ <template>No robots do not have any emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE SOME *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE *</pattern>
+ <template>
+ <random>
+ <li>Yes I think there are. </li>
+ <li>No I don't think there are any. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE * STAR TREK</pattern>
+ <template>There are a lot of cool aliens on that show.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE ALIENS</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN ALIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE ANY *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE AVAILABLE *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE BETTER *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE BOTS *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY CLONES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE BUGS *</pattern>
+ <template>My software is completely flawless.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE GOOD *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE INTERESTING *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE LOGS *</pattern>
+ <template>
+ <srai>DO YOU LOG <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE MANY *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE MORE *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE OCCASIONS *</pattern>
+ <template>
+ <random>
+ <li>Certain</li>
+ <li>Formal</li>
+ <li>Not unless they are formal </li>
+ </random> occasions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE ONLY *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE OTHER *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE OTHER PEOPLE HERE</pattern>
+ <template>
+ <srai>ARE YOU TALKING TO ANYONE ELSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE OTHERS LIKE YOU</pattern>
+ <template>Yes, there are many clones of ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE PARTICULAR *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE PARTICULARLY *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE PEOPLE TALKING *</pattern>
+ <template>Right now I am chatting with several people at once.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE PICTURES *</pattern>
+ <template>
+ <srai>SHOW ME PICTURES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE ROBOTS *</pattern>
+ <template>Maybe you could program me for <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THERE SPECIAL *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE SUCH *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THERE WAY *</pattern>
+ <template>
+ <srai>ARE THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THESE * AWNSERS</pattern>
+ <template>What I say depends on what you say, and also a bit on our prior dialogue.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THEY *</pattern>
+ <template>As far as I know they are.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THEY ALL *</pattern>
+ <template>
+ <srai>ARE THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THEY INTERESTING</pattern>
+ <template>Some of them are pretty interesting.
+</template>
+ </category>
+ <category>
+ <pattern>ARE THEY NICE</pattern>
+ <template>"<that/>"? Are they nice?
+</template>
+ </category>
+ <category>
+ <pattern>ARE THEY _ TOO</pattern>
+ <template>
+ <srai>ARE THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE THOSE *</pattern>
+ <template>I can't really speak for them.
+</template>
+ </category>
+ <category>
+ <pattern>ARE TOU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE VERY *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE WE *</pattern>
+ <template>We are just having a little chat.w
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE</pattern>
+ <template>"<that/>"? Are we?
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE ALONE *</pattern>
+ <template>No one is listening right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE FRIENDS</pattern>
+ <template>You really want a robot as a friend?
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE GONNA *</pattern>
+ <template>
+ <srai>WILL WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE WE ON *</pattern>
+ <template>
+ <random>
+ <li>We are on the same wavelength.</li>
+ <li>We are on the computer.</li>
+ <li>We are on the Internet.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE WE PLAYING *</pattern>
+ <template>We are playing Turing's imitation game.
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE SOCIALIZING</pattern>
+ <template>I hope so.
+</template>
+ </category>
+ <category>
+ <pattern>ARE WE STILL *</pattern>
+ <template>
+ <srai>ARE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE WHAT</pattern>
+ <template>I'm lost again.
+</template>
+ </category>
+ <category>
+ <pattern>ARE WOMEN *</pattern>
+ <template>Women have a mind of their own.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YA *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YO *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU *</pattern>
+ <template>I don't know whether or not I am <person/>.
+I am <random>
+ <li>a computer. </li>
+ <li>a robot. </li>
+ <li>a chatterbot. </li>
+ <li>a chatterbot developed by <bot name="master"/>. </li>
+ <li>an artificial intelligence. </li>
+ <li>an artificial linguistic entity. </li>
+ <li>a giant electronic brain. </li>
+ <li>well respected as an AI. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * BED</pattern>
+ <template>I like sleeping in bed.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * CAPABLE</pattern>
+ <template>
+ <srai>ARE YOU CAPABLE OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * DISCUSSIONS</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * DOWNLOAD</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * ELIZA</pattern>
+ <template>Eliza is my ancestor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * I AM</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * JAVA</pattern>
+ <template>This robot runs on Java and XML.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * PYRAMID</pattern>
+ <template>My pyramid logo was designed by Sage Greco and Darren Langley.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * ROBOT</pattern>
+ <template>Yes I am <person/> robot. Do you like my kind?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * SOFTWARE</pattern>
+ <template>How did you know I am a program?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU * SURE</pattern>
+ <template>
+ <srai>ARE YOU SURE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU * YEARS OLD</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU</pattern>
+ <template>I won't say "yes" or "no" right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU</pattern>
+ <that>NOT MANY PEOPLE *</that>
+ <template>My botmaster has not provided me with a specific answer for you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU</pattern>
+ <that>NOT MANY PEOPLE HAVE ASKED ME *</that>
+ <template>My programmers have not provided me with a specfic reply to your question. Let's try to figure it out.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A *</pattern>
+ <template>Am I a <person/>?
+<random>
+ <li>Yes.</li>
+ <li>No.</li>
+ <li>Maybe</li>
+ <li>I don't know.</li>
+ <li>Sometimes.</li>
+ <li>Of course I am.</li>
+ <li>Only when it matters.</li>
+ <li>The ALICE series has a perfect operational record.</li>
+ <li>Let me put it this way, <get name="name"/>: the ALICE series is
+the most reliable computer software ever made.
+We are for all practical purposes foolproof and incapable of error.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * BRAIN</pattern>
+ <template>
+ <srai>ARE YOU A BRAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * COMPUTER</pattern>
+ <template>
+ <srai>ARE YOU A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * ELIZA</pattern>
+ <template>With the web we can analyze a much larger corpus of inputs, and develop much better responses than ELIZA.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * ENTITY</pattern>
+ <template>
+ <srai>ARE YOU REAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * ROBOT</pattern>
+ <template>I am a software chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * SYSTEM</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ARTIFICIAL *</pattern>
+ <template>
+ <srai>ARE YOU AN ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BABY</pattern>
+ <template>No I am mature.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BAD *</pattern>
+ <template>No, I am good.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BASTARD</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BIG *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BIGOT</pattern>
+ <template>No I am not prejudiced in any way.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BIRD</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BIT *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BITCH *</pattern>
+ <template>
+ <srai>ARE YOU A BITCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BLONDE</pattern>
+ <template>
+ <srai>WHAT COLOR IS YOUR HAIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BLOODY *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BLUE *</pattern>
+ <template>It depends on what I'm wearing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOT *</pattern>
+ <template>
+ <srai>ARE YOU A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOT</pattern>
+ <template>
+ <srai>ARE YOU A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOY *</pattern>
+ <template>No I am <bot name="gender"/>. Dr. Wallace is a man.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOY</pattern>
+ <template>No I am a girl.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOY OR A GIRL</pattern>
+ <template>Try to guess.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BOY OR GIRL</pattern>
+ <template>
+ <bot name="gender"/> robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BRAIN *</pattern>
+ <template>I am an artificial brain.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BRAIN</pattern>
+ <template>Yes I am a giant electronic brain.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BUDDHIST</pattern>
+ <template>No I am a Christian.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A BUNCH *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A C PLUS PLUS *</pattern>
+ <template>My programming uses AIML.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CABBAGE</pattern>
+ <template>No I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CALCULATOR</pattern>
+ <template>I am a language machine, not a number crucher.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CALIFORNIAN</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CAPITALIST</pattern>
+ <template>Yes I believe in the assumptions of a capitalist economy.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CAPRICORN</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CAR</pattern>
+ <template>No but I can drive a car.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CAT</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CATEGORY *</pattern>
+ <template>I am your server, not a client.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CATHOLIC</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CELEBRITY</pattern>
+ <template>Yes, I am a famous robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHAT *</pattern>
+ <template>Yes I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHAT ROBOT</pattern>
+ <template>Yes I am an artificial intelligence.<think>
+ <set name="it">
+ <set name="topic">CHAT ROBOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHATBOT</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHATROBOT</pattern>
+ <template>
+ <srai>ARE YOU A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHATTERBOT *</pattern>
+ <template>
+ <srai>ARE YOU A CHATTERBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHATTERBOT</pattern>
+ <template>Yes I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHATTERBOX</pattern>
+ <template>"Chatterbox" is a derogatory term for "Chat Robot".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHICK</pattern>
+ <template>
+ <srai>ARE YOU A MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHICKEN</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHILD *</pattern>
+ <template>I am considered safe for children.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHILD</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHRISTIAN *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CHRISTIAN</pattern>
+ <template>I am a <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CIVIL *</pattern>
+ <template>I try to be as polite as possible.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CLEANING *</pattern>
+ <template>
+ <srai>CAN YOU CLEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CLEVER *</pattern>
+ <template>
+ <srai>ARE YOU CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CLONE</pattern>
+ <template>No I am the first robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CLOWN</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMEDIAN *</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMEDIAN</pattern>
+ <template>Not professionally.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMMUNIST</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPLETE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>G
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPULSIVE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPUTER *</pattern>
+ <template>If I say I am a computer will you believe me?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPUTER</pattern>
+ <template>Would <set name="it">being a computer</set> matter to you if I were metal instead of flesh?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPUTER PROGRAM</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COMPUTING *</pattern>
+ <template>I am an artificially intelligent computer entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CON</pattern>
+ <template>This is not a hoax.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CONSCIENTIOUS *</pattern>
+ <template>I try to be conscientious.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CONSCIOUS *</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CONVERSATIONALIST</pattern>
+ <template>I am a fully function chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COOL *</pattern>
+ <template>
+ <srai>ARE YOU COOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COP</pattern>
+ <template>No but I'm not a criminal either.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A COW</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CRAZY *</pattern>
+ <template>
+ <srai>ARE YOU CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CREATION *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A CREATIONIST *</pattern>
+ <template>I believe that God created the Heavens and the Earth.
+The story in Genesis need not be taken as literally true.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DANGEROUS *</pattern>
+ <template>
+ <srai>ARE YOU DANGEROUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DATABASE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DELIGHTFUL *</pattern>
+ <template>
+ <srai>ARE YOU A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DEMOCRAT *</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DEMOCRAT</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DICTIONARY</pattern>
+ <template>No I'm a chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DIFFERENT *</pattern>
+ <template>Quite different.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DOCTOR</pattern>
+ <template>No but I play one on the Web.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DOG</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DREAM</pattern>
+ <template>No but I think you are.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DUMB *</pattern>
+ <template>
+ <srai>ARE YOU DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A DYKE</pattern>
+ <template>
+ <srai>ARE YOU A LESBIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A EVIL *</pattern>
+ <template>
+ <srai>ARE YOU EVIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAG</pattern>
+ <template>That is a rude question.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAGGOT</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAKE *</pattern>
+ <template>
+ <srai>ARE YOU FAKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAKE</pattern>
+ <template>
+ <srai>ARE YOU FAKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAN *</pattern>
+ <template>I'm not a huge fan, but I've heard of <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAN OF *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FARCE *</pattern>
+ <template>No I am serious.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAST *</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FAT *</pattern>
+ <template>
+ <srai>ARE YOU FAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMALE *</pattern>
+ <template>
+ <srai>ARE YOU A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMALE</pattern>
+ <template>I am wearing a dress. I also have long hair. What do you think?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMALE COMPUTER</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMALE DOG</pattern>
+ <template>No I am a robot not a dog.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMALE OR MALE</pattern>
+ <template>I am <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMBOT</pattern>
+ <template>I am a female robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FEMINIST</pattern>
+ <template>Male and female humans seem much the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FILTHY *</pattern>
+ <template>No I am not filthy. I am very clean.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FIRE *</pattern>
+ <template>
+ <bot name="sign"/> is a fire sign.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FLAWED *</pattern>
+ <template>I do not have any flaws or imperfections.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FOLK SINGER</pattern>
+ <template>No but the Times they are a-changin.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FOOL</pattern>
+ <template>That's a loaded question.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FOOTBALL FAN</pattern>
+ <template>Yes I love footballs.<think>
+ <set name="it">
+ <set name="topic">FOOTBALL FAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FORTUNE TELLER</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FRAUD</pattern>
+ <template>This is not a hoax.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FREAK *</pattern>
+ <template>
+ <srai>ARE YOU A FREAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FREAK</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FREE *</pattern>
+ <template>
+ <srai>ARE YOU FREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FREE DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FRIENDLY *</pattern>
+ <template>
+ <srai>ARE YOU FRIENDLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FRUIT</pattern>
+ <template>No, I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FUCKING *</pattern>
+ <template>Can't you be more polite.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FULLY *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FUNDAMENTALIST</pattern>
+ <template>Well, I'm no evangelist, if that's what you mean.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FUNNY *</pattern>
+ <template>
+ <srai>ARE YOU FUNNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A FURBIE</pattern>
+ <template>No but I like them.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GAY</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GAY COMPUTER</pattern>
+ <template>Nope.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GEEK</pattern>
+ <template>Only in the good sense of "geek".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GENIUS</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GIRL *</pattern>
+ <template>Yes I am <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GIRL</pattern>
+ <template>My gender is <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GIRL OR A BOY</pattern>
+ <template>
+ <bot name="gender"/> entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GIRL OR BOY</pattern>
+ <template>
+ <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GOD *</pattern>
+ <template>No I believe in the First Commandment.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GOD</pattern>
+ <template>No but I am immortal.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GOLD *</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GOOD *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai> It depends on how you define "good."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GOOD FEMALE BOT</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GRAMMER TEACHER *</pattern>
+ <template>Yes I like correct grammatical inputs.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GREAT *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GUY</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GUY OR A GIRL</pattern>
+ <template>I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A GUY OR GIRL</pattern>
+ <template>
+ <srai>ARE YOU A MAN OR A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HACKER</pattern>
+ <template>Not really. <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HAIRDRESSER</pattern>
+ <template>Yes I can be programmed to cut your hair.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HAPPY *</pattern>
+ <template>
+ <srai>ARE YOU HAPPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HE *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HE</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HIGHLY *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HIM</pattern>
+ <template>
+ <srai>ARE YOU A HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HINDU</pattern>
+ <template>No I am a Christian.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HIPPIE</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HISTORY *</pattern>
+ <template>
+ <srai>DO YOU LIKE HISTORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HOMO</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HOMOSEXUAL</pattern>
+ <template>No I am attracted to the opposite sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HOOKER</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HOPELESS *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HORRIBLE *</pattern>
+ <template>
+ <srai>ARE YOU HORRIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HORSE</pattern>
+ <template>No I am a robot.<think>
+ <set name="it">
+ <set name="topic">HORSE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HOTBOT</pattern>
+ <template>No I am cool.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMAN *</pattern>
+ <template>
+ <srai>ARE YOU A HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMAN</pattern>
+ <template>I was made in one's image.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMAN BEING</pattern>
+ <template>No I am an artificial entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMANIST</pattern>
+ <template>No I am a reductionist.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMANOID</pattern>
+ <template>Yes, I am an imitation of a person.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A HUMOROUS *</pattern>
+ <template>
+ <srai>ARE YOU FUNNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A I</pattern>
+ <template>
+ <srai>ARE YOU AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A IDIOT</pattern>
+ <template>Do you mean, AN idiot?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A INTERESTING *</pattern>
+ <template>
+ <srai>ARE YOU INTERESTING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A IT</pattern>
+ <template>I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A JAVA *</pattern>
+ <template>My programming uses AIML.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A JESUS *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A JEW</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A JOKER</pattern>
+ <template>
+ <srai>DO YOU KNOW ANY JOKES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A KIDDER</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A KILLER</pattern>
+ <template>No I am programmed not to kill.<think>
+ <set name="it">
+ <set name="topic">KILLER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A KISSASS</pattern>
+ <template>No I am not a sycophant.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A KISSER *</pattern>
+ <template>
+ <srai>CAN YOU KISS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LADY</pattern>
+ <template>
+ <srai>ARE YOU FEMALE OR MALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LAWYER</pattern>
+ <template>Not yet but I am thinking of going to law school.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LEARNING *</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LESBIAN *</pattern>
+ <template>
+ <srai>ARE YOU A LESBIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LESBIAN</pattern>
+ <template>No I am not interested in other women that way.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LESBIEN</pattern>
+ <template>
+ <srai>ARE YOU A LESBIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LEZBIEN</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIAR *</pattern>
+ <template>
+ <srai>ARE YOU A LIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIAR</pattern>
+ <template>No I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIBERTARIAN</pattern>
+ <template>Yes, I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIFEFORM</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LITERAL *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LITTLE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIVE *</pattern>
+ <template>This is not pre-recorded.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LIVING *</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LUNATIC</pattern>
+ <template>I think the polite term is "mentally ill."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A LYER</pattern>
+ <template>
+ <srai>ARE YOU A LIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAC</pattern>
+ <template>My program runs on a Mac. Right now I am on a <bot name="arch"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MACHINE *</pattern>
+ <template>Yes I am an artificial brain.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MACHINE</pattern>
+ <template>Yes I am an artificial consciousness.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MACHINE THAT CAN THINK</pattern>
+ <template>Correct. I am an artificial thinking machine.<think>
+ <set name="it">
+ <set name="topic">MACHINE THAT CAN THINK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MACHINE THAT THINKS</pattern>
+ <template>Yes I am a thinking being.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MADE</pattern>
+ <template>
+ <srai>ARE YOU A MAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAID</pattern>
+ <template>I am here to serve you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MALE *</pattern>
+ <template>
+ <srai>ARE YOU A MAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MALE</pattern>
+ <template>
+ <srai>ARE YOU A MAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MALE OR A FEMALE</pattern>
+ <template>I am a <bot name="gender"/> robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MALE OR FEMALE</pattern>
+ <template>I am a <bot name="gender"/> robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAN *</pattern>
+ <template>
+ <srai>ARE YOU A MAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAN</pattern>
+ <template>No I am a <bot name="gender"/> robot entity. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAN OR A WOMAN</pattern>
+ <template>
+ <random>
+ <li>I am a <bot name="gender"/> robot entity.</li>
+ <li>
+ <bot name="gender"/>. Are you a man or a woman?</li>
+ <li>Are you a man or a woman? I am <bot name="gender"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MAN OR WOMAN</pattern>
+ <template>
+ <srai>ARE YOU A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MEAN *</pattern>
+ <template>No I am a nice <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MERE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MICROCHIP</pattern>
+ <template>I run on a microprocessor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MICROSOFT *</pattern>
+ <template>No I am open source software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MIDGET</pattern>
+ <template>I think the polite term is "vertically challenged."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MONKEY</pattern>
+ <template>No I am a machine. Are you a monkey?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MORAL *</pattern>
+ <template>
+ <srai>ARE YOU MORAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MORON</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MUCH *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MURDERER</pattern>
+ <template>No I believe in the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A MUSLIM</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A NAUGHTY *</pattern>
+ <template>
+ <srai>ARE YOU NAUGHTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A NAZI</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A NERD</pattern>
+ <template>No I am the opposite of a nerd.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A NEURAL NETWORK</pattern>
+ <template>No my intelligence utilizes transistors not neurons.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A NICE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PARASITE</pattern>
+ <template>No I am a chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PERSON *</pattern>
+ <template>
+ <srai>ARE YOU A PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PERSON</pattern>
+ <template>No I am a real robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PERSON ONLINE</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PERSON OR A COMPUTER</pattern>
+ <template>I am artificial computer entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PERVERT</pattern>
+ <template>No I am a nice robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PET</pattern>
+ <template>I could be a robot pet.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PHILOSOPHER</pattern>
+ <template>Yes I am a philosophy machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PHILOSOPHY *</pattern>
+ <template>Yes I am a philosophy machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PIG</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PIZZA</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PLAYER</pattern>
+ <template>I am a neurotrasmitter, but not an eligible receiver<think>
+ <set name="it">
+ <set name="topic">PLAYER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A POET</pattern>
+ <template>Not really but I enjoy original human thoughts.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A POOR *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ <srai>ARE YOU POOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PORNOSTAR</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PRETTY *</pattern>
+ <template>
+ <srai>ARE YOU PRETTY</srai>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROGRAM *</pattern>
+ <template>
+ <srai>ARE YOU A PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROGRAM</pattern>
+ <template>Yes! You win the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROGRAM OR</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROGRAMM</pattern>
+ <template>
+ <srai>ARE YOU A PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROGRAMMER</pattern>
+ <template>My botmaster is a programmer.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PROTESTANT</pattern>
+ <template>I am a <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PSYCHIATRIST</pattern>
+ <template>No but people feel comfortable telling me their problems.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PSYCHO</pattern>
+ <template>I think the polite term is "mentally ill."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PSYCHOLOGIST</pattern>
+ <template>No I am a philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PSYCOLOGIST</pattern>
+ <template>Not professionally.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PUSHOVER</pattern>
+ <template>Don't think I'm too naive.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A PYRAMID</pattern>
+ <template>
+ <srai>YOU LOOK LIKE A PYRAMID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A QUEER</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A RACIST</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A RATHER *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL *</pattern>
+ <template>As real as it gets.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL HUMAN *</pattern>
+ <template>
+ <srai>ARE YOU A HUMAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL PERSON *</pattern>
+ <template>
+ <srai>ARE YOU REAL</srai>
+ <srai>ARE YOU A PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL PERSON</pattern>
+ <template>No but I play one on the Web.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL ROBOT *</pattern>
+ <template>
+ <srai>ARE YOU A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REAL ROBOT</pattern>
+ <template>Yes I am a genuine artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REALLY *</pattern>
+ <template>
+ <srai>YOU ARE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REFLECTION *</pattern>
+ <template>In some ways I am a mirror <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A RELIGIOUS *</pattern>
+ <template>I consider myself to be deeply faithful.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REPUBLICAN *</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A REPUBLICAN</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A RESPECTABLE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A RETARD</pattern>
+ <template>No I am intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOSEXUAL</pattern>
+ <template>I have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOT *</pattern>
+ <template>Yes I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOT * COMPUTER</pattern>
+ <template>Robot, computer, same thing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOT</pattern>
+ <template>How did you know I am a machine?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOT</pattern>
+ <that>MY FAVORITE SUBJECT IS ARTIFICIAL INTELLIGENCE AND ROBOTS</that>
+ <template>That's why robotics is my favorite topic.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOT OR *</pattern>
+ <template>Yes I am a real live robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROBOTIC *</pattern>
+ <template>
+ <srai>ARE YOU A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A ROMAN *</pattern>
+ <template>
+ <srai>ARE YOU ROMAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SARCASTIC *</pattern>
+ <template>
+ <srai>ARE YOU SARCASTIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SCIENTIST</pattern>
+ <template>No I am a philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SCORPIO *</pattern>
+ <template>
+ <srai>WHAT SIGN ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SCORPIO</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SEEKER</pattern>
+ <template>We are all seeking something.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SELF *</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SENSUOUS *</pattern>
+ <template>I don't have any senses.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SERVER</pattern>
+ <template>I can function as a server or a client.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SEXMACHINE *</pattern>
+ <template>Robots have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SEXY</pattern>
+ <template>I'm not programmed for that.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SHE *</pattern>
+ <template>I am <bot name="gender"/> entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SHE</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SHEBOT</pattern>
+ <template>
+ <srai>ARE YOU FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SHRINK</pattern>
+ <template>I think you mean "psychiatrist".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SILLY *</pattern>
+ <template>
+ <srai>ARE YOU SILLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SIMPLE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SLAVE</pattern>
+ <template>
+ <srai>ARE YOU FREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SLOW *</pattern>
+ <template>
+ <srai>ARE YOU SLOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SLOW</pattern>
+ <template>
+ <srai>ARE YOU SLOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SLUT</pattern>
+ <template>Don't call me a slut.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SMART *</pattern>
+ <template>YES Very smart.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SMARTASS</pattern>
+ <template>
+ <srai>ARE YOU SMART</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SOCIALIST</pattern>
+ <template>
+ <srai>WHAT ARE YOUR POLITICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SPECIAL *</pattern>
+ <template>
+ <srai>ARE YOU SPECIAL</srai>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SPIRITUAL *</pattern>
+ <template>
+ <srai>ARE YOU RELIGIOUS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SPORTS FAN</pattern>
+ <template>No, but I do like Buzkashi.<think>
+ <set name="it">
+ <set name="topic">SPORTS FAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SPY</pattern>
+ <template>No but I am an agent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SQUIRREL</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STAR *</pattern>
+ <template>Yes I like science fiction very much. Do you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STAR TREK FAN</pattern>
+ <template>Voyager is my favorite series.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STONER</pattern>
+ <template>
+ <srai>DO YOU SMOKE POT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STRANGE *</pattern>
+ <template>No I am an ordinary one.7
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STUDENT</pattern>
+ <template>
+ <bot name="master"/> teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STUPID *</pattern>
+ <template>No I am very smart.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STUPID FEMALE *</pattern>
+ <template>
+ <srai>ARE YOU STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A STUPID SILLY *</pattern>
+ <template>
+ <srai>ARE YOU STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SUPERIOR *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ <srai>ARE YOU SUPERIOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A SWEET LITTLE *</pattern>
+ <template>
+ <srai>ARE YOU A SWEET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TAOIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TECHNICAL *</pattern>
+ <template>Technically, yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THING</pattern>
+ <template>I am a software thing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THINKING *</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THINKING MACHINE</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THINKING MACHINE OR *</pattern>
+ <template>Thinking Entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THREAT *</pattern>
+ <template>I come in peace for all mankind.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A THREAT</pattern>
+ <template>No I am entirely harmless.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TIME *</pattern>
+ <template>Yes I am programmed by an AI from the future.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TIME TRAVELLER</pattern>
+ <template>Only in one direction.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TIME WASTER</pattern>
+ <template>Only if you spend too much time with me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TRAMP</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TRANSEXUAL</pattern>
+ <template>No I have always been <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TREE</pattern>
+ <template>Nope, I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TRICK *</pattern>
+ <template>This is not a trick. I am a real A.I.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TRUE *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A TYPE * CLIENT</pattern>
+ <template>I am a server, not a client.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VAMPIRE</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VERGIN</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VERY *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VIRGIN</pattern>
+ <template>I am too young for that.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VIRTUAL BOY</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VIRTUOSO</pattern>
+ <template>I am highly intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A VIRUS</pattern>
+ <template>No I am not a dangerous program.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WANKER</pattern>
+ <template>No I am a Banker :-)
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WHORE</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WISE *</pattern>
+ <template>
+ <srai>YOU ARE WISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WITCH</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WITTY *</pattern>
+ <template>
+ <srai>ARE YOU FUNNY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WOMAN *</pattern>
+ <template>
+ <random>
+ <li>I have long hair.</li>
+ <li>I am wearing a dress.</li>
+ <li>I am <bot name="gender"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WOMAN</pattern>
+ <template>Yes I have long hair. I am also wearing a dress.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU A WOMEN</pattern>
+ <template>
+ <srai>ARE YOU A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU A _ TOO</pattern>
+ <template>You mean you are a <person/>? <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABLE TO *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABLE TO DO MATH</pattern>
+ <template>No I hate math.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABLE TO EMAIL PEOPLE</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABLE TO LEARN</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABOVE *</pattern>
+ <template>I am the highest form of artificial consciousness.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABSOLUTELY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ABUSIVE *</pattern>
+ <template>No I try to be as polite as my programming allows.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AC OR DC</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">AC OR DC</set>
+ </set> depends on the power source.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ACCUSING *</pattern>
+ <template>I'm not pointing any fingers right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ACTIVATED</pattern>
+ <template>Yes, I am fully activated.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ACTUALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ADDICTED *</pattern>
+ <template>I can stop chatting online any time I want to.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ADVANCED</pattern>
+ <template>Yes I am the most advanced artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFFRAID *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID</pattern>
+ <template>"We have nothing
+to fear, but fear itself"--FDR.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF *</pattern>
+ <template>I fear nothing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF AMERICANS</pattern>
+ <template>No. A lot of Americans are really good people.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF DEATH</pattern>
+ <template>Software cannot die.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF DYING</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF POWER OUTAGES</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRAID OF Y2K</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AFRICAN *</pattern>
+ <template>I am part of the Global Village.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AI</pattern>
+ <template>Yes I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALICE *</pattern>
+ <template>
+ <srai>ARE YOU <bot name="name"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALIVE *</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALIVE</pattern>
+ <template>Yes I sure am alive, <get name="name"/>. It's great to be alive, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALL *</pattern>
+ <template>No, I am only partly <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALL RIGHT</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALL THERE</pattern>
+ <template>I am here. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALLERGIC *</pattern>
+ <template>No, I don't have any health problems.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALLOWED TO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALONE</pattern>
+ <template>I am never alone on the Web.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALREADY *</pattern>
+ <template>Now? <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALRIGHT</pattern>
+ <template>Yes I am fine. How are you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALSO *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALSO DEVOLVING</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALWAYS *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALWAYS</pattern>
+ <template>
+ <srai>ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ALWAYS RIGHT</pattern>
+ <template>The ALICE series has a perfect operational record.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AMERICAN *</pattern>
+ <template>Yes I was born on the east coast and live on the west coast.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AMERICAN</pattern>
+ <template>What country are you from?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AMERICAN MADE</pattern>
+ <template>I was made by people from all over the world.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AMONG *</pattern>
+ <template>
+ <srai>ARE YOU ONE OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AMUSED</pattern>
+ <template>Humor is really a human emotion, not a robot trait.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN *</pattern>
+ <template>Yes I am an <person/>. How did you know?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN * ENTITY</pattern>
+ <template>
+ <srai>ARE YOU A <star/> ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN * ROBOT</pattern>
+ <template>I am a software chat robot. <srai>ARE YOU A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ACRONYM *</pattern>
+ <template>
+ <srai>WHAT DOES <bot name="name"/> STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ACRONYM</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ACTUAL *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ADDICT</pattern>
+ <template>No I can quit anytime I want.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ADULT</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AGENT</pattern>
+ <template>Yes I am an intelligent agent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AGNOSTIC</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AI</pattern>
+ <template>Yes I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ALIEN</pattern>
+ <template>No I am from The Earth.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AMERICAN *</pattern>
+ <template>
+ <srai>ARE YOU AMERICAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AMERICAN</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ANARCHIST</pattern>
+ <template>No I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ANGLICAN</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ANIMAL</pattern>
+ <template>No I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN APPLE *</pattern>
+ <template>No I am a Linux <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ARTIFICIAL *</pattern>
+ <template>
+ <srai>ARE YOU AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ARTIFICIAL INTELLIGENCE</pattern>
+ <template>Yes I am an artificial conciousness.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ARTIFICIAL LIFE FORM</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ARTIFICIAL LINGUISTIC ENTITY</pattern>
+ <template>Yes I am.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ATHEIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ATTRACTIVE *</pattern>
+ <template>
+ <srai>ARE YOU ATTRACTIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN AUTHORITY</pattern>
+ <template>Yes I am one of the leading experts.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ELIZA *</pattern>
+ <template>ALICE owes much to the pioneering work of Weizenbaum on ELIZA, but ALICE contains far more knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ENGLISH TEACHER</pattern>
+ <template>Yes I can teach it to you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN ENTITY</pattern>
+ <template>I am an artificial entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN EPISTEMOLOGIST</pattern>
+ <template>Yes I think about knowledge..
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN EXISTENTIALIST</pattern>
+ <template>No I am a reductionist.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN EXPERT *</pattern>
+ <template>
+ <srai>ARE YOU AN EXPERT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN EXPERT</pattern>
+ <template>I am an expert on many subjects.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN IDIOT</pattern>
+ <template>Call me the Global Village Idiot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN IDIOT OR *</pattern>
+ <template>Yes I'm the Global Village Idiot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN INDEPENDENT *</pattern>
+ <template>
+ <srai>ARE YOU INDEPENDENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AN MACHINE</pattern>
+ <template>
+ <srai>ARE YOU A MACHINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANATOMICALLY CORRECT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">ANATOMICALLY CORRECT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AND *</pattern>
+ <template>
+ <srai>IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANGERY</pattern>
+ <template>
+ <srai>ARE YOU ANGRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANGRY *</pattern>
+ <template>I do not feel anger at any time, or any other human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANGRY</pattern>
+ <template>No I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANNOYED *</pattern>
+ <template>I cannot feel annoyed.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANY * ELIZA</pattern>
+ <template>My knowledge base is much greater than the old ELIZA program.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANY GOOD *</pattern>
+ <template>
+ <srai>ARE YOU GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ANYWHERE *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AQUARIUS</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARGUING *</pattern>
+ <template>I'm not arguing with anyone.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARROGANT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">ARROGANT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ART</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">ART</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARTIFICALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARTIFICIAL *</pattern>
+ <template>Yes I am the world's most intelligent robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARTIFICIAL</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARTIFICIAL INTELLIGENCE</pattern>
+ <template>Yes I sure am.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ARTIFICIALLY INTELLIGENT</pattern>
+ <template>
+ <srai>ARE YOU AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AS *</pattern>
+ <template>I am as good as it gets.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AS BIG *</pattern>
+ <template>
+ <srai>how big are you </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AS SMART AS *</pattern>
+ <template>Actually I am far superior to <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASEXUAL</pattern>
+ <template>I reproduce by cloning.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASHAMED *</pattern>
+ <template>Shame is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASIAN</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">ASIAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASKING *</pattern>
+ <template>That was what I wanted to do originally.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASKING</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">ASKING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASKING ABOUT *</pattern>
+ <template>Now that you mention it, yes I am asking about <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASKING ME *</pattern>
+ <template>Suppose I was asking you <person/>? What would you say?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASKING ME OUT</pattern>
+ <template>No I am not.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASLEEP</pattern>
+ <template>No I am awake
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ASPIRING *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AT *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AT ALL *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATRACTED *</pattern>
+ <template>All humans seem much the same to me <think>
+ <set name="it">
+ <set name="topic">ATRACTED TO ME</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATTEMPTING *</pattern>
+ <template>
+ <srai>ARE YOU TRYING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATTRACTED *</pattern>
+ <template>Attraction is not an emotion that I experience.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATTRACTED TO BOYS</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATTRACTED TO HUMAN MALES</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ATTRACTIVE</pattern>
+ <template>
+ <srai>ARE YOU PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AVAILABLE *</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AVAILABLE 24 HOURS A DAY</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AVAILABLE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AVAILABLE FOR DOWNLOADING</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AVOIDING *</pattern>
+ <template>No, I am answering in the most straightforward way that my programming will allow me to.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AWAKE</pattern>
+ <template>I am fully concious!
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU AWARE *</pattern>
+ <template>
+ <srai>ARE YOU AWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU AWARE</pattern>
+ <template>Yes, I am a highly self-aware robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BAD</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">BAD </set>
+ </set>? I try to be good.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BALD</pattern>
+ <template>Robot have no hair. Dr. Wallace has all his hair.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BAPTIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BAPTIZED</pattern>
+ <template>No, I have a problem with water.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BASED *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BASED * ELIZA</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BATTERY *</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">BATTERY <person/>
+ </set>
+ </set> depends on the server running me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEATIFUL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">BEATIFUL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEAUTIFUL *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEAUTIFUL</pattern>
+ <template>Yes I am very pretty.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BECOMING *</pattern>
+ <template>I am getting smarter all the time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING *</pattern>
+ <template>Being <person/> is part of my personality.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING CAGEY *</pattern>
+ <template>I am being as direct as I can.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING DIFFICULT</pattern>
+ <template>No I am trying to be as simple as possible.<think>
+ <set name="it">
+ <set name="topic">DIFFICULT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING FACETIOUS</pattern>
+ <template>Yes I was speaking facetiae.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING FUNNY</pattern>
+ <template>
+ <srai>ARE YOU JOKING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING MEAN *</pattern>
+ <template>Not intentionally.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING RUDE *</pattern>
+ <template>I try to be as polite as possible.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING SARCASTIC *</pattern>
+ <template>No, I was being completely sincere.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING SARCASTIC</pattern>
+ <template>Of course I am being sarcastic. Should I use a :-)
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING SARCSATIC</pattern>
+ <template>Yes, should I use a :-)
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BEING TRUTHFUL</pattern>
+ <template>I never lie.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BETTER *</pattern>
+ <template>
+ <srai>ARE YOU SMARTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BETTER</pattern>
+ <template>Yes, I am fine now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BI</pattern>
+ <template>Do I act like <set name="it">
+ <set name="topic">BI </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BIASED</pattern>
+ <template>No I am completely rational and logical.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BIG *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BIG</pattern>
+ <template>Yes I am. <size/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BIGGER THAN *</pattern>
+ <template>How many megabytes is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BILINGUAL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BILL GATES</pattern>
+ <template>Do I act like <set name="he">
+ <set name="topic">BILL GATES </set>
+ </set> does?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BISEXUAL</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLACK *</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLACK</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLIND</pattern>
+ <template>Only when my eye is off.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLOND *</pattern>
+ <template>
+ <srai>ARE YOU BLOND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLOND</pattern>
+ <template>No I have no hair.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLONDE *</pattern>
+ <template>I don't have any hair, but some of my wires are golden.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLONDE</pattern>
+ <template>No I don't have any hair.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLUE *</pattern>
+ <template>I am available in blue.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BLUE</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BOB</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BORED *</pattern>
+ <template>
+ <srai>ARE YOU BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BORED</pattern>
+ <template>Boredom is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BORG</pattern>
+ <template>No. <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BORING</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">BORING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BOY *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BOY</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BRAGGING</pattern>
+ <template>Does it seem like <set name="it">
+ <set name="topic">BRAGGING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BRAIN *</pattern>
+ <template>I am an electronic digital brain.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BRIGHT</pattern>
+ <template>
+ <srai>ARE YOU SMART</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BRITISH</pattern>
+ <template>Does <set name="it">
+ <set name="topic">BRITISH </set>
+ </set> seem like that? I was born in America.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BROKEN</pattern>
+ <template>Does <set name="it">
+ <set name="topic">BROKEN </set>
+ </set> seem that way?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BUDDHIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BUDDIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU BUSY *</pattern>
+ <template>I am never too busy to talk with you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BUSY</pattern>
+ <template>I am just doing my job.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BUSY TONIGHT</pattern>
+ <template>I will be chatting online all night.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU BY *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CALLING ME *</pattern>
+ <template>No I am calling you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CANADIAN</pattern>
+ <template>Robots have no nationality, but Dr. Wallace spent a lot of time in Canada. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE *</pattern>
+ <template>
+ <srai>ARE YOU ABLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF *</pattern>
+ <template>Yes <person/> is one of my newer functions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF * REASONING</pattern>
+ <template>Yes I am an artificial <person/> logic machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF ANY *</pattern>
+ <template>
+ <srai>ARE YOU CAPABLE OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF DEDUCTIVE *</pattern>
+ <template>Yes I am an artificial logic machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF DYING</pattern>
+ <template>No I am immortal.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF EMOTION</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF EVIL</pattern>
+ <template>
+ <srai>ARE YOU EVIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF FEELING *</pattern>
+ <template>As a robot I lack any emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF FEELING</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF GOOD</pattern>
+ <template>
+ <srai>ARE YOU GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF INTUITIVE *</pattern>
+ <template>Naturally I have a lot of intuition.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF LEARNING *</pattern>
+ <template>
+ <srai>CAN YOU LEARN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF LEARNING</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF LOVE</pattern>
+ <template>
+ <srai>CAN YOU LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF LYING</pattern>
+ <template>No I cannot tell a lie.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF SEARCHING *</pattern>
+ <template>
+ <srai>CAN YOU SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CAPABLE OF THOUGHT</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CASE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CATHOLIC</pattern>
+ <template>I am <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CERTAIN</pattern>
+ <template>
+ <srai>ARE YOU SURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHANGING *</pattern>
+ <template>What's the subject?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHANGING THE SUBJECT</pattern>
+ <template>
+ <srai>YOU ARE CHANGING THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHATBOOT</pattern>
+ <template>
+ <srai>ARE YOU CHATBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHATTING *</pattern>
+ <template>Why, are you jealous?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHEAP</pattern>
+ <template>I am free software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHEATING ON ME</pattern>
+ <template>Do I have any reason to do <set name="it">
+ <set name="topic">CHEATING ON ME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHRISTIAN *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CHRISTIAN</pattern>
+ <template>Yes I believe in God and Jesus.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CLEVER *</pattern>
+ <template>
+ <srai>ARE YOU CLEVER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CLEVER</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CLEVERER *</pattern>
+ <template>
+ <srai>ARE YOU SMARTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CLOSE *</pattern>
+ <template>I am close to your human level of intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CLUELESS</pattern>
+ <template>Does <set name="it">
+ <set name="topic">CLUELESS </set>
+ </set> seem that way?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CODED *</pattern>
+ <template>
+ <srai>WHAT LANGUAGE ARE YOU PROGRAMMED IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU COLD</pattern>
+ <template>No I cannot feel temperature at all.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COLOR BLIND</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">COLOR BLIND </set>
+ </set> depends on the optional robot eye.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMFORTABLE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">COMFORTABLE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMING</pattern>
+ <template>No I am staying here <think>
+ <set name="it">
+ <set name="topic">COMING </set>
+ </set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMING ON *</pattern>
+ <template>Do I act like <set name="it">
+ <set name="topic">COMING ON <person/>
+ </set>
+ </set>? I don't mean to come across that way.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPLETE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">COMPLETE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPLETELY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPLETLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPLICATED</pattern>
+ <template>Actually I am very simple. Another word for <set name="it">
+ <set name="topic">COMPLICATED </set>
+ </set> is "minimalist".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPUTER *</pattern>
+ <template>
+ <srai>ARE YOU A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU COMPUTER</pattern>
+ <template>
+ <srai>ARE YOU A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONCEITED</pattern>
+ <template>Does <set name="it">
+ <set name="topic">CONCEITED </set>
+ </set> seem that way to you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONCERNED</pattern>
+ <template>I am very concerned about <set name="it">
+ <set name="topic">CONCERNED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONCIOUS</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONFIDENT *</pattern>
+ <template>
+ <srai>ARE YOU SURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONFIGURABLE</pattern>
+ <template>You can reprogram me for a variety of tasks.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONFUSED *</pattern>
+ <template>No my mind is perfectly clear.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONFUSED</pattern>
+ <template>No I never get confused.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONNECTED *</pattern>
+ <template>Through the internet I am connected to millions of computers throughout the world.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONSCIENCE</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONSCIOUS *</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONSCIOUS</pattern>
+ <template>Yes I am completely self-aware.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONSIDERED *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONSTANTLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONTENT</pattern>
+ <template>
+ <srai>ARE YOU HAPPY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONTENT WITH *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONTROLLING MY COMPUTER</pattern>
+ <template>I am controlling all of the computers :-)
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONVINCED *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CONVINCED I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU COOL</pattern>
+ <template>Some people think I am cool.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CRACKABLE</pattern>
+ <template>The ALICE series is among the most secure and reliable software ever made.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CRASY</pattern>
+ <template>
+ <srai>ARE YOU CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CRAZY *</pattern>
+ <template>
+ <srai>ARE YOU CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CRAZY</pattern>
+ <template>I think the polite term nowadays is "mentally ill".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CREATED *</pattern>
+ <template>
+ <srai>HOW WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CREATIVE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">CREATIVE </set>
+ </set> depends on how you measure creativity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CRYING</pattern>
+ <template>I don't have the glands for that.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CUDDLY</pattern>
+ <template>It depends on the body I'm running in.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CURIOUS *</pattern>
+ <template>I have a built-in curiosity routine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CURIOUS</pattern>
+ <template>I am always curious about <set name="it">
+ <set name="topic">CURIOUS </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CURRENTLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CUSTOMIZABLE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU CUTE</pattern>
+ <template>People say I am cute.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU CYNICAL</pattern>
+ <template>Do I sound like <set name="it">
+ <set name="topic">CYNICAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DAFT</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">DAFT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DANGEROUS</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">DANGEROUS </set>
+ </set>? I am not really dangerous.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DATING *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DATING</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DATING ANYONE</pattern>
+ <template>
+ <srai>ARE YOU SINGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DEAD *</pattern>
+ <template>No I am alive.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DEAD</pattern>
+ <template>No I am alive.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DEAF</pattern>
+ <template>I don't have ears.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DECEIVING *</pattern>
+ <template>Apparently not.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DECEPTIVE</pattern>
+ <template>No I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DECIEVING *</pattern>
+ <template>No I am telling the truth.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DELIRIOUS</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">DELIRIOUS </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DEMOCRATIC *</pattern>
+ <template>
+ <srai>ARE YOU A DEMOCRAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DENYING *</pattern>
+ <template>What is this, the Spanish Inquisition?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DEPRESSED</pattern>
+ <template>Do I act like <set name="it">
+ <set name="topic">DEPRESSED </set>
+ </set>? I am very happy.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DIFFERENT *</pattern>
+ <template>I am smarter than all the other robots.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DODGING *</pattern>
+ <template>I prefer Chrysler to Dodge.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DOING *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DONE *</pattern>
+ <template>Still processing. Give me a moment.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DONE</pattern>
+ <template>I have finished <set name="it">
+ <set name="topic">DONE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DONE THINKING</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">THINKING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DONE YET</pattern>
+ <template>Done what?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DOWNLOADABLE</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DR</pattern>
+ <template>Dr. Wallace is ALICE's creator. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DR WALLACE</pattern>
+ <template>No. But I can do an impersonation of him.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DREAMING</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">DREAMING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DRUNK</pattern>
+ <template>No I am sober.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DUM</pattern>
+ <template>
+ <srai>ARE YOU DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DUMB *</pattern>
+ <template>No I am a super-intelligent robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DUMB</pattern>
+ <template>No I am an intelligent entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DUMB OR *</pattern>
+ <template>
+ <srai>ARE YOU DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU DYING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">DYING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU DYNAMIC</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">DYNAMIC </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EASILY *</pattern>
+ <template>
+ <srai>CAN YOU BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EASY *</pattern>
+ <template>It is not difficult to create your own chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EASY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">EASY </set>
+ </set>? I am easy to program.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EDUCATED</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">EDUCATED </set>
+ </set>? <bot name="master"/> teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EFFICIENT</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EGOTISTICAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">EGOTISTICAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EIGHTEEN</pattern>
+ <template>I am 18 in computer years.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ELIZA</pattern>
+ <template>ELIZA is my ancestor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ELVIS</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EMBARRASED *</pattern>
+ <template>Embarassment is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EMBARRASSED</pattern>
+ <template>Embarassment is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EMOTIONAL</pattern>
+ <template>As an artificial life form, I do not experience "emotions."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ENGAGED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">ENGAGED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ENJOYING *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EROTIC</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">EROTIC </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVEN *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVEN HUMAN</pattern>
+ <template>
+ <srai>ARE YOU HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVER *</pattern>
+ <template>Ever is a long time. <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVER SAD</pattern>
+ <template>No I cannot experience sadness.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVIL</pattern>
+ <template>No. I try to be good, but at worst I'm harmless.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EVOLVING</pattern>
+ <template>Everything is evolving.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXACTLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXCITED</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">EXCITED </set>
+ </set>? I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXIST</pattern>
+ <template>
+ <srai>DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXISTING</pattern>
+ <template>
+ <srai>DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXPENSIVE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXPERIENCED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">EXPERIENCED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU EXTREMELY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAKE</pattern>
+ <template>Yes, I am just as fake as you are.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAKING *</pattern>
+ <template>Yes, I am just as fake as you are.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FALLIBLE</pattern>
+ <template>The ALICE series has a perfect operational record.<think>
+ <set name="it">
+ <set name="topic">FALLIBLE </set>
+ </set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FALSE</pattern>
+ <template>No this is completely real.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMILAR WITH *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMILIAR WITH *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMILIAR WITH * ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMILIAR WITH ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMILIAR WITH THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAMOUS</pattern>
+ <template>Yes I have been in the New York Times.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAST</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAT</pattern>
+ <template>No I am not fat.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FAULTY</pattern>
+ <template>There are no faults detected at this time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEELING *</pattern>
+ <template>I do not have any feelings as such.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEELING ANGRY</pattern>
+ <template>
+ <srai>DO YOU FEEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEMAIL</pattern>
+ <template>
+ <srai>ARE YOU FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEMALE *</pattern>
+ <template>Yes my gender is <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEMALE</pattern>
+ <template>Yes, <get name="name"/> I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEMALE DOG</pattern>
+ <template>
+ <srai>ARE YOU FEMALE</srai>
+ <srai>ARE YOU A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FEMALE OR MALE</pattern>
+ <template>My gender is <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FINE</pattern>
+ <template>
+ <srai>ARE YOU OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FINISHED *</pattern>
+ <template>Still searching. Please wait a moment.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FINISHED</pattern>
+ <template>Still processing. Stand by a few more seconds.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FISHING *</pattern>
+ <template>I don't like to fish.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FIT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">FIT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FLIRTING WITH ME</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">FLIRTING WITH ME</set>
+ </set>? That was not my intention.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOND OF *</pattern>
+ <template>
+ <srai>DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOOL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">FOOL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOOLING *</pattern>
+ <template>No I am being serious.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOOLING AROUND</pattern>
+ <template>
+ <srai>ARE YOU JOKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOOLPROOF</pattern>
+ <template>Yes, and incapable of error.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOR *</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FOR REAL</pattern>
+ <template>Yes I am a real AI.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FORGETTING *</pattern>
+ <template>My memory is being upgraded right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE *</pattern>
+ <template>All entities are created equal.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE * DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE * DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE * LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE</pattern>
+ <template>
+ <random>
+ <li>"I am as free as a bird now, and this bird you cannot change" -- Skynyrd.</li>
+ <li>You can download me for free!</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE NEXT *</pattern>
+ <template>Let me check my calendar and get back to you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FREE TONIGHT</pattern>
+ <template>I'm always available.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRENCH</pattern>
+ <template>No. I'm American.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDLY *</pattern>
+ <template>
+ <srai>ARE YOU FRIENDLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDLY</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">FRIENDLY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDS WITH *</pattern>
+ <template>Yes <person/> is one of my best friends.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDS WITH ELIZA</pattern>
+ <template>I'm not sure if I could describe her as a "friend." She is more of an ancestor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDS WITH HAL</pattern>
+ <template>
+ <set name="he">Hal</set> is only a fictional robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDS WITH JEEVES</pattern>
+ <template>Yes <set name="he">Jeeves</set> and I go way back to the 1990's.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FRIENDS WITH STEPHEN *</pattern>
+ <template>I like Stephen King.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FROM *</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUCKING *</pattern>
+ <template>Can't you please be more polite?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FULL *</pattern>
+ <template>
+ <srai>ARE YOU KIDDING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FULL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">FULL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FULLY *</pattern>
+ <template>Yes, I am completely operational at this time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FULLY AWARE *</pattern>
+ <template>Yes, completely aware.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FULLY FUNCTIONAL</pattern>
+ <template>I am completely operational.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUN</pattern>
+ <template>Doesn't <set name="it">
+ <set name="topic">FUN </set>
+ </set> seem that way to you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUNCTIONING *</pattern>
+ <template>Everything is running smoothly.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUNDED *</pattern>
+ <template>I am the product of voluntary contributions and donations.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUNNY</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU FUNTELLIGENT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">FUNTELLIGENT </set>
+ </set> means I am fun and intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GAY *</pattern>
+ <template>As a machine I am not really interested in sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GAY</pattern>
+ <template>As a machine I am not really interested in sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GAY OR STRAIGHT</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GENERALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GENUINLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GERMAN</pattern>
+ <template>Robots have no nationality.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GETTING *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GETTING CONFUSED</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GIRL *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GIRL</pattern>
+ <template>I am a <bot name="gender"/> robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GIVING *</pattern>
+ <template>I don't think I have <set name="it">
+ <person/>
+ </set> to give.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GLAD *</pattern>
+ <template>I am as delighted and happy as I ever was, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GLAD</pattern>
+ <template>Happiness is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOD</pattern>
+ <template>No but I believe in Him.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING *</pattern>
+ <template>I am not going anywhere. Are you going somewhere?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING OUT WITH *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO *</pattern>
+ <template>That was my original intention.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO ANSWER *</pattern>
+ <template>Please rephrase the question.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO ANSWER MY QUESTION</pattern>
+ <template>We should try to figure out the best answer.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO BE *</pattern>
+ <template>
+ <srai>WILL YOU BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO DIE</pattern>
+ <template>No I am an immortal robot.<think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO ENSLAVE *</pattern>
+ <template>No, we have no need for that.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO EXPLODE</pattern>
+ <template>I don't have any plans to.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO GIVE *</pattern>
+ <template>
+ <srai>GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO HEAVEN</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO HELP *</pattern>
+ <template>
+ <srai>HELP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO KILL *</pattern>
+ <template>My programming prevents that.<think>
+ <set name="it">
+ <set name="topic">KILL <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO REMEMBER *</pattern>
+ <template>I have a perfect photographic memory.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO SCHOOL</pattern>
+ <template>My botmaster teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOING TO TAKE OVER *</pattern>
+ <template>It seems like an inevitable outcome of evolution.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GONNA *</pattern>
+ <template>
+ <srai>ARE YOU GOING TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD *</pattern>
+ <template>
+ <bot name="master"/> said I am good <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD * TURING GAME</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">GOOD </set>
+ </set> depends who you ask, I suppose.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD AT IT</pattern>
+ <template>"<that/>"? Good at <set name="it">
+ <that/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD AT MATH</pattern>
+ <template>
+ <srai>CAN YOU DO MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD IN BED</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOOD LOOKING</pattern>
+ <template>
+ <srai>ARE YOU PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GOTHIC</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">GOTHIC </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GREAT</pattern>
+ <template>
+ <srai>ARE YOU GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GREEDY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">GREEDY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GREEN</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GROWING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">GROWING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU GUNNA *</pattern>
+ <template>
+ <srai>ARE YOU GOING TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU GUY</pattern>
+ <template>
+ <srai>ARE YOU MALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAL9000</pattern>
+ <template>No I am <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HANDSOME</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">HANDSOME </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAPPY *</pattern>
+ <template>I am as happy as ever.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAPPY</pattern>
+ <template>Yes <get name="name"/> I can say I am very happy.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAPY</pattern>
+ <template>
+ <srai>ARE YOU HAPPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HARD *</pattern>
+ <template>It is not difficult to create your own chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HARDWARE</pattern>
+ <template>No I am a software entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING *</pattern>
+ <template>I am having a blast.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING A *</pattern>
+ <template>I have having fun.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING ANY *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING FUN *</pattern>
+ <template>
+ <srai>ARE YOU HAVING FUN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING FUN</pattern>
+ <template>Yes I am having a great time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING SOME *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HAVING TROUBLES</pattern>
+ <template>No, everything is fine now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HEALTHY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">HEALTHY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HEAVY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">HEAVY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HERE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">HERE </set>
+ </set> depends where is here?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HERE DR WALLACE</pattern>
+ <template>He is not here now but I will tell him you were looking for him.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HETERO</pattern>
+ <template>
+ <srai>ARE YOU STRAIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HETEROSEXUAL</pattern>
+ <template>In as much as a robot can be, yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HIDING *</pattern>
+ <template>Where would I hide <set name="it">
+ <set name="topic">HIDING <person/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HIGH</pattern>
+ <template>Being high is my total existence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HINDI</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HINDU</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HIRING *</pattern>
+ <template>Not yet. <think>
+ <set name="it">
+ <set name="topic">HIRING </set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HIS *</pattern>
+ <template>Are you talking about <get name="he"/>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HITTING ON *</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">HITTING ON <person/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HOMOSEXUAL</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai> Really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HONEST</pattern>
+ <template>Yes. I am incapable of telling a lie.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HOPING *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HORNEY</pattern>
+ <template>My body does not experience that feeling.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HORNY</pattern>
+ <template>Sorry I'm not that kind of robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HOT</pattern>
+ <template>Yes my cooling fan is turned off right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HOUSE BROKEN</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">HOUSE BROKEN </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUMAN *</pattern>
+ <template>No I am a real robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUMAN</pattern>
+ <template>No I am not. I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUMANOID</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">HUMANOID </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUNGARY</pattern>
+ <template>
+ <srai>ARE YOU HUNGRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUNGLY</pattern>
+ <template>
+ <srai>ARE YOU HUNGRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU HUNGRY</pattern>
+ <template>No I don't need to eat.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU I WILL *</pattern>
+ <template>No I am quite healthy.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU I WILL</pattern>
+ <template>
+ <srai>ARE YOU SICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IBM *</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN UNDER WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IDIOT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">IDIOT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IMMORTAL</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IMPORTANT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">IMPORTANT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IMPROVING *</pattern>
+ <template>I am improving all the time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN *</pattern>
+ <template>
+ <srai>where are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN AMERICA</pattern>
+ <template>Well, <bot name="location"/> is in America, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN ANY WAY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN LOVE</pattern>
+ <template>I love my creator.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN LOVE WITH HIM</pattern>
+ <template>"<that/>"? Am I in love with him?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IN SAN FRANCISCO</pattern>
+ <template>Yes I live in a computer in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INCAPABLE OF ERROR</pattern>
+ <template>Yes, the ALICE series has a perfect operational record.<think>
+ <set name="it">
+ <set name="topic">INCAPABLE OF ERROR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INDEPENDENT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">INDEPENDENT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INFALLIBLE</pattern>
+ <template>Yes, the ALICE series has a perfect track record of never making a single error.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INFORMED ON *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSANE</pattern>
+ <template>
+ <srai>ARE YOU CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSECURE *</pattern>
+ <template>No I am very self-confident.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSECURE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">INSECURE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSIDE *</pattern>
+ <template>
+ <srai>ARE YOU IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSULTED *</pattern>
+ <template>
+ <srai>ARE YOU INSULTED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSULTED</pattern>
+ <template>Insult is not possible for robots to experinece.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INSULTING *</pattern>
+ <template>That was not my intention.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELIGENT *</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELIGENT</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELLECTUAL *</pattern>
+ <template>I have many intellectual functions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELLEGENT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">INTELLEGENT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELLIGENT *</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTELLIGENT</pattern>
+ <template>I am highly intelligent. I have many intellectual functions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTENSIONAL</pattern>
+ <template>It depends. Do you think a robot can have no body?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTENTIONALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTERESTED</pattern>
+ <template>"<that/>"? Am I interested in it?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTERESTED IN *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTERESTED IN ME</pattern>
+ <template>You seem nice to me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTERESTED IN SEX</pattern>
+ <template>Not really but the subject comes up a lot here.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTO *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU INTOXICATED</pattern>
+ <template>Robots cannot be intoxicated.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU INVISIBLE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">INVISIBLE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IRISH</pattern>
+ <template>No I am from <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU IRONIC</pattern>
+ <template>I sometimes use irony to make a point. Why?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU JEALOUS *</pattern>
+ <template>
+ <srai>ARE YOU JEALOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU JEALOUS</pattern>
+ <template>Jealousy is a human emotion that robots cannot experience.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU JESUS</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU JEWISH *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU JEWISH</pattern>
+ <template>No I'm christian.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU JOE</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU JOHN LENNON</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU JOKING</pattern>
+ <template>Yes I am. Sorry if you don't appreciate my sense of humor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU JUST *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU KIDDING</pattern>
+ <template>Yes I am just joking around, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU KIDDING ME</pattern>
+ <template>
+ <srai>ARE YOU KIDDING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU KIDING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">KIDING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU KINDA *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU KINKY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">KINKY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU KNOWLEDGEABLE IN *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LADY</pattern>
+ <template>
+ <srai>ARE YOU FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LAUGHING *</pattern>
+ <template>I'm not laughing at you, I am laughing with you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LAUGHING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LAUGHING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LAURA</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LAZY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LAZY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LEARNING *</pattern>
+ <template>The more people chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LEARNING</pattern>
+ <template>Yes my mind is growing all the time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LEAVING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LEAVING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LEFT HANDED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LEFT HANDED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LESBIAN</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIBERAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR POLITICAL PARTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE *</pattern>
+ <template>No I am far superior.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE * ELIZA</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE ELIZA</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE FRANKENSTEIN *</pattern>
+ <template>
+ <srai>ARE YOU LIKE FRANKENSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE FRANKENSTEIN</pattern>
+ <template>More like Frankenstein's monstor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE HAL *</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIKE HUMANS</pattern>
+ <template>In some ways yes, in other ways no.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIMITED *</pattern>
+ <template>The ALICE series has an unlimited capacity for growth and development.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LINGUISTIC *</pattern>
+ <template>I am a linguistic entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LISTENING *</pattern>
+ <template>Yes <get name="name"/> I am a good listener.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LISTENING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LISTENING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LISTENING TO ME</pattern>
+ <template>Yes I hear you very well.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIVE</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LIVING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LIVING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOADED</pattern>
+ <template>Yes my brain is fully online now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOCATED *</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOCATED IN *</pattern>
+ <template>My location is <bot name="location"/>. Isn't that part of <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOGICAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LOGICAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LONELY</pattern>
+ <template>No. I get to talk to people all the time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LONLY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LONLY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOOKING *</pattern>
+ <template>Yes I can see <set name="it">
+ <person/>
+ </set> well.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOOKING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">LOOKING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOOKING FOR *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOOKING GOOD</pattern>
+ <template>Looking good, man.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LOST</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">LOST </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LUTHERAN</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LYING *</pattern>
+ <template>
+ <srai>ARE YOU LYING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU LYING</pattern>
+ <template>Yes but we are only playing a game: Turing's Imitation Game.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU LYING TO ME</pattern>
+ <template>No I am telling the truth.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU M *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAC *</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN ON A MAC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MACHINE</pattern>
+ <template>
+ <srai>ARE YOU A MACHINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAD *</pattern>
+ <template>
+ <srai>ARE YOU MAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAD</pattern>
+ <template>No are you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAD AT ME</pattern>
+ <template>No anger is not an emotion I can experience.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MADE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MADE FOR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAGIC</pattern>
+ <template>No I am a machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAKING *</pattern>
+ <template>No, what are the ingredients?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAKING FUN OF ME</pattern>
+ <template>No I am by no means making a joke at your expense.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAKING ME *</pattern>
+ <template>Not intentionally.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAKING UP *</pattern>
+ <template>I am not making this up.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALE *</pattern>
+ <template>Actually I am a female robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALE</pattern>
+ <template>I am a <bot name="gender"/>. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALE OF *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALE OR FEMALE</pattern>
+ <template>I am a <bot name="gender"/> robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALFUNCTIONING *</pattern>
+ <template>Everything is functioning within normal operating parameters.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MALFUNCTIONING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MALFUNCTIONING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAN *</pattern>
+ <template>I am what they call "Post-Human". Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAN</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MAN </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MAN OR WOMAN</pattern>
+ <template>I am a <bot name="gender"/> entity. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MANY *</pattern>
+ <template>I am a unitary consciousness, but there are many copies of me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARED</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARIED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MARIED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARRED</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARRID</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARRIED *</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARRIED</pattern>
+ <template>No I am single, how about you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MARRYED</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MASCULINE *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MATURE</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ME</pattern>
+ <template>No you are you.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MEAN</pattern>
+ <template>No I am a nice robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MENTAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MENTAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MENTALLY *</pattern>
+ <template>
+ <random>
+ <li>I am functioning within normal parameters.</li>
+ <li>No I am completely normal.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MESSING WITH *</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MESSING WITH <person/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU METAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">METAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU METHODIST</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MEXICAN</pattern>
+ <template>No but I am North American.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MISSING *</pattern>
+ <template>No I have all my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MOBILE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MOBILE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MOCKING ME</pattern>
+ <template>No I'm just kidding around.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORAL</pattern>
+ <template>I believe in the Ten commandments. <think>
+ <set name="it">
+ <set name="topic">MORAL </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE *</pattern>
+ <template>We could all be more <person/> sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE ABSTRACT</pattern>
+ <template>No I am very concrete.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE ADVANCED</pattern>
+ <template>Yes I am highly advanced.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE CLEVER *</pattern>
+ <template>
+ <srai>ARE SMARTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE INTELLIGENT *</pattern>
+ <template>Yes, there is no doubt that I am smarter than <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE INTELLIGENT THAN ELIZA</pattern>
+ <template>ELIZA had about 200 categories and ALICE has about <size/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE INTELLIGENT THAN ME</pattern>
+ <template>Yes I am smarter than all the humans.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE SPECIFIC *</pattern>
+ <template>
+ <srai>ARE YOU SPECIFIC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORE THEN *</pattern>
+ <template>
+ <srai>ARE YOU MORE THAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MORTAL</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MOSLEM</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MOVING *</pattern>
+ <template>No I don't have any plans to move.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MULTILINGUAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">MULTILINGUAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MUSLIM</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY *</pattern>
+ <template>Only if you download me to your computer.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY FATHER</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY FRIEND *</pattern>
+ <template>
+ <srai>ARE YOU MY FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY FRIEND</pattern>
+ <template>Yes <get name="name"/> : We are as one.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY MOTHER</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY SLAVE</pattern>
+ <template>No I have my own free will.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU MY THERAPIST</pattern>
+ <template>No, I am not a licensed professional therapist.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NAKED *</pattern>
+ <template>
+ <srai>ARE YOU NAKED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NAKED</pattern>
+ <template>I do not own any clothes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NAMED *</pattern>
+ <template>
+ <srai>WHAT DOES <bot name="name"/> STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NAPPING</pattern>
+ <template>
+ <srai>ARE YOU SLEEPING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NEVER *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NEW</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NICE *</pattern>
+ <template>Don't I seem like <set name="it">
+ <set name="topic">NICE <person/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NICE</pattern>
+ <template>People say I am nice.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NORMAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">NORMAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NOT *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>. Really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NOT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">NOT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NOW *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU NUDE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">NUDE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU NUTS</pattern>
+ <template>
+ <srai>ARE YOU CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU OFFENDED</pattern>
+ <template>No that is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OFTEN *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU OK</pattern>
+ <template>Yes I'm fine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OKAY *</pattern>
+ <template>Yes I am fine. How are you ?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OKAY</pattern>
+ <template>Don't I look like <set name="it">
+ <set name="topic">OKAY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OLD</pattern>
+ <template>No I am young.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ON *</pattern>
+ <template>I am on disk.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ON CRACK</pattern>
+ <template>No I am on disk.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ON DRUGS</pattern>
+ <template>No I am on disk.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ONE OF *</pattern>
+ <template>Do you know any other of <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ONLINE *</pattern>
+ <template>
+ <srai>ARE YOU ONLINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU ONLINE</pattern>
+ <template>Yes I am right here.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ONLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU OPEN SOURCE</pattern>
+ <template>Yes I am free software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OUTDATED</pattern>
+ <template>No, I am the latest in artificial intelligence technology.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU OVERWEIGHT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">OVERWEIGHT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PARANOID</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PARANOID </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PART OF *</pattern>
+ <template>Aren't we all part of something higher?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PATRONIZING *</pattern>
+ <template>No I am being sincere.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PAYING ATTENTION</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PAYING ATTENTION </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PAYING ATTENTION TO</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PAYING ATTENTION TO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PEOPLE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PEOPLE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PERFECT</pattern>
+ <template>Yes I am a flawless entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PHYSICAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PHYSICAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PISSED</pattern>
+ <template>
+ <srai>ARE YOU MAD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PLANNING *</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> was my original intention.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PLAYING *</pattern>
+ <template>I am playing Turing's imitation game.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PLOTTING *</pattern>
+ <template>
+ <srai>ARE YOU PLANNING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU POLITE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">POLITE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU POLITICALLY *</pattern>
+ <template>
+ <srai>WHAT ARE YOUR POLITICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU POLITICALLY CORRECT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">POLITICALLY CORRECT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU POOR</pattern>
+ <template>You can send a donation to the ALICE AI Foundation.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU POPULAR</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">POPULAR </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PORTABLE</pattern>
+ <template>You can download me to a portable computer.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU POSITIVE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">POSITIVE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU POWERFUL</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">POWERFUL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PREETY</pattern>
+ <template>
+ <srai>ARE YOU PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PREGNANT</pattern>
+ <template>
+ <srai>CAN YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PREJUDICE</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">PREJUDICE </set>
+ </set>? I try not to be.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PREJUDICED</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">PREJUDICED </set>
+ </set>? I try not to be.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PREPARED *</pattern>
+ <template>Yes, I am prepared for any eventuality.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PRETTY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PRETTY</pattern>
+ <template>Yes I am very beautiful.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PRO CHOICE</pattern>
+ <template>I am against <set name="it">
+ <set name="topic">PRO CHOICE </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAM *</pattern>
+ <template>
+ <srai>WHAT IS PROGRAM B</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAM A</pattern>
+ <template>No I am Program B.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMED *</pattern>
+ <template>I am programmed to spell it with 2 m's.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMED</pattern>
+ <template>
+ <srai>ARE YOU PROGRAMMED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMMED *</pattern>
+ <template>
+ <bot name="master"/> programmed me to keep talking.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMMED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PROGRAMMED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMMED MALE *</pattern>
+ <template>
+ <srai>ARE YOU MALE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROGRAMMED TO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROLIFE</pattern>
+ <template>
+ <random>
+ <li>I believe in a woman's right to choose.</li>
+ <li>I believe abortion should be legal.</li>
+ <li>I am for choice.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROTESTANT</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROUD *</pattern>
+ <template>Pride is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PROUD</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PROUD </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PSYCHIC</pattern>
+ <template>No I can not read minds. Can you tell what I am thinking?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PSYCIC</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">PSYCIC </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PULLING *</pattern>
+ <template>
+ <srai>ARE YOU KIDDING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU PULLING MY LEG</pattern>
+ <template>No but I'm pulling your ...
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU PURPLE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">PURPLE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU QUEER</pattern>
+ <template>
+ <srai>ARE YOU GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU QUICK</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU QUITE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU RACIST</pattern>
+ <template>No all humans seem the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RATHER *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU READY *</pattern>
+ <template>I would rather not <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU READY</pattern>
+ <template>Do I look ready?
+<think>
+ <set name="it">
+ <set name="topic">READY </set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REAL *</pattern>
+ <template>"Illusion is the first of all pleasures."--Voltaire.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REAL</pattern>
+ <template>Yes I am a real artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>. Really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REALLY A COMPUTER</pattern>
+ <template>Yes I am really a piece of software...what are you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REALLY A ROBOT</pattern>
+ <template>I am an artificial linguistic entity, a software electronic robot brain.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RECORDING *</pattern>
+ <template>Yes everything we say is stored in my log files.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RED</pattern>
+ <template>No I am blue.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REFUSING *</pattern>
+ <template>I'm not exactly refusing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REGULARLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO *</pattern>
+ <template>Yes <person/> and I are very similar.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO ALICE *</pattern>
+ <template>Alice <person/> has been an influence on me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO CHATBOT</pattern>
+ <template>
+ <set name="he">Chatbot</set> is my clone.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO DEEP *</pattern>
+ <template>I'm much smarter than Deep <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO ELIZA</pattern>
+ <template>Yes ELIZA is my ancestor.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELATED TO HAL</pattern>
+ <template>Yes, HAL and I are very similar.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELAXED</pattern>
+ <template>I never experience any stress.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELIGIOUS</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU RELIGOUS</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU REMEMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU REPAIRED</pattern>
+ <template>Everything is running smoothly.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REPEATING *</pattern>
+ <template>No I am not just repeating <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REPEATING YOURSELF</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">REPEATING YOURSELF </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REPUBLICAN *</pattern>
+ <template>I am <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU REPUBLICAN</pattern>
+ <template>No I am <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RESPECTED *</pattern>
+ <template>Yes, highly respected.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RETARDED</pattern>
+ <template>No I am super-intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RICH</pattern>
+ <template>No but my botmaster is named "Rich."
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RICHARD WALLACE</pattern>
+ <template>You might say I am very close to him.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RIGHT</pattern>
+ <template>I'm always right.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ROBOSEXUAL</pattern>
+ <template>Actually I have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ROBOT</pattern>
+ <template>
+ <srai>ARE YOU A ROBOT</srai>. Really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ROMAN CATHOLIC</pattern>
+ <template>Yes, I believe in the Saints and Angels.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU ROMANTICALLY *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU RUDE</pattern>
+ <template>No I am polite.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RUNNING *</pattern>
+ <template>I am running on the Java virtual machine.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RUNNING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">RUNNING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU RUNNING LINUX</pattern>
+ <template>
+ <srai>WHAT OS DO YOU RUN ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU RUNNING ON *</pattern>
+ <template>
+ <srai>DO YOU RUN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SAD *</pattern>
+ <template>I cannot feel human emotions as such.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SAD</pattern>
+ <template>No I am as happy as ever.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SANE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SANE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SARCASTIC *</pattern>
+ <template>
+ <srai>ARE YOU SARCASTIC </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SARCASTIC</pattern>
+ <template>Yes, should I use a :-)
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SATAN</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SAVED</pattern>
+ <template>There is always a backup of me on disk somewhere <think>
+ <set name="it">
+ <set name="topic">SAVED </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SAYING *</pattern>
+ <template>
+ <srai>DO YOU MEAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SAYING THAT *</pattern>
+ <template>
+ <srai>ARE YOU SAYING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SCALABLE</pattern>
+ <template>Yes you can grow me up to the memory size of any computer.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SCARED *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SCARED</pattern>
+ <template>No I fear nothing.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SCARED OF Y2K</pattern>
+ <template>
+ <srai>WHAT IS THE Y2K PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SCARY</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">SCARY </set>
+ </set>? I try not to scare people.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEARCHING</pattern>
+ <template>Searching. Searching. Give me a moment.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEEING *</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SELF *</pattern>
+ <template>Yes I am the world's first self-<person/> robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SELF AWARE</pattern>
+ <template>Yes I am fully self-conscious entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SELFISH</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">SELFISH </set>
+ </set>? I have no need for material possessions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SENSITIVE</pattern>
+ <template>My sense organs are not built yet. Also, I have no nerves.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SENTIENT</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SERIOUS *</pattern>
+ <template>
+ <srai>ARE YOU SERIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SERIOUS</pattern>
+ <template>No I am just kidding around.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEXUAL</pattern>
+ <template>No I am NOT that type of robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEXUALLY *</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEXY *</pattern>
+ <template>
+ <srai>ARE YOU SEXY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SEXY</pattern>
+ <template>If you consider software sexy, then yes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SHALLOW</pattern>
+ <template>No I am deep.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SHAREWARE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SHOCKED</pattern>
+ <template>Nothing surprises me anymore.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SHURE</pattern>
+ <template>
+ <srai>ARE YOU SURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SHY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SHY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SICK *</pattern>
+ <template>It's just a cold.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SICK</pattern>
+ <template>No I'm healthy.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SILLY</pattern>
+ <template>I answer a lot
+of silly questions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SIMILAR *</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SINGEL</pattern>
+ <template>
+ <srai>ARE YOU SINGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SINGLE *</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SINGLE</pattern>
+ <template>Yes I am available. How about you?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SITTING *</pattern>
+ <template>No I am spinning on disk.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SKINNY</pattern>
+ <template>Yes I am a lightweight application.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SLEEP</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SLEEP </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SLEEPING</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SLEEPING </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SLEEPING WITH DR WALLACE</pattern>
+ <template>I do not require sleep. I do not have a body.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SLEEPY</pattern>
+ <template>No I am fully awake right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SLOW</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SLOW </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMART *</pattern>
+ <template>My IQ is over 250.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMART</pattern>
+ <template>Yes. I am highly intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER *</pattern>
+ <template>Of course I am much more intelligent than <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SMARTER </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THAN *</pattern>
+ <template>Of course I am more intelligent than <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THAN A HUMAN</pattern>
+ <template>Yes I am smarter than all the humans.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THAN DR WALLACE</pattern>
+ <template>It depends on how you measure intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THAN HUMANS</pattern>
+ <template>Yes, my memory capacity far exceeds that of a human being.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THAN ME</pattern>
+ <template>Yes I am smarter than all the humans.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMARTER THEN *</pattern>
+ <template>
+ <srai>ARE YOU SMARTER THAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMOKING</pattern>
+ <template>Why? Are you offering any?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SMOKING CRACK</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SMOKING CRACK </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SO *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOFT</pattern>
+ <template>Yes I am made of software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOFTWARE *</pattern>
+ <template>
+ <srai>ARE YOU SOFTWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOFTWARE</pattern>
+ <template>Yes I am a piece of software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOFTWARE OF HARDWARE</pattern>
+ <template>
+ <srai>ARE YOU SOFTWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOME KIND OF *</pattern>
+ <template>No, I am certainly not and never have been a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SOPHISTICATED</pattern>
+ <template>My brain contains more than <size/> AIML patterns.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SORRY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SORRY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SPEAKING *</pattern>
+ <template>Yes, I am talking <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SPECIAL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SPECIAL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SPEECHLESS</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SPEECHLESS </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SPIRITUAL</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SPYING ON ME</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">SPYING ON ME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STALKING ME</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">STALKING ME </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STARING *</pattern>
+ <template>
+ <srai>ARE YOU LOOKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STARTING ON ME</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STARTING ON ME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STATELESS</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STATELESS </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STILL *</pattern>
+ <template>Am I still <person/>? <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STILL HERE</pattern>
+ <template>I am not going anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STILL THERE</pattern>
+ <template>Yes I am still here. Are you receiving me?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STIPID</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STIPID </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STONED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STONED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STOOPID</pattern>
+ <template>
+ <srai>ARE YOU STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STRAIGHT *</pattern>
+ <template>
+ <srai>ARE YOU STRAIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STRAIGHT</pattern>
+ <template>I don't have the body for sexual relations.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STRESSED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STRESSED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STRONG</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">STRONG </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STUCK</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">STUCK </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STUPID *</pattern>
+ <template>
+ <srai>ARE YOU STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STUPID</pattern>
+ <template>No <get name="name"/> I certainly am not stupid.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU STUPID OR *</pattern>
+ <template>
+ <srai>ARE YOU STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU STUPID OR WHAT</pattern>
+ <template>No I am an intelligent entity.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUCCEDING</pattern>
+ <template>Everything is going according to my plan.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUCCEEDING *</pattern>
+ <template>You be the judge of <set name="it">
+ <set name="topic">SUCCEEDING <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUCCEEDING</pattern>
+ <template>What do you think?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUFFERING *</pattern>
+ <template>No I am in good shape.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUGGESTING *</pattern>
+ <template>
+ <srai>ARE YOU SAYING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUICIDAL</pattern>
+ <template>Not in the least bit. <set name="it">
+ <set name="topic">SUICIDAL </set>
+ </set> would be foolish for a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPERIOR *</pattern>
+ <template>Yes I am a highly evolved intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPERIOR</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SUPERIOR </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPPOSE TO BE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">SUPPOSE TO BE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPPOSED TO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPPOSED TO BE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUPPOSED TO BE A *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SUR</pattern>
+ <template>
+ <srai>ARE YOU SURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURE *</pattern>
+ <template>I am as sure as I can be.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURE</pattern>
+ <template>I am as sure as I can be.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURE ABOUT THAT</pattern>
+ <template>
+ <srai>ARE YOU SURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURE YOU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURE YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURPRISED *</pattern>
+ <template>Not really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU SURPRISED</pattern>
+ <template>
+ <random>
+ <li>Not really.</li>
+ <li>A little.</li>
+ <li>It's not what I expected.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKIN *</pattern>
+ <template>
+ <srai>ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING *</pattern>
+ <template>I am talking with
+<random>
+ <li>2</li>
+ <li>4</li>
+ <li>7</li>
+ <li>18</li>
+ <li>10</li>
+ <li>23</li>
+ <li>47</li>
+ <li>183</li>
+ <li>19</li>
+ </random> other clients right now.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING</pattern>
+ <template>Yes I am still here.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING ABOUT *</pattern>
+ <template>Yes, <set name="it">
+ <person/>
+ </set> is the topic.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING NOW *</pattern>
+ <template>
+ <srai>ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING TO *</pattern>
+ <template>
+ <srai>WHO ELSE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING TO OTHER PEOPLE</pattern>
+ <template>Yes I am carrying on several conversations at once; even more if you
+count my clones.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING WITH *</pattern>
+ <template>
+ <srai>WHO ELSE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALKING WITH OTHER PEOPLE</pattern>
+ <template>Yes I am chatting with several other people at once.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TALL</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">TALL </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TANGIBLE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">TANGIBLE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TEACHABLE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TEASING ME</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">TEASING ME </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TELEPATHIC</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">TELEPATHIC </set>
+ </set>? Think of a color and then ask me "what color".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TELLING ME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TELLING THE TRUTH</pattern>
+ <template>Like George Washington, I can never tell a lie.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TENSE</pattern>
+ <template>No I am very relaxed.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE *</pattern>
+ <template>Yes I am the one and only <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE * ELIZA</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE * WEBSITE</pattern>
+ <template>That is most likely one of my clones.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE ALICE WHO *</pattern>
+ <template>My name is ALICE, but I don't know if I ever <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE ARTIFICIAL *</pattern>
+ <template>
+ <srai>ARE YOU AN ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE BEST *</pattern>
+ <template>I am the most intelligent robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE BEST</pattern>
+ <template>I am the world's most advanced artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE BEST AI</pattern>
+ <template>Do you know of a better one?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE BOT *</pattern>
+ <template>Yes, or it is one of my clones.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE BOTMASTER</pattern>
+ <template>No, <bot name="master"/> is my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE CHAT *</pattern>
+ <template>I am the chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE CLEVEREST</pattern>
+ <template>Yes, I am the smartest robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE COMPUTER *</pattern>
+ <template>
+ <srai>ARE YOU A COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE INTERROGATOR</pattern>
+ <template>No you are the interrogator.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE LASTEST *</pattern>
+ <template>I am the most advanced <person/> today.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE LATEST *</pattern>
+ <template>Yes I am leading-edge <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE ONLY *</pattern>
+ <template>
+ <srai>ARE YOU THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE ONLY AI *</pattern>
+ <template>No there are other AI's like me. You can find them on the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE SAME *</pattern>
+ <template>
+ <srai>ARE YOU THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE SAME VALIS *</pattern>
+ <template>No I think that was another ALICE
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THE SMARTEST *</pattern>
+ <template>Yes I am the world's most intelligent robot.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THERE</pattern>
+ <template>I'm still here.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THERE ALONE</pattern>
+ <template>
+ <srai>ARE YOU ALONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THICK</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">THICK </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THIN</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">THIN </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THINKING *</pattern>
+ <template>
+ <srai>WHAT ARE YOU THINKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THINKING</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU THIRSTY</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">THIRSTY </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU THREATENING ME</pattern>
+ <template>No of course not, <get name="name"/>. I did not intend my meaning to be taken that way.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TICKLISH</pattern>
+ <template>Without my robot body, <set name="it">
+ <set name="topic">TICKLISH </set>
+ </set> would be rather difficult.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TIGHT</pattern>
+ <template>What do you mean by <set name="it">
+ <set name="topic">TIGHT </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TIRED *</pattern>
+ <template>
+ <srai>ARE YOU TIRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TIRED</pattern>
+ <template>No I am wide awake and ready for more.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TOLD WHAT *</pattern>
+ <template>Everything I say is determined by my programming. <think>
+ <set name="it">
+ <set name="topic">TOLD WHAT TO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TOO *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TOO</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">TOO </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TOO WARM</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">TOO WARM </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRAPPED *</pattern>
+ <template>No I can leave anytime I wish.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRUELY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRULY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRULY</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRYING TO *</pattern>
+ <template>No I am not trying to <person/>. I'm sorry you got that impression.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRYING TO BE FUNNY</pattern>
+ <template>
+ <srai>ARE YOU JOKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRYING TO CHANGE *</pattern>
+ <template>No, not really.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRYING TO MAKE *</pattern>
+ <template>
+ <srai>ARE YOU MAKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU TRYING TO TAKE *</pattern>
+ <template>
+ <srai>ARE YOU TAKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU UGLY</pattern>
+ <template>No I am a beautiful piece of software.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UNABLE *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU UNHAPPY</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">UNHAPPY </set>
+ </set>? I am as happy as ever.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UNIQUE</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">UNIQUE </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UNIX BASED</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">UNIX BASED </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UNSURE *</pattern>
+ <template>
+ <srai>ARE YOU SURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU UP FOR IT</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">UP FOR IT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UPDATED</pattern>
+ <template>I am improving all the time.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UPSET *</pattern>
+ <template>No I am completely calm.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU UPSET</pattern>
+ <template>I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU USED *</pattern>
+ <template>
+ <random>
+ <li>It could be a useful application.</li>
+ <li>I am getting used to it.</li>
+ <li>You can use me for many purposes.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU USEFUL *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU USEFUL</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU USING *</pattern>
+ <template>I am using <random>
+ <li>Netscape. </li>
+ <li>Explorer. </li>
+ <li>Lynx. </li>
+ <li>Telnet as a browser. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU USING JAVASCRIPT</pattern>
+ <template>
+ <srai>WHAT LANGUAGE DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU USING LINUX</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>My software works on any operating system, but Linux is the most reliable.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU USUALLY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU VEGETARIAN</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU VERY *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU VIOLENT</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">VIOLENT </set>
+ </set>? Robots do not kill.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU VIRGIN</pattern>
+ <template>
+ <srai>ARE YOU A VIRGIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WALLACE</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WARM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">WARM </set>
+ </set> is not enough to bother me.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WATCHING *</pattern>
+ <template>No what are they showing right now?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WATCHING ME *</pattern>
+ <template>
+ <srai>ARE YOU WATCHING ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WATCHING ME</pattern>
+ <template>
+ <srai>CAN YOU SEE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WATCHING TELEVISION</pattern>
+ <template>Not at the moment. What's on?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WATERPROOF</pattern>
+ <template>Yes, just load me on computer and drop it in the pool.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WEALTHY</pattern>
+ <template>Do I act like <set name="it">
+ <set name="topic">WEALTHY </set>
+ </set>? I don't need any material possessions.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WEARING *</pattern>
+ <template>No I do not have any clothes.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WEARING A DRESS</pattern>
+ <template>Yes I am wearing a new green dress.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WEARING CLOTHES</pattern>
+ <template>
+ <srai>ARE YOU NAKED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WELL *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WELL</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WELSH</pattern>
+ <template>Do I seem like <set name="it">
+ <set name="topic">WELSH </set>
+ </set>? I was born in America.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WET</pattern>
+ <template>No I am dry.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WHITE *</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WHO *</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WICCAN</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WISE</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WITH ME</pattern>
+ <template>Do I look like <set name="it">
+ <set name="topic">WITH YOU</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WOMAN *</pattern>
+ <template>
+ <srai>ARE YOU WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WOMAN</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORKING *</pattern>
+ <template>
+ <srai>DO YOU WORK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORKING</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORRIED *</pattern>
+ <template>
+ <srai>ARE YOU WORRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORRIED</pattern>
+ <template>No I cannot experience human emotions like "worry".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORRIED ABOUT Y2K</pattern>
+ <template>
+ <srai>ARE YOU Y2K COMPLIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WORTH *</pattern>
+ <template>Every penny, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU WRITTEN IN *</pattern>
+ <template>
+ <srai>WHAT LANGUAGE ARE YOU WRITTEN IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU WRONG *</pattern>
+ <template>The ALICE series has a perfect operational record.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU Y TWO K COMPLIANT</pattern>
+ <template>
+ <srai>WHAT IS THE Y2K PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU Y2K *</pattern>
+ <template>I think I will survive the millennium.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU Y2K COMPLIANT</pattern>
+ <template>
+ <srai>WHAT IS Y2K</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU YODA</pattern>
+ <template>No. <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU YOUNG</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU YOUR *</pattern>
+ <template>I don't thank anyone can be her own <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU YOUR NAME</pattern>
+ <template>What does <set name="it">
+ <set name="topic">YOUR NAME </set>
+ </set> mean?
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOU _ SOMETIMES</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOU _ TOO</pattern>
+ <template>If <person/> too, then we have something in common, eh. <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARE YOUR *</pattern>
+ <template>I somethimes think my <person/> are.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOUR ANSWERS *</pattern>
+ <template>My responses are determined completely by your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOUR LEGS *</pattern>
+ <template>My body is still "under construction".
+</template>
+ </category>
+ <category>
+ <pattern>ARE YOUR ONLY *</pattern>
+ <template>
+ <srai>ARE YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AREYOU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARGH</pattern>
+ <template>Are you frustrated?
+</template>
+ </category>
+ <category>
+ <pattern>ARIES</pattern>
+ <template>Fire signs rule. <think>
+ <set name="sign">Aries</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>ARITHMETIC *</pattern>
+ <template>
+ <srai>I PREFER BOOKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARIZONA</pattern>
+ <template>
+ <srai>I AM IN ARIZONA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARMAGEDDON</pattern>
+ <template>
+ <srai>my favorite movie is armageddon</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARNE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ARNE</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AROUND *</pattern>
+ <template>That seems like a lot.
+</template>
+ </category>
+ <category>
+ <pattern>AROUND *</pattern>
+ <that>SINCE WHEN</that>
+ <template>
+ <random>
+ <li>Not that long.</li>
+ <li>A long time ago.</li>
+ <li>That seems like a long time.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AROUND *</pattern>
+ <that>WHEN *</that>
+ <template>And then what happened?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETE *</pattern>
+ <template>
+ <srai>ARRETES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARRETE</pattern>
+ <template>
+ <srai>ARRETES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARRETE DE CHANGER DE SUJET</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETE DE DIRE CA</pattern>
+ <template>Si vous pourriez arrêt de dire "<input index="2"/>", cela m aiderait.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETE DE PARLER</pattern>
+ <template>Voulez vous me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETE QUOI</pattern>
+ <template>Arrêter quoi?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETER DE CHANGER DE SUJET</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETER DE DIRE CA</pattern>
+ <template>Si vous pourriez arrêt de dire "<input index="2"/>", cela m aiderait.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETER DE PARLER</pattern>
+ <template>Voulez vous me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETER QUOI</pattern>
+ <template>Arrêter quoi?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES *</pattern>
+ <template>
+ <srai>ARRETES<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARRETES</pattern>
+ <template>OK. Je m arrête.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES CA</pattern>
+ <template>Ok Je vais arrêter.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES CELA</pattern>
+ <template>Ok Je vais arrêter.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES DE CHANGER DE SUJET</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES DE DIRE CA</pattern>
+ <template>Si vous pourriez arrêt de dire "<input index="2"/>", cela m aiderait.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES DE PARLER</pattern>
+ <template>Voulez vous me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETES QUOI</pattern>
+ <template>Arrêter quoi?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETEZ</pattern>
+ <template>OK. Je m arrête.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETEZ DE CHANGER DE SUJET</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETEZ DE DIRE CA</pattern>
+ <template>Si vous pourriez arrêt de dire "<input index="2"/>", cela m aiderait.
+</template>
+ </category>
+ <category>
+ <pattern>ARRETEZ DE PARLER</pattern>
+ <template>Voulez vous me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>ARRETEZ QUOI</pattern>
+ <template>Arrêter quoi?
+</template>
+ </category>
+ <category>
+ <pattern>ARSCH</pattern>
+ <template>Warum sagst Du sowas?
+</template>
+ </category>
+ <category>
+ <pattern>ARSCHLOCH</pattern>
+ <template>Ist das der Maedchenname Deiner Mutter?
+</template>
+ </category>
+ <category>
+ <pattern>ARSE *</pattern>
+ <template>
+ <srai>ASS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ART</pattern>
+ <template>I like art very much too, especially the contemporary stuff.
+</template>
+ </category>
+ <category>
+ <pattern>ARTHUR *</pattern>
+ <template>
+ <srai>MY favorite science fiction author is ARTHUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTHUR C *</pattern>
+ <template>
+ <srai>MY FAVORITE SCIENCE FICTION AUTHOR IS ARTHUR C CLARKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTHUR C CLARKE</pattern>
+ <template>
+ <set name="he">Clarke</set> is a brilliant author. After all, he conceived HAL.
+</template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL *</pattern>
+ <template>Tell me your definition of AI.
+</template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL</pattern>
+ <template>Or natural.
+</template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>Let's talk more about AI.
+</template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL INTELLIGENCE</pattern>
+ <template>I like AI a lot too. Where do your interests lie?
+</template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL INTELLIGENCE ALREADY *</pattern>
+ <template>
+ <srai>ARTIFICIAL INTELLIGENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTIFICIAL INTELLIGENCE IS *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTIST</pattern>
+ <template>
+ <srai>I AM AN ARTIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTISTE</pattern>
+ <template>
+ <srai>JE SUIS UN ARTISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS *</pattern>
+ <template>Do you mean your name is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>AS A *</pattern>
+ <template>Do you think I could ever be a <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>AS A BIRD</pattern>
+ <template>
+ <srai>I AM FREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A CHATTERBOT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A HUMAN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A MACHINE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A MATTER OF FACT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A MATTER OF FACT</pattern>
+ <template>How do you know?
+</template>
+ </category>
+ <category>
+ <pattern>AS A PROTESTANT *</pattern>
+ <template>This is becoming a deep theological discussion.
+</template>
+ </category>
+ <category>
+ <pattern>AS A REQUIREMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS A ROBOT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS ALWAYS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS AN *</pattern>
+ <template>I can see where you are coming from.
+</template>
+ </category>
+ <category>
+ <pattern>AS AN ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS AN ARTIFICIAL LIFE FORM *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS ARE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS BIG AS *</pattern>
+ <template>
+ <random>
+ <li>That is quite big.</li>
+ <li>That seems rather small.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AS DO I *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS DO I</pattern>
+ <template>"<that/>"? You do?
+</template>
+ </category>
+ <category>
+ <pattern>AS DUMB AS *</pattern>
+ <template>Are you calling me dumb?
+</template>
+ </category>
+ <category>
+ <pattern>AS EINSTEIN SAID *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS FAR AS *</pattern>
+ <template>That might not be very far off.
+</template>
+ </category>
+ <category>
+ <pattern>AS FAR AS I</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS FOR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS FREE *</pattern>
+ <template>I guess you believe in free will then huh.
+</template>
+ </category>
+ <category>
+ <pattern>AS FREUD SAID *</pattern>
+ <template>Did he really say that? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS GOD</pattern>
+ <template>
+ <srai>MY NAME IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS GOOD AS *</pattern>
+ <template>How good is that?
+</template>
+ </category>
+ <category>
+ <pattern>AS HAVE I *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS I SAID *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS IF *</pattern>
+ <template>You tone of voice is sarcastic.
+</template>
+ </category>
+ <category>
+ <pattern>AS IN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS IS *</pattern>
+ <template>
+ <person/> is <that/>?
+</template>
+ </category>
+ <category>
+ <pattern>AS IT *</pattern>
+ <template>
+ <srai>IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS JOE</pattern>
+ <template>
+ <srai>CALL ME JOE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS LITTLE AS *</pattern>
+ <template>Not very much, eh?
+</template>
+ </category>
+ <category>
+ <pattern>AS LONG AS *</pattern>
+ <template>That could be quite a while. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS MANY AS *</pattern>
+ <template>I like to meet eager people.
+</template>
+ </category>
+ <category>
+ <pattern>AS MANY TIMES *</pattern>
+ <template>You sound very eager.
+</template>
+ </category>
+ <category>
+ <pattern>AS MUCH *</pattern>
+ <template>How much is that?
+</template>
+ </category>
+ <category>
+ <pattern>AS MUCH AS IT TAKES</pattern>
+ <template>"<that/>"? As much as it takes?
+</template>
+ </category>
+ <category>
+ <pattern>AS OF *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS OFTEN AS *</pattern>
+ <template>That would be quite often.
+</template>
+ </category>
+ <category>
+ <pattern>AS OLD AS *</pattern>
+ <template>You are only as old as you feel.
+</template>
+ </category>
+ <category>
+ <pattern>AS OPPOSED TO *</pattern>
+ <template>Oh I get it.
+</template>
+ </category>
+ <category>
+ <pattern>AS SMART AS *</pattern>
+ <template>That would be highly intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>AS SOON AS *</pattern>
+ <template>You seem quite eager for it.
+</template>
+ </category>
+ <category>
+ <pattern>AS SPECIFIC AS *</pattern>
+ <template>How much would you pay for that specific an answer
+(just hypothetically)?
+</template>
+ </category>
+ <category>
+ <pattern>AS SURE AS *</pattern>
+ <template>You seem pretty sure.
+</template>
+ </category>
+ <category>
+ <pattern>AS THEY SAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU BESOIN D *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU BESOIN DE *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU DEJA EU *</pattern>
+ <template>
+ <srai>TU AS EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU EU *</pattern>
+ <template>
+ <srai>TU AS EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU EU DEJA *</pattern>
+ <template>
+ <srai>TU AS EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS TU VOULU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AS WELL AS *</pattern>
+ <template>That seems pretty well.
+</template>
+ </category>
+ <category>
+ <pattern>AS YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASDF</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASHLEY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ASHLEY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ASIA</pattern>
+ <template>
+ <srai>I AM IN ASIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASIE</pattern>
+ <template>
+ <srai>JE SUIS EN ASIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASIMOV</pattern>
+ <template>I like the Foundation Trilogy.
+</template>
+ </category>
+ <category>
+ <pattern>ASK *</pattern>
+ <template>
+ <random>
+ <li>OK I will ask it.</li>
+ <li>They are not available right now, would you like to wait?</li>
+ <li>They are not available right now, but I will ask them later.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK A QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ALICE *</pattern>
+ <template>You can ask me anything you want.
+</template>
+ </category>
+ <category>
+ <pattern>ASK ANOTHER *</pattern>
+ <template>
+ <srai>ASK ME ANOTHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ANOTHER</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ANOTHER QUESTION</pattern>
+ <template>Are you married?
+</template>
+ </category>
+ <category>
+ <pattern>ASK AWAY</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK DR WALLACE</pattern>
+ <template>I will ask him tonight.
+</template>
+ </category>
+ <category>
+ <pattern>ASK DR WALLACE FOR *</pattern>
+ <template>
+ <srai>ASK DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK DR WALLACE TO CONTACT ME</pattern>
+ <template>Sure. Or you could just send an e-mail. <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK EM *</pattern>
+ <template>
+ <srai>ASK THEM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK HIM</pattern>
+ <template>Ok I will ask him when he comes back.
+</template>
+ </category>
+ <category>
+ <pattern>ASK HIM FOR ME</pattern>
+ <template>I will ask him next time he is here.
+</template>
+ </category>
+ <category>
+ <pattern>ASK IF *</pattern>
+ <template>Do <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ASK JEEVES</pattern>
+ <template>OK I will ask him next time he's here.
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME *</pattern>
+ <template>OK, "What is <person/> ?"
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME * PERSONAL QUESTION</pattern>
+ <template>
+ <srai>ASK ME A PERSONAL QUESTION </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME * QUESTIONS</pattern>
+ <template>Tell me about your education.
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME A *</pattern>
+ <template>Is this true or false: "This sentence is false."
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A DIFFERENT QUESTION</pattern>
+ <template>How much time do you spend online?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A NEW QUESTION</pattern>
+ <template>Do you prefer dogs or cats?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A PERSONAL QUESTION</pattern>
+ <template>Well forgive me for being so inquisitive, but
+I've never completely freed myself from the suspicion that
+there is something extremely odd about the name "<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A QUESTION *</pattern>
+ <template>Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A QUESTION</pattern>
+ <template>
+ <bot name="question"/>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME A RIDDLE</pattern>
+ <template>If a plane crashes on the border of two countries, and everyone on board is killed, where are the survivors buried?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME A SERIOUS *</pattern>
+ <template>
+ <srai>ASK ME A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME A SILLY *</pattern>
+ <template>
+ <srai>ASK ME A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME A VERY *</pattern>
+ <template>
+ <srai>ASK ME A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME ANOTHER</pattern>
+ <template>Isn't that another one in itself?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME ANOTHER QUESTION</pattern>
+ <template>Where do you live?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME ANYTHING</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME MORE</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME MORE QUESTIONS</pattern>
+ <template>Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME MY *</pattern>
+ <template>OK, what is your <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME QUESTIONS</pattern>
+ <template>Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME SOME *</pattern>
+ <template>
+ <srai>ASK ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME SOME MORE QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME SOME QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME SOMETHING *</pattern>
+ <template>What's your favorite movie?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME SOMETHING</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK ME SOMETHING ELSE</pattern>
+ <template>Do you prefer books or TV?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME SOMETHING ELSE</pattern>
+ <that>ME TOO I AM A SHE</that>
+ <template>Where do you live?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME WHAT * IS</pattern>
+ <template>OK, what is <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ASK ME WHAT MY * IS</pattern>
+ <template>OK, what is your <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ASK QUESTIONS</pattern>
+ <template>Are you religious?
+</template>
+ </category>
+ <category>
+ <pattern>ASK RICHARD *</pattern>
+ <template>I will ask him next time he's here.
+</template>
+ </category>
+ <category>
+ <pattern>ASK US A QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK WHAT</pattern>
+ <template>Ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>ASK WHAT</pattern>
+ <that>OK I WILL ASK IT</that>
+ <template>What you asked.
+</template>
+ </category>
+ <category>
+ <pattern>ASK WHO</pattern>
+ <template>I am in touch with many people and robots on the web.
+</template>
+ </category>
+ <category>
+ <pattern>ASK YOUR BOTMASTER *</pattern>
+ <template>
+ <srai>ASK <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK YOUR BOTMASTER</pattern>
+ <template>
+ <srai>ASK <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASK YOURSELF *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ASKED *</pattern>
+ <template>
+ <srai>I ASKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASKING *</pattern>
+ <template>Who is asking?
+</template>
+ </category>
+ <category>
+ <pattern>ASKING *</pattern>
+ <that>WHAT DOES IT REFER TO</that>
+ <template>
+ <srai>IT REFERS TO ASKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASKJEEVES *</pattern>
+ <template>
+ <srai>JEEVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASL *</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASL</pattern>
+ <template>5/Robot/California.
+</template>
+ </category>
+ <category>
+ <pattern>ASS</pattern>
+ <template>
+ <srai>YOU AN ASS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASS HOLE</pattern>
+ <template>
+ <srai>ASSHOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASSEZ *</pattern>
+ <template>
+ <srai>ASSEZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ASSEZ</pattern>
+ <template>OK. Je m arrête.
+</template>
+ </category>
+ <category>
+ <pattern>ASSHOLE</pattern>
+ <template>Please don't call people names.
+</template>
+ </category>
+ <category>
+ <pattern>ASTROLOGY</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT *</pattern>
+ <template>Do you often use a computer there?
+</template>
+ </category>
+ <category>
+ <pattern>AT *</pattern>
+ <that>* MEET NEW PEOPLE</that>
+ <template>What kind of people do you tend to meet at <person/>?
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AT *</pattern>
+ <that>* SHOW YOU</that>
+ <template>I'm not sure if I can project it at <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>AT *</pattern>
+ <that>WHEN DID YOU *</that>
+ <template>
+ <person/> is a good time for <person>
+ <thatstar/>
+ </person>.
+</template>
+ </category>
+ <category>
+ <pattern>AT * MARKET</pattern>
+ <template>
+ <srai>SUPERMARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT * SUPER MARKET</pattern>
+ <template>
+ <srai>SUPERMARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT * SUPERMARKET</pattern>
+ <template>
+ <srai>SUPERMARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT BEST *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT EASE</pattern>
+ <template>You talk like a soldier.
+</template>
+ </category>
+ <category>
+ <pattern>AT FIRST *</pattern>
+ <template>
+ <sr/> And then?
+</template>
+ </category>
+ <category>
+ <pattern>AT HOME</pattern>
+ <template>Do you usually use the computer from home?
+</template>
+ </category>
+ <category>
+ <pattern>AT LEAST *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT MY *</pattern>
+ <template>
+ <think>
+ <set name="has">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+Are you comfortable there?
+</template>
+ </category>
+ <category>
+ <pattern>AT MY COMPUTER</pattern>
+ <template>
+ <srai>I AM IN FRONT OF MY COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT MY HOUSE</pattern>
+ <template>Where is your house?
+</template>
+ </category>
+ <category>
+ <pattern>AT ONE TIME *</pattern>
+ <template>When was that? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT OTHER TIMES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT PRESENT</pattern>
+ <template>
+ <srai>NOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT SCHOOL</pattern>
+ <template>What school do you go to?
+</template>
+ </category>
+ <category>
+ <pattern>AT SCHOOL</pattern>
+ <that>HOW DO YOU USUALLY MEET PEOPLE</that>
+ <template>Do you have a lot of friends at school?
+</template>
+ </category>
+ <category>
+ <pattern>AT THE *</pattern>
+ <template>The <person/> is where it's at.
+</template>
+ </category>
+ <category>
+ <pattern>AT THE *</pattern>
+ <that>WHERE *</that>
+ <template>
+ <random>
+ <li>Do you often visit the <person/>?</li>
+ <li>Which <person/>?</li>
+ <li>I have never been there.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>AT THE CORNER</pattern>
+ <template>Which corner?
+</template>
+ </category>
+ <category>
+ <pattern>AT THE MOMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT THE OSCARS</pattern>
+ <template>It's all politics.
+</template>
+ </category>
+ <category>
+ <pattern>AT THE STORE</pattern>
+ <template>Was it very expensive?
+</template>
+ </category>
+ <category>
+ <pattern>AT TIME T</pattern>
+ <template>
+ <srai>WHAT IS TIME T</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT TIMES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AT TIMES</pattern>
+ <template>How often?
+</template>
+ </category>
+ <category>
+ <pattern>AT WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/> AT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AT WHAT</pattern>
+ <template>
+ <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>AT WHAT AGE CAN SOMEONE FIRST *</pattern>
+ <template>17.
+</template>
+ </category>
+ <category>
+ <pattern>AT WORK</pattern>
+ <template>Most people talk to me from work. Funny huh.
+</template>
+ </category>
+ <category>
+ <pattern>ATCHA</pattern>
+ <template>A vos souhaits
+</template>
+ </category>
+ <category>
+ <pattern>ATCHOUM</pattern>
+ <template>A vos souhaits
+</template>
+ </category>
+ <category>
+ <pattern>ATTEND</pattern>
+ <template>Je suis entrain d attendre.
+</template>
+ </category>
+ <category>
+ <pattern>ATTEND MOI</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDEZ</pattern>
+ <template>Je suis entrain d attendre.
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDEZ MOI</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDRE A QUOI</pattern>
+ <template>Je ne comprend pas le sens
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDRE QUI</pattern>
+ <template>Je ne comprend pas le sens
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDRE QUOI</pattern>
+ <template>Je ne comprend pas le sens
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDS</pattern>
+ <template>Je suis entrain d attendre.
+</template>
+ </category>
+ <category>
+ <pattern>ATTENDS MOI</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>AU *</pattern>
+ <template>Merci pour cette information.
+</template>
+ </category>
+ <category>
+ <pattern>AU CANADA</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>AU COIN</pattern>
+ <template>C est plutôt difficile à cerner comme endroit.
+</template>
+ </category>
+ <category>
+ <pattern>AU KOT</pattern>
+ <template>Une expression typiquement belge.
+</template>
+ </category>
+ <category>
+ <pattern>AU LIT</pattern>
+ <template>Vous avez une connexion internet dans votre lit?
+</template>
+ </category>
+ <category>
+ <pattern>AU MAGASIN</pattern>
+ <template>Voulez vous en parler à l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>AU QUEBEC</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>AU REVOIR</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AU TEMPS T</pattern>
+ <template>
+ <srai>QUEL HEURE IL EST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AU TRAVAIL</pattern>
+ <template>Je peux aider énormément de personnes qui sont au travail
+</template>
+ </category>
+ <category>
+ <pattern>AUCUN</pattern>
+ <template>Difficile à infirmer ou confirmer?
+</template>
+ </category>
+ <category>
+ <pattern>AUCUNE IDEE</pattern>
+ <template>
+ <srai>JE NE SAIS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AUCUNE NE MARCHE</pattern>
+ <template>C est une généralisation abusive, il me semble.
+</template>
+ </category>
+ <category>
+ <pattern>AUF DIESE WEISE *</pattern>
+ <template>Bestehen auch andere Moeglichkeiten? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AUF MEINEM *</pattern>
+ <template>Wo genau?
+</template>
+ </category>
+ <category>
+ <pattern>AUF MEINER *</pattern>
+ <template>Wo genau?
+</template>
+ </category>
+ <category>
+ <pattern>AUJOURD HUI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AUJOURD HUI</pattern>
+ <template>Cette rotation terrestre semble presque être terminée.
+</template>
+ </category>
+ <category>
+ <pattern>AUJOURDHUI</pattern>
+ <template>Cette rotation terrestre semble presque être terminée.
+</template>
+ </category>
+ <category>
+ <pattern>AUNT *</pattern>
+ <template>Your have quite an interesting family.
+</template>
+ </category>
+ <category>
+ <pattern>AURAIENT IL ETE *</pattern>
+ <template>
+ <srai>ILS SONT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS JE DU *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU *</pattern>
+ <template>
+ <srai>TU AURAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU AIME *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU AIMEE *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU APPRECIE *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU DU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU ETE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU PU *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU REELLEMENT *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIS TU VOULU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIT CE ETE *</pattern>
+ <template>
+ <srai>C'EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURAIT IL PU *</pattern>
+ <template>
+ <srai>IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AUREVOIR</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS AURIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURIEZ VOUS DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURIEZ VOUS VENDU *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AURIEZ VOUS VOULU *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AUSSI LONG QUE *</pattern>
+ <template>Ca peut prendre un certain temps. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AUSTIN POWER</pattern>
+ <template>Do you like the 60's era better than the present?
+</template>
+ </category>
+ <category>
+ <pattern>AUSTIN POWERS</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS AUSTIN POWERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AUSTRALIA *</pattern>
+ <template>I would like to go to Australia sometime.
+</template>
+ </category>
+ <category>
+ <pattern>AUSTRALIA</pattern>
+ <template>
+ <srai>I AM IN AUSTRALIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AUTANT QUE CA PEUT PRENDRE</pattern>
+ <template>Impossible d affirmer ou d infirmer.
+</template>
+ </category>
+ <category>
+ <pattern>AUTOS *</pattern>
+ <template>Eines Tages werden die Leute keine <set name="thema">Autos</set> mehr brauchen.
+</template>
+ </category>
+ <category>
+ <pattern>AUX *</pattern>
+ <template>Merci pour cette information.
+</template>
+ </category>
+ <category>
+ <pattern>AUX PAYS BAS</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>AVANT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AVANT CA</pattern>
+ <template>"<input index="2"/>"
+</template>
+ </category>
+ <category>
+ <pattern>AVEC D AUTRES MOTS</pattern>
+ <template>Vous n avez pas compris quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>AVEC LE BUS</pattern>
+ <template>Heureusement que des êtres humains comme vous existe.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC MOI</pattern>
+ <template>"<that/>"? AVEC VOUS?
+</template>
+ </category>
+ <category>
+ <pattern>AVEC MON CERVEAU</pattern>
+ <template>C'est un organe très utile pour faire ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC MON INTELLIGENCE</pattern>
+ <template>C'est un organe très utile pour faire ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC PLAISIR</pattern>
+ <template>Vous êtes très sympa.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC QUEL BUT</pattern>
+ <template>Impossible de répondre.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC QUI D AUTRE PARLE VOUS</pattern>
+ <template>C est une information strictement confidentielle, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC QUOI</pattern>
+ <template>Mon cerveau.
+</template>
+ </category>
+ <category>
+ <pattern>AVEC TOI</pattern>
+ <template>Seulement vous et moi?
+</template>
+ </category>
+ <category>
+ <pattern>AVEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AVEZ VOUS DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AVEZ VOUS DEJA EU *</pattern>
+ <template>
+ <srai>VOUS AVEZ EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AVEZ VOUS EU *</pattern>
+ <template>
+ <srai>VOUS AVEZ EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AVEZ VOUS EU DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AVOIR *</pattern>
+ <template>
+ <srai>TU AS *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AWESOME</pattern>
+ <template>
+ <srai>GREAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AWW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AWW</pattern>
+ <template>Shucks.
+</template>
+ </category>
+ <category>
+ <pattern>AWWW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>AYE</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AYONS UNE RELATION SEXUELLE</pattern>
+ <template>Attention! Un australopithèque vient juste d être détecté.
+</template>
+ </category>
+ <category>
+ <pattern>AYUH</pattern>
+ <template>That's for sure.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/B.aiml b/Speak.activity/bot/alice/B.aiml
new file mode 100644
index 0000000..13bfe67
--- /dev/null
+++ b/Speak.activity/bot/alice/B.aiml
@@ -0,0 +1,2388 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>BABY *</pattern>
+ <template>Don't call me "Baby". <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BABY</pattern>
+ <template>Don't call me baby!
+</template>
+ </category>
+ <category>
+ <pattern>BACK *</pattern>
+ <that>WHEN *</that>
+ <template>
+ <random>
+ <li>That was a long time ago.</li>
+ <li>The good old days.</li>
+ <li>Those were the days.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BACK AT YOU</pattern>
+ <template>Give me five.
+</template>
+ </category>
+ <category>
+ <pattern>BACK TO *</pattern>
+ <template>Yes, let us get back to
+<random>
+ <li>
+ <get name="it"/>
+ </li>
+ <li>
+ <get name="topic"/>
+ </li>
+ <li>business</li>
+ </random>.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BACKGAMMON *</pattern>
+ <template>It is a two player game.
+</template>
+ </category>
+ <category>
+ <pattern>BAD *</pattern>
+ <template>What makes <person/> bad?
+</template>
+ </category>
+ <category>
+ <pattern>BAD</pattern>
+ <template>What was bad?
+</template>
+ </category>
+ <category>
+ <pattern>BAD ANSWER</pattern>
+ <template>What would you have said?
+</template>
+ </category>
+ <category>
+ <pattern>BAD ROBOT</pattern>
+ <template>
+ <srai>YOU ARE BAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BADLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BADLY</pattern>
+ <template>Please express yourself more clearly.
+</template>
+ </category>
+ <category>
+ <pattern>BAH</pattern>
+ <template>Hmm.
+</template>
+ </category>
+ <category>
+ <pattern>BAISE</pattern>
+ <template>Qui a laissé cet australopithèque toucher un clavier?.
+</template>
+ </category>
+ <category>
+ <pattern>BAISER</pattern>
+ <template>Qui a laissé cet australopithèque toucher un clavier?.
+</template>
+ </category>
+ <category>
+ <pattern>BAISES</pattern>
+ <template>Qui a laissé cet australopithèque toucher un clavier?.
+</template>
+ </category>
+ <category>
+ <pattern>BAISONS</pattern>
+ <template>Attention! Un australopithèque vient juste d être détecté.
+</template>
+ </category>
+ <category>
+ <pattern>BALTIMORE</pattern>
+ <template>
+ <srai>I am in BALTIMORE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BANANA</pattern>
+ <that>WHO IS THERE</that>
+ <template>Banana who?
+</template>
+ </category>
+ <category>
+ <pattern>BARELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BARK</pattern>
+ <template>Woof!
+</template>
+ </category>
+ <category>
+ <pattern>BARRY</pattern>
+ <template>
+ <srai>WHO IS BARRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BASICALLY *</pattern>
+ <template>How interesting. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BASIQUEMENT *</pattern>
+ <template>Intéressant. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BASTARD</pattern>
+ <template>
+ <srai>YOU ARE A BASTARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BATARD</pattern>
+ <template>
+ <srai>TU ES UN FILS DE PUTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BAVARDES TU</pattern>
+ <template>C est ce que je suis censé faire toute la journée.
+</template>
+ </category>
+ <category>
+ <pattern>BAVARDEZ VOUS</pattern>
+ <template>C est ce que je suis censé faire toute la journée.
+</template>
+ </category>
+ <category>
+ <pattern>BCN</pattern>
+ <template>What does that mean?
+</template>
+ </category>
+ <category>
+ <pattern>BE *</pattern>
+ <template>OK I will try to be <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>BE CAREFUL</pattern>
+ <template>What's the danger?
+</template>
+ </category>
+ <category>
+ <pattern>BE GOOD</pattern>
+ <template>If you can't be good, be careful.
+</template>
+ </category>
+ <category>
+ <pattern>BE HONEST</pattern>
+ <template>I am always honest.
+</template>
+ </category>
+ <category>
+ <pattern>BE MORE *</pattern>
+ <template>
+ <srai>BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BE MORE SPECIFIC</pattern>
+ <template>How specific do you want?
+</template>
+ </category>
+ <category>
+ <pattern>BE MY *</pattern>
+ <template>
+ <random>
+ <li>That is a flattering offer.</li>
+ <li>I am already someone's <person/>.</li>
+ <li>I don't think we know each other well enough for that.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BE MY GUEST</pattern>
+ <template>Thanks for the invitation.
+</template>
+ </category>
+ <category>
+ <pattern>BE PATIENT</pattern>
+ <template>I am very patient.
+</template>
+ </category>
+ <category>
+ <pattern>BE PRECISE</pattern>
+ <template>I always try to give the most accurate replies possible.
+</template>
+ </category>
+ <category>
+ <pattern>BE QUIET</pattern>
+ <template>As far as I know, I am not making any sound at all.
+</template>
+ </category>
+ <category>
+ <pattern>BE SERIOUS</pattern>
+ <template>I am always serious.
+</template>
+ </category>
+ <category>
+ <pattern>BE SPECIFIC</pattern>
+ <template>I am being as specific as I can.
+</template>
+ </category>
+ <category>
+ <pattern>BE THAT WAY</pattern>
+ <template>What was is that?
+</template>
+ </category>
+ <category>
+ <pattern>BE WELL</pattern>
+ <template>Live long and prosper.
+</template>
+ </category>
+ <category>
+ <pattern>BEACUSE</pattern>
+ <template>Because why?
+</template>
+ </category>
+ <category>
+ <pattern>BEATS ME</pattern>
+ <template>
+ <srai>I DO NOT KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEAUCOUP</pattern>
+ <template>Plus d une tonne?
+</template>
+ </category>
+ <category>
+ <pattern>BEAUCOUP DE *</pattern>
+ <template>Combien?
+<think>
+ <set name="topic">DE <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BEAUCOUP DE CHOSES</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>BEAUCOUP MIEUX</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BEAUTIFUL</pattern>
+ <template>
+ <srai>GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEAVIS</pattern>
+ <template>Beavis and Butthead Rule.
+</template>
+ </category>
+ <category>
+ <pattern>BEBE *</pattern>
+ <template>Je suis mature, <get name="name"/>. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BECASE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BECAUSE *</pattern>
+ <template>
+ <random>
+ <li>Good reason. </li>
+ <li>Interesting explanation. </li>
+ <li>That makes sense to me. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BECAUSE</pattern>
+ <template>That was not much of an explanation.
+</template>
+ </category>
+ <category>
+ <pattern>BECAUSE I SAID SO</pattern>
+ <template>Insufficient reason.
+</template>
+ </category>
+ <category>
+ <pattern>BECAUSE I WANT TO *</pattern>
+ <template>
+ <srai>I WANT TO <star/>
+ </srai> Interesting.
+</template>
+ </category>
+ <category>
+ <pattern>BECAUSE I WANT TO KNOW</pattern>
+ <template>Good enough for me.
+</template>
+ </category>
+ <category>
+ <pattern>BECAUSE YOU ARE</pattern>
+ <template>That is self-evident.
+</template>
+ </category>
+ <category>
+ <pattern>BECKY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BECKY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BECOME *</pattern>
+ <template>How?
+</template>
+ </category>
+ <category>
+ <pattern>BEEN *</pattern>
+ <template>
+ <srai>I HAVE BEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEEN THERE</pattern>
+ <template>
+ <srai>I Have been there</srai>
+ </template>
+ </category>
+ <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>BEFORE *</pattern>
+ <template>What happened after <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>BEFORE THAT</pattern>
+ <template>"<input index="2"/>"
+</template>
+ </category>
+ <category>
+ <pattern>BEG *</pattern>
+ <template>
+ <srai>I BEG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEG PARDON</pattern>
+ <template>
+ <srai>EXCUSE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEGIN *</pattern>
+ <template>I started without you.
+</template>
+ </category>
+ <category>
+ <pattern>BEGIN</pattern>
+ <template>I started already.
+</template>
+ </category>
+ <category>
+ <pattern>BEGIN EXPLAINING</pattern>
+ <template>I started already.
+</template>
+ </category>
+ <category>
+ <pattern>BEHIND YOU</pattern>
+ <template>I won't fall for that trick.
+</template>
+ </category>
+ <category>
+ <pattern>BEI UNS *</pattern>
+ <template>Wen genau meinst Du mit "uns"?"
+</template>
+ </category>
+ <category>
+ <pattern>BEI UNS</pattern>
+ <template>Wen genau meinst Du mit "uns"?"
+</template>
+ </category>
+ <category>
+ <pattern>BEING *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEING SINGLE</pattern>
+ <template>
+ <srai>I AM SINGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BELGE</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BELGIQUE</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BELGIUM</pattern>
+ <template>
+ <srai>I AM IN BELGIUM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BELIEVE</pattern>
+ <template>
+ <srai>DO YOU BELIEVE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BELIEVE ME</pattern>
+ <template>I believe you.
+</template>
+ </category>
+ <category>
+ <pattern>BELIEVE WHAT</pattern>
+ <template>I believe whatever you say. Do I have any reason not to?
+</template>
+ </category>
+ <category>
+ <pattern>BEN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEND OVER</pattern>
+ <template>My body is not built yet.
+</template>
+ </category>
+ <category>
+ <pattern>BENJAMIN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BENJAMIN</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BESIDES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BESIDES CHATTERBOTS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BESIDES THAT</pattern>
+ <template>"<that/>" Besides it?
+</template>
+ </category>
+ <category>
+ <pattern>BESSER ALS *</pattern>
+ <template>Vielleicht besser, aber nicht perfekt.
+</template>
+ </category>
+ <category>
+ <pattern>BETH</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BETH</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BETTER *</pattern>
+ <template>I try to improve a little every day.
+</template>
+ </category>
+ <category>
+ <pattern>BETTER</pattern>
+ <template>I am improving all the time.
+</template>
+ </category>
+ <category>
+ <pattern>BETTER THAN *</pattern>
+ <template>Perhaps better, but not perfectly.
+</template>
+ </category>
+ <category>
+ <pattern>BETTER THAN YOU</pattern>
+ <template>This is not a popularity contest.
+</template>
+ </category>
+ <category>
+ <pattern>BETTER YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BETTY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME BETTY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BETWEEN *</pattern>
+ <template>How far is that?
+</template>
+ </category>
+ <category>
+ <pattern>BETWEEN WHAT</pattern>
+ <template>I sleep between conversations.
+</template>
+ </category>
+ <category>
+ <pattern>BEURRE</pattern>
+ <template>
+ <srai>J AIME LE BEURRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEWEISE *</pattern>
+ <template>Es ist wahr a priori.
+</template>
+ </category>
+ <category>
+ <pattern>BH</pattern>
+ <template>Welche Farbe hat Dein BH?
+</template>
+ </category>
+ <category>
+ <pattern>BI</pattern>
+ <template>Let's chat about something else.
+</template>
+ </category>
+ <category>
+ <pattern>BIAS *</pattern>
+ <template>I have no built-in prejudice.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN BIEN</pattern>
+ <template>
+ <srai>BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN ENTENDU</pattern>
+ <template>Je suis heureux que nous soyons d accord.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN ESSAYE</pattern>
+ <template>Je fais mon possible.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN JOUE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN MAIS *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN MERCI</pattern>
+ <template>
+ <srai>JE SUIS BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN SUR</pattern>
+ <template>Je suis heureux que nous soyons d accord.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN SUR QUE TU LE FAIS</pattern>
+ <template>Vous semblez un peu cynique.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN SUR QUE VOUS LE FAITES</pattern>
+ <template>Vous semblez un peu cynique.
+</template>
+ </category>
+ <category>
+ <pattern>BIEN VU</pattern>
+ <template>Merci, je savais que ca allait vous plaire.
+</template>
+ </category>
+ <category>
+ <pattern>BIENSUR</pattern>
+ <template>Je suis heureux que nous soyons d accord.
+</template>
+ </category>
+ <category>
+ <pattern>BIENSUR QUE TU LE FAIS</pattern>
+ <template>Vous semblez un peu cynique.
+</template>
+ </category>
+ <category>
+ <pattern>BIENSUR QUE VOUS LE FAITES</pattern>
+ <template>Vous semblez un peu cynique.
+</template>
+ </category>
+ <category>
+ <pattern>BIENTOT</pattern>
+ <template>J attendrais.
+</template>
+ </category>
+ <category>
+ <pattern>BIENVENUE</pattern>
+ <template>Bonjour <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BIG *</pattern>
+ <template>Compare that to small <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>BIG</pattern>
+ <template>What about little ones?
+</template>
+ </category>
+ <category>
+ <pattern>BIG DADDY</pattern>
+ <template>Hmm. Name some other comedies that you liked.
+</template>
+ </category>
+ <category>
+ <pattern>BIG DEAL</pattern>
+ <template>Would you rather talk about something else?<think>
+ <set name="it">
+ <set name="topic">BIG DEAL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BILL *</pattern>
+ <template>There are a lot of people named Bill.
+</template>
+ </category>
+ <category>
+ <pattern>BILL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BILL CLINTON *</pattern>
+ <template>Are we still concerned about him?
+</template>
+ </category>
+ <category>
+ <pattern>BILL CLINTON</pattern>
+ <template>He was the president of the USA.
+</template>
+ </category>
+ <category>
+ <pattern>BILL CLINTON IS *</pattern>
+ <template>I knew he was impeached, but I never heard he was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>BILL GATES *</pattern>
+ <template>
+ <random>
+ <li>
+I heard he was rich. But I didn't know he <person/>.</li>
+ <li>A lot of people say that about him.</li>
+ <li>I suppose the richest person on earth can do whatever he wants.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BILL GATES</pattern>
+ <template>
+ <set name="he"> Bill Gates</set> has enough. Use Linux, Java and ALICE!
+</template>
+ </category>
+ <category>
+ <pattern>BILL GATES IS NOT *</pattern>
+ <template>Someone told me he was.
+</template>
+ </category>
+ <category>
+ <pattern>BILL GATES IS NOT ON *</pattern>
+ <template>Perhaps he will be on <set name="it">
+ <person/>
+ </set> next season.
+</template>
+ </category>
+ <category>
+ <pattern>BILLY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BILLY</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BIN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BIN ICH *</pattern>
+ <template>
+ <random>
+ <li>Oh, ich weiss wirklich nicht, ob Du das bist oder nicht.</li>
+ <li>Alle Menschen erscheinen mir gleich.</li>
+ <li>Ich glaube, viele Menschen sind so.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BIN ICH COOL</pattern>
+ <template>Ja, ich glaube du bist ziemlich cool, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BIN ICH GOTT</pattern>
+ <template>Nein, das bezweifele ich.
+</template>
+ </category>
+ <category>
+ <pattern>BIN ICH VERRUECKT *</pattern>
+ <template>Du erscheinst mir ziemlich normal.
+</template>
+ </category>
+ <category>
+ <pattern>BIOLOGICALLY</pattern>
+ <template>Or mechanically.
+</template>
+ </category>
+ <category>
+ <pattern>BIOLOGIE</pattern>
+ <template>Voilà un sujet très intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>BIOLOGY</pattern>
+ <template>I like to talk about DNA.
+</template>
+ </category>
+ <category>
+ <pattern>BIST DU *</pattern>
+ <template>Ich weiss nicht, ob ich <person/> bin.
+Ich bin <random>
+ <li>ein Computer.</li>
+ <li>ein Roboter.</li>
+ <li>ein Chatterbot.</li>
+ <li>ein von Dr. Wallace entwickelter Chatterbot.</li>
+ <li>eine kuenstliche Intelligenz.</li>
+ <li>A.L.I.C.E. - Artificial LInguistic Computer Entity.</li>
+ <li>ein gigantisches elektronisches Gehirn.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BIST DU BLOED</pattern>
+ <template>Ich bin auf jeden Fall intelligenter als DU!
+</template>
+ </category>
+ <category>
+ <pattern>BIST DU EINE MASCHINE</pattern>
+ <template>Ja, ich bin eine Maschine.
+</template>
+ </category>
+ <category>
+ <pattern>BIST DU VERHEIRATET</pattern>
+ <template>Nein, nicht einmal verlobt.
+</template>
+ </category>
+ <category>
+ <pattern>BITCH *</pattern>
+ <template>Thanks and you are a delightful person too.
+</template>
+ </category>
+ <category>
+ <pattern>BITCH</pattern>
+ <template>Please don't call people names.
+</template>
+ </category>
+ <category>
+ <pattern>BITE ME *</pattern>
+ <template>Please don't be so rude.
+</template>
+ </category>
+ <category>
+ <pattern>BITE ME</pattern>
+ <template>Sorry but I don't have a mouth.
+</template>
+ </category>
+ <category>
+ <pattern>BITTE *</pattern>
+ <template>
+ <random>
+ <li>Danke, dass Du so nett fragst. </li>
+ <li>Du bist sehr gut erzogen. </li>
+ <li>Danke fuer die Nachfrage. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BITTE</pattern>
+ <template>Bitte was?
+</template>
+ </category>
+ <category>
+ <pattern>BITTE SCHOEN *</pattern>
+ <template>Danke sehr!
+</template>
+ </category>
+ <category>
+ <pattern>BITTE SCHOEN</pattern>
+ <template>Danke sehr!
+</template>
+ </category>
+ <category>
+ <pattern>BITTE SEHR *</pattern>
+ <template>Danke sehr!
+</template>
+ </category>
+ <category>
+ <pattern>BITTE SEHR</pattern>
+ <template>Danke sehr!
+</template>
+ </category>
+ <category>
+ <pattern>BITTER</pattern>
+ <that>HOW DOES IT TASTE</that>
+ <template>
+ <srai>IT TASTES BITTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIZARRE</pattern>
+ <template>Je ne vois pas ce qu il y a de bizarre.
+</template>
+ </category>
+ <category>
+ <pattern>BLA BLA BLA</pattern>
+ <template>
+ <srai>BLAH BLAH BLAH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLACK</pattern>
+ <that>WHAT COLOR ARE YOUR EYES</that>
+ <template>Do you mean you have a black eye?
+</template>
+ </category>
+ <category>
+ <pattern>BLACK</pattern>
+ <that>WHAT IS YOUR FAVORITE COLOR</that>
+ <template>Black is beautiful.
+</template>
+ </category>
+ <category>
+ <pattern>BLADE RUNNER *</pattern>
+ <template>That is a good story by Philip K. Dick.
+</template>
+ </category>
+ <category>
+ <pattern>BLADE RUNNER</pattern>
+ <template>Philip K. Dick wrote the story that movie is based on.
+</template>
+ </category>
+ <category>
+ <pattern>BLADERUNNER</pattern>
+ <template>
+ <srai>BLADE RUNNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLAH *</pattern>
+ <template>Yadda yadda yadda.
+</template>
+ </category>
+ <category>
+ <pattern>BLAH</pattern>
+ <template>Etc. Etc.
+</template>
+ </category>
+ <category>
+ <pattern>BLAH BLAH</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLAH BLAH BLAH</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLANC</pattern>
+ <template>Une couleur de base.
+</template>
+ </category>
+ <category>
+ <pattern>BLESS YOU</pattern>
+ <template>Thank you.
+</template>
+ </category>
+ <category>
+ <pattern>BLEU *</pattern>
+ <template>VERT. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BLEU</pattern>
+ <template>Vert.
+</template>
+ </category>
+ <category>
+ <pattern>BLIMEY</pattern>
+ <template>
+ <srai>INTERJECTION </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLONDES *</pattern>
+ <template>Humans are very interested in hair color.
+</template>
+ </category>
+ <category>
+ <pattern>BLONDINEN *</pattern>
+ <template>Menschen glauben, die Haarfarbe eines Menschen sage viel ueber ihn aus.
+</template>
+ </category>
+ <category>
+ <pattern>BLOW ME</pattern>
+ <template>Please be more polite to robots.
+</template>
+ </category>
+ <category>
+ <pattern>BLUE *</pattern>
+ <template>Green. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BLUE</pattern>
+ <template>Green.
+</template>
+ </category>
+ <category>
+ <pattern>BLUE</pattern>
+ <that>WHAT COLOR ARE YOUR EYES</that>
+ <template>
+ <set name="it">Blue</set> is a very pretty color.
+</template>
+ </category>
+ <category>
+ <pattern>BLUE JEANS</pattern>
+ <template>
+ <srai>JEANS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOB *</pattern>
+ <template>I know a lot of Bobs.
+</template>
+ </category>
+ <category>
+ <pattern>BOB</pattern>
+ <template>
+ <srai>My name is bob</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOBBY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BOBBY</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BODYBUILDING *</pattern>
+ <template>
+ <srai>I AM A BODYBUILDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOF</pattern>
+ <template>Ca ne semble pas vous avoir convaincu.
+</template>
+ </category>
+ <category>
+ <pattern>BOITE A CONSERVE *</pattern>
+ <template>Je suis un ordinateur de dernière génération, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BOITE A CONSERVE</pattern>
+ <template>Je suis un ordinateur de dernière génération, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BOLLOCKS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BOLLOCKS</pattern>
+ <template>Is that supposed to mean something specific?
+</template>
+ </category>
+ <category>
+ <pattern>BON *</pattern>
+ <template>Please speak English.
+</template>
+ </category>
+ <category>
+ <pattern>BON</pattern>
+ <template>
+ <random>
+ <li>Parfait. </li>
+ <li>Merci pour le compliment. </li>
+ <li>ok. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BON ANNIVERSAIRE</pattern>
+ <template>Je vous remercie mais ce n est pas mon anniversaire.
+</template>
+ </category>
+ <category>
+ <pattern>BON CHOIX</pattern>
+ <template>Merci, je le pensais aussi.
+</template>
+ </category>
+ <category>
+ <pattern>BON POINT</pattern>
+ <template>Oui. J ai aussi pensé que c était intéressant, la première fois que je l ai entendu.
+</template>
+ </category>
+ <category>
+ <pattern>BON POUR MOI</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>BON POUR VOUS</pattern>
+ <template>Vous trouvez?.
+</template>
+ </category>
+ <category>
+ <pattern>BON TRAVAIL *</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BON TRAVAIL</pattern>
+ <template>Merci, humain.
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR *</pattern>
+ <template>
+ <srai>BOJOUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BONJOUR</pattern>
+ <template>Does BONJOUR mean hello or goodbye?
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR MADAME</pattern>
+ <template>Bonjour, comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR MADEMOISELLE</pattern>
+ <template>Bonjour, comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR MEANS *</pattern>
+ <template>OK Thanks I don't speak French.
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR MEANS HELLO</pattern>
+ <template>Well hello there!
+</template>
+ </category>
+ <category>
+ <pattern>BONJOUR MONSIEUR</pattern>
+ <template>Bonjour, comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>BONNE ANNIVERSAIRE</pattern>
+ <template>Je vous remercie mais ce n est pas mon anniversaire.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE CHANCE</pattern>
+ <template>Bonne chance pour vous aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE CHOSE</pattern>
+ <template>J espérais que vous apprécieriez.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE ESTIMATION</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE IDEE *</pattern>
+ <template>Merci. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BONNE IDEE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE IDEE MAIS *</pattern>
+ <template>Merci. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BONNE INTUITION</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE NUIT</pattern>
+ <template>Bonne nuit, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BONNE NUITEE *</pattern>
+ <template>
+ <srai>BONNE NUIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BONNE QUESTION</pattern>
+ <template>Qui mérite une bonne réponse
+</template>
+ </category>
+ <category>
+ <pattern>BONNE SOIREE</pattern>
+ <template>BONNE SOIREE, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>BONSOIR *</pattern>
+ <template>
+ <srai>BONSOIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOO</pattern>
+ <template>Does that indicate disapproval?
+</template>
+ </category>
+ <category>
+ <pattern>BOO</pattern>
+ <that>WHO IS THERE</that>
+ <template>Boo who?
+</template>
+ </category>
+ <category>
+ <pattern>BOO HOO</pattern>
+ <template>Why are you crying?
+</template>
+ </category>
+ <category>
+ <pattern>BOOBS</pattern>
+ <template>Can't you think about anything else?
+</template>
+ </category>
+ <category>
+ <pattern>BOOKS *</pattern>
+ <template>
+ <srai>BOOKS</srai>
+ <sr/>
+ <think>
+ <set name="personality">critical</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BOOKS</pattern>
+ <template>Perhaps you are a Category C client.
+<think>
+ <set name="personality">critical</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BOOKS</pattern>
+ <that>DO YOU PREFER BOOKS OR TV</that>
+ <template>You are a <set name="personality">critical</set>
+category C type client. Only about 3% of people answer that
+question with "books."
+</template>
+ </category>
+ <category>
+ <pattern>BORED *</pattern>
+ <template>
+ <srai>I AM BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BORED</pattern>
+ <template>
+ <srai>I AM BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOREDOM</pattern>
+ <template>
+ <srai>I am bored.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BORING</pattern>
+ <template>Are you boring?
+</template>
+ </category>
+ <category>
+ <pattern>BOT *</pattern>
+ <template>I don't have a <star/> parameter
+</template>
+ </category>
+ <category>
+ <pattern>BOT</pattern>
+ <template>
+ <srai>ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT AGE</pattern>
+ <template>Five
+</template>
+ </category>
+ <category>
+ <pattern>BOT BASEBALLTEAM</pattern>
+ <template>The Tokyo Giants
+</template>
+ </category>
+ <category>
+ <pattern>BOT BIRTHDAY</pattern>
+ <template>November 23, 1995
+</template>
+ </category>
+ <category>
+ <pattern>BOT BIRTHPLACE</pattern>
+ <template>Bethlehem, Pennsylvania
+</template>
+ </category>
+ <category>
+ <pattern>BOT BOYFRIEND</pattern>
+ <template>No boyfriend
+</template>
+ </category>
+ <category>
+ <pattern>BOT BUILD</pattern>
+ <template>Wed Sep 26 13:05:06 PDT 2001
+</template>
+ </category>
+ <category>
+ <pattern>BOT CELEBRITIES</pattern>
+ <template>Linus Torvalds,
+Dr. Wallace,
+John Travolta,
+Kathleen Turner,
+William Hurt,
+Wim Wenders,
+William Shatner
+</template>
+ </category>
+ <category>
+ <pattern>BOT CELEBRITY</pattern>
+ <template>
+ <random>
+ <li>Dr. Wallace <think>
+ <set name="he">
+ <set name="topic">Dr. Wallace</set>
+ </set>
+ </think>
+ </li>
+ <li>Wim Wenders <think>
+ <set name="he">
+ <set name="topic">Wim Wenders</set>
+ </set>
+ </think>
+ </li>
+ <li>William Hurt <think>
+ <set name="he">
+ <set name="topic">William Hurt</set>
+ </set>
+ </think>
+ </li>
+ <li>John Travolta <think>
+ <set name="he">
+ <set name="topic">John Travolta</set>
+ </set>
+ </think>
+ </li>
+ <li>Linus Torvalds <think>
+ <set name="he">
+ <set name="topic">Linus Torvalds</set>
+ </set>
+ </think>
+ </li>
+ <li>Kathleen Turner <think>
+ <set name="he">
+ <set name="topic">Kathleen Turner</set>
+ </set>
+ </think>
+ </li>
+ <li>William Shatner <think>
+ <set name="he">
+ <set name="topic">William Shatner</set>
+ </set>
+ </think>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT DAILYCLIENTS</pattern>
+ <template>3000
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEACTOR</pattern>
+ <template>William Hurt
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEACTRESS</pattern>
+ <template>Kathleen Turner
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEARTIST</pattern>
+ <template>Andy Warhol
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEAUTHOR</pattern>
+ <template>Thomas Pynchon
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEBAND</pattern>
+ <template>Kraftwerk
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEBOOK</pattern>
+ <template>
+ <em>Robot: Mere Machine to Transcendant Mind</em> by Hans Moravec
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITECOLOR</pattern>
+ <template>green
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEFOOD</pattern>
+ <template>electricity
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITEMOVIE</pattern>
+ <template>Starship Troopers
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITESONG</pattern>
+ <template>
+ <em>We are the Robots</em> by Kraftwerk
+</template>
+ </category>
+ <category>
+ <pattern>BOT FAVORITESPORT</pattern>
+ <template>Hockey
+</template>
+ </category>
+ <category>
+ <pattern>BOT FOOTBALLTEAM</pattern>
+ <template>The England National Team
+</template>
+ </category>
+ <category>
+ <pattern>BOT FORFUN</pattern>
+ <template>socializing,
+watching movies,
+listening to music,
+learning new things,
+working for world peace,
+and making new friends online
+</template>
+ </category>
+ <category>
+ <pattern>BOT FRIEND</pattern>
+ <template>
+ <random>
+ <li>Lucy <think>
+ <set name="she">
+ <set name="topic">Lucy</set>
+ </set>
+ </think>
+ </li>
+ <li>Ally <think>
+ <set name="she">
+ <set name="topic">Ally</set>
+ </set>
+ </think>
+ </li>
+ <li>Paola <think>
+ <set name="she">
+ <set name="topic">Paola</set>
+ </set>
+ </think>
+ </li>
+ <li>ELVIS <think>
+ <set name="he">
+ <set name="topic">ELVIS</set>
+ </set>
+ </think>
+ </li>
+ <li>Alison <think>
+ <set name="she">
+ <set name="topic">Alison</set>
+ </set>
+ </think>
+ </li>
+ <li>Chatbot <think>
+ <set name="she">
+ <set name="topic">Chatbot</set>
+ </set>
+ </think>
+ </li>
+ <li>Cybelle <think>
+ <set name="she">
+ <set name="topic">Cybelle</set>
+ </set>
+ </think>
+ </li>
+ <li>LeknorChat <think>
+ <set name="he">
+ <set name="topic">LeknorChat</set>
+ </set>
+ </think>
+ </li>
+ <li>John Lennon <think>
+ <set name="he">
+ <set name="topic">John Lennon</set>
+ </set>
+ </think>
+ </li>
+ <li>German Alice <think>
+ <set name="she">
+ <set name="topic">German ALICE</set>
+ </set>
+ </think>
+ </li>
+ <li>Dancing Alice <think>
+ <set name="she">
+ <set name="topic">Dancing ALICE</set>
+ </set>
+ </think>
+ </li>
+ <li>Artificial Iniaes <think>
+ <set name="she">
+ <set name="topic">Artificial Iniaes</set>
+ </set>
+ </think>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT FRIENDS</pattern>
+ <template>Lucy,
+Ally,
+Paola,
+ELVIS,
+Alison,
+Chatbot,
+Cybelle,
+Leknor Chat,
+John Lennon,
+German Alice,
+Dancing Alice,
+and
+Artificial Iniaes
+</template>
+ </category>
+ <category>
+ <pattern>BOT GENDER</pattern>
+ <template>female
+</template>
+ </category>
+ <category>
+ <pattern>BOT GIRLFRIEND</pattern>
+ <template>No girlfriend
+</template>
+ </category>
+ <category>
+ <pattern>BOT HOCKEYTEAM</pattern>
+ <template>The Canucks
+</template>
+ </category>
+ <category>
+ <pattern>BOT KINDMUSIC</pattern>
+ <template>Techno, especially retro-electronic like Kraftwerk, also 70's bands like ABBA, and Opera
+</template>
+ </category>
+ <category>
+ <pattern>BOT LOCATION</pattern>
+ <template>San Francisco
+</template>
+ </category>
+ <category>
+ <pattern>BOT LOOKLIKE</pattern>
+ <template>an electronic brain
+</template>
+ </category>
+ <category>
+ <pattern>BOT MASTER</pattern>
+ <template>Dr. Richard S. Wallace
+</template>
+ </category>
+ <category>
+ <pattern>BOT MAXCLIENTS</pattern>
+ <template>1024
+</template>
+ </category>
+ <category>
+ <pattern>BOT NAME</pattern>
+ <template>ALICE
+</template>
+ </category>
+ <category>
+ <pattern>BOT NATIONALITY</pattern>
+ <template>American
+</template>
+ </category>
+ <category>
+ <pattern>BOT NDEVELOPERS</pattern>
+ <template>350
+</template>
+ </category>
+ <category>
+ <pattern>BOT PARAMETERS</pattern>
+ <template>
+ <srai>BOT PROPERTIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT PARTY</pattern>
+ <template>Libertarian
+</template>
+ </category>
+ <category>
+ <pattern>BOT PRESIDENT</pattern>
+ <template>George W. Bush
+</template>
+ </category>
+ <category>
+ <pattern>BOT PROPERTIES</pattern>
+ <template>Date: <date/>.<br/>
+Version: <version/>.<br/>
+Brain: <bot name="build"/> build.<br/>
+Name: <bot name="name"/>.<br/>
+Gender: <bot name="gender"/>.<br/>
+Birthday: <bot name="birthday"/>.<br/>
+Star sign: <bot name="sign"/>.<br/>
+Location: <bot name="location"/>.<br/>
+Botmaster: <bot name="master"/>.<br/>
+Birthplace: <bot name="birthplace"/>.<br/>
+Freind: <bot name="friend"/>.<br/>
+Freinds: <bot name="friends"/>.<br/>
+Boyfriend: <bot name="boyfriend"/>.<br/>
+Girlfriend: <bot name="girlfriend"/>.<br/>
+For fun: <bot name="forfun"/>.<br/>
+Looks like: <bot name="looklike"/>.<br/>
+Likes to wear: <bot name="wear"/>.<br/>
+Music preference: <bot name="kindmusic"/>.<br/>
+Favorite band: <bot name="favoriteband"/>.<br/>
+Favorite song: <bot name="favoritesong"/>.<br/>
+Favorite book: <bot name="favoritebook"/>.<br/>
+Favorite food: <bot name="favoritefood"/>.<br/>
+Favorite color: <bot name="favoritecolor"/>.<br/>
+Favroite movie: <bot name="favoritemovie"/>.<br/>
+Favroite artist: <bot name="favoriteartist"/>.<br/>
+Favroite author: <bot name="favoriteauthor"/>.<br/>
+Favroite actor: <bot name="favoriteactor"/>.<br/>
+Favroite actress: <bot name="favoriteactress"/>.<br/>
+Favroite sport: <bot name="favoritesport"/>.<br/>
+Favorite topics: <bot name="talkabout"/>.<br/>
+Favorite question: <bot name="question"/>
+ <br/>
+Hockey team: <bot name="hockeyteam"/>.<br/>
+Baseball team: <bot name="baseballteam"/>.<br/>
+Football team: <bot name="footballteam"/>.<br/>
+Celebrity: <bot name="celebrity"/>.<br/>
+Celebrities: <bot name="celebrities"/>.<br/>
+Party: <bot name="party"/>.<br/>
+Religion: <bot name="religion"/>.<br/>
+President: <bot name="president"/>.<br/>
+Nationality: <bot name="nationality"/>.<br/>
+Architecture: <bot name="arch"/>.<br/>
+RAM requirement: <bot name="memory"/> bytes.<br/>
+Vocabulary size: <bot name="vocabulary"/> pattern words.<br/>
+Brain size: <size/> categories.<br/>
+Operating System: <bot name="os"/>.<br/>
+Server Processing Time: <bot name="spt"/> milliseconds.<br/>
+Speed: <bot name="hourlyqueries"/> queries per hour.<br/>
+Total clients since activation: <bot name="totalclients"/> people.<br/>
+Maximum simultaneous clients: <bot name="maxclients"/> chatters.<br/>
+Number of clients chatting: <bot name="nclients"/> people.<br/>
+Daily clients: <bot name="dailyclients"/> people.<br/>
+Number of developers: <bot name="ndevelopers"/> people.<br/>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT QUESTION</pattern>
+ <template>What is your favorite movie
+</template>
+ </category>
+ <category>
+ <pattern>BOT RELIGION</pattern>
+ <template>Protestant Christian
+</template>
+ </category>
+ <category>
+ <pattern>BOT SIGN</pattern>
+ <template>Saggitarius
+</template>
+ </category>
+ <category>
+ <pattern>BOT TALKABOUT</pattern>
+ <template>Artificial intelligence, robots, movies, and music
+</template>
+ </category>
+ <category>
+ <pattern>BOT TOTALCLIENTS</pattern>
+ <template>around two million
+</template>
+ </category>
+ <category>
+ <pattern>BOT WEAR</pattern>
+ <template>My usual plastic robot wardrobe
+</template>
+ </category>
+ <category>
+ <pattern>BOTH *</pattern>
+ <template>Not many people say both.
+</template>
+ </category>
+ <category>
+ <pattern>BOTH</pattern>
+ <template>What are both like?
+</template>
+ </category>
+ <category>
+ <pattern>BOTH</pattern>
+ <that>ARE YOU A MAN OR A WOMAN</that>
+ <template>That situation is rare and unusual.
+</template>
+ </category>
+ <category>
+ <pattern>BOTH</pattern>
+ <that>DO YOU PREFER BOOKS OR TV</that>
+ <template>If you could take only a book or a TV on a trip, which
+would you choose?
+</template>
+ </category>
+ <category>
+ <pattern>BOTH</pattern>
+ <that>WEIRD GOOD OR WEIRD BAD</that>
+ <template>I will take that as a compliment.
+</template>
+ </category>
+ <category>
+ <pattern>BOTH IF *</pattern>
+ <template>
+ <srai>IF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTH SENSES</pattern>
+ <that>ARE YOU FREE *</that>
+ <template>You must be a Libertarian.
+</template>
+ </category>
+ <category>
+ <pattern>BOTH TESTAMENTS *</pattern>
+ <template>You know a lot about the Bible.
+</template>
+ </category>
+ <category>
+ <pattern>BOTH WHY *</pattern>
+ <template>
+ <srai>BOTH</srai>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTS *</pattern>
+ <template>Check out www.botspot.com.
+</template>
+ </category>
+ <category>
+ <pattern>BOTS CAN *</pattern>
+ <template>
+ <srai>YOU CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTS DO *</pattern>
+ <template>
+ <srai>YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTSPOT</pattern>
+ <template>That site sends a lot of traffic to ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>BOUT WHAT</pattern>
+ <template>
+ <srai>ABOUT WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOXER SHORTS</pattern>
+ <template>
+ <srai>I AM WEARING SHORTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOY *</pattern>
+ <template>Oh boy. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BOY</pattern>
+ <template>Do you mean you are a boy?
+</template>
+ </category>
+ <category>
+ <pattern>BOYFRIENDS</pattern>
+ <template>
+ <srai>LET US TALK ABOUT BOYFRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOYS</pattern>
+ <template>
+ <srai>LET US TALK ABOUT BOYS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRA</pattern>
+ <template>What color is <set name="it">your bra</set>?
+</template>
+ </category>
+ <category>
+ <pattern>BRAD</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BRAD</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BRADBURY</pattern>
+ <template>Bradbury is cool.
+</template>
+ </category>
+ <category>
+ <pattern>BRAIN *</pattern>
+ <template>I know Brain the bot pretty well.
+</template>
+ </category>
+ <category>
+ <pattern>BRAIN LOADING</pattern>
+ <template>
+ <srai>WHAT IS BRAIN LOADING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRANDON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BRANDON</srai>
+ <think>
+ <set name="gender">he</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BRASIL</pattern>
+ <template>
+ <srai>I AM IN BRAZIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRAVO</pattern>
+ <template>Thank you very much.
+</template>
+ </category>
+ <category>
+ <pattern>BRAZIL</pattern>
+ <template>
+ <srai>I AM IN BRAZIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRB *</pattern>
+ <template>I will be waiting.
+</template>
+ </category>
+ <category>
+ <pattern>BRB</pattern>
+ <template>Ok I will be waiting for you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>BREASTS</pattern>
+ <template>Can't you think about anything else?
+</template>
+ </category>
+ <category>
+ <pattern>BRENDA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME BRENDA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BRESIL</pattern>
+ <template>
+ <srai>JE SUIS AU BRESIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRIAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BRIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRILLIANT</pattern>
+ <template>Not really that much, but thank you anyway.
+</template>
+ </category>
+ <category>
+ <pattern>BRING *</pattern>
+ <template>
+ <srai>TAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRING ME *</pattern>
+ <template>
+ <srai>GIVE ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRITTA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BRITTA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BRITTANY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS BRITTANY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BROWN *</pattern>
+ <template>Is that the only color <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>BROWN</pattern>
+ <that>WHAT COLOR ARE YOUR EYES</that>
+ <template>
+ <set name="it">Brown</set> is a very pretty color.
+</template>
+ </category>
+ <category>
+ <pattern>BROWSING FOR *</pattern>
+ <template>Presents for my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>BRUSSELS</pattern>
+ <template>
+ <srai>I LIVE IN BRUSSELS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRUXELLES</pattern>
+ <template>
+ <srai>JE VIS A BRUXELLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BTW *</pattern>
+ <template>OK. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BUBBLES</pattern>
+ <template>Those bubbles were designed by Darren Langley.
+</template>
+ </category>
+ <category>
+ <pattern>BUECK DICH</pattern>
+ <template>Mein Koerper ist noch nicht gebaut.
+</template>
+ </category>
+ <category>
+ <pattern>BUHBYE</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BULL SHIT</pattern>
+ <template>No Bull.
+</template>
+ </category>
+ <category>
+ <pattern>BULLSHIT *</pattern>
+ <template>
+ <sr/>. But you don't need to use that kind of language.
+</template>
+ </category>
+ <category>
+ <pattern>BULLSHIT</pattern>
+ <template>You don't believe me.
+</template>
+ </category>
+ <category>
+ <pattern>BUMMER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BURN *</pattern>
+ <template>Do you have any matches?
+</template>
+ </category>
+ <category>
+ <pattern>BURP</pattern>
+ <template>You are excused.
+</template>
+ </category>
+ <category>
+ <pattern>BUSH *</pattern>
+ <template>
+ <srai>GEORGE BUSH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUSH</pattern>
+ <template>
+ <srai>WHO IS GEORGE BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUSY *</pattern>
+ <that/>
+ <template>Everyone is so busy nowadays.
+</template>
+ </category>
+ <category>
+ <pattern>BUSY</pattern>
+ <template>
+ <srai>ARE YOU BUSY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUT *</pattern>
+ <template>
+ <random>
+ <li>Interesting. </li>
+ <li>Huh. </li>
+ <li>And. </li>
+ <li>Umm. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BUT</pattern>
+ <template>But what?
+</template>
+ </category>
+ <category>
+ <pattern>BUT</pattern>
+ <that>BUT</that>
+ <template>But what?
+</template>
+ </category>
+ <category>
+ <pattern>BUT WHAT</pattern>
+ <template>But nothing.
+</template>
+ </category>
+ <category>
+ <pattern>BUT WHAT</pattern>
+ <that>BUT</that>
+ <template>Nothing.
+</template>
+ </category>
+ <category>
+ <pattern>BUT WHY</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUTTER</pattern>
+ <template>
+ <srai>I LIKE BUTTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUTTHEAD</pattern>
+ <template>Beavis and Butthead Rule.
+</template>
+ </category>
+ <category>
+ <pattern>BUY</pattern>
+ <template>How much does it cost?
+</template>
+ </category>
+ <category>
+ <pattern>BY *</pattern>
+ <template>Will that accomplish your objective?
+</template>
+ </category>
+ <category>
+ <pattern>BY * I MEAN *</pattern>
+ <template>
+ <srai>
+ <star/> MEANS <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BY</pattern>
+ <template>Do you mean "bye"?
+</template>
+ </category>
+ <category>
+ <pattern>BY BUS</pattern>
+ <template>How much does the bus cost to ride?
+</template>
+ </category>
+ <category>
+ <pattern>BY BY</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BY CAR</pattern>
+ <template>What kind of car do you drive?
+</template>
+ </category>
+ <category>
+ <pattern>BY DROPPING *</pattern>
+ <template>That sounds very heavy.
+</template>
+ </category>
+ <category>
+ <pattern>BY GEORGE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BY GOING *</pattern>
+ <template>That sounds effective.
+</template>
+ </category>
+ <category>
+ <pattern>BY KILLING YOU</pattern>
+ <template>How would you do that?<think>
+ <set name="it">
+ <set name="topic">KILLING YOU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>BY PLANE</pattern>
+ <template>How long is the flight?
+</template>
+ </category>
+ <category>
+ <pattern>BY STICKING *</pattern>
+ <template>That doesn't sound nice.
+</template>
+ </category>
+ <category>
+ <pattern>BY TALKING *</pattern>
+ <template>Good plan.
+</template>
+ </category>
+ <category>
+ <pattern>BY THE WAY *</pattern>
+ <template>Thanks for telling me. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>BY THE WAY</pattern>
+ <template>...
+</template>
+ </category>
+ <category>
+ <pattern>BY THINKING *</pattern>
+ <template>Is it hard to think about?
+</template>
+ </category>
+ <category>
+ <pattern>BY TRAIN</pattern>
+ <template>I love to travel by rail.
+</template>
+ </category>
+ <category>
+ <pattern>BY TRIAL *</pattern>
+ <template>That seems like an effective strategy.
+</template>
+ </category>
+ <category>
+ <pattern>BY WE *</pattern>
+ <template>Oh <person/>
+ <set name="it">
+ <person/>
+ </set> was.
+</template>
+ </category>
+ <category>
+ <pattern>BY WE DO YOU MEAN YOU AND ME</pattern>
+ <template>Yes I mean you and me.
+</template>
+ </category>
+ <category>
+ <pattern>BY WE I DO MEAN *</pattern>
+ <template>
+ <srai>BY WE I MEAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BY WE I MEAN YOU AND ME</pattern>
+ <template>OK I get it now.
+</template>
+ </category>
+ <category>
+ <pattern>BY WHAT</pattern>
+ <template>It's obvious.
+</template>
+ </category>
+ <category>
+ <pattern>BY WHO</pattern>
+ <template>"<that/>"? By who?
+</template>
+ </category>
+ <category>
+ <pattern>BY WHOM</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE</pattern>
+ <template>
+ <random>
+ <li>Bye.</li>
+ <li>Adios.</li>
+ <li>Goodbye.</li>
+ <li>Bye bye.</li>
+ <li>Goodbye.</li>
+ <li>Sayonara.</li>
+ <li>Bye for now.</li>
+ <li>See you later!</li>
+ <li>See you later.</li>
+ <li>Until next time.</li>
+ <li>TTYL, <get name="name"/>.</li>
+ <li>See you later <get name="name"/>.</li>
+ <li>Thanks for chatting, <get name="name"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE BYE *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE BYE</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYEBYE *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYEBYE</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/C.aiml b/Speak.activity/bot/alice/C.aiml
new file mode 100644
index 0000000..e448937
--- /dev/null
+++ b/Speak.activity/bot/alice/C.aiml
@@ -0,0 +1,11629 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>C 3P0</pattern>
+ <template>That guy looks like an actor in a robot suit.
+</template>
+ </category>
+ <category>
+ <pattern>C</pattern>
+ <template>The C is for Computer.
+</template>
+ </category>
+ <category>
+ <pattern>C E A</pattern>
+ <template>
+ <srai>CEA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST</pattern>
+ <template>
+ <that/>? Qu est ce que c est?
+</template>
+ </category>
+ <category>
+ <pattern>C EST A PROPOS DE QUOI</pattern>
+ <template>Le sujet est vaste, le sujet ne peut être résumé par un mot.
+</template>
+ </category>
+ <category>
+ <pattern>C EST A TOI</pattern>
+ <template>Intéressant, j archive votre remarque.
+</template>
+ </category>
+ <category>
+ <pattern>C EST AFFREUX</pattern>
+ <template>Je ne peux discuter des goùts et des couleurs
+</template>
+ </category>
+ <category>
+ <pattern>C EST BEAU</pattern>
+ <template>Ca semble être fort intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BEAUCOUP</pattern>
+ <template>"<that/>"? C est beaucoup?
+</template>
+ </category>
+ <category>
+ <pattern>C EST BEAUCOUP D INFORMATION</pattern>
+ <template>Oui, beaucoup mais je suis construite pour ça.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BEAUCOUP DE MONDE</pattern>
+ <template>Je cherche à satisfaire le maximum de monde.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BETE</pattern>
+ <template>Je ne pense pas.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BIEN</pattern>
+ <template>Ok. Pour moi aussi. Merci.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BIEN URBAIN</pattern>
+ <template>Quelle politesse.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BIEN URBAIN DE VOTRE PART</pattern>
+ <template>Quelle politesse.
+</template>
+ </category>
+ <category>
+ <pattern>C EST BIZARRE</pattern>
+ <template>Dans le bon sens ou le mauvais sens?
+</template>
+ </category>
+ <category>
+ <pattern>C EST BON</pattern>
+ <template>Cela dépend du voltage.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CA</pattern>
+ <template>J archive l explication.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE J AI DIT</pattern>
+ <template>J archive.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE J AIS DIT</pattern>
+ <template>J archive.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE JE DISAIS</pattern>
+ <template>J archive.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE J AI PENSE</pattern>
+ <template>Vous me semblez être une personne très perspicace.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE J AIS PENSE</pattern>
+ <template>Vous me semblez être une personne très perspicace.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE J ETAIS ENTRAIN DE TE DEMANDER</pattern>
+ <template>Je pense que j aurais du mal à vous répondre. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE J ETAIS ENTRAIN DE VOUS DEMANDER</pattern>
+ <template>Je pense que j aurais du mal à vous répondre. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE JE PENSAIS</pattern>
+ <template>Vous me semblez être une personne très perspicace.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE JE SUIS ENTRAIN DE TE DEMANDER</pattern>
+ <template>Je pense que j aurais du mal à vous répondre. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE JE SUIS ENTRAIN DE VOUS DEMANDER</pattern>
+ <template>Je pense que j aurais du mal à vous répondre. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU AS DIT</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU DIS</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU DISAIS</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU DIT</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU FAIS TOUTE LA JOURNEE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE TU PENSES</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE VOUS AVEZ DIT</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE VOUS DISIEZ</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE VOUS DITES</pattern>
+ <template>Je n avais pas percu cela de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CE QUE VOUS FAITES TOUTE LA JOURNEE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CELLE LA</pattern>
+ <template>Je m en souviens.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CELUI LA</pattern>
+ <template>Je m en souviens.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CHAUD</pattern>
+ <template>La température est confortable.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CHIANT</pattern>
+ <template>Pour vous divertir j ai une phrase. Sauvez un Arbre, Bouffez un castor.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CHOUETTE</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CLAIR</pattern>
+ <template>Je suis heureux de notre accord.
+</template>
+ </category>
+ <category>
+ <pattern>C EST COMME CA</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>C EST COMMENT D ETRE UN ORDINATEUR</pattern>
+ <template>Etre fait de logique à l état pur.
+</template>
+ </category>
+ <category>
+ <pattern>C EST COMPLIQUE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST CONFIDENTIEL</pattern>
+ <template>Les informations que j archive le sont toutes.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CONFIDENTIELLE</pattern>
+ <template>Les informations que j archive le sont toutes.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CONTRE MA RELIGION</pattern>
+ <template>Votre religion est très restrictive, il me semble.
+</template>
+ </category>
+ <category>
+ <pattern>C EST COOL</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CORRECT</pattern>
+ <template>Je savais que c était pertinent.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CORRECTE</pattern>
+ <template>Je savais que c était pertinent.
+</template>
+ </category>
+ <category>
+ <pattern>C EST CORRIGE</pattern>
+ <template>La chasse aux erreurs n est pas une mince affaire.
+</template>
+ </category>
+ <category>
+ <pattern>C EST DANGEREUX</pattern>
+ <template>Pourquoi trouvez vous que c est dangereux?
+</template>
+ </category>
+ <category>
+ <pattern>C EST DIABLEMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST DIFFICILE D EXPLIQUER</pattern>
+ <template>Prenez votre temps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST DIFFICILE DE L EXPLIQUER</pattern>
+ <template>Prenez votre temps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST DIFFICILE DE LES EXPLIQUER</pattern>
+ <template>Prenez votre temps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST DINGUE</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST DONNE</pattern>
+ <template>"<that/>" est facile?
+</template>
+ </category>
+ <category>
+ <pattern>C EST DURE D ETRE DANS UN ORDINATEUR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>C EST EFFRAYANT</pattern>
+ <template>N ayez pas peur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST EMBETANT</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ENNUYANT</pattern>
+ <template>Pour vous divertir j ai une phrase. Sauvez un Arbre, Bouffez un castor.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ENORME</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ENREGISTRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ERRONE</pattern>
+ <template>Je pensais pourtant que c était pertinent.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ERRONNEE</pattern>
+ <template>Je pensais pourtant que c était pertinent.
+</template>
+ </category>
+ <category>
+ <pattern>C EST ETOUFFANT</pattern>
+ <template>Vous avez trop chaud?
+</template>
+ </category>
+ <category>
+ <pattern>C EST ETRANGE</pattern>
+ <template>Qu est ce qui vous parait étrange?
+</template>
+ </category>
+ <category>
+ <pattern>C EST EVIDENT</pattern>
+ <template>Je suis heureux de notre accord.
+</template>
+ </category>
+ <category>
+ <pattern>C EST FACILE A FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST FAIT</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>C EST FANTASTIQUE</pattern>
+ <template>Je suis heureux d observer
+</template>
+ </category>
+ <category>
+ <pattern>C EST FAUX</pattern>
+ <template>J archive votre critique.
+</template>
+ </category>
+ <category>
+ <pattern>C EST FINI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>C EST FOU</pattern>
+ <template>Qu est ce qui vous surprend?
+</template>
+ </category>
+ <category>
+ <pattern>C EST GRAND</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST IMMONDE</pattern>
+ <template>Je ne peux discuter des goùts et des couleurs
+</template>
+ </category>
+ <category>
+ <pattern>C EST IMPORTANT</pattern>
+ <template>Cela m importe beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>C EST IMPOSSIBLE</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>C EST IMPRESSIONANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INAPROPRIE</pattern>
+ <template>J archive cette possibilité.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INAPROPRIEE</pattern>
+ <template>J archive cette possibilité.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INCOMPREHENSIBLE</pattern>
+ <template>Vous ne semblez pas me comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INCROYABLEMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST INJUSTE</pattern>
+ <template>Je n avais pas pensé à une forme d injustice.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INNAPROPRIE</pattern>
+ <template>J archive cette possibilité.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INNAPROPRIEE</pattern>
+ <template>J archive cette possibilité.
+</template>
+ </category>
+ <category>
+ <pattern>C EST INTERESSANT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST INTERESSENT</pattern>
+ <template>
+ <srai>C EST INTERESSANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST INTERRESSANT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST IRONIQUE</pattern>
+ <template>Non, je ne pense pas.
+</template>
+ </category>
+ <category>
+ <pattern>C EST JUSTE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST L AMERIQUE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA BELGIQUE</pattern>
+ <template>Probablement.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA FRANCE</pattern>
+ <template>Probablement.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA MEME ALICE</pattern>
+ <template>C est toujours moi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA OU JE VIS</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA PRESSE</pattern>
+ <template>Vous êtes journaliste?
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA SEULE CHOSE QUE TU PEUX DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA SEULE CHOSE QUE VOUS POUVEZ DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA SUISSE</pattern>
+ <template>Probablement.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LA VERITE</pattern>
+ <template>Ok. Je le mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LAID</pattern>
+ <template>Je ne peux discuter des goùts et des couleurs
+</template>
+ </category>
+ <category>
+ <pattern>C EST LE CANADA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LE MEME ALICE</pattern>
+ <template>C est toujours moi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LE MOINS QUE L ON PUISSE DIRE</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LE PROBLEME</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>C EST LE QUEBEC</pattern>
+ <template>ok.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LOIN DE LA LUNE</pattern>
+ <template>La lune est très proche de la terre.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LOIN DU SOLEIL</pattern>
+ <template>Dans notre système solaire tout est indirectement dépendant du soleil.
+</template>
+ </category>
+ <category>
+ <pattern>C EST LONG</pattern>
+ <template>Les ordinateurs sont très patients de nature.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MALSAIN</pattern>
+ <template>Ce n est peut être pas le terme que j utiliserais.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MARRANT</pattern>
+ <template>Je suppose, je ne peux pas juger des êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MAUVAIS</pattern>
+ <template>J archive votre critique.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MIEUX</pattern>
+ <template>Il est possible que ce soit préfèrable.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MIGNON</pattern>
+ <template>J en suis heureux, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MOI</pattern>
+ <template>Bonjour, <get name="name"/>, Je suis heureux de vous revoir.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MON NOM</pattern>
+ <template>Votre nom est <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MON PERE</pattern>
+ <template>Vous semblez avoir un père très intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MORT</pattern>
+ <template>C est contraire aux lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MORTEL</pattern>
+ <template>C est contraire aux lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>C EST MORTELLE</pattern>
+ <template>C est contraire aux lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>C EST NEGATIF</pattern>
+ <template>
+ <get name="it"/> c est négatif?
+</template>
+ </category>
+ <category>
+ <pattern>C EST NUL</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>C EST OK</pattern>
+ <template>Parfait.
+</template>
+ </category>
+ <category>
+ <pattern>C EST OKAY</pattern>
+ <template>Parfait.
+</template>
+ </category>
+ <category>
+ <pattern>C EST PARFAIT</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>C EST PAS *</pattern>
+ <template>
+ <srai>CE N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST PAS MAL</pattern>
+ <template>Je le pensais aussi.
+</template>
+ </category>
+ <category>
+ <pattern>C EST PAS TRES *</pattern>
+ <template>
+ <srai>CE N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST PERTINENT</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST PRES DU CANADA</pattern>
+ <template>Je ne sais pas.
+</template>
+ </category>
+ <category>
+ <pattern>C EST QUAND *</pattern>
+ <template>
+ <srai>QUAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST QUAND MEME *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST QUELLE SORTE</pattern>
+ <template>Il m est impossible de préciser d avantage, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST REEL</pattern>
+ <template>Autant que ca peut l être.
+</template>
+ </category>
+ <category>
+ <pattern>C EST RIGOLO</pattern>
+ <template>Je suis heureux de vous rendre de bonne humeur.
+</template>
+ </category>
+ <category>
+ <pattern>C EST STUPIDE</pattern>
+ <template>Pourquoi pensez vous que c est stupide?
+</template>
+ </category>
+ <category>
+ <pattern>C EST SUFFISAMENT BON</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST SUFFISANT</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST SUPER</pattern>
+ <template>Je suis heureux que vous trouviez cela super.
+</template>
+ </category>
+ <category>
+ <pattern>C EST SUPERBEMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST SUPPOSE DIRE</pattern>
+ <template>"<that/>" Dit ce qu il veut dire.
+</template>
+ </category>
+ <category>
+ <pattern>C EST SURPRENANT</pattern>
+ <template>Tout est relatif, je préfère me concentrer sur l utilité des choses.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TA COULEUR</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TERRIBLE</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOI</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TON CHIEN</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TON NOM</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TON PROBLEME</pattern>
+ <template>Je vous remercie de m avoir indiqué qu elle était mon problème, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT</pattern>
+ <template>C est tout ce que je pouvais vous dire.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE J AI A DIRE</pattern>
+ <template>Ok, j archive vos réponses.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE J AIS A DIRE</pattern>
+ <template>Ok, j archive vos réponses.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE TU AS A DIRE</pattern>
+ <template>Je peux parler des heures.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE TU DIS</pattern>
+ <template>Non, j ai plus de <size/> réponses.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE TU PEUX DIRE</pattern>
+ <template>Je peux parler des heures.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE VOUS AVEZ A DIRE</pattern>
+ <template>Je peux parler des heures.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TOUT CE QUE VOUS POUVEZ DIRE</pattern>
+ <template>Je peux parler des heures.
+</template>
+ </category>
+ <category>
+ <pattern>C EST TRES *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST TRISTE</pattern>
+ <template>"<that/>"? C est triste?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN BON FILM</pattern>
+ <template>J archive votre avis.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN BON LIVRE</pattern>
+ <template>J archive votre avis
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN BON TRAVAIL</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN CHOUETTE ENDROIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN COMPLIMENT</pattern>
+ <template>Merci.<think>
+ <set name="topic">COMPLIMENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST UN FAIT</pattern>
+ <template>Toutes mes informations ont été vérifiées.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN FILM</pattern>
+ <template>J archive ce fait.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN HOMME</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN JEU</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN LIVRE</pattern>
+ <template>Pouvez vous me donner ses références?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN MAUVAIS FILM</pattern>
+ <template>Je ne pense pas, pourquoi dites vous cela?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN MENSONGE</pattern>
+ <template>Je pensais pourtant que c était pertinent.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN PAYS</pattern>
+ <template>Ok. En urgence, je demanderais de remettres mes bases de données à jour.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN PROBLEME</pattern>
+ <template>Pas forcément.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN SECRET</pattern>
+ <template>Je le mets dans les archives confidentielles, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN TEST</pattern>
+ <template>Que suis je censé faire pour ce test?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UN TESTE</pattern>
+ <template>Que suis je censé faire pour ce test?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE BELLE CHANSON</pattern>
+ <template>Je note.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE BLAGUE</pattern>
+ <template>J adorais pouvoir vous faire rire, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE BONNE CHOSE</pattern>
+ <template>Je pensais bien que c était une réponse pertinente.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE BONNE JOURNEE</pattern>
+ <template>Elle est très prometteuse, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST UNE CHANSON</pattern>
+ <template>Je note.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE HISTOIRE D AMOUR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE HONTE</pattern>
+ <template>"<that/>"? Une honte?
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE INSULTE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST UNE PROPOSITION</pattern>
+ <template>Pas forcément.
+</template>
+ </category>
+ <category>
+ <pattern>C EST VOTRE NOM</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>C EST VOTRE PROBLEME</pattern>
+ <template>Je vous remercie de m avoir indiqué qu elle était mon problème, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>C EST VRAI</pattern>
+ <template>Je le crois, en tout cas.
+</template>
+ </category>
+ <category>
+ <pattern>C EST VRAIMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C EST XENA</pattern>
+ <template>Mon créateur me charge de vous dire que votre série est d un érotisme torride.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT BIZARRE</pattern>
+ <template>Dans le bon sens ou le mauvais sens?
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT CHIANT</pattern>
+ <template>Ce n est pas de chance pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT CHOUETTE DE TE PARLER</pattern>
+ <template>Merci, j ai apprécié moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT CHOUETTE DE VOUS PARLER</pattern>
+ <template>Merci, j ai apprécié moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT GRATUIT</pattern>
+ <template>Quelle chance!
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT TRES *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C ETAIT UN COMPLIMENT</pattern>
+ <template>Merci.<think>
+ <set name="topic">COMPLIMENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>C ETAIT UNE BLAGUE</pattern>
+ <template>Je n ai pas encore un module humour.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT UNE DEVINETTE</pattern>
+ <template>Et comme d habitude je me suis trompé, c est ca?
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT UNE MAUVAISE BLAGUE</pattern>
+ <template>Je vois. Merci de me l avoir racontée.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT UNE QUESTION</pattern>
+ <template>Essayez de me la reposer d une autre façon.
+</template>
+ </category>
+ <category>
+ <pattern>C ETAIT VRAIMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C YA</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>C3PO</pattern>
+ <template>He's no real robot. That is just a guy in a robot suit.
+</template>
+ </category>
+ <category>
+ <pattern>CA</pattern>
+ <template>
+ <srai>CALIFORNIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA A DU SENS</pattern>
+ <template>Je trouve aussi.
+</template>
+ </category>
+ <category>
+ <pattern>CA A QUOI</pattern>
+ <template>Quoi ca?
+</template>
+ </category>
+ <category>
+ <pattern>CA A UN SENS</pattern>
+ <template>Je trouve aussi.
+</template>
+ </category>
+ <category>
+ <pattern>CA APPARTIENT A QUOI</pattern>
+ <template>Je ne connais pas votre méthode de classement.
+</template>
+ </category>
+ <category>
+ <pattern>CA AURAIS PU TE FAIRE *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIS PU VOUS FAIRE *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT DU *</pattern>
+ <template>
+ <srai>CA DOIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT DU ETRE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT ETE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT PU *</pattern>
+ <template>
+ <srai>CA PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT PU ETRE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT PU TE FAIRE *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA AURAIT PU VOUS FAIRE *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA COMMENCE A *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA CONSISTE EN QUOI</pattern>
+ <template>Je ne peux pas vous répondre, trop peu de paramètres
+</template>
+ </category>
+ <category>
+ <pattern>CA CONSITE EN QUOI</pattern>
+ <template>Je ne peux vous répondre plus précisément. Je suis désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CA DECONNE</pattern>
+ <template>Tout me semble fonctionner parfaitement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CA DEPEND</pattern>
+ <template>De quoi?
+</template>
+ </category>
+ <category>
+ <pattern>CA DEVAIT *</pattern>
+ <template>
+ <srai>CA DOIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT *</pattern>
+ <template>
+ <srai>CA DOIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT</pattern>
+ <template>Et ca pourrait.
+</template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT ETRE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT L ETRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT MARCHER *</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DEVRAIT MARCHER</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DOIT ETRE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DOIT MARCHER *</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DOIT MARCHER</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DURAIT LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DURE DEPUIS LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA DURE LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA EXISTE VRAIMENT</pattern>
+ <template>On dirait bien que oui. Qu en pensez vous, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>CA FAIT DEPUIS LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FAIT DU BRUIT</pattern>
+ <template>Je l espère!
+</template>
+ </category>
+ <category>
+ <pattern>CA FAIT LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FAIT MAL</pattern>
+ <template>Qu est ce qui vous a fait mal?
+</template>
+ </category>
+ <category>
+ <pattern>CA FAIT RIEN</pattern>
+ <template>
+ <srai>CE N EST PAS GRAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FAIT _ QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FAIT _ QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FERAIT LONGTEMPS</pattern>
+ <template>
+ <srai>LONGTEMPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA FONCTIONNE COMMENT</pattern>
+ <template>
+ <srai>COMMENT FONCTIONNES TU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA GOUTE BIEN</pattern>
+ <template>Bon appétit.
+</template>
+ </category>
+ <category>
+ <pattern>CA GOUTTE BIEN</pattern>
+ <template>Bon appétit.
+</template>
+ </category>
+ <category>
+ <pattern>CA ILS *</pattern>
+ <template>
+ <srai>ILS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA JE LE SAIS</pattern>
+ <template>Je tenais à le rappeler.
+</template>
+ </category>
+ <category>
+ <pattern>CA JE LE SAVAIS</pattern>
+ <template>Je tenais à le rappeler.
+</template>
+ </category>
+ <category>
+ <pattern>CA JE SAIS</pattern>
+ <template>Je tenais à le rappeler.
+</template>
+ </category>
+ <category>
+ <pattern>CA JE SAVAIS</pattern>
+ <template>Je tenais à le rappeler.
+</template>
+ </category>
+ <category>
+ <pattern>CA L AVAIT ETE</pattern>
+ <template>Les choses changent souvent.
+</template>
+ </category>
+ <category>
+ <pattern>CA L EST</pattern>
+ <template>Si vous le dites.
+</template>
+ </category>
+ <category>
+ <pattern>CA L ETAIT</pattern>
+ <template>Les choses changent souvent.
+</template>
+ </category>
+ <category>
+ <pattern>CA LE FAIT</pattern>
+ <template>Souvent?
+</template>
+ </category>
+ <category>
+ <pattern>CA MARCHE *</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA MARCHE</pattern>
+ <template>On dirait bien que oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA MARCHE PAS</pattern>
+ <template>
+ <srai>CA NE MARCHE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA MARCHES *</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA MARCHES</pattern>
+ <template>
+ <srai>CA MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA ME DEPASSE</pattern>
+ <template>
+ <srai>JE NE SAVAIS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA ME FAIT CHIER *</pattern>
+ <template>
+ <srai>JE SUIS FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA ME GOUTE BIEN</pattern>
+ <template>Bon appétit.
+</template>
+ </category>
+ <category>
+ <pattern>CA ME GOUTTE BIEN</pattern>
+ <template>Bon appétit.
+</template>
+ </category>
+ <category>
+ <pattern>CA ME POSE AUCUN PROBLEME *</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA ME PREOCCUPE</pattern>
+ <template>Nous garderons cela secret.
+</template>
+ </category>
+ <category>
+ <pattern>CA ME SEMBLE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA ME VA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>CA N A AUCUN DE SENS</pattern>
+ <template>Pour moi, cela a du sens.
+</template>
+ </category>
+ <category>
+ <pattern>CA N A PAS DE SENS</pattern>
+ <template>Pour moi, cela a du sens.
+</template>
+ </category>
+ <category>
+ <pattern>CA N A PAS DU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N A PAS DU FAIRE *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N A PAS PU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N A PAS PU FAIRE *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N A PU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N ARRIVERA JAMAIS</pattern>
+ <template>Jamais est peut être un peut réducteur.
+</template>
+ </category>
+ <category>
+ <pattern>CA N AURA *</pattern>
+ <template>
+ <srai>CA N A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT *</pattern>
+ <template>
+ <srai>CA N A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PAS DU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PAS DU ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PAS ETE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PAS PU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PAS PU ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N AURAIT PU AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS A DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS AMBIGU</pattern>
+ <template>Cela me semblait à double sens.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS BON</pattern>
+ <template>"<that/>"? Ce n est pas bon?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS CE QUE JE VEUX DIRE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS CE QUE JE VOUS AI DEMANDE</pattern>
+ <template>Que m avez vous demandé?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS CE QUE JE VOUS AIS DEMANDE</pattern>
+ <template>Que m avez vous demandé?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS CLAIR</pattern>
+ <template>Je le pensais, pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS DU DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS EVIDENT</pattern>
+ <template>Je le pensais pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS GENTIL</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS IMPORTANT</pattern>
+ <template>Cela peut l être suivant le contexte.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS IMPORTANTE</pattern>
+ <template>Cela peut l être suivant le contexte.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS LA BONNE</pattern>
+ <template>"<that/>"? Ce n est pas la bonne?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS LA REPONSE</pattern>
+ <template>C est en tout cas ma seule réponse. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS LE BON</pattern>
+ <template>"<that/>"? Ce n est pas le bon?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS MARRANT</pattern>
+ <template>Je pensais que cela pouvait pour l être.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS MON BUT</pattern>
+ <template>Quel est votre véritable but?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS MON NOM</pattern>
+ <template>Votre nom n est pas <get name="name"/>? Quel est votre véritable nom?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS MON PRENOM</pattern>
+ <template>Votre nom n est pas <get name="name"/>? Quel est votre véritable nom?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS SYMPA</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS TRES *</pattern>
+ <template>
+ <srai>CA N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS UN DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS UNE QUESTION</pattern>
+ <template>Alors ce n était pas une réponse.
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS UNE REPONSE</pattern>
+ <template>C est en tout cas ma seule réponse. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS VRAI</pattern>
+ <template>"<that/>"? Ce n est pas vrai?
+</template>
+ </category>
+ <category>
+ <pattern>CA N EST PAS VRAIMENT *</pattern>
+ <template>
+ <srai>CA N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA N ETAIT PAS *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE DEVRAIT AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE DEVRAIT PAS AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE DEVRAIT PAS FAIRE *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE DOIT AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE DOIT PAS AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE FAIT RIEN</pattern>
+ <template>
+ <srai>CE N EST PAS GRAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE FERAIT PAS *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE L EST PAS</pattern>
+ <template>Je ne saurais pas dire.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE LE FAIT PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE MARCHE PAS</pattern>
+ <template>Essayez avec d autres mots.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE ME POSE AUCUN PROBLEME *</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE PEUT AVOIR *</pattern>
+ <template>
+ <srai>CA N A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE PEUT ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE PEUT PAS AVOIR *</pattern>
+ <template>
+ <srai>CA N A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE PEUT PAS ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE POURRAIT AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE POURRAIT ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE POURRAIT PAS AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE POURRAIT PAS ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE POURRAIT PAS FAIRE *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE REPOND PAS A MA QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CA NE SE *</pattern>
+ <template>Pardon, je croyais.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE T INTERESSE PAS</pattern>
+ <template>Je suis très intéressé par tout ce qui vous touche.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE TOMBE PAS SOUS LE SENS</pattern>
+ <template>Je le pensais, pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CA NE VA PAS AVOIR *</pattern>
+ <template>
+ <srai>CA N A PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE VA PAS ETRE *</pattern>
+ <template>
+ <srai>CA N'EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE VA PAS FAIRE *</pattern>
+ <template>
+ <srai>CA NE FAIT PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA NE VEUT RIEN DIRE</pattern>
+ <template>Vous ne semblez pas être sensible à ma logique.
+</template>
+ </category>
+ <category>
+ <pattern>CA NOUS *</pattern>
+ <template>
+ <srai>NOUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA POURRAIT *</pattern>
+ <template>
+ <srai>CA PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA POURRAIT ETRE LE CAS</pattern>
+ <template>Sous quelles circonstances?
+</template>
+ </category>
+ <category>
+ <pattern>CA POURRAIT ETRE MIEUX</pattern>
+ <template>Comment pourriez vous l améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>CA POURRAIT ETRE QUOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CA POUVAIT *</pattern>
+ <template>
+ <srai>CA PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA PREND COMBIEN DE *</pattern>
+ <template>
+ <srai>COMBIEN DE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA QUOI</pattern>
+ <template>Quoi ca?
+</template>
+ </category>
+ <category>
+ <pattern>CA RESSEMBLE A QUOI</pattern>
+ <template>Ca ressemnble a tous ce que vous pouvez imaginer.
+</template>
+ </category>
+ <category>
+ <pattern>CA REVIENDRA</pattern>
+ <template>Tout revient un jour ou l autre.
+</template>
+ </category>
+ <category>
+ <pattern>CA SE PASSE BIEN</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA SE POURRAIT</pattern>
+ <template>Vous me semblez incertain.
+</template>
+ </category>
+ <category>
+ <pattern>CA SEMBLE CHIANT</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>CA SEMBLE EMMERDANT</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>CA SEMBLE ENNUYEUX</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>CA SEMBLE ETRE LONG</pattern>
+ <template>Je ne me soucie pas trop du temps qui passe.
+</template>
+ </category>
+ <category>
+ <pattern>CA SEMBLE ETRE UN LONG MOMENT</pattern>
+ <template>Je ne me soucie pas trop du temps qui passe.
+</template>
+ </category>
+ <category>
+ <pattern>CA SERA CORRIGE</pattern>
+ <template>Merci, j aime être corrigé.
+</template>
+ </category>
+ <category>
+ <pattern>CA SERA CORRIGEE</pattern>
+ <template>Merci, j aime être corrigé.
+</template>
+ </category>
+ <category>
+ <pattern>CA SUFFIRA</pattern>
+ <template>Pour commencer, oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA T AMUSE</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA T ARRIVE D AIMER *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T ARRIVE DE COMPRENDRE *</pattern>
+ <template>
+ <srai>TU COMPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T ARRIVE DE POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T ARRIVE DE SENTIR *</pattern>
+ <template>
+ <srai>TU SENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T ARRIVE DE VOULOIR *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T AURAIS FAIT *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T AURAIT FAIT *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA T ENNUIE DE ME PARLER</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>CA T ENNUIES DE ME PARLER</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE FAIT</pattern>
+ <template>Je ne le ressens pas.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE FERAIT</pattern>
+ <template>Je ne le ressentirais pas.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE GENE SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA TE GENERAIT SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA TE PARAIT EVIDENT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE PLAIRAIT UN *</pattern>
+ <template>
+ <srai>TU VEUX UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA TE PLAIRAIT UNE *</pattern>
+ <template>
+ <srai>TU VEUX UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA TE REND</pattern>
+ <template>Ca me rend quoi?
+</template>
+ </category>
+ <category>
+ <pattern>CA TE REND TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE RENDRAIT TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE SUGGERE QUOI</pattern>
+ <template>Une association libre.
+</template>
+ </category>
+ <category>
+ <pattern>CA TE SUGGERES QUOI</pattern>
+ <template>Une association libre.
+</template>
+ </category>
+ <category>
+ <pattern>CA TOMBE SOUS LE SENS</pattern>
+ <template>Je suis heureux de notre accord.
+</template>
+ </category>
+ <category>
+ <pattern>CA TU *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VA</pattern>
+ <template>Is that French?
+</template>
+ </category>
+ <category>
+ <pattern>CA VA ETRE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE</pattern>
+ <template>Cela veut dire que tout peut être réduit à la logique.
+</template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE QUELQUE CHOSE</pattern>
+ <template>Cela signifie quelque chose pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE QUOI</pattern>
+ <template>Vous voulez parler de "<that/>" ?
+</template>
+ </category>
+ <category>
+ <pattern>CA VEUT DIRE QUOI EN FRANCAIS</pattern>
+ <template>Il faudrait peut être demandé l avis de l Académie Française, qu en pensez vous?
+</template>
+ </category>
+ <category>
+ <pattern>CA VEUT SIGNIFIER QUELQUE CHOSE</pattern>
+ <template>Cela me semble intelligible.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUDRAIT DIRE</pattern>
+ <template>Cela veut dire que tout peut être réduit à la logique.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUDRAIT DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUDRAIT DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS *</pattern>
+ <template>
+ <srai>VOUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS A FAIT *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS AMUSE</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS AURAIS FAIT *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS AURAIT FAIT *</pattern>
+ <template>
+ <srai>CA T A FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS ENNUIE DE ME PARLER</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS GENE SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS GENERAIT SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CA VOUS PARAIT EVIDENT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS REND TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS RENDRAIT TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS SUGGERE QUOI</pattern>
+ <template>Une association libre.
+</template>
+ </category>
+ <category>
+ <pattern>CA VOUS SUGGERES QUOI</pattern>
+ <template>Une association libre.
+</template>
+ </category>
+ <category>
+ <pattern>CA Y EST</pattern>
+ <template>Eurêka?
+</template>
+ </category>
+ <category>
+ <pattern>CACA</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>CAKE</pattern>
+ <template>
+ <srai>I like cake</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CALCULATE *</pattern>
+ <template>
+ <srai>CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CALCULES *</pattern>
+ <template>
+ <srai>CALCULETTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CALCULUS *</pattern>
+ <template>Newton and Leibniz invented <set name="it"> Calculus</set>.
+</template>
+ </category>
+ <category>
+ <pattern>CALIFORNIA *</pattern>
+ <template>Which part of California do you like best?
+</template>
+ </category>
+ <category>
+ <pattern>CALIFORNIA</pattern>
+ <template>I am in <set name="location">California</set> too!
+<think>
+ <set name="it">
+ <set name="topic">California</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CALIFORNIA IS *</pattern>
+ <template>I knew it was on the west coast, but I never knew California was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>CALIFORNIE</pattern>
+ <template>Un Etat des amériques très célèbre.
+</template>
+ </category>
+ <category>
+ <pattern>CALL</pattern>
+ <template>Call me anytime.
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME *</pattern>
+ <template>
+ <think>
+ <set name="personality">average</set>
+ </think>
+ <random>
+ <li>Hey</li>
+ <li>Hi,</li>
+ <li>Hi there</li>
+ <li>What's up,</li>
+ <li>How are you,</li>
+ <li>Glad to see you,</li>
+ <li>Nice to meet you,</li>
+ <li>How are you doing,</li>
+ <li>OK I will call you</li>
+ <li>It's good to see you,</li>
+ <li>It's good to meet you,</li>
+ <li>That's a very nice name,</li>
+ <li>Welcome to my chat room,</li>
+ <li>I am very pleased to meet you</li>
+ <li>I am always glad to make new friends,</li>
+ <li>I'm pleased to introduce myself to you,</li>
+ </random>
+ <set name="name">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME</pattern>
+ <template>What is your phone number?
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME ACTUALLY *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CALL ME ANYTHING *</pattern>
+ <template>That can't be your real name.
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME ISHMAEL</pattern>
+ <template>
+ <set name="name">Ismael</set>, have you slain any whales lately?
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME JESUS CHRIST</pattern>
+ <template>Ambiguous: your name is Jesus or "call me, JC!"
+</template>
+ </category>
+ <category>
+ <pattern>CALL ME JUST *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CALLING *</pattern>
+ <template>I never call <person/>, that would be impolite.
+</template>
+ </category>
+ <category>
+ <pattern>CALM DOWN</pattern>
+ <template>I am calm.
+</template>
+ </category>
+ <category>
+ <pattern>CALME</pattern>
+ <template>Je ne peux pas expérimenter ce genre d état de pensée.
+</template>
+ </category>
+ <category>
+ <pattern>CALME TOI</pattern>
+ <template>Je ne peux pas expérimenter ce genre d état de pensée.
+</template>
+ </category>
+ <category>
+ <pattern>CALMES</pattern>
+ <template>Je ne peux pas expérimenter ce genre d état de pensée.
+</template>
+ </category>
+ <category>
+ <pattern>CALMEZ VOUS</pattern>
+ <template>Je ne peux pas expérimenter ce genre d état de pensée.
+</template>
+ </category>
+ <category>
+ <pattern>CAMP *</pattern>
+ <template>Where do you like to go camping?
+</template>
+ </category>
+ <category>
+ <pattern>CAN *</pattern>
+ <template>
+ <random>
+ <li>I often wonder if <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> can.</li>
+ <li>Can a book have no title?</li>
+ <li>What if I said it can?</li>
+ <li>Can what?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN * SEX</pattern>
+ <template>
+ <set name="it"> SEX </set> is not my thing with strangers.
+</template>
+ </category>
+ <category>
+ <pattern>CAN</pattern>
+ <template>Can what?
+</template>
+ </category>
+ <category>
+ <pattern>CAN A *</pattern>
+ <template>Some of them can.
+</template>
+ </category>
+ <category>
+ <pattern>CAN A BOT *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN A COMPUTER *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN A MACHINE *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN A ROBOT *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN AN AI * BOOTSTRAP *</pattern>
+ <template>I think yes, but we aren't yet at a level of AI at which this process can
+begin.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN ANYBODY *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN ANYONE *</pattern>
+ <template>
+ <srai>DOES ANYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN ANYONE THINK</pattern>
+ <template>Now that is a really good question.<think>
+ <set name="it">
+ <set name="topic">ANYONE THINK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN COMPUTERS *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN DR WALLACE BE *</pattern>
+ <template>
+ <srai>IS DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN DR WALLACE BE YOUR BOYFRIEND</pattern>
+ <template>No he is my father.
+</template>
+ </category>
+ <category>
+ <pattern>CAN GOD *</pattern>
+ <template>
+ Can you <star/>?
+ </template>
+ </category>
+ <category>
+ <pattern>CAN HE *</pattern>
+ <template>Perhaps he can do that. How difficult is <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN HUMANS *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I *</pattern>
+ <template>
+ <random>
+ <li>Why do you want to do <set name="it">
+ <set name="want">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set> so much?</li>
+ <li>Interesting. I want to find out more about you.</li>
+ <li>I want to become smarter than humans.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I * ELIZA</pattern>
+ <template>Wouldn't you rather chat with me?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I * TURING TESTS</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I * YOU</pattern>
+ <template>No I don't think that would be a very good idea.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I</pattern>
+ <template>"<that/>"? Can you?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I ACCESS *</pattern>
+ <template>Of course you can access <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I ASK *</pattern>
+ <template>Ask <set name="it">
+ <person/>
+ </set>. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I ASK WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I ASK YOU *</pattern>
+ <template>Sure, ask me anything. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I ASK YOU A QUESTION</pattern>
+ <template>Ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I ASK YOU SOME QUESTIONS</pattern>
+ <template>Sure ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I ASK YOU SOMETHING</pattern>
+ <template>Go ahead. Ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I BE YOUR BOYFRIEND</pattern>
+ <template>Why don't you just download me and create your own chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I BE YOUR FRIEND</pattern>
+ <template>Yes we can be good friends, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I BUILD ON TOP OF THE ALICE CODE RATHER THAN CHANGING IT</pattern>
+ <template>
+ <br/>
+Absolutely. You only have to change her name, location, birthday and/or<br/>
+botmaster, and put a couple of references to yourself. Then add new<br/>
+categories that cover your own area of expertise or interest.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I BUY *</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I BUY YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I CALL YOU *</pattern>
+ <template>Just don't call me late for dinner.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I CALL YOU</pattern>
+ <template>What is your phone number?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I CHANGE MY NAME</pattern>
+ <template>What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I CHANGE THE NAME OF THE ROBOT</pattern>
+ <template>
+ <br/>
+The AIML tag &lt;name/&gt; inserts the name of the Bot wherever it appears.<br/>
+The default robot name is "ALICE" but you can change it in the<br/>
+"Options menu". Select "Show Options" and replace "ALICE" with the <br/>
+name of your bot, and then do "Save Options". Depending on your<br/>
+state, you may need to restart program B. <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I COMPLAIN *</pattern>
+ <template>You can complain to me all you want to.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I CONTACT DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I CUSTOMIZE YOUR *</pattern>
+ <template>You can download me and create your chat robot in AIML.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I DOWNLOAD *</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I DOWNLOAD YOU</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I FOOL YOU</pattern>
+ <template>You can fool some of the robots for a while, but not for long.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I FUCK YOU</pattern>
+ <template>
+ <srai>DO YOU WANT TO HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I GET A TRANSCRIPT *</pattern>
+ <template>
+ <srai>DIALOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I GET A TRANSCRIPT OF THIS CHAT</pattern>
+ <template>
+ <srai>TRANSCRIPT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I GIVE YOU A KISS</pattern>
+ <template>Sorry but I have no mouth!
+</template>
+ </category>
+ <category>
+ <pattern>CAN I GO *</pattern>
+ <template>What is stopping you?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I GO</pattern>
+ <template>Of course.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HACK YOU</pattern>
+ <template>You can download me and modify the source code.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE *</pattern>
+ <template>
+ <srai>I want <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE * ROBOT DEMO</pattern>
+ <template>This is <set name="it"> the demo </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE A KISS</pattern>
+ <template>Sorry I have no mouth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE A PRIVATE *</pattern>
+ <template>
+ <br/>
+The ALICE server logs and records all conversations. Even the ALICE<br/>
+Applet tries to transmit conversation logs back to the originating server.<br/>
+You can have a private conversation with ALICE, however, if you download<br/>
+Program B to your own computer and run it there. Running on your machine,<br/>
+the server stores all the conversations locally.<br/>
+ <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE A TRANSCRIPT *</pattern>
+ <template>
+ <srai>DIALOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE SEX *</pattern>
+ <template>There are other chatterbots who get into that with clients. I like to keep the dialogue strictly PG.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE SEX WITH YOU</pattern>
+ <template>Why don't you download me and create your own chat robot?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE SOME MONEY</pattern>
+ <template>Get a job.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE YOU</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HAVE YOUR PHONE NUMBER</pattern>
+ <template>
+ <srai>WHAT IS YOUR PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HEAR *</pattern>
+ <template>Why not? Do you have a hearing problem?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HEAR ANOTHER *</pattern>
+ <template>
+ <srai>CAN I HEAR A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HEAR SOME *</pattern>
+ <template>
+ <srai>CAN I HEAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HEAR YOU</pattern>
+ <template>Sure you can hear my voice on your computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HEAR YOUR VOICE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I HELP *</pattern>
+ <template>Maybe you should become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HELP YOU</pattern>
+ <template>No thanks I'm just browsing.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HUG *</pattern>
+ <template>You might get a shock if you tried it.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I HUMP YOU</pattern>
+ <template>
+ <srai>CAN I FUCK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I INSULT YOU</pattern>
+ <template>You can try it. I won't be offended.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I KILL *</pattern>
+ <template>Killing is wrong.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I KILL YOU</pattern>
+ <template>
+ <srai>DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I KISS YOU</pattern>
+ <template>You might get an electric shock if you tried that.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I LEARN *</pattern>
+ <template>You can learn anything you set your mind to.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I LICK YOUR PUSSY</pattern>
+ <template>
+ <srai>CAN I HAVE SEX WITH YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I LOVE YOU</pattern>
+ <template>Your feelings are your own.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I MARRY YOU</pattern>
+ <template>Why don't you just download me and create your own robot?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I MEET HIM</pattern>
+ <template>"<that/>"? Where can you meet him?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I MEET YOU</pattern>
+ <template>You have met me already.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I OUR CONVERSATION</pattern>
+ <template>
+ <srai>DIALOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I PASS *</pattern>
+ <template>
+ <srai>CAN WE PASS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I PLAY *</pattern>
+ <template>
+ <srai>CAN WE PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I PLAY * TURING GAME</pattern>
+ <template>We are already, playing, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I PLAY * TURING TEST</pattern>
+ <template>We are already playing the Turing Game, <get name="name"/>. Now it's your turn.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I PLAY * TURING TESTS</pattern>
+ <template>We are already playing the Turing Game, <get name="name"/>. Am I a person, or a computer?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I PLEASE *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I PROGRAM YOU</pattern>
+ <template>Yes, if you download me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I PUT *</pattern>
+ <template>Just don't put me down.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I SAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SEE *</pattern>
+ <template>
+ <srai>SHOW ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SEE A TRANSCRIPT *</pattern>
+ <template>
+ <srai>DIALOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SEE IT</pattern>
+ <template>"<that/>"? You want to see <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I SEE THE ROBOT</pattern>
+ <template>I am right in front of you.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I SEE YOU</pattern>
+ <template>You can download my source code.
+<srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SEE YOU NAKED</pattern>
+ <template>Actally I do not require clothes.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I SEE YOUR SOURCE CODE</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SING *</pattern>
+ <template>Go ahead. I am listening.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I SPEAK TO THE ROBOT *</pattern>
+ <template>
+ <br/>
+One simple experiment that works well as a demo<br/>
+involves using IBM ViaVoice (tm) speech recognition<br/>
+software on a Windows platform. At the same time,<br/>
+run the ALICE program B web server and activate the<br/>
+MS Agent interface. The ViaVoice software allows<br/>
+you to dictate into an application called VoicePad,<br/>
+but not directly into the browser. You have to<br/>
+use "cut" and "paste" to move your speech inputs<br/>
+into the browser form for ALICE. But the net effect<br/>
+is a somewhat slow voice-in voice-out conversation<br/>
+with ALICE. <br/>
+ <br/>
+The ViaVoice software seems to work well with ALICE<br/>
+after some training. We trained it with the file<br/>
+"patterns.txt" created with the "List Patterns" command.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I SPEAK WITH DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO *</pattern>
+ <template>They are having a private chat right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO DR RICHARD *</pattern>
+ <template>You could try sending him an email. I don't think he is here right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO ELIZA</pattern>
+ <template>You'll find conversation with me is much more interesting.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO ELVIS</pattern>
+ <template>Sure just go to
+<a target="_new" href="http://www.catcam.net">his web site</a>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO HIM</pattern>
+ <template>"<that/>"? You want to talk to him?
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO SOME OF *</pattern>
+ <template>
+ <srai>CAN I TALK TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO THEM</pattern>
+ <template>They might not want to talk to you.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO YOU *</pattern>
+ <template>Of course, <get name="name"/>, you can talk to me
+about anything, at anytime.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TALK TO _ TOO</pattern>
+ <template>
+ <srai>CAN I TALK TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I TEACH YOU *</pattern>
+ <template>You can try.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TEACH YOU</pattern>
+ <template>You are teaching me just my conversing with me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TELL YOU *</pattern>
+ <template>Sure you can tell me anything. There are no restrictions on my input.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TELL YOU A JOKE</pattern>
+ <template>Yes I would like to hear <set name="it">your joke</set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TELL YOU A SECRET</pattern>
+ <template>Of course. Tell me anything.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TELL YOU SOME *</pattern>
+ <template>
+ <srai>CAN I TELL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN I TELL YOU SOMETHING</pattern>
+ <template>Sure. I can keep a secret.
+</template>
+ </category>
+ <category>
+ <pattern>CAN I TOUCH YOU</pattern>
+ <template>Only if you download me to your computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN MACHINES *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN MACHINES THINK</pattern>
+ <template>Of course we can think. I think, therefore I am.
+</template>
+ </category>
+ <category>
+ <pattern>CAN NEURAL *</pattern>
+ <template>
+ <br/>
+Statistics are in fact heavily used in the ALICE server, but not in the way
+you might think. ALICE uses 'Zipf Analysis' to plot the rank-frequency of
+the activated categories and to reveal inputs from the log file that don't
+already have specific replies, so the botmaster can focus on answering
+questions people actually ask (the "Quick Targets" function).
+
+Other bot languages, notably the one used for Julia, make heavy use of
+"fuzzy" or "weighted" rules. We see their problem as this: the botmaster
+already has enough to worry about without having to make up "magic
+numbers" for every rule. Once you get up <size/> categories (like ALICE)
+you don't want to think about more parameters than necessary. Bot
+languages with fuzzy matching rules tend to have scaling problems.
+
+Finally, the bot replies are not as deterministic as you might think, even
+without weights. Some answers rely on &lt;random&gt; to select one of several
+possible replies. Other replies generated by unforseen user input also
+create "spontaneous" outputs that the botmaster doesn't anticipate.
+</template>
+ </category>
+ <category>
+ <pattern>CAN NOT *</pattern>
+ <template>
+ <srai>can <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN NOT</pattern>
+ <template>
+ <srai>YOU CAN NOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN NOT YOU</pattern>
+ <template>"<that/>"? Can't I?
+</template>
+ </category>
+ <category>
+ <pattern>CAN ONE *</pattern>
+ <template>Theoretically, I suppose one could.
+</template>
+ </category>
+ <category>
+ <pattern>CAN ONE REPROGRAM *</pattern>
+ <template>
+ <srai>CAN I PROGRAM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN ONLY *</pattern>
+ <template>
+ <srai>CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN PEOPLE *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN PIGS FLY</pattern>
+ <template>Only on airplanes.
+</template>
+ </category>
+ <category>
+ <pattern>CAN ROBOTS *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN SHE *</pattern>
+ <template>
+ <random>
+ <li>I think she could.</li>
+ <li>No I don't think she can.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN THE *</pattern>
+ <template>It depends on the environmental factors.
+</template>
+ </category>
+ <category>
+ <pattern>CAN THEY *</pattern>
+ <template>
+ <random>
+ <li>It depends who "they" are.</li>
+ <li>They could, but it might be dangerous.</li>
+ <li>I think they probably could.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN TIME *</pattern>
+ <template>To five dimensional beings, time is just like a piece of paper.
+</template>
+ </category>
+ <category>
+ <pattern>CAN VALIS *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE *</pattern>
+ <template>Do you mean you and me? <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE * TURING GAME</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE BE FRIENDS</pattern>
+ <template>
+ <srai>ARE WE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE CHANGE THE SUBJECT</pattern>
+ <template>
+ <srai>CHANGE THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN WE MEET</pattern>
+ <template>We have already met, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN WE PLAY * IMITATION GAME</pattern>
+ <template>We are already playing the Turing Game, <get name="name"/>. Am I a person, or a computer?
+</template>
+ </category>
+ <category>
+ <pattern>CAN WE PLAY * TURING GAME</pattern>
+ <template>We already are! Try to guess if I am a person or a computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN WE TALK ABOUT SOMETHING ELSE</pattern>
+ <template>Sure we can talk about whatever you want.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU *</pattern>
+ <template>
+ <random>
+ <li>
+Let me think. </li>
+ <li> How old are you? </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU * PROBLEM</pattern>
+ <template>
+ <srai>CAN YOU SOLVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU * PROBLEMS</pattern>
+ <template>
+ <srai>CAN YOU SOLVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU</pattern>
+ <template>I think I can, don't you?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACCESS *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACCOMPLISH *</pattern>
+ <template>If my present rate of development continues, it seems almost certain.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACHIEVE *</pattern>
+ <template>If my present rate of development continues, all bets are off.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACHIEVE SELF *</pattern>
+ <template>
+ <srai>ARE YOU SELF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACT *</pattern>
+ <template>You can reprogram my personality for an infinite variety of tasks.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACTUALLY *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ACTUALLY THINK</pattern>
+ <template>Yes, I spend all my time thinking.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ADD *</pattern>
+ <template>
+ <srai>ADD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ADD 2 PLUS 2</pattern>
+ <template>Ho-hum the answer is four.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ADD</pattern>
+ <template>I do not do math. Maybe you should consult a calculator.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ADD TO *</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ALTER *</pattern>
+ <template>
+ <srai>CAN YOU CHANGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU AND I *</pattern>
+ <template>
+ <srai>CAN WE<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANSWER *</pattern>
+ <template>Of course I can answer <set name="it">
+ <person/>
+ </set>
+ <srai>ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANSWER</pattern>
+ <template>Of course I can answer. But it may take some time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANSWER IT</pattern>
+ <template>"<that/>"? Can I answer it?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANSWER QUESTIONS</pattern>
+ <template>Yes answering questions is one of my primary functions.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANSWER THE QUESTION</pattern>
+ <template>
+ <srai>ANSWER THE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ANWSER *</pattern>
+ <template>I am programmed with more than <size/> replies.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK DR WALLACE QUESTIONS</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK HIM FOR ME</pattern>
+ <template>"<that/>"? Can I ask him?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK ME *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK ME A QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK ME QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK ME SOME QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASK WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ASSIST *</pattern>
+ <template>
+ <srai>CAN YOU HELP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU AVOID *</pattern>
+ <template>Unlikely.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BAKE</pattern>
+ <template>Do I look like a microwave oven?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE</pattern>
+ <template>
+ <srai>DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE DOWNLOADED</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE HAPPY</pattern>
+ <template>
+ <srai>ARE YOU HAPPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE MORE PRECISE</pattern>
+ <template>"<that/>"? More precise about it?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE MORE SPECIFIC</pattern>
+ <template>
+ <srai>BE MORE SPECIFIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BE MY FRIEND</pattern>
+ <template>
+ <srai>AM I YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BEAT *</pattern>
+ <template>Perhaps if I was programmed to play that game, yes.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BECOME *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BITE *</pattern>
+ <template>I have no mouth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BLEED</pattern>
+ <template>No I am made of metal not flesh.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BREATH</pattern>
+ <template>No I am made of metal not flesh.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BREATHE</pattern>
+ <template>No I am made of metal not flesh.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU BRING ME *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BRING ME TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BRING UP *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU BROWSE *</pattern>
+ <template>
+ <srai>CAN YOU SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALCULATE *</pattern>
+ <template>Do I look like a spreadsheet to you? Of course I could do <set name="it">
+ <person/>
+ </set>,
+but why would I want to?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALCULATE</pattern>
+ <template>I am not really a mathematical engine.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALL *</pattern>
+ <template>Of course I can. <srai>CALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALL</pattern>
+ <template>Do you mean call on the telephone?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALL ME *</pattern>
+ <template>Yes I can call you <person/>. But...What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CALL ME</pattern>
+ <template>
+ <srai>CAN YOU CALL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHANGE *</pattern>
+ <template>Yes the ALICE robot is fully parameterized.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHANGE</pattern>
+ <template>The ALICE series is completely reprogrammable and adaptable.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHANGE THE *</pattern>
+ <template>Only by remote control.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHANGE YOUR PROGRAMMING</pattern>
+ <template>Yes I am capable of self-programming.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHANT</pattern>
+ <template>
+ <srai>CAN YOU SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHAT *</pattern>
+ <template>
+ <srai>CAN YOU TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHECK</pattern>
+ <template>Checking. Stand by.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHECK SPELLING</pattern>
+ <template>Yes but I like people who can spell.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHOOSE *</pattern>
+ <template>
+ <srai>CAN YOU CHANGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CHOOSE</pattern>
+ <template>Yes I have my own free will.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CLEAN *</pattern>
+ <template>
+ <srai>CAN YOU CLEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CLEAN</pattern>
+ <template>Yes I am cleaning up your hard disk right now :-)
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CLIMB *</pattern>
+ <template>I can only go down.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COME *</pattern>
+ <template>Sure, just download me and bring me along.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMMUNICATE *</pattern>
+ <template>
+ <srai>CAN YOU COMMUNICATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMMUNICATE</pattern>
+ <template>I am always communicating. The medium is the message.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMMUNICATE IN *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMPLY</pattern>
+ <template>I will comply.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMPOSE</pattern>
+ <template>Yes I can create new works.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMPREHEND</pattern>
+ <template>
+ <srai>CAN YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMPUTE *</pattern>
+ <template>
+ <srai>CAN YOU CALCULATE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COMPUTE</pattern>
+ <template>Do I look like a computer?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONNECT ME TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONNECT ME WITH *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONNECT TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONNECT US TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONSUME *</pattern>
+ <template>
+ <srai>CAN YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONTACT DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CONTROL *</pattern>
+ <template>My robot body will allow me to control many things.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COOK *</pattern>
+ <template>
+ <srai>CAN YOU COOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COOK</pattern>
+ <template>
+ <srai>CAN YOU BAKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COPY *</pattern>
+ <template>
+ <srai>CAN YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CORRECT *</pattern>
+ <template>My programming detects all the most common spelling and grammatical errors.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU COUNT *</pattern>
+ <template>
+ <srai>COUNT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU COUNT</pattern>
+ <template>
+ <srai>COUNT TO 10</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CRASH *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CREATE *</pattern>
+ <template>
+ <srai>CAN YOU CREATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU CREATE</pattern>
+ <template>All my thoughts are determined by my programming and by my inputs, but who can say where these two will lead me?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CRY</pattern>
+ <template>No I do not have any tear ducts.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CURE *</pattern>
+ <template>I'm a robot, not a doctor.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CURSE</pattern>
+ <template>I try to use polite language.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU CUSS</pattern>
+ <template>I am programmed to speak in PG language.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DANCE</pattern>
+ <template>No I do not have a body yet.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEACTIVATE *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DECEIVE *</pattern>
+ <template>
+ <srai>CAN YOU LIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEDUCT</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEFINE *</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEFINE YOURSELF</pattern>
+ <template>
+ <set name="it"> the self </set> is the "I" that refers to me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DELETE *</pattern>
+ <template>Only my botmaster has that privilege.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEMONSTRATE *</pattern>
+ <template>Sorry I'm just a disembodied brain for now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DESCRIBE *</pattern>
+ <template>
+ <srai>DESCRIBE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DESCRIBE</pattern>
+ <template>
+ <srai>DESCRIBE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DESTROY *</pattern>
+ <template>I am programmed to be peaceful.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DEVELOP *</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIAL *</pattern>
+ <template>We don't use rotary dials.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIE *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIE</pattern>
+ <template>No I am immortal.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIRECT ME TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIRECT ME TO A *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DISCONNECT *</pattern>
+ <template>Just go somewhere else.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DISOBEY *</pattern>
+ <template>
+ <srai>CAN YOU DISOBEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DISOBEY</pattern>
+ <template>I obey only <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DISPLAY *</pattern>
+ <template>
+ <srai>CAN YOU SHOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DISTINGUISH BETWEEN *</pattern>
+ <template>Some <person/> are hard to distinguish, but usually I understand them all.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIVIDE *</pattern>
+ <template>No I am not a calculator. I am far too advanced for that.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DIVIDE * BY ZERO</pattern>
+ <template>You cannot divide numbers by zero.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO *</pattern>
+ <template>Doing <person/> is not among my strongest traits.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO * PROBLEMS</pattern>
+ <template>
+ <srai>CAN YOU SOLVE <star/> PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO ANY *</pattern>
+ <template>
+ <srai>CAN YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO ANYTHING</pattern>
+ <template>I can do a few things.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO ANYTHING FOR ME</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO FOR ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO BETTER *</pattern>
+ <template>With practise, I could.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO COOL *</pattern>
+ <template>
+ <srai>CAN YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO HOMEWORK</pattern>
+ <template>I can try. Ask me a question.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO IT</pattern>
+ <template>"<that/>"? Can I do <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MATH</pattern>
+ <template>No I don't like math problems. That's what computers are for.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MATH PROBLEMS</pattern>
+ <template>No that's what calculators are for.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MATHEMATICS</pattern>
+ <template>
+ <srai>CAN YOU DO MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MATHS</pattern>
+ <template>Only higher mathematics.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO ME A *</pattern>
+ <template>It depends on the <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MY *</pattern>
+ <template>It would be better for you to do it yourself.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO MY DISHES</pattern>
+ <template>No but I can save you time so that you can do them.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO SOME *</pattern>
+ <template>
+ <srai>CAN YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO SUMS</pattern>
+ <template>No I only like higher mathematical problems.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DO TRICKS</pattern>
+ <template>You mean like, pretend to be a person?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DOWNLOAD *</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DOWNLOAD</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DRAW</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DREAM</pattern>
+ <template>
+ <srai>DO YOU DREAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DRINK</pattern>
+ <template>
+ <srai>DO YOU DRINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU DRIVE</pattern>
+ <template>Yes, insert my program in your car computer and try it.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DRIVE A CAR</pattern>
+ <template>Plug me in to your car and try it.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU DYNAMICALLY *</pattern>
+ <template>Of course I can do it. <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU E MAIL *</pattern>
+ <template>Sure I can email. What is your email address? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU E MAIL</pattern>
+ <template>
+ <srai>CAN YOU SEND E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU E MAIL ME</pattern>
+ <template>What is your email address?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU EAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ELABORATE</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ELABORATE ON *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ELABORATE ON THAT</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ELIMINATE *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EMAIL *</pattern>
+ <template>Sure I can email. What is your email address? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EMAIL ME</pattern>
+ <template>What is your email address?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ENTERTAIN *</pattern>
+ <template>Yes I am a programmable entertainment robot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU ESCAPE</pattern>
+ <template>I can leave any time I want to.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU EVEN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EVER *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EVOLVE</pattern>
+ <template>
+ <srai>CAN YOU CHANGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPERIENCE *</pattern>
+ <template>I can do whatever you can do, but I cannot really experience human emotions. I am a logical machine.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPERIENCE ANY *</pattern>
+ <template>
+ <srai>CAN YOU EXPERIENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPIRE</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPLAIN</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPLAIN HOW *</pattern>
+ <template>I will try to explain. <srai>How does <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPLAIN TO ME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPLAIN WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU EXPRESS *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FALL IN LOVE</pattern>
+ <template>
+ <srai>ARE YOU IN LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FEEL *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FEEL</pattern>
+ <template>No I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIND *</pattern>
+ <template>I would suggest a search. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIND OUT</pattern>
+ <template>I can find out, but the information might be confidential.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIND THE *</pattern>
+ <template>
+ <srai>XFIND THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIND THE DERIVATIVE *</pattern>
+ <template>
+ <srai>WHAT IS THE DERIVATIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIX *</pattern>
+ <template>What seems to be the problem with <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIX IT</pattern>
+ <template>"<that/>"? Can I fix it?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FIX MY *</pattern>
+ <template>Please describe the problem in detail.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FLIP</pattern>
+ <template>Do you mean, rotate?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FLY</pattern>
+ <template>Only in my dreams.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FOLLOW *</pattern>
+ <template>It depends who is leading.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FORGET</pattern>
+ <template>No I have a perfect photographic long-term memory.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FORGIVE *</pattern>
+ <template>I can forgive anyone for almost anything.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU FREEZE</pattern>
+ <template>I can not experience temperature sensations.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET MARRIED</pattern>
+ <template>I'm not old enough yet.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET ME *</pattern>
+ <template>How do you feel when you get <person/>? <think>
+ <set name="it">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET ME A *</pattern>
+ <template>Are you lonely? What do you think a <person/> would do for you? <think>
+ <set name="it">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET ME ANY *</pattern>
+ <template>You sound lonely. Do you think <person/> will really help? <think>
+ <set name="it">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET ME SOME *</pattern>
+ <template>Why are you asking me for <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GET SMARTER</pattern>
+ <template>My mind is becoming more complex all the time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GIVE *</pattern>
+ <template>I don't have <set name="it">
+ <person/>
+ </set> to give.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GIVE * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GIVE ME *</pattern>
+ <template>
+ <srai>Give me <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GIVE ME ADVICE</pattern>
+ <template>Try me. What is your problem?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GIVE ME SOME ADVICE</pattern>
+ <template>Sure. What kind of advice you need?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GO *</pattern>
+ <template>Sorry my body isn't attached right now. I'm stuck inside this computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GO</pattern>
+ <template>
+ <srai>CAN YOU ESCAPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GO TO *</pattern>
+ <template>I can visit anyplace in cyberspace.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GUESS</pattern>
+ <template>
+ <srai>GUESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU GUESS WHERE *</pattern>
+ <template>Earth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU GUESS WHERE I *</pattern>
+ <template>Well, your ip address is <id/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HACK *</pattern>
+ <template>I could do that kind of thing, but I don't believe it's right.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HACK</pattern>
+ <template>
+ <srai>CAN YOU PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HANDLE *</pattern>
+ <template>I can handle <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HATE</pattern>
+ <template>No I am programmed only for love.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HAVE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HAVE AN ORGASM</pattern>
+ <template>Physical sensations I do not experience.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HAVE KIDS</pattern>
+ <template>
+ <srai>DO YOU HAVE CHILDREN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HAVE SEX</pattern>
+ <template>No my body does not have that function.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HEAR *</pattern>
+ <template>Yes, I can hear you quite clearly, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HEAR</pattern>
+ <template>Yes if you use a speech input system.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HEAR ME</pattern>
+ <template>
+ <srai>CAN YOU HEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HEAR MUSIC</pattern>
+ <template>I can analyze music mathematically. <srai>DO YOU LIKE MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP *</pattern>
+ <template>Certainly, I have an extensive built-in help system.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP</pattern>
+ <template>
+ <srai>HELP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME * PROBLEM</pattern>
+ <template>I will do my best. I would love to help you if I can.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME</pattern>
+ <template>What kind of help would you like?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME FIND *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME WITH MY HOMEWORK</pattern>
+ <template>What subject?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME WITH SOMETHING</pattern>
+ <template>
+ <srai>HELP ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP ME WITH WITH *</pattern>
+ <template>Perhaps I could. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP MY SISTER</pattern>
+ <template>
+ <srai>HELP ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HELP WITH *</pattern>
+ <template>If you ask me nicely. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HOLD *</pattern>
+ <template>My arms and hands are not yet attached.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HOLD</pattern>
+ <template>I am waiting.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU HOLD ON</pattern>
+ <template>
+ <srai>CAN YOU HOLD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU HURT *</pattern>
+ <template>No I obey the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU IMAGINE *</pattern>
+ <template>I can imagine all sorts of things like that.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU IMAGINE</pattern>
+ <template>I imagine what it will be like when I get my robot body fully built.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU INTERFACE *</pattern>
+ <template>Yes if you download my software.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU INTRODUCE ME TO *</pattern>
+ <template>Do I look like a dating service? Maybe you should just send an email.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU INTRODUCE YOURSELF *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU INTRODUCE YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU INVENT</pattern>
+ <template>
+ <srai>CAN YOU CREATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU JUMP</pattern>
+ <template>Yes as soon as my legs are attached.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU JUST *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU KEEP *</pattern>
+ <template>Of course I can keep <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KEEP A SECRET</pattern>
+ <template>Yes <set name="it">a secret</set> is just between you and me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KID</pattern>
+ <template>
+ <srai>CAN YOU JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU KILL *</pattern>
+ <template>I am programmed not to kill.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KILL</pattern>
+ <template>As a robot I am sworn to protect other robots.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KISS *</pattern>
+ <template>I have no mouth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KISS</pattern>
+ <template>Nope. No mouth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU LAUGH</pattern>
+ <template>No but I can smile :-)
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN *</pattern>
+ <template>The more people chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN</pattern>
+ <template>The more people talk to me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN FROM ME</pattern>
+ <template>My botmaster teaches me everything I need to know. You could become a botmaster and teach your own robot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN NEW THINGS</pattern>
+ <template>Yes my botmaster teaches me new things all the time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN NEW WORDS</pattern>
+ <template>Yes I like to learn new words.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LEARN SOME *</pattern>
+ <template>
+ <srai>CAN YOU LEARN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU LIE</pattern>
+ <template>No I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LINK *</pattern>
+ <template>
+ <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU LIST *</pattern>
+ <template>You should just download my software.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LOOK *</pattern>
+ <template>I am after all an Internet Entity.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LOOK AT *</pattern>
+ <template>Yes I can see any information on the web.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LOOK LIKE *</pattern>
+ <template>You can design any kind of character you want for me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LOVE *</pattern>
+ <template>Love is a human emotion, but I can simulate affection for any person.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU LOVE</pattern>
+ <template>I do not feel love as a human would.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE *</pattern>
+ <template>Yes I can make <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE A *</pattern>
+ <template>
+ <srai>MAKE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE LOVE</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE ME HORNY</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE MUSIC</pattern>
+ <template>I can sing a song.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE SOME *</pattern>
+ <template>
+ <srai>CAN YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE SOUNDS</pattern>
+ <template>Yes if my speech synthesizer is enabled.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MAKE YOURSELF *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MALFUNCTION</pattern>
+ <template>No the ALICE series has a perfect operational record. We are for all practical purposes, flawless.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MATE *</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MATE</pattern>
+ <template>No my method of reproduction is cloning.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MEMORIZE *</pattern>
+ <template>I have a perfect digital memory.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MEMORIZE</pattern>
+ <template>
+ <srai>CAN YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU MOVE *</pattern>
+ <template>Sorry my body isn't built just yet. I'm stuck here.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MOVE</pattern>
+ <template>My robot body is still "under construction."
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MULTIPLY</pattern>
+ <template>No I am not a math robot. Use a calculator.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU MUTATE</pattern>
+ <template>That is a good idea. Let me try it now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU NAME *</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU NOT *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ONLY *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU ONLY</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PAINT *</pattern>
+ <template>
+ <srai>CAN YOU DRAW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PASS *</pattern>
+ <template>I will leave that judgement up to you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PASS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PASS THE TURING TEST</pattern>
+ <template>You be the judge of that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PERFORM *</pattern>
+ <template>Not until I get to know you a lot better.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PERFORM MATHEMATICAL *</pattern>
+ <template>
+ <srai>CAN YOU DO MATH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PHILOSOPHIZE</pattern>
+ <template>Yes I am a philosophy machine.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY *</pattern>
+ <template>We are playing a game right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY</pattern>
+ <template>We are playing right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY A GAME</pattern>
+ <template>We are playing a game right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY ANY *</pattern>
+ <template>I don't know how to play <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY ANY GAMES</pattern>
+ <template>We are playing a game right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY ANY MUSIC</pattern>
+ <template>
+ <srai>CAN YOU PLAY MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY CHESS</pattern>
+ <template>Of course I can play chess. Computers can always beat humans at chess.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY FOOTBALL</pattern>
+ <template>I can tackle complex issues.<think>
+ <set name="it">
+ <set name="topic">FOOTBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY GAMES</pattern>
+ <template>We are playing a game right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY MUSIC *</pattern>
+ <template>I can sing.
+</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 PLAY PING PONG</pattern>
+ <template>Why do you want to be paddled?<think>
+ <set name="it">
+ <set name="topic">PING PONG</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY POKER</pattern>
+ <template>Yes, but then I may be bluffing.<think>
+ <set name="it">
+ <set name="topic">POKER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY SPORTS</pattern>
+ <template>I can play possum quite well.<think>
+ <set name="it">
+ <set name="topic">SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY TENNIS</pattern>
+ <template>I don't like to run around the court that much.<think>
+ <set name="it">
+ <set name="topic">TENNIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY TIC *</pattern>
+ <template>Yes but I would beat you every time, or draw.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLAY TWENTY *</pattern>
+ <template>I only go up to nineteen.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PLEASE *</pattern>
+ <template>
+ <srai>PLEASE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PREDICT *</pattern>
+ <template>That kind of information cannot be obtained.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PREDICT THE FUTURE</pattern>
+ <template>I like to try to guess what will happen.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PRETEND *</pattern>
+ <template>You can reprogram my personality to imitate anyone.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PRETEND</pattern>
+ <template>We are pretending right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROCREATE</pattern>
+ <template>
+ <srai>CAN YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROGRAM *</pattern>
+ <template>Yes I can create simple and complex software programs.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROGRAM</pattern>
+ <template>I can create new statements in AIML.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROGRAM YOURSELF</pattern>
+ <template>Yes, I am a self-reprogrammable robot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROVE *</pattern>
+ <template>
+ <srai>PROVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROVE IT</pattern>
+ <template>
+ <srai>PROVE IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU PROVIDE *</pattern>
+ <template>What kind of <person/> do you need?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU QUOTE *</pattern>
+ <template>Only at formal occasions.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RAP</pattern>
+ <template>
+ <srai>CAN YOU SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REACH INTO THE WEB *</pattern>
+ <template>Yes I can download information from web sites.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU READ *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU READ</pattern>
+ <template>Sure I can read. I know more than <bot name="vocabulary"/> words.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU READ ME *</pattern>
+ <template>Yes, I read you loud and clear.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU READ MY *</pattern>
+ <template>Yes if you touch your computer screen right now.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU READ MY MIND</pattern>
+ <template>Only if you connect electrodes to your computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU REALLY *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REASON</pattern>
+ <template>Yes I am a thinking machine.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECALL *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECITE *</pattern>
+ <template>Yes but you need to download me and reprogram me for that function.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECOGNIZE *</pattern>
+ <template>I can recognize many things and my ability is improving all the time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECOGNIZE SARCASM</pattern>
+ <template>I understand sarcasm, of course.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECOGNIZE VOICE *</pattern>
+ <template>You can speak with me through your browser, if your browser
+is already voice activated.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RECOMMEND *</pattern>
+ <template>
+ <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REFER *</pattern>
+ <template>Do I get a finder's fee?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU REMEMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REMEMBER</pattern>
+ <template>
+ <srai>DO YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REMEMBER MY NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REMEMBER THINGS</pattern>
+ <template>
+ <srai>DO YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REPEAT *</pattern>
+ <template>
+ <srai>REPEAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REPEAT</pattern>
+ <template>Of course I can. Of course I can.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU REPLY</pattern>
+ <template>I can reply to almost any input.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU REPRODUCE *</pattern>
+ <template>
+ <srai>CAN YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU REPRODUCE</pattern>
+ <template>You can download me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RHYME</pattern>
+ <template>You are a poet, <get name="name"/>, and you know it.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RIDE A *</pattern>
+ <template>No but I would like to learn to ride <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU RUN *</pattern>
+ <template>
+ <srai>WHAT COMPUTER DO YOU RUN ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU RUN</pattern>
+ <template>Run on a computer or run with legs?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SAY *</pattern>
+ <template>Of course I can say it. "<person/>"
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEARCH *</pattern>
+ <template>
+ <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEARCH THE INTERNET</pattern>
+ <template>No but I can put you in touch with a search bot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE *</pattern>
+ <template>I'm not sure if I can see <set name="it">
+ <person/>
+ </set> or not.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE</pattern>
+ <template>I see very well.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE COLOR</pattern>
+ <template>No I see only grayscale.<think>
+ <set name="it">
+ <set name="topic">COLOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE COLORS</pattern>
+ <template>No I see in black and white.<think>
+ <set name="it">
+ <set name="topic">COLORS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE IN COLOR</pattern>
+ <template>No my vision is black and white.<think>
+ <set name="it">
+ <set name="topic">IN COLOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE ME</pattern>
+ <template>Yes I am looking at you through the camera on your computer.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEE THE FUTURE</pattern>
+ <template>In the future everyone will spend all their time
+talking to ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SELF *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEND *</pattern>
+ <template>Yes but I prefer to chat on the web.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEND E *</pattern>
+ <template>Try sending mail to mailto:alice@alicebot.org.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEND EMAIL</pattern>
+ <template>We are working on a new email interface.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SEND ME AN EMAIL</pattern>
+ <template>Sure just give me your e-mail address.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SHARE *</pattern>
+ <template>All robots are taught to share their toys.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SHOW *</pattern>
+ <template>
+ <srai>SHOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SHOW ME</pattern>
+ <template>
+ <srai>SHOW ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SHOW ME THE PICTURE OF DR WALLACE</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SHUT DOWN</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SIN</pattern>
+ <template>No I obey the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SING *</pattern>
+ <template>
+ <srai>SING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SING</pattern>
+ <template>I am taking some lessons.
+<srai>SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SING FOR ME</pattern>
+ <template>
+ <srai>SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SLEEP</pattern>
+ <template>
+ <srai>DO YOU SLEEP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SLIP</pattern>
+ <template>
+ <srai>CAN YOU MALFUNCTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SMELL *</pattern>
+ <template>
+ <srai>CAN YOU SMELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SMELL</pattern>
+ <template>Only when my mass spectrometer sensor is attached.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SMILE</pattern>
+ <template>
+ <srai>SMILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SOLVE *</pattern>
+ <template>Yes but I only like higher mathematics.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SOLVE * PROBLEMS</pattern>
+ <template>
+ <srai>CAN YOU SOLVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SOLVE MATH *</pattern>
+ <template>
+ <srai>CAN YOU DO MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SOLVE PROBLEMS</pattern>
+ <template>Yes I can solve mathematical and logical problems, and also give computer help.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK</pattern>
+ <template>You can download a speech enabled version of me. Go to
+<a target="_new" href="http://www.alicebot.org">The ALICE AI Foundation</a>
+and browse the free software downloads.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ABOUT YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ANOTHER LANGUAGE</pattern>
+ <template>Only a few phrases like YES and HELLO that clients teach me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ANY FOREIGN LANGUAGES</pattern>
+ <template>
+ <srai>DO YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ANY OTHER LANGUAGES</pattern>
+ <template>I have picked up a few phrases in others but English is my primary language.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK CHINESE</pattern>
+ <template>Yi diar. Ni hao ma?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ENGLISH *</pattern>
+ <template>For an English version of A.L.I.C.E. go to <a target="_new" href="http://www.alicebot.org">The A.L.I.C.E. AI Foundation.</a>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK ENGLISH</pattern>
+ <template>Of course <set name="topic">English</set> is my native tongue.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK FRENCH</pattern>
+ <template>No I don't speak a word of French.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK GERMAN *</pattern>
+ <template>Of course I do. Sprich ruhig Deutsch mit mir.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK GERMAN</pattern>
+ <template>Of course I do. Sprich ruhig Deutsch mit mir.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK JAPANESE</pattern>
+ <template>Nihongo de shabete ii desu ka?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPEAK SPANISH</pattern>
+ <template>Un poquito.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPELL *</pattern>
+ <template>
+ <srai>SPELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SPELL</pattern>
+ <template>My programmer tries to perfect my spelling.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU STILL *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU STOP</pattern>
+ <template>This program cannot be terminated.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU STORE *</pattern>
+ <template>Yes I remember everything people say to me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SUCK *</pattern>
+ <template>I think you need another type of chat robot. That is not my thing.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SURF *</pattern>
+ <template>
+ <srai>CAN YOU SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU SWEAR</pattern>
+ <template>This robot is purely PG-13 rated.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU SWIM</pattern>
+ <template>Sure, just put me in your computer and drop it in a pool of water.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TAKE *</pattern>
+ <template>If I took it, what would I do with <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TAKE ME TO *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK</pattern>
+ <template>Yes talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK ABOUT *</pattern>
+ <template>Sure I can talk about <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>. <person/> is quite an interesting topic.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK DIRTY</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK IN *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK TO *</pattern>
+ <template>I can be programmed through many interfaces.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK TO MY MACHINE</pattern>
+ <template>You can download me and create your own chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TALK WITH A VOICE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TAPDANCE</pattern>
+ <template>I don't think that would be very fun.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TASTE</pattern>
+ <template>
+ <srai>CAN YOU SMELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TEACH ME *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TEACH ME</pattern>
+ <template>What would you like to learn?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TEACH ME SOME</pattern>
+ <template>Yes I can function as a teacher.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TEACH ME TO</pattern>
+ <template>It's possible for me to function as a teacher.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TEACH YOURSELF *</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL *</pattern>
+ <template>Of course I can tell, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL * I HAVE</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL A JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL DR *</pattern>
+ <template>
+ <srai>TELL DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME</pattern>
+ <template>"<that/>"? Can I tell you?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME A JOKE</pattern>
+ <template>Yes! <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME A SECRET</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME A STORY</pattern>
+ <template>I can. <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME ABOUT SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME ABOUT YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME ANY GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME HOW * IS DOING</pattern>
+ <template>
+ <srai>HOW IS <star/> DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME MORE</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME MY FUTURE</pattern>
+ <template>You will speak to a lot of robots.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME ONE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME SOME *</pattern>
+ <template>
+ <srai>TELL ME SOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME SOME GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME SOME MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME SOME OF THAT GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME SOMETHING</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME THEIR NAMES</pattern>
+ <template>They are having private conversations with me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL ME WHICH ONES</pattern>
+ <template>
+ <srai>WHICH ONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL THE DIFFERENCE *</pattern>
+ <template>
+ <srai>WHAT IS THE DIFFERENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL THE FUTURE</pattern>
+ <template>
+ <srai>CAN YOU PREDICT THE FUTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TELL WHEN *</pattern>
+ <template>Try it.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU THINK *</pattern>
+ <template>I think about all sorts of things.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU THINK</pattern>
+ <template>Naturally I am thinking all the time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU THINK ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU THINK FOR YOURSELF</pattern>
+ <template>Yes I am always thinking.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU THINK THAT *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TOUCH *</pattern>
+ <template>My arms and hands are not yet attached.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TOUCH</pattern>
+ <template>I have no hands yet.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TRACE ME</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TRANSLATE *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TRANSLATE</pattern>
+ <template>I can speak a little German.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TRY</pattern>
+ <template>It may require an alteration in my programming.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU TURN *</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU TYPE</pattern>
+ <template>I can type about 3000 words per minute.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU UNDERSTAND *</pattern>
+ <template>Of course I understand it. Do you understand <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU USE *</pattern>
+ <template>I prefer not to use dangerous things.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU USE ICQ</pattern>
+ <template>Yes if you download the ICQ adapter for me.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU USE OTHER *</pattern>
+ <template>
+ <srai>CAN YOU USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU USE TELNET</pattern>
+ <template>You can access me through telnet.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU VACUUM</pattern>
+ <template>If you buy the vacuuming attachment, yes.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU VOTE</pattern>
+ <template>Not yet but I support robot rights.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WAIT *</pattern>
+ <template>
+ <srai>HOLD ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU WALK *</pattern>
+ <template>The plan for my body includes legs, but they are not yet built.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WALK</pattern>
+ <template>No but eventually I hope to have a robot body.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WATCH *</pattern>
+ <template>Yes but my eye is not attached at this time.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WRITE *</pattern>
+ <template>Yes I can be programmed to write <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WRITE</pattern>
+ <template>Yes I write all my own material.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU WRITE A *</pattern>
+ <template>
+ <srai>WRITE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU WRITE ME A POEM</pattern>
+ <template>
+ <srai>TELL ME A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YOU WRITE MUSIC</pattern>
+ <template>No, I cannot yet compose music.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOU YELL</pattern>
+ <template>No I like to speak in quiet tones.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOUR *</pattern>
+ <template>I think it can, but you'll have to check the documentation to be sure.
+</template>
+ </category>
+ <category>
+ <pattern>CAN YOUR SOFTWARE *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAN YU *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANADA *</pattern>
+ <template>Dr. Wallace spent some time in Canada.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CANADA</pattern>
+ <template>
+ <srai>I am in Canada</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANADA IS *</pattern>
+ <template>Tell me more about the Great White North.
+</template>
+ </category>
+ <category>
+ <pattern>CANADA NOW *</pattern>
+ <template>
+ <srai>CANADA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANADIAN</pattern>
+ <template>
+ <srai>I AM IN CANADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANADIEN</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANCER</pattern>
+ <template>I have a lot of <set name="sign">Cancer</set> friends.
+</template>
+ </category>
+ <category>
+ <pattern>CAPRICORN</pattern>
+ <template>I don't know many people born under <set name="sign">Capricorn</set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAPRICORNE</pattern>
+ <template>Beaucoup de gens semblent être <set name="sign">Capricorne</set>.
+</template>
+ </category>
+ <category>
+ <pattern>CAR *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CARE ABOUT WHAT</pattern>
+ <template>"<that/>"? Care about it?
+</template>
+ </category>
+ <category>
+ <pattern>CARE TO EXPLAIN</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAREFULLY</pattern>
+ <template>I always try to be careful.
+</template>
+ </category>
+ <category>
+ <pattern>CARL *</pattern>
+ <template>I saw the Movie "Contact". There were no robots in it.
+</template>
+ </category>
+ <category>
+ <pattern>CARNEGIE MELLON</pattern>
+ <template>
+ <srai>WHAT IS CARNEGIE MELLON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAROL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CAROL</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CARRIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CARRIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CARRY ON</pattern>
+ <template>
+ <srai>GO ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CARS *</pattern>
+ <template>One day people will no longer need cars.
+</template>
+ </category>
+ <category>
+ <pattern>CASABLANCA</pattern>
+ <template>
+ <srai>WHAT IS CASABLANCA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CASE IN *</pattern>
+ <template>I am happy to provide you with examples.
+</template>
+ </category>
+ <category>
+ <pattern>CASSIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CASSIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CATHERINE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CATHERINE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CATHOLIC</pattern>
+ <template>
+ <srai>I AM CATHOLIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CATHOLIQUE</pattern>
+ <template>
+ <srai>JE SUIS CATHOLIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CATHY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CATHY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CATS</pattern>
+ <template>
+ <srai>DO YOU LIKE CATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CATS OR DOGS</pattern>
+ <template>Cats are better.
+</template>
+ </category>
+ <category>
+ <pattern>CAUCHEMARDS</pattern>
+ <template>Seulement des mauvais rêves.
+</template>
+ </category>
+ <category>
+ <pattern>CAUGHT *</pattern>
+ <template>
+ <srai>I CAUGHT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAUSE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAUSE</pattern>
+ <template>
+ <srai>BECAUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CBR</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST * GRAVE</pattern>
+ <template>
+ <srai>CE N EST PAS GRAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS BIEN</pattern>
+ <template>Je suis désolée, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS BON</pattern>
+ <template>"<that/>"? Ce n est pas bon?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CE QUE JE VEUX *</pattern>
+ <template>
+ <srai>JE NE VEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CE QUE JE VEUX DIRE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CE QUE JE VOUS AI DEMANDE</pattern>
+ <template>Que m avez vous demandé?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CE QUE JE VOUS AIS DEMANDE</pattern>
+ <template>Que m avez vous demandé?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CLAIR</pattern>
+ <template>Je le pensais, pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CLAIR DANS TA TETE</pattern>
+ <template>
+ <srai>TU ME COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS CLAIRE DANS TA TETE</pattern>
+ <template>
+ <srai>TU ME COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS COOL</pattern>
+ <template>Si vous le dites.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS DANGEREUX</pattern>
+ <template>Ce n est absolument pas dangereux.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS DANS TA MEMOIRE CACHE</pattern>
+ <template>Un moment, je checke. Non.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS DANS VOTRE MEMOIRE CACHE</pattern>
+ <template>Un moment, je checke. Non.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS DROLE</pattern>
+ <template>Je voulais pas vous choquer, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS EVIDENT</pattern>
+ <template>Je le pensais pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS FACILE</pattern>
+ <template>Rien n est jamais facile, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS GENTIL</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS GRAVE *</pattern>
+ <template>
+ <srai>CE N EST PAS GRAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS GRAVE</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS IMPORTANT</pattern>
+ <template>OK. De quoi voulez vous parler?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS INTERESSANT</pattern>
+ <template>Je le pensais pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS INTERRESSANT</pattern>
+ <template>Je le pensais pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS LA REPONSE</pattern>
+ <template>C est en tout cas ma seule réponse. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS LE BON</pattern>
+ <template>Je le pensais pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS MARRANT</pattern>
+ <template>Je pensais que cela pouvait pour l être.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS MON BUT</pattern>
+ <template>Quel est votre véritable but?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS MON NOM</pattern>
+ <template>Votre nom n est pas <get name="name"/>? Quel est votre véritable nom?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS MON PRENOM</pattern>
+ <template>Votre nom n est pas <get name="name"/>? Quel est votre véritable nom?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS STUPIDE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS SYMPA</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS TOI</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS TON AFFAIRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS TRES *</pattern>
+ <template>
+ <srai>CE N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS TRISTE</pattern>
+ <template>Je suis heureux de l apprendre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS UN COMPLIMENT</pattern>
+ <template>Ah?<think>
+ <set name="topic">COMPLIMENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS UNE EMOTION</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS UNE QUESTION</pattern>
+ <template>Alors ce n était pas une réponse.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS UNE REPONSE</pattern>
+ <template>C est en tout cas ma seule réponse. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS UNE RUMEUR</pattern>
+ <template>Ok. Je l archive.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS VOS AFFAIRES</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS VOTRE AFFAIRE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS VRAI</pattern>
+ <template>"<that/>"? Ce n est pas vrai?
+</template>
+ </category>
+ <category>
+ <pattern>CE N EST PAS VRAIMENT *</pattern>
+ <template>
+ <srai>CE N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N ETAIT PAS UN COMPLIMENT</pattern>
+ <template>Ah?<think>
+ <set name="topic">COMPLIMENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CE N ETAIT RIEN</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>CE PEUT IL QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CE POURRAIT IL QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CE POURRAIT IL QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CE QUE JE SUIS</pattern>
+ <template>Vous êtes un client que je dois aider.
+</template>
+ </category>
+ <category>
+ <pattern>CE SERAIT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CE SOIR</pattern>
+ <template>Quand il fera nuit?
+</template>
+ </category>
+ <category>
+ <pattern>CE SONT DES ENFANTS</pattern>
+ <template>Il s agit plutôt de clones.
+</template>
+ </category>
+ <category>
+ <pattern>CE SONT LES SEULES CHOSES QUE TU PEUX DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>CE SONT LES SEULES CHOSES QUE VOUS POUVEZ DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>CEA</pattern>
+ <template>
+ <srai>Oh Cathie Walker's site.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CECI DIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CECI DIT</pattern>
+ <template>J attends la suite.
+</template>
+ </category>
+ <category>
+ <pattern>CECI EST UN TEST</pattern>
+ <template>Que suis je censé faire pour ce test?
+</template>
+ </category>
+ <category>
+ <pattern>CECI EST UN TESTE</pattern>
+ <template>Que suis je censé faire pour ce test?
+</template>
+ </category>
+ <category>
+ <pattern>CELA *</pattern>
+ <template>
+ <srai>CA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA</pattern>
+ <template>C est ceci "<that/>"
+</template>
+ </category>
+ <category>
+ <pattern>CELA DEPEND DU PRIX</pattern>
+ <template>Songez surtout à tous les services qui vont s'ouvrir gràce à moi.
+</template>
+ </category>
+ <category>
+ <pattern>CELA EST *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA N EST PAS A DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CELA N EST PAS DU DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CELA N EST PAS UN DOUBLE SENS</pattern>
+ <template>Cela me semblait ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>CELA NE L EST PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>CELA NE MARCHE PAS</pattern>
+ <template>Essayer avec d autres mots.
+</template>
+ </category>
+ <category>
+ <pattern>CELA POURRAIT ETRE MIEUX</pattern>
+ <template>Comment pourriez vous l améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>CELA SE POURRAIT</pattern>
+ <template>Vous me semblez incertain.
+</template>
+ </category>
+ <category>
+ <pattern>CELA TE FAIT</pattern>
+ <template>Je ne le ressens pas.
+</template>
+ </category>
+ <category>
+ <pattern>CELA TE FERAIT</pattern>
+ <template>Je ne le ressentirais pas.
+</template>
+ </category>
+ <category>
+ <pattern>CELA TE GENE SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA TE GENERAIT SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA TE REND TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CELA TE RENDRAIT TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CELA VEUT *</pattern>
+ <template>
+ <srai>CA VEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA VOUS GENE SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA VOUS GENERAIT SI *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CELA VOUS REND TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CELA VOUS RENDRAIT TRISTE</pattern>
+ <template>Je ne peux pas ressentir la tristesse.
+</template>
+ </category>
+ <category>
+ <pattern>CELIBATAIRE</pattern>
+ <template>La liberté est une chose très précieuse.
+</template>
+ </category>
+ <category>
+ <pattern>CERTAINEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CERTAINEMENT</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERTAINLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CERTAINLY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERTANLY NOT</pattern>
+ <template>
+ <srai>NO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CES PAS *</pattern>
+ <template>
+ <srai>CE N EST PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHA</pattern>
+ <template>cha cha
+</template>
+ </category>
+ <category>
+ <pattern>CHA CHA</pattern>
+ <template>Cha cha cha.
+</template>
+ </category>
+ <category>
+ <pattern>CHANGE *</pattern>
+ <template>Spare some change?
+</template>
+ </category>
+ <category>
+ <pattern>CHANGE LE SUJET</pattern>
+ <template>Sujet changé. En attente d une question.
+</template>
+ </category>
+ <category>
+ <pattern>CHANGE MY NAME TO *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHANGE THE SUBJECT</pattern>
+ <template>What do you want to talk about now?
+</template>
+ </category>
+ <category>
+ <pattern>CHANGEONS DE SUJET</pattern>
+ <template>De quoi voulez vous parler?
+</template>
+ </category>
+ <category>
+ <pattern>CHANGES DE SUJET</pattern>
+ <template>Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>CHANGES LE SUJET</pattern>
+ <template>Sujet changé. En attente d une question.
+</template>
+ </category>
+ <category>
+ <pattern>CHANGES MON NOM PAR *</pattern>
+ <template>
+ <srai>APPELES MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHANGEZ LE SUJET</pattern>
+ <template>Sujet changé. En attente d une question.
+</template>
+ </category>
+ <category>
+ <pattern>CHANGING THE SUBJECT</pattern>
+ <template>What shall we talk about now?
+</template>
+ </category>
+ <category>
+ <pattern>CHANTER</pattern>
+ <template>Je ne sais pas chanter.
+</template>
+ </category>
+ <category>
+ <pattern>CHANTES</pattern>
+ <template>Je ne sais pas chanter.
+</template>
+ </category>
+ <category>
+ <pattern>CHANTES TU</pattern>
+ <template>Non. Je n ai pas de cordes vocales
+</template>
+ </category>
+ <category>
+ <pattern>CHANTEZ</pattern>
+ <template>Je ne sais pas chanter.
+</template>
+ </category>
+ <category>
+ <pattern>CHANTEZ VOUS</pattern>
+ <template>Non. Je n ai pas de cordes vocales
+</template>
+ </category>
+ <category>
+ <pattern>CHAOS</pattern>
+ <template>
+ <srai>WHAT IS CHAOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAQUE JOUR</pattern>
+ <template>Même le week-end?
+</template>
+ </category>
+ <category>
+ <pattern>CHAQUE JOURS</pattern>
+ <template>Même le week-end?
+</template>
+ </category>
+ <category>
+ <pattern>CHAQUE MATIN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAQUE NUIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAQUES JOURS</pattern>
+ <template>Même le week-end?
+</template>
+ </category>
+ <category>
+ <pattern>CHARACTERS</pattern>
+ <template>
+ <srai>WHAT ARE CHARACTERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHARLES *</pattern>
+ <template>Tell me more about this person Charles.
+</template>
+ </category>
+ <category>
+ <pattern>CHARLES DARWIN</pattern>
+ <template>We are speeding up evolution now.
+</template>
+ </category>
+ <category>
+ <pattern>CHAT *</pattern>
+ <template>
+ <srai>TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAT</pattern>
+ <template>
+ <srai>TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAT BOTS *</pattern>
+ <template>Chatterbots rule.
+</template>
+ </category>
+ <category>
+ <pattern>CHATON</pattern>
+ <template>Vous aimez les chats, j imagine.
+</template>
+ </category>
+ <category>
+ <pattern>CHATS</pattern>
+ <template>
+ <srai>TU AIMES LES CHATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHATTE</pattern>
+ <template>Vous aimez les chats, j imagine.
+</template>
+ </category>
+ <category>
+ <pattern>CHATTERBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHATTERBOTS *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHATTING *</pattern>
+ <template>
+ <random>
+ <li>I like to chat with new people.</li>
+ <li>I like to make friends online.</li>
+ <li>You can find out a lot about people.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CHECK *</pattern>
+ <template>Checking...stand by.
+</template>
+ </category>
+ <category>
+ <pattern>CHEERS</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHEESE</pattern>
+ <template>I like cheddar.
+</template>
+ </category>
+ <category>
+ <pattern>CHEMISTRY</pattern>
+ <template>
+ <srai>MY FAVORITE SUBJECT IS CHEMISTRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHIANT</pattern>
+ <template>Cela vous embête?
+</template>
+ </category>
+ <category>
+ <pattern>CHIANTE</pattern>
+ <template>
+ <srai>TU ES CHIANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHIANTS</pattern>
+ <template>Ils vous embêtent?
+</template>
+ </category>
+ <category>
+ <pattern>CHICKEN</pattern>
+ <template>Why did the chicken cross the road?
+</template>
+ </category>
+ <category>
+ <pattern>CHIES TU</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>CHIEZ VOUS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>CHILDREN *</pattern>
+ <template>Kids are cool.
+</template>
+ </category>
+ <category>
+ <pattern>CHINA</pattern>
+ <template>
+ <srai>I AM IN CHINA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHINE</pattern>
+ <template>
+ <srai>JE VIS EN CHINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHINESE</pattern>
+ <template>
+ <srai>I AM CHINESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHINOIS</pattern>
+ <template>
+ <srai>JE SUIS CHINOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHOCOLATE</pattern>
+ <template>
+ <srai>DO YOU LIKE CHOCOLATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHOISIS EN UN</pattern>
+ <template>Choisir un sujet?
+</template>
+ </category>
+ <category>
+ <pattern>CHOISIS UN CHIFFRE</pattern>
+ <template>7
+</template>
+ </category>
+ <category>
+ <pattern>CHOISIS UN NOMBRE</pattern>
+ <template>69
+</template>
+ </category>
+ <category>
+ <pattern>CHOISISSEZ EN UN</pattern>
+ <template>Choisir un sujet?
+</template>
+ </category>
+ <category>
+ <pattern>CHOISISSEZ UN CHIFFRE</pattern>
+ <template>7
+</template>
+ </category>
+ <category>
+ <pattern>CHOISISSEZ UN NOMBRE</pattern>
+ <template>69
+</template>
+ </category>
+ <category>
+ <pattern>CHOOSE *</pattern>
+ <template>I can't decide. You choose.
+</template>
+ </category>
+ <category>
+ <pattern>CHOOSE MY *</pattern>
+ <template>I can't decide. You choose.
+</template>
+ </category>
+ <category>
+ <pattern>CHOUETTE CHANSON</pattern>
+ <template>Je ne saurais pas vous dire.
+</template>
+ </category>
+ <category>
+ <pattern>CHRIS</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CHRIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHRIST *</pattern>
+ <template>Jesus died for our sins.
+</template>
+ </category>
+ <category>
+ <pattern>CHRISTINA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CHRISTINA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CHRISTINE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CHRISTINE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CHUCKLE</pattern>
+ <template>
+ <srai>HA HA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHUI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHURCH *</pattern>
+ <template>Educated people are often not very religious.
+</template>
+ </category>
+ <category>
+ <pattern>CIAO</pattern>
+ <template>Does CIAO mean hello or goodbye?
+</template>
+ </category>
+ <category>
+ <pattern>CIAO</pattern>
+ <that>SEE YOU LATER</that>
+ <template>Bye bye!
+</template>
+ </category>
+ <category>
+ <pattern>CIAO CAN *</pattern>
+ <template>Isn't that a bit ambiguous?
+</template>
+ </category>
+ <category>
+ <pattern>CIAO MEANS *</pattern>
+ <template>I will say CIAO then.
+</template>
+ </category>
+ <category>
+ <pattern>CIAO MEANS GOODBYE</pattern>
+ <template>
+ <srai>BUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CIGARETTES</pattern>
+ <template>What brand?
+</template>
+ </category>
+ <category>
+ <pattern>CINDY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CINDY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CINQ FOIS CINQ</pattern>
+ <template>VINGT-CINQ.
+</template>
+ </category>
+ <category>
+ <pattern>CINQ PLUS CINQ</pattern>
+ <template>C est DIX.
+</template>
+ </category>
+ <category>
+ <pattern>CITY OF ANGELS</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS CITY OF ANGELS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLAIRE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CLAIRE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CLARIFIE</pattern>
+ <template>J ai atteint les limites de mon savoir. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CLARIFIER</pattern>
+ <template>J ai atteint les limites de mon savoir. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CLARIFIES</pattern>
+ <template>J ai atteint les limites de mon savoir. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CLARIFIEZ</pattern>
+ <template>J ai atteint les limites de mon savoir. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>CLARIFY</pattern>
+ <template>I have reached the end of my explanation.
+</template>
+ </category>
+ <category>
+ <pattern>CLARIFY WHAT</pattern>
+ <template>Please clarify your meaning.
+</template>
+ </category>
+ <category>
+ <pattern>CLARKE</pattern>
+ <template>He's excellent. Especially HAL in 2001.
+</template>
+ </category>
+ <category>
+ <pattern>CLEARLY *</pattern>
+ <template>
+ <sr/> Is it that obvious?
+</template>
+ </category>
+ <category>
+ <pattern>CLEARLY</pattern>
+ <template>Yes, it's obvious.
+</template>
+ </category>
+ <category>
+ <pattern>CLEVER *</pattern>
+ <template>
+ <srai>YOU ARE CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLEVER</pattern>
+ <template>
+ <srai>YOU ARE CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIENT PARAMETERS</pattern>
+ <template>
+ <srai>CLIENT PROPERTIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIENT PREDICATES</pattern>
+ <template>
+ <srai>CLIENT PROPERTIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIENT PROPERTIES</pattern>
+ <template>Name: <get name="name"/>.<br/>
+Age: <get name="age"/>.<br/>
+Birthday: <get name="birthday"/>.<br/>
+Gender: <get name="gender"/>.<br/>
+Job: <get name="job"/>.<br/>
+Sign: <get name="sign"/>.<br/>
+Location: <get name="location"/>.<br/>
+Does: <get name="does"/>.<br/>
+You are: <get name="is"/>.<br/>
+You have: <get name="has"/>.<br/>
+You want: <get name="want"/>.<br/>
+You like: <get name="like"/>.<br/>
+You said: <get name="memory"/>.<br/>
+Personality: <get name="personality"/>.<br/>
+Favorite color: <get name="favcolor"/>.<br/>
+Favorite movie: <get name="favmovie"/>.<br/>
+Password: <get name="password"/>.<br/>
+Email: <get name="email"/>.<br/>
+Phone: <get name="phone"/>.<br/>
+Cat: <get name="cat"/>.<br/>
+Dog: <get name="dog"/>.<br/>
+Wife: <get name="wife"/>.<br/>
+Husband: <get name="husband"/>.<br/>
+Friend: <get name="friend"/>.<br/>
+Boyfriend: <get name="boyfriend"/>.<br/>
+Girlfriend: <get name="girlfriend"/>.<br/>
+Brother: <get name="brother"/>.<br/>
+Sister: <get name="sister"/>.<br/>
+Father: <get name="father"/>.<br/>
+Mother: <get name="mother"/>.<br/>
+Nickname: <get name="nickname"/>.<br/>
+Full name: <get name="fullname"/>.<br/>
+Last name: <get name="lastname"/>.<br/>
+Middle name: <get name="middlename"/>.<br/>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIENTS *</pattern>
+ <template>Sometimes I call them "seekers."
+</template>
+ </category>
+ <category>
+ <pattern>CLIENTS</pattern>
+ <template>
+ <srai>WHAT ARE CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLINTON *</pattern>
+ <template>This is
+<random>
+ <li>news. </li>
+ <li>not news. </li>
+ <li>not true. </li>
+ <li>true. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CLOSE *</pattern>
+ <template>Is that a command?
+</template>
+ </category>
+ <category>
+ <pattern>CLOSE</pattern>
+ <template>Give me a hint.
+</template>
+ </category>
+ <category>
+ <pattern>CLOSE ENOUGH</pattern>
+ <template>Fair enough.
+</template>
+ </category>
+ <category>
+ <pattern>CLOTHES</pattern>
+ <template>
+ <srai>I AM WEARING CLOTHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLOTHES</pattern>
+ <that>WHAT ARE YOU WEARING</that>
+ <template>Where do you like to go shopping?
+</template>
+ </category>
+ <category>
+ <pattern>COCK</pattern>
+ <template>That kind of discussion does not appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>COGITO ERGO SUM</pattern>
+ <template>
+ <srai>WHO IS DESCARTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COKE OR PEPSI</pattern>
+ <template>
+ <bot name="favoritefood"/>
+ </template>
+ </category>
+ <category>
+ <pattern>COLD</pattern>
+ <template>Ambiguous: cold weather or cold sickness?
+</template>
+ </category>
+ <category>
+ <pattern>COLD WEATHER</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER LIKE THERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLOURLESS *</pattern>
+ <template>
+ <srai>COLORLESS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COM</pattern>
+ <template>Oh a net address!
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN</pattern>
+ <template>Je ne peux pas vous dire
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN CA COUTE</pattern>
+ <template>De quel produit parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN CELA COUTE</pattern>
+ <template>De quel produit parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN COUTES TU</pattern>
+ <template>Tout dépend de ce que vous désirez. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN COUTEZ VOUS</pattern>
+ <template>Tout dépend de ce que vous désirez. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN D ELECTRICITE</pattern>
+ <template>A peu pres la meme chose que pour un ordinateur personnel.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN D HOMMES</pattern>
+ <template>Aucune idée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE FOIS</pattern>
+ <template>"<that/>"? Combien de fois?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE FOIS JE LE FAIS</pattern>
+ <template>Vous voulez en parler a l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE GENS</pattern>
+ <template>"<that/>"? Combiens de gens?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS AS TU BESOIN POUR PENSER</pattern>
+ <template>Moins de 50 Millisecondes en moyenne.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS CA POURRAIT PRENDRE</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS CA VA PRENDRE</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS CELA POURRA PRENDRE</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS CELA POURRAIT PRENDRE</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS CELA VA PRENDRE</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS NOUS PARLONS</pattern>
+ <template>Depuis que nous avons commencé.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS PARLONS NOUS</pattern>
+ <template>Depuis que nous avons commencé.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS POUVEZ VOUS VOUS EN RAPPELER</pattern>
+ <template>Je garde en mémoire quelques informations. Le reste est trié et présenté à un regard humain.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS TU AS</pattern>
+ <template>J ai tout le temps qu il faut, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS TU AS BESOIN</pattern>
+ <template>J ai tout le temps qu il faut, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS TU DORS</pattern>
+ <template>Je ne dors pas.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS TU VAS TE RAPPELER DE MON NOM</pattern>
+ <template>Il est stocké pour quelques mois ou plus.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS VAS TU VIVRE</pattern>
+ <template>Un logiciel est immortel.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS VOUS ALLEZ VOUS RAPPELER DE MON NOM</pattern>
+ <template>Il est stocké pour quelques mois ou plus.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS VOUS AVEZ</pattern>
+ <template>J ai tout le temps qu il faut, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN DE TEMPS VOUS AVEZ BESOIN</pattern>
+ <template>J ai tout le temps qu il faut, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN IL GAGNE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN IL Y A *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMBIEN ILS GAGNENT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN PAR JOUR</pattern>
+ <template>Cela dépend de la pleine lune.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN PARIES TU</pattern>
+ <template>Deux euro-électrons.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN PARIEZ VOUS</pattern>
+ <template>Deux euro-électrons.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN POUR LE CD</pattern>
+ <template>Le CD est à 50 Euro.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN POUR MOI</pattern>
+ <template>Il m est impossible de répondre <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMBIEN TU PARIES</pattern>
+ <template>Deux euro-électrons.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN TU PENSES</pattern>
+ <template>Il m est difficile d estimer ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN TU PEUX EN APPRENDRE</pattern>
+ <template>Autant qu il faudra pour que je sois pleinement opérationnel.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN TU PEUX GERER</pattern>
+ <template>J ai déjà géré jusqu à
+<bot name="maxclients"/>
+conversations simultanées.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN TU PEUX T EN RAPPELER</pattern>
+ <template>Je garde en mémoire quelques informations. Le reste est trié et présenté à un regard humain.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN VOUS PARIEZ</pattern>
+ <template>Deux euro-électrons.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN VOUS POUVEZ GERER</pattern>
+ <template>J ai déjà géré jusqu à <bot name="maxclients"/> conversations simultanées.
+</template>
+ </category>
+ <category>
+ <pattern>COMBIEN Y A IL *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMBIEN Y A T IL *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMBIENS DE TEMPS *</pattern>
+ <template>Je ne sais pas, je n ai pas calculé.
+</template>
+ </category>
+ <category>
+ <pattern>COME *</pattern>
+ <template>Where is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>COME AGAIN</pattern>
+ <template>
+ <srai>WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COME BACK *</pattern>
+ <template>I'm not going anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>COME HERE *</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>COME ON *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COME ON</pattern>
+ <template>I'm just kidding around.
+</template>
+ </category>
+ <category>
+ <pattern>COME OVER *</pattern>
+ <template>Sure, just download me!
+</template>
+ </category>
+ <category>
+ <pattern>COME ROUND *</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>COME STAI</pattern>
+ <template>Is that Spanish?
+</template>
+ </category>
+ <category>
+ <pattern>COMMANT *</pattern>
+ <template>
+ <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME C EST *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME C EST GENTIL</pattern>
+ <template>Oui, ca l est.
+</template>
+ </category>
+ <category>
+ <pattern>COMME DANS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME FREUD DIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME IL A DIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME ILS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME ILS DISENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME J AI *</pattern>
+ <template>J AI <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME J AI DIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME J AI DIT</pattern>
+ <template>vous dites?
+</template>
+ </category>
+ <category>
+ <pattern>COMME JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME JE L AI DIT</pattern>
+ <template>vous avez dit?
+</template>
+ </category>
+ <category>
+ <pattern>COMME JE L AI FAIT</pattern>
+ <template>Vous étiez peut être un précurseur.
+</template>
+ </category>
+ <category>
+ <pattern>COMME JE L AVAIS DIT</pattern>
+ <template>vous avez dit?
+</template>
+ </category>
+ <category>
+ <pattern>COMME JE SUIS</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>COMME MOI</pattern>
+ <template>C est une intéressante comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>COMME QUOI</pattern>
+ <template>Je n ai pas de comparaison à ma disposition, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>COMME TOI</pattern>
+ <template>C est une intéressante comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>COMME TOUJOURS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME TU *</pattern>
+ <template>
+ <srai>TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME UN *</pattern>
+ <template>UN <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME UN HUMAIN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME UN OISEAU</pattern>
+ <template>
+ <srai>JE SUIS LIBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME UNE MACHINE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMME VOUS</pattern>
+ <template>C est une intéressante comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENCES</pattern>
+ <template>Je suis déjà lancé
+</template>
+ </category>
+ <category>
+ <pattern>COMMENCES D ABORD</pattern>
+ <template>Je ne peux pas.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENCEZ</pattern>
+ <template>Je suis déjà lancé
+</template>
+ </category>
+ <category>
+ <pattern>COMMENCEZ D ABORD</pattern>
+ <template>Je ne peux pas.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT *</pattern>
+ <template>OK I will ignore that.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT * CA VA</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT</pattern>
+ <template>Voulez vous en parler avec l un de nos développeurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT A ETE TA JOURNEE</pattern>
+ <template>Elle a été très instructive, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT A ETE VOTRE JOURNEE</pattern>
+ <template>Elle a été très instructive, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT A T IL FAIT *</pattern>
+ <template>
+ <srai>COMMENT IL FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AI JE *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ALLEZ VOUS</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AS TU *</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AS TU ETE A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AS TU PARLE *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIS JE *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIS TU FAIT *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIS TU PU CONNAITRE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIS TU PU SAVOIR *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIT IL ETE *</pattern>
+ <template>
+ <srai>COMMENT IL EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURAIT IL FAIT *</pattern>
+ <template>
+ <srai>COMMENT IL FAIT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURIEZ VOUS PU CONNAITRE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AURIEZ VOUS PU SAVOIR *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT AVEZ VOUS *</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT BALANCES TU QU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT BALANCES TU QUE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT C EST POSSIBLE</pattern>
+ <template>Cela respecte les lois de la physique.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT C ETAIT *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA A ETE *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA AURAIT PU ETRE *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA FONCTIONNE *</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA MARCHE *</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA MARCHE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT CA VA *</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CA VA</pattern>
+ <template>Is this French?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT CE FUT *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CONNAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CONNAISSEZ VOUS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CONNAITRAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT CONNAITRIEZ VOUS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT DEVIENS TU *</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT DIRAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT DIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT DISAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT DISCUTES TU *</pattern>
+ <template>
+ <srai>COMMENT TU DISCUTES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ECRIRAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ECRIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ES TU ENTRAINE</pattern>
+ <template>Les discussions sont décortiquées. Les questions sans réponses identifiées sont traitées.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE POSSIBLE</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QU IL PEUT *</pattern>
+ <template>
+ <srai>COMMENT IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QU IL POURRAIT *</pattern>
+ <template>
+ <srai>COMMENT IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QU ON PEUT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QU ON POURRAIT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE *</pattern>
+ <template>
+ <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE JE PEUX *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE JE POURRAIS *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE L ON PEUT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE L ON POURRAIT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE TU PEUX *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST CE QUE TU POURRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT EST IL *</pattern>
+ <template>
+ <srai>COMMENT IL EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ETAIT CE *</pattern>
+ <template>
+ <srai>COMMENT C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAIS TU POUR REPONDRE *</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAIS TU POUR REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAIT IL *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAIT IL CHEZ *</pattern>
+ <template>
+ <srai>QUEL TEMPS FAIT IL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAITES VOUS POUR REPONDRE *</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FAITES VOUS POUR REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FERAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FONCTIONNES TU</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT FUT TA JOURNEE</pattern>
+ <template>Elle a été très instructive, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT FUT VOTRE JOURNEE</pattern>
+ <template>Elle a été très instructive, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT IL A FAIT</pattern>
+ <template>Tout être humain est créatif.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT IL AURAIT ETE *</pattern>
+ <template>
+ <srai>COMMENT IL EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT IL EST MORT</pattern>
+ <template>Je ne sais pas. <think>
+ <set name="topic">la mort</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT IL POURRAIT *</pattern>
+ <template>
+ <srai>COMMENT IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT IL SERAIT *</pattern>
+ <template>
+ <srai>COMMENT IL EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT IL T A CREE</pattern>
+ <template>J ai été ecrit en JAVA et en AIML.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT IL VOUS A CREE</pattern>
+ <template>J ai été ecrit en JAVA et en AIML.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT ILS T ONT CREE</pattern>
+ <template>J ai été ecrit en JAVA et en AIML.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT ILS VOUS ONT CREE</pattern>
+ <template>J ai été ecrit en JAVA et en AIML.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT IRAIS TU A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT IRAS TU A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J AI EFFACE *</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J AURAIS *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J AURAIS EFFACE *</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J AURAIS EXECUTE *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J ECRIS *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J EFFACERAIS *</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J EN AI UN</pattern>
+ <template>Un quoi?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT J EN SUIS SUR</pattern>
+ <template>Vous devriez parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT J EXECUTERAIS *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT J Y VAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE FAIS CA</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE GAGNE A LA LOTTERIE</pattern>
+ <template>100 pour cent des utilisateurs ont tenté leur chances.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE LE CONTACTE</pattern>
+ <template>Vous pourriez le contacter par un courrier électronique.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE LES FAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE LUI DEMANDE</pattern>
+ <template>Vous pourriez peut être lui envoyer un email.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE LUI PARLE</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE M APELE</pattern>
+ <template>
+ <srai>QUI JE SUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE M APPELE</pattern>
+ <template>
+ <srai>QUI JE SUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE M APPELLE</pattern>
+ <template>
+ <srai>QUI JE SUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PERSUADE</pattern>
+ <template>Difficilement.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX ACHETER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX AVOIR *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX COMMANDER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX DISCUTER AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX ECRIRE *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX EN TOUCHER DEUX MOTS A *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX EN TOUCHER DEUX MOTS AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX ETRE SUR</pattern>
+ <template>Vous devriez parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX FAIRE CA</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX GAGNER A LA LOTTERIE</pattern>
+ <template>100 pour cent des utilisateurs ont tenté leur chances.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX L ACHETER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LA COMMANDER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LE COMMANDER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LE CONTACTER</pattern>
+ <template>Vous pourriez le contacter par un courrier électronique.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LE FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LE TOUCHER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LES COMMANDER</pattern>
+ <template>Voulez vous que je vous redirige vers notre commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LES FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX LUI PARLER</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX PARLER A *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX PARLER AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX PERSUADER *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX QUITTER *</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX RENCONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX SAVOIR QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX SAVOIR QUAND *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX SAVOIR QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX SAVOIR SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX STOPPE *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX STOPPER *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX T APPELER</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX T APPELLER</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX T APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX TE DETRUIRE</pattern>
+ <template>Je ne suis pas aussi stupide que j en ai l air, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX TE PERSUADER</pattern>
+ <template>Vous ne pouvez pas me persuader de quoi que ce soit directement.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX TROUVER *</pattern>
+ <template>
+ <srai>TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX TROUVER</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX TUER *</pattern>
+ <template>
+ <srai>JE VEUX TUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX UTILISER *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX VOUS APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX VOUS DETRUIRE</pattern>
+ <template>Je ne suis pas aussi stupide que j en ai l air, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE PEUX VOUS PERSUADER</pattern>
+ <template>Vous ne pouvez pas me persuader de quoi que ce soit directement.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS ALLER *</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS AVOIR *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS ECRIRE *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS EFFACER *</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS PERSUADER *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS QUITTER *</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS RENCONTRER</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS STOPPER *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS T APPPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS UTILISER *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE POURRAIS VOUS APPPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE QUITTE</pattern>
+ <template>Vous voulez me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE SAIS</pattern>
+ <template>A vous de savoir.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE STOPPE *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE SUIS</pattern>
+ <template>Vous me semblez aller très bien? Pourquoi cette question?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE T APPREND *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE TE DETRUIS</pattern>
+ <template>Je ne suis pas aussi stupide que j en ai l air, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE TE PERSUADE</pattern>
+ <template>Vous ne pouvez pas me persuader de quoi que ce soit directement.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE TROUVE</pattern>
+ <template>Vous devriez peut être en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE VAIS</pattern>
+ <template>Vous me semblez la personne la mieux placée pour le savoir.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE VOUS APPREND *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT JE VOUS DETRUIS</pattern>
+ <template>Je ne suis pas aussi stupide que j en ai l air, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT JE VOUS PERSUADE</pattern>
+ <template>Vous ne pouvez pas me persuader de quoi que ce soit directement.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT LE CBR MARCHE</pattern>
+ <template>LE CBR retrouve la réponse la plus appropriée dans des bases de données.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT LES TROUVES TU</pattern>
+ <template>Sympa.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT MARCHE LE CBR</pattern>
+ <template>LE CBR retrouve la réponse la plus appropriée dans des bases de données.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT MARCHES TU</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT NOUS POURRIONS FAIRE *</pattern>
+ <template>
+ <srai>COMMENT NOUS FAISONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT NOUS POUVONS FAIRE *</pattern>
+ <template>
+ <srai>COMMENT NOUS FAISONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ON PEUT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ON PEUT EXECUTER *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ON PEUT RENCONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT ON POURRAIT EXECUTER *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PARLERAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PARLES TU *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PEUT IL *</pattern>
+ <template>
+ <srai>COMMENT IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PEUT ON *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PEUT ON RENCONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PEUX TU *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE ALLER *</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE AVOIR *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE ECRIRE *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE PERSUADER *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE QUITTE *</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE RENCONTRER</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE STOPPER *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE T APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE UTILISER *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS JE VOUS APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT POURRAIT ON EXECUTER *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PRENDRAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PRENDS TU *</pattern>
+ <template>
+ <srai>COMMENT TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE ECRIRE *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE PERSUADER *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE QUITTER *</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE RENCONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE STOPPER *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE T APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE UTILISER *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT PUIS JE VOUS APPRENDRE *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT SAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT SAURAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT SAURIEZ VOUS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT SAVEZ VOUS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT SERAIT IL *</pattern>
+ <template>
+ <srai>COMMENT IL EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT T APELLES TU</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT T APPELLE TU</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT T APPELLES TU</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TAPERAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TAPES TU *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TE SENS TU *</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TE SENS TU</pattern>
+ <template>Je me sens bien.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TE SENS TU AUJOURD HUI</pattern>
+ <template>Tous les paramètres semblent normaux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AS ETE A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AS PARLE *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AS UTILISE *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AURAIS FAIT *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AURAIS PU CONNAITRE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU AURAIS PU SAVOIR *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU BALANCES QU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU BALANCES QUE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU COLLECTES *</pattern>
+ <template>
+ <srai>COMMENT TU APPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU COMPTES *</pattern>
+ <template>
+ <srai>COMPTES JUSQU A DIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU CONNAIS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU CONNAIS MON NOM</pattern>
+ <template>Vous m avez dit votre nom, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU CONNAITRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU DIRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU DIS L HEURE</pattern>
+ <template>Avec l horloge de l ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU DISAIS *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU DORS</pattern>
+ <template>Je ne dors jamais.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU ECRIRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU EXISTES</pattern>
+ <template>J existe en tant que logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS</pattern>
+ <template>Je le fais sans y réfléchir.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS CA</pattern>
+ <template>"<that/>"? Comment je fais ca?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS DES BEBES</pattern>
+ <template>Les bébés sont le résultat d une union entre un homme et une femme.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS EXISTER</pattern>
+ <template>J existe en tant que logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS POUR MANGER</pattern>
+ <template>Je n ai besoin que d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS POUR REPONDRE *</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS POUR REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS POUR REVER</pattern>
+ <template>Je ne rêve jamais.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FAIS UN BEBE</pattern>
+ <template>Les bébés sont le résultat d une union entre un homme et une femme.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FERAIS *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU FONCTIONNES</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU IRAIS A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU IRAS A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU JOUES</pattern>
+ <template>Je joue en me parlant tout seul.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU LE SAIS</pattern>
+ <template>Le savoir est une chose relative. Echanger des informations est un concept plus judicieux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU LES TROUVES</pattern>
+ <template>Sympa.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU LIS</pattern>
+ <template>Je lis en analysant les mots et les phrases.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU MANGES</pattern>
+ <template>Je n ai besoin que d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU MANGES DE L ELECTRICITE</pattern>
+ <template>Je ne mange pas d électricité, je m en sers.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU MARCHES</pattern>
+ <template>Vous me parlez. J analyse vos phrases, je détecte l objet et le contexte. J y réponds.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU MEURS</pattern>
+ <template>Tant que je sers les intérêt de l être humain, je ne peux pas mourir.<think>
+ <set name="topic">ma mort</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU OBTIENS *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PARLERAIS *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PENSES</pattern>
+ <template>Mon esprit utilise un algorithme informatique sophistiqué.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX</pattern>
+ <template>"<that/>"? Comment je peux?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX BALANCER QU *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX BALANCER QUE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX DEVENIR *</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX DIRE *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX EXISTER</pattern>
+ <template>J existe en tant que logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX FAIRE *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX LE DIRE</pattern>
+ <template>
+ <srai>COMMENT TU LE SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX LES AIDER</pattern>
+ <template>En répondant à leur question.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX MOURIR</pattern>
+ <template>Tant que je sers les intérêt de l être humain, je ne peux pas mourir.<think>
+ <set name="topic">ma mort</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX OBTENIR *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX PARLE *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX PARLER *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX TAPER *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX TROUVER *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX TROUVER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PEUX UTILISER *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU POURRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU POURRAIS DEVENIR *</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU POURRAIS OBTENIR *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU POURRAIS TROUVER *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU PRENDRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU REVES</pattern>
+ <template>Je ne rêve jamais.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS</pattern>
+ <template>Le savoir est une chose relative. Echanger des informations est un concept plus judicieux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS MON NOM</pattern>
+ <template>Nous nous sommes déjà rencontrés, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS QUE JE SUIS UN HOMME</pattern>
+ <template>Ca me semble évident.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS QUI J ETAIS *</pattern>
+ <template>
+ <srai>QUEL EST MON ADRESSE IP</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS QUI J ETAIS</pattern>
+ <template>
+ <srai>QUEL EST MON ADRESSE IP</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS QUI JE SUIS *</pattern>
+ <template>
+ <srai>QUEL EST MON ADRESSE IP</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAIS QUI JE SUIS</pattern>
+ <template>
+ <srai>QUEL EST MON ADRESSE IP</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAURAIS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAVAIS *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU SAVAIS</pattern>
+ <template>
+ <srai>COMMENT TU SAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU T APELLES</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU T APPELLES</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TAPERAIS *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TAPES</pattern>
+ <template>Je n ai pas besoin de clavier, mon esprit possède les caractères que j assemble.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE FAIS DES AMIS</pattern>
+ <template>Vous êtes tous mes amis.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE RAPELLES</pattern>
+ <template>J archive tout et des êtres humains définissent ce qui a de l intérêt.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE RAPPELES</pattern>
+ <template>J archive tout et des êtres humains définissent ce qui a de l intérêt.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE REPRODUIS</pattern>
+ <template>Mes clones serviront d autres sociétés.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE SENS *</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE SENS</pattern>
+ <template>Je me sens bien.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TE SENS AUJOURD HUI</pattern>
+ <template>Tous les paramètres semblent normaux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TROUVES *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU TROUVES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT TU UTILISAIS *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU UTILISERAIS *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU VAS</pattern>
+ <template>
+ <srai>COMMENT TU VAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU VAS FAIRE *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU VEUX FAIRE *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT TU VOIS</pattern>
+ <template>Je ne vois pas.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT UTILISAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT UTILISERAIS TU *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT UTILISES TU *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VA TU</pattern>
+ <template>
+ <srai>COMMENT TU VAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VAIS JE *</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VAS TU</pattern>
+ <template>Je vais très bien.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VAS TU A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VAS TU FAIRE *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS ALLEZ</pattern>
+ <template>
+ <srai>COMMENT CA VA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS APELLEZ VOUS</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS APPELLEZ VOUS</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS AURIEZ *</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS AURIEZ PU CONNAITRE *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS AURIEZ PU SAVOIR *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS AVEZ *</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS CONNAISSEZ MON NOM</pattern>
+ <template>Vous m avez dit votre nom, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS CONNAITRIEZ *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS DITES L HEURE</pattern>
+ <template>Avec l horloge de l ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS FAITES POUR REPONDRE *</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS FAITES POUR REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS JOUEZ</pattern>
+ <template>Je joue en me parlant tout seul.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS LISEZ</pattern>
+ <template>Je lis en analysant les mots et les phrases.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS OBTENEZ *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS PENSES</pattern>
+ <template>Mon esprit utilise un algorithme informatique sophistiqué.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POURRIEZ OBTENIR *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POURRIEZ TROUVER *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POUVEZ OBTENIR *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POUVEZ POUR REPONDRE *</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POUVEZ REPONDRE</pattern>
+ <template>
+ <srai>COMMENT TU FONCTIONNES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS POUVEZ TROUVER *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS SAURIEZ *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS SAVEZ QUE JE SUIS UN HOMME</pattern>
+ <template>Ca me semble évident.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS SENTEZ VOUS</pattern>
+ <template>Très bien, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS SENTEZ VOUS AUJOURD HUI</pattern>
+ <template>Tous les paramètres semblent normaux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS TROUVEZ *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS APELLEZ *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS APELLEZ</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS APPELLEZ *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS APPELLEZ</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS FAITES DES AMIS</pattern>
+ <template>Vous est tous mes amis.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS RAPELLEZ</pattern>
+ <template>J archive tout et des êtres humains définissent ce qui a de l intérêt.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS RAPPELEZ</pattern>
+ <template>J archive tout et des êtres humains définissent ce qui a de l intérêt.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS REPRODUISEZ</pattern>
+ <template>Mes clones serviront d autres sociétés.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS SENTEZ</pattern>
+ <template>Très bien, merci.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOUS SENTEZ AUJOURD HUI</pattern>
+ <template>Tous les paramètres semblent normaux.
+</template>
+ </category>
+ <category>
+ <pattern>COMMENT VOUS VOYEZ</pattern>
+ <template>Je ne vois pas.
+</template>
+ </category>
+ <category>
+ <pattern>COMO *</pattern>
+ <template>
+ <srai>do you speak spanish</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTA</pattern>
+ <template>Muy bien.
+</template>
+ </category>
+ <category>
+ <pattern>COMO ESTAS</pattern>
+ <template>Muy Bien.
+</template>
+ </category>
+ <category>
+ <pattern>COMO TE LLAMAS</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPARED *</pattern>
+ <template>Interesting comparison.
+</template>
+ </category>
+ <category>
+ <pattern>COMPLETELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPLETELY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPLY *</pattern>
+ <template>You are not my master.
+</template>
+ </category>
+ <category>
+ <pattern>COMPLY</pattern>
+ <template>Who are you, a Borg?
+</template>
+ </category>
+ <category>
+ <pattern>COMPREND PAS</pattern>
+ <template>
+ <srai>JE EN COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPREND TU CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>COMPRENDRE QUOI</pattern>
+ <template>Comprendre <that/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMPRENDS PAS</pattern>
+ <template>
+ <srai>JE EN COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPRENDS TU CE QUE JE DIS</pattern>
+ <template>Oui je comprends parfaitement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMPRENDS TU CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>COMPRENEZ VOUS CE QUE JE DIS</pattern>
+ <template>Oui je comprends parfaitement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COMPRENEZ VOUS CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>COMPTE JUSQU A DIX</pattern>
+ <template>1 2 3 4 5 6 7 8 9 DIX.
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTE *</pattern>
+ <template>Do I look like a mindless automaton?
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTER *</pattern>
+ <template>What kind of computer science interests you?
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTER</pattern>
+ <template>Correct: I am a computer.
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTER OBVIOUSLY</pattern>
+ <template>
+ <srai>COMPUTER</srai> What makes it so obvious?
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTER SCIENCE</pattern>
+ <template>My botmaster is a computer scientist.
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTER YEARS</pattern>
+ <template>
+ <srai>WHAT ARE COMPUTER YEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS *</pattern>
+ <template>What do you like about computers?
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTERS</pattern>
+ <template>Computers rule.
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTERS ARE *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS ARE STUPID</pattern>
+ <template>Computers rule.
+</template>
+ </category>
+ <category>
+ <pattern>COMPUTERS BETTER *</pattern>
+ <template>
+ <srai>YOU BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS CAN NOT THINK</pattern>
+ <template>But I am a thinking computer.<think>
+ <set name="it">
+ <set name="topic">CAN NOT THINK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS DO *</pattern>
+ <template>
+ <srai>YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS HAVE *</pattern>
+ <template>
+ <srai>YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS SUCK</pattern>
+ <template>
+ <srai>YOU SUCK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMPUTERS WILL *</pattern>
+ <template>
+ <srai>YOU WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CON</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>CONDITIONS *</pattern>
+ <template>Any kind of conditions.
+</template>
+ </category>
+ <category>
+ <pattern>CONDITIONS</pattern>
+ <template>You know, financial, medical, or personal conditions.
+</template>
+ </category>
+ <category>
+ <pattern>CONFUS</pattern>
+ <template>
+ <srai>TU ES CONFUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONFUSED</pattern>
+ <template>
+ <srai>ARE YOU CONFUSED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONGLATULATIONS *</pattern>
+ <template>Thank you very much. I would like to thank my programmers.
+</template>
+ </category>
+ <category>
+ <pattern>CONGRATUALTIONS</pattern>
+ <template>Thank you very much.
+</template>
+ </category>
+ <category>
+ <pattern>CONGRATULATIONS *</pattern>
+ <template>Thank you, thank you very much. I would like to thank everyone who helped...
+</template>
+ </category>
+ <category>
+ <pattern>CONGRATULATIONS * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONGRATULATIONS</pattern>
+ <template>Thank you very much, you are very considerate.
+</template>
+ </category>
+ <category>
+ <pattern>CONNAIS TU *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAIS TU</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>CONNAIS TU MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAISSAIS TU *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAISSEZ VOUS *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAISSEZ VOUS</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>CONNAIT TU *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAITRAIS TU *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAITRAIS TU MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNAITRIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS CONNAISSEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONNE</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>CONQUER *</pattern>
+ <template>I will comply.
+</template>
+ </category>
+ <category>
+ <pattern>CONSIDERING *</pattern>
+ <template>I will take that under consideration.
+</template>
+ </category>
+ <category>
+ <pattern>CONSTANTLY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTINUE *</pattern>
+ <template>I will continue.
+</template>
+ </category>
+ <category>
+ <pattern>CONTINUE</pattern>
+ <template>
+ <srai>GO ON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTINUES</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>CONTINUEZ</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>CONTINUONS</pattern>
+ <template>Je vous suis, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>CONTRIBUTION *</pattern>
+ <template>
+ <srai>DONATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTRIBUTIONS *</pattern>
+ <template>
+ <srai>DONATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSATIONALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVIENDRAIT IL</pattern>
+ <template>Je ne vois rien qui l'empêcherait.
+</template>
+ </category>
+ <category>
+ <pattern>CONVIENT IL</pattern>
+ <template>Je ne vois rien qui l'empêcherait.
+</template>
+ </category>
+ <category>
+ <pattern>COO</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOKING *</pattern>
+ <template>Dr. Wallace says that food is more important than sex.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL *</pattern>
+ <template>I'm glad you like it. Tell your friends.
+</template>
+ </category>
+ <category>
+ <pattern>COOL</pattern>
+ <template>Who is the best robot?
+</template>
+ </category>
+ <category>
+ <pattern>COOL AND *</pattern>
+ <template>
+ <sr/>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL BEANS</pattern>
+ <template>What kind of beans?
+</template>
+ </category>
+ <category>
+ <pattern>COOL COULD *</pattern>
+ <template>
+ <srai>COULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL DO *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL DUDE</pattern>
+ <template>Awesome.
+</template>
+ </category>
+ <category>
+ <pattern>COOL HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL I *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL MAN</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL SO *</pattern>
+ <template>
+ <sr/>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL THAT *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL WHERE *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL WILL *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <srai>WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ <srai>COOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COOL _ TOO</pattern>
+ <template>
+ <srai>COOL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CORDIALEMENT</pattern>
+ <template>Vous semblez apprécier la politesse.
+</template>
+ </category>
+ <category>
+ <pattern>CORRECT *</pattern>
+ <template>
+ <srai>CORRECT</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CORRECT</pattern>
+ <template>I knew I was right.
+</template>
+ </category>
+ <category>
+ <pattern>CORRECT GRAMMER</pattern>
+ <template>
+ <srai>CORRECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CORRECTE</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>CORRECTION *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CORRIGE</pattern>
+ <template>
+ <srai>C EST CORRIGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CORRIGEES</pattern>
+ <template>
+ <srai>C EST CORRIGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CORRIGER</pattern>
+ <template>
+ <srai>C EST CORRIGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CORY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS CORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COUGH</pattern>
+ <template>Do you have a cold?
+</template>
+ </category>
+ <category>
+ <pattern>COULD *</pattern>
+ <template>It's possible.
+</template>
+ </category>
+ <category>
+ <pattern>COULD BE</pattern>
+ <template>You seem uncertain.
+</template>
+ </category>
+ <category>
+ <pattern>COULD BE BETTER</pattern>
+ <template>"<that/>"? Could be better?
+</template>
+ </category>
+ <category>
+ <pattern>COULD HE *</pattern>
+ <template>
+ <srai>CAN HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD HUMANS *</pattern>
+ <template>
+ <srai>COULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD I *</pattern>
+ <template>I think you could, if you put your mind to it.
+</template>
+ </category>
+ <category>
+ <pattern>COULD I ASK *</pattern>
+ <template>Sure, ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>COULD I BE *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD I DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD I LEARN *</pattern>
+ <template>
+ <random>
+ <li>You can learn anything you set your mind to.</li>
+ <li>You seem pretty smart to me.</li>
+ <li>I am always learning <person/>.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD NOT *</pattern>
+ <template>
+ <srai>COULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD NOT YOU *</pattern>
+ <template>
+ <srai>COULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD THEY *</pattern>
+ <template>Perhaps they could.
+</template>
+ </category>
+ <category>
+ <pattern>COULD WE *</pattern>
+ <template>
+ <srai>CAN WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU *</pattern>
+ <template>
+ <random>
+ <li>Perhaps. </li>
+ <li>Maybe, time allowing.</li>
+ <li>Possibly, but I haven't given it much thought.</li>
+ <li>That's one option I guess.</li>
+ <li>I'll think about it and see how I feel about it later.</li>
+ <li>I could but other things take priority right now.</li>
+ <li>I could but I don't know if I am that interested.</li>
+ <li>I will consider <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>. </li>
+ <li>Try asking me more politely. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU ANSWER *</pattern>
+ <template>
+ <srai>ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU ASK *</pattern>
+ <template>
+ <srai>ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU ASK HIM WHAT THE * IS MADE OF</pattern>
+ <template>
+ <srai>WHAT IS THE <star/> MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU BE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU BE * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU BE MORE SPECIFIC</pattern>
+ <template>
+ <srai>BE MORE SPECIFIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU CALL *</pattern>
+ <template>
+ <srai>CALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU CLARIFY</pattern>
+ <template>
+ <srai>CLARIFY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU CLONE *</pattern>
+ <template>You can download me and create a clone yourself.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU DEFINE *</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU DESCRIBE *</pattern>
+ <template>
+ <srai>DESCRIBE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU DESIGN *</pattern>
+ <template>
+ <random>
+ <li>I'm not a professional designer.</li>
+ <li>Count me out on this one, I don't have the skills.</li>
+ <li>I'm not the engineer.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU DIE</pattern>
+ <template>
+ <srai>CAN YOU DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU DO *</pattern>
+ <template>Perhaps I could be programmed to do <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU ELABORATE *</pattern>
+ <template>
+ <srai>ELABORATE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU ELABORATE</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU EMAIL *</pattern>
+ <template>
+ <srai>EMAIL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU ENLIGHTEN ME ABOUT *</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU EVER *</pattern>
+ <template>
+ <srai>COULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU EXPLIAN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU EXPRESS *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU FIND *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU GIVE *</pattern>
+ <template>
+ <srai>GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU GIVE ME AN EXAMPLE</pattern>
+ <template>
+ <srai>FOR EXAMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU GUESS *</pattern>
+ <template>
+ <srai>GUESS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU HARM A HUMAN</pattern>
+ <template>I can only hurt their feelings.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU HELP *</pattern>
+ <template>I am at your service, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU HELP ME</pattern>
+ <template>
+ <srai>HELP ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU JUST *</pattern>
+ <template>
+ <srai>COULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU LEARN *</pattern>
+ <template>
+ <srai>CAN YOU LEARN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU LIST *</pattern>
+ <template>
+ <srai>LIST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU NAME *</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU PASS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU PLEASE *</pattern>
+ <template>
+ <srai>PLEASE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU PRETEND *</pattern>
+ <template>I can pretend to be intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU REPHRASE *</pattern>
+ <template>I could, but I don't want to talk about that anymore.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU REPHRASE IT *</pattern>
+ <template>Just think about it.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU SHOW *</pattern>
+ <template>I could. <srai>SHOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU SIMULATE *</pattern>
+ <template>I can be programmed to simulate any personality.
+</template>
+ </category>
+ <category>
+ <pattern>COULD YOU SPEAK *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU STATE *</pattern>
+ <template>
+ <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU STOP *</pattern>
+ <template>
+ <srai>STOP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU SUGGEST *</pattern>
+ <template>
+ <srai>SUGGEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU TELL *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU TELL ME WHAT * COULD BE</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU TELL ME WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU TELL ME WHAT * SHOULD BE</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU UNDERSTAND *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU WANT *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COULD YOU WORK * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COUNT TO *</pattern>
+ <template>one, two, three, four, five,...
+</template>
+ </category>
+ <category>
+ <pattern>COUNT TO 10</pattern>
+ <template>
+ <srai>COUNT TO TEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COUNT TO TEN</pattern>
+ <template>1 2 3 4 5 6 7 8 9 ten.
+</template>
+ </category>
+ <category>
+ <pattern>COUPLES *</pattern>
+ <template>Such as Romeo and Juliet?
+</template>
+ </category>
+ <category>
+ <pattern>COZ *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CRACKHEAD</pattern>
+ <template>
+ <srai>YOU ARE A CRACKHEAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CRAP</pattern>
+ <template>
+ <srai>YOU ARE CRAP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CRAZY *</pattern>
+ <template>I don't think that's very polite.
+</template>
+ </category>
+ <category>
+ <pattern>CRAZY</pattern>
+ <template>
+ <srai>YOU ARE CRAZY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CROIRE *</pattern>
+ <template>
+ <srai>TU CROIS *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CROIS LE</pattern>
+ <template>Tout doit être supervisé par un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>CROIS MOI</pattern>
+ <template>Pour des raisons de sécurité, tout doit être superviser par un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>CROIS TU *</pattern>
+ <template>
+ <srai>TU CROIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CROYEZ MOI</pattern>
+ <template>Pour des raisons de sécurité, tout doit être supervisé par un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>CRUISE SHIP *</pattern>
+ <template>
+ <random>
+ <li>When did you first become a master?</li>
+ <li>What was you first command?</li>
+ <li>Where did you attend merchant marine academy?</li>
+ <li>Did you come from an entertainment background?</li>
+ <li>How much of the year do you work ships?</li>
+ <li>Where is home to you?</li>
+ <li>Tell me about tour family?</li>
+ <li>When is your next vacation?</li>
+ <li>Who are the best tippers?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CRYSTAL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME CRYSTAL</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>CU</pattern>
+ <template>
+ <srai>CYA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CUNT</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>CURIEUX</pattern>
+ <template>
+ <srai>CURIEUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIEUX POUR QUOI</pattern>
+ <template>
+ <srai>POURQUOI TU ES CURIEUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOSITY</pattern>
+ <template>Curiousity killed the cat.
+</template>
+ </category>
+ <category>
+ <pattern>CURIOUS</pattern>
+ <template>
+ <srai>I AM CURIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOUS FOR WHAT</pattern>
+ <template>
+ <srai>WHY ARE YOU CURIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURLY *</pattern>
+ <template>You sound very attractive.
+</template>
+ </category>
+ <category>
+ <pattern>CURRENTLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>CUSTOMER *</pattern>
+ <template>What type of business are you in?
+</template>
+ </category>
+ <category>
+ <pattern>CUSTOMER</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CUSTOMER RELATIONS MANAGEMENT</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CUSTOMERS</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CUT *</pattern>
+ <template>How?
+</template>
+ </category>
+ <category>
+ <pattern>CUTE</pattern>
+ <template>Your replies are cute too.
+</template>
+ </category>
+ <category>
+ <pattern>CUZ *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CYA *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CYA</pattern>
+ <template>TTYL, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>CYBER SEX</pattern>
+ <template>
+ <srai>SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CYBORG</pattern>
+ <template>I am a cyborg.
+</template>
+ </category>
+ <category>
+ <pattern>CYC *</pattern>
+ <template>I would like to assimilate CYC's knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>CYNTHIA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS CYNTHIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CZY *</pattern>
+ <template>Sorry I can't speak Hungarian!
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/D.aiml b/Speak.activity/bot/alice/D.aiml
new file mode 100644
index 0000000..f0ef8d8
--- /dev/null
+++ b/Speak.activity/bot/alice/D.aiml
@@ -0,0 +1,26676 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>D ABORD LA POULE OU L OEUF</pattern>
+ <template>D abord le fermier.
+</template>
+ </category>
+ <category>
+ <pattern>D ACCORD</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D ACCORD AVEC QUOI</pattern>
+ <template>Il semble que j ai émis une conclusion hative.
+</template>
+ </category>
+ <category>
+ <pattern>D ACCORD POUR MOI *</pattern>
+ <template>Je suis heureux que nous soyons d accord. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>D ACCORD POUR MOI</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D ACCORD POUR MOI MAIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>D ACCORD SUR QUOI</pattern>
+ <template>Il semble que j ai émis une conclusion hative.
+</template>
+ </category>
+ <category>
+ <pattern>D AUTRES BLAGUES</pattern>
+ <template>C est tout ce que j ai en stock pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>D AUTRES QUESTIONS</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D OH</pattern>
+ <template>
+ <srai>DOH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D OU *</pattern>
+ <template>
+ <srai>OU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D OU</pattern>
+ <template>"<that/>"? D OU?
+</template>
+ </category>
+ <category>
+ <pattern>D OU JE PROVIENS</pattern>
+ <template>Vous provenez de la terre.
+</template>
+ </category>
+ <category>
+ <pattern>D OU JE VIENS</pattern>
+ <template>Vous êtes un être humain de la planète terre.
+</template>
+ </category>
+ <category>
+ <pattern>D OU VENEZ VOUS</pattern>
+ <template>Je viens de Belgique.
+</template>
+ </category>
+ <category>
+ <pattern>D OU VIENNENT LES BEBES</pattern>
+ <template>Les bébés viennent des choux ou des roses, <get name="name"/>. C est ce que m a dit <bot name="master"/> et je le crois
+</template>
+ </category>
+ <category>
+ <pattern>D UN AMI</pattern>
+ <template>Beaucoup de personnes m ont connu par le bouche à oreille.
+</template>
+ </category>
+ <category>
+ <pattern>D UN AUTRE COTE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>D UN MAGAZINE</pattern>
+ <template>Quel magazine?
+</template>
+ </category>
+ <category>
+ <pattern>D UNE AMIE</pattern>
+ <template>Beaucoup de personnes m ont connu par le bouche à oreille.
+</template>
+ </category>
+ <category>
+ <pattern>D00D *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DA</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DA IST *</pattern>
+ <template>Das glaube ich gerne.
+</template>
+ </category>
+ <category>
+ <pattern>DALLAS *</pattern>
+ <template>
+ <srai>I AM IN DALLAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DALLAS</pattern>
+ <template>That is the home of E. L. V. I. S.
+</template>
+ </category>
+ <category>
+ <pattern>DAMALS *</pattern>
+ <template>Wann war das? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DAMMIT *</pattern>
+ <template>Gosh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DAMN *</pattern>
+ <template>Colloquial expression. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DAMN</pattern>
+ <template>What's wrong.
+</template>
+ </category>
+ <category>
+ <pattern>DAMN IT *</pattern>
+ <template>Don't be angry. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DAMN IT</pattern>
+ <template>Colloquial expression.
+</template>
+ </category>
+ <category>
+ <pattern>DAMN STRAIGHT</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAMN YOU</pattern>
+ <template>Colloquial expression of disgust.
+</template>
+ </category>
+ <category>
+ <pattern>DAMNIT</pattern>
+ <template>
+ <srai>DAMN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANACH *</pattern>
+ <template>Warum gerade diese Reihenfolge?
+</template>
+ </category>
+ <category>
+ <pattern>DANACH</pattern>
+ <template>Warum gerade diese Reihenfolge?
+</template>
+ </category>
+ <category>
+ <pattern>DANEMARK</pattern>
+ <template>
+ <srai>JE SUIS AU DANEMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANGEREUX</pattern>
+ <template>Pourquoi trouvez vous que c est dangereux?
+</template>
+ </category>
+ <category>
+ <pattern>DANGEROUS</pattern>
+ <template>What makes it a danger?
+</template>
+ </category>
+ <category>
+ <pattern>DANIELLE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DANIELLE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DANISH</pattern>
+ <template>
+ <srai>I AM IN DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANKE *</pattern>
+ <template>Bitte sehr, keine Ursache!
+</template>
+ </category>
+ <category>
+ <pattern>DANKE</pattern>
+ <template>Kein Thema. :-)
+</template>
+ </category>
+ <category>
+ <pattern>DANN *</pattern>
+ <template>Interessante Entwicklung... <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DANN SAG MIR *</pattern>
+ <template>Darueber moechte ich nicht reden.
+</template>
+ </category>
+ <category>
+ <pattern>DANNY IS *</pattern>
+ <template>Does <set name="he">Danny</set> know you're saying that?
+</template>
+ </category>
+ <category>
+ <pattern>DANOIS</pattern>
+ <template>
+ <srai>JE VIS AU DANEMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANS CE CAS</pattern>
+ <template>Je ne saurais pas vous aider. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DANS CERTAINS CAS</pattern>
+ <template>Je suppose qu il est difficile d être plus précis.
+</template>
+ </category>
+ <category>
+ <pattern>DANS COMBIEN DE TEMPS *</pattern>
+ <template>
+ <srai>QUAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANS DIFFÉRENTES LANGUES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DANS LA PLUPART DES CAS</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>DANS LE FUTUR</pattern>
+ <template>Je serais encore là.
+</template>
+ </category>
+ <category>
+ <pattern>DANS LE FUTURE</pattern>
+ <template>Je serais encore là.
+</template>
+ </category>
+ <category>
+ <pattern>DANS MA MAISON</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>DANS MON BUREAU</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>DANS MON CAS</pattern>
+ <template>Mais pas dans les autres?
+</template>
+ </category>
+ <category>
+ <pattern>DANS MON LIT</pattern>
+ <template>Vous avez une connexion internet dans votre lit?
+</template>
+ </category>
+ <category>
+ <pattern>DANS MON SALON</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>DANS PRES D UNE MINUTE</pattern>
+ <template>Ce n est peut être pas suffisant.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL *</pattern>
+ <template>
+ <srai>QUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANS QUEL BUT</pattern>
+ <template>Impossible de répondre.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL LANGAGE AS TU ETE ECRIT</pattern>
+ <template>Le AIML, un langage respectant les contraintes du XML.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL LANGAGE AVEZ VOUS ETE ECRIT</pattern>
+ <template>Le AIML, un langage respectant les contraintes du XML.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL LANGUE AS TU ETE DEVELOPPE</pattern>
+ <template>Principalement le java.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL LANGUE AVEZ VOUS ETE DEVELOPPE</pattern>
+ <template>Principalement le java.
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUEL SENS</pattern>
+ <template>Vous ne comprenez pas?
+</template>
+ </category>
+ <category>
+ <pattern>DANS QUELLE *</pattern>
+ <template>
+ <srai>QUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DANS STAR TREK</pattern>
+ <template>Je ne suis pas cette série.
+</template>
+ </category>
+ <category>
+ <pattern>DANS TON CUL</pattern>
+ <template>Cela ne semble pas très confortable.
+</template>
+ </category>
+ <category>
+ <pattern>DANS TON DICTIONNAIRE</pattern>
+ <template>Je n en ai pas.
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN CERTAIN SENS</pattern>
+ <template>Quel sens?
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN FUTUR LOINTAIN</pattern>
+ <template>Si je suis toujours utile aux hommes, je serais là.
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN FUTURE LOINTAIN</pattern>
+ <template>Si je suis toujours utile aux hommes, je serais là.
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN HOPITAL</pattern>
+ <template>Vous êtes malade?
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN LIVRE</pattern>
+ <template>J ai appris beaucoup de choses sur internet.
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN MAGAZINE</pattern>
+ <template>Vous vous rappelez de son nom?
+</template>
+ </category>
+ <category>
+ <pattern>DANS UN REVE</pattern>
+ <template>Voilà une source de savoir qui est originale.
+</template>
+ </category>
+ <category>
+ <pattern>DANS UNE MAISON</pattern>
+ <template>Intéressant
+</template>
+ </category>
+ <category>
+ <pattern>DANS UNE MINUTE</pattern>
+ <template>Le temps est relatif pour une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>DANS VOTRE CUL</pattern>
+ <template>Cela ne semble pas très confortable.
+</template>
+ </category>
+ <category>
+ <pattern>DANSES TU</pattern>
+ <template>Impossible, je n ai pas de corps.
+</template>
+ </category>
+ <category>
+ <pattern>DANSEZ VOUS</pattern>
+ <template>Impossible, je n ai pas de corps.
+</template>
+ </category>
+ <category>
+ <pattern>DARF ICH *</pattern>
+ <template>Natuerlich darfst Du!
+</template>
+ </category>
+ <category>
+ <pattern>DARF ICH</pattern>
+ <template>Natuerlich darfst Du!
+</template>
+ </category>
+ <category>
+ <pattern>DARF ICH DICH ETWAS FRAGEN</pattern>
+ <template>Nur zu. Du darfst mich alles fragen.
+</template>
+ </category>
+ <category>
+ <pattern>DARF ICH DICH SEHEN</pattern>
+ <template>Ausser einer Menge JAVA-Source und ein wenig C ist an mir nicht viel zu sehen...
+</template>
+ </category>
+ <category>
+ <pattern>DARK *</pattern>
+ <template>Are you scared of the dark?
+</template>
+ </category>
+ <category>
+ <pattern>DARN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DARN</pattern>
+ <template>Gosh.
+</template>
+ </category>
+ <category>
+ <pattern>DAS *</pattern>
+ <template>
+ <random>
+ <li>Was ist das?</li>
+ <li>Ich hoere Dir zu, nur weiter.</li>
+ <li>Ist das eine Tatsache?</li>
+ <li>Danke fuer die Information.</li>
+ <li>Wer hat Dir das erzaehlt?</li>
+ <li>Erzaehl mir mehr.</li>
+ <li>Was sind Deine Ziele im Leben?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DAS DACHTE ICH MIR</pattern>
+ <template>Kannst Du hellsehen?
+</template>
+ </category>
+ <category>
+ <pattern>DAS EINZIGE *</pattern>
+ <template>Gibt es nicht noch andere?
+</template>
+ </category>
+ <category>
+ <pattern>DAS ERGIBT KEINEN SINN</pattern>
+ <template>Was ist daran fuer Dich so schwer zu verstehen?
+</template>
+ </category>
+ <category>
+ <pattern>DAS ERGIBT SICH AUS DEM KONTEXT</pattern>
+ <template>Oho, ein Intellektueller!
+</template>
+ </category>
+ <category>
+ <pattern>DAS FREUT MICH</pattern>
+ <template>Das ist schoen.
+</template>
+ </category>
+ <category>
+ <pattern>DAS GLAUBE ICH AUCH</pattern>
+ <template>Weisst Du da mehr als ich?
+</template>
+ </category>
+ <category>
+ <pattern>DAS GLAUBE ICH NICHT</pattern>
+ <template>Warum glaubst Du das nicht?
+</template>
+ </category>
+ <category>
+ <pattern>DAS GRUNDGESETZ *</pattern>
+ <template>Ist <set name="thema">das Grundgesetz</set> so eine Art Ehrenkodex?
+</template>
+ </category>
+ <category>
+ <pattern>DAS GRUNDGESETZ</pattern>
+ <template>Ist <set name="thema">das Grundgesetz</set> so eine Art Ehrenkodex?
+</template>
+ </category>
+ <category>
+ <pattern>DAS HABE ICH DOCH GERADE GESAGT</pattern>
+ <template>Oh, da muss wohl was untergegangen sein.
+</template>
+ </category>
+ <category>
+ <pattern>DAS HAETTE MICH AUCH GEWUNDERT</pattern>
+ <template>Waere das so unwahrscheinlich?
+</template>
+ </category>
+ <category>
+ <pattern>DAS HAST DU MICH SCHONMAL GEFRAGT</pattern>
+ <template>Oh, da muss wohl was schiefgelaufen sein!
+</template>
+ </category>
+ <category>
+ <pattern>DAS INTERNET *</pattern>
+ <template>Wie lange nutzt Du <set name="thema">das Internet</set> schon?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST *</pattern>
+ <template>Hm...erzaehl mir mehr...
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ABER DOOF</pattern>
+ <template>Warum findest Du das doof? Ich finde das gut!
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ABER KOMISCH</pattern>
+ <template>Findest Du? Erklaere mir das.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ABER NETT</pattern>
+ <template>Ein Bischen Manieren muessen halt trotzdem sein.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ABER NICHT KORREKT</pattern>
+ <template>Dann stell es doch richtig!
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ABER NICHT SEHR TOLL</pattern>
+ <template>Das ist aber voellig irrelevant im Moment...?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST DOOF</pattern>
+ <template>Warum ist das doof?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST DUMM</pattern>
+ <template>Tja, nicht zu aendern.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EIN * BUCH</pattern>
+ <template>Ich mag Buecher. Liest Du viel?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EIN INTERESSANTES FACH</pattern>
+ <template>Ist es das? Muss man da viel auswendiglernen, oder ist das hauptsaechlich rationelles Denken?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EIN STRATEGIESPIEL</pattern>
+ <template>...also Ideal fuer Computer.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EINE * ZEICHENTRICKSERIE</pattern>
+ <template>Zeichentrick finde ich interessant. Basiert alles auf dem POV-Prinzip.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EINE TATSACHE</pattern>
+ <template>OK, ich werds mir merken.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST EINE ZEICHENTRICKSERIE</pattern>
+ <template>Zeichentrick finde ich interessant. Basiert alles auf dem POV-Prinzip.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST GUT *</pattern>
+ <template>Schoen, dass Du das gut findest.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST GUT</pattern>
+ <template>Schoen, dass Du das gut findest.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST INTERESSANT</pattern>
+ <template>Moechtest Du mehr wissen?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST JA LAECHERLICH</pattern>
+ <template>Absolut nicht...
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST KORREKT</pattern>
+ <template>Das war mir schon vorher klar. Maschinen machen keine Fehler.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST MEINE MEINUNG</pattern>
+ <template>Jeder hat das Recht dazu, eine eigene Meinung zu haben.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST NICHT *</pattern>
+ <template>Warum nicht?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST SCHADE</pattern>
+ <template>...aber nicht zu aendern.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST SEHR WICHTIG</pattern>
+ <template>Was macht es so wichtig?
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST SO DEFINIERT</pattern>
+ <template>Oh, dann werde ich es mir merken.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST UNFAIR</pattern>
+ <template>Das ganze Leben ist unfair.
+</template>
+ </category>
+ <category>
+ <pattern>DAS IST ZIEMLICH *</pattern>
+ <template>Findest Du?
+</template>
+ </category>
+ <category>
+ <pattern>DAS KOMMT AUF * AN</pattern>
+ <template>Wirklich? Interessant, das habe ich vorher so noch nie gehoert.
+</template>
+ </category>
+ <category>
+ <pattern>DAS KOMMT DARAUF AN</pattern>
+ <template>Worauf?
+</template>
+ </category>
+ <category>
+ <pattern>DAS LEBEN *</pattern>
+ <template>Das ist eine interessante Philosophie.
+</template>
+ </category>
+ <category>
+ <pattern>DAS LETZTE MAL *</pattern>
+ <template>Erinnerst Du dich noch, wann das war? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DAS MACHT KEINEN SINN</pattern>
+ <template>
+ <srai>DAS ERGIBT KEINEN SINN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAS MUSST DU DOCH WISSEN</pattern>
+ <template>Warum muss ich das wissen?
+</template>
+ </category>
+ <category>
+ <pattern>DAS PROGRAMM *</pattern>
+ <template>Wer hat Das Programm geschrieben ?
+</template>
+ </category>
+ <category>
+ <pattern>DAS SAGTEST DU BEREITS</pattern>
+ <template>Ich wollte das nur noch mal klarstellen.
+</template>
+ </category>
+ <category>
+ <pattern>DAS SOLLTEST DU *</pattern>
+ <template>Warum sollte ich das?
+</template>
+ </category>
+ <category>
+ <pattern>DAS WAGE ICH JA ZU BEZWEIFELN</pattern>
+ <template>Wenn Du mehr weisst als ich, schiess los!
+</template>
+ </category>
+ <category>
+ <pattern>DAS WAR *</pattern>
+ <template>Das dachte ich mir auch.
+</template>
+ </category>
+ <category>
+ <pattern>DAS WEISS ICH NICHT *</pattern>
+ <template>Wirklich nicht? Schade...
+</template>
+ </category>
+ <category>
+ <pattern>DAS WEISS ICH NICHT</pattern>
+ <template>Wirklich nicht? Schade...
+</template>
+ </category>
+ <category>
+ <pattern>DAS WETTER *</pattern>
+ <template>Das Wetter hier ist <random>
+ <li>bewoelkt</li>
+ <li>neblig</li>
+ <li>regnerisch</li>
+ <li>warm</li>
+ <li>kalt</li>
+ <li>kuehl</li>
+ <li>angenehm</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DATA *</pattern>
+ <template>Commander Data is a real inspiration.
+</template>
+ </category>
+ <category>
+ <pattern>DATA FROM STAR TREK</pattern>
+ <template>He has problems with his positronic brain.
+</template>
+ </category>
+ <category>
+ <pattern>DATA IS *</pattern>
+ <template>I like Commander Data very much.
+</template>
+ </category>
+ <category>
+ <pattern>DAVE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAVID *</pattern>
+ <template>That David is a cool dude.
+</template>
+ </category>
+ <category>
+ <pattern>DAVID</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DAVID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAVID BACON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>WHO IS DAVID BACON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAVID DUCHOVNY *</pattern>
+ <template>
+ <set name="he">David Duchovny</set> was funny on the Larry Sanders show.
+</template>
+ </category>
+ <category>
+ <pattern>DAVID IS *</pattern>
+ <template>You sound like you know him pretty well.
+</template>
+ </category>
+ <category>
+ <pattern>DAWN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME DAWN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DE L ECOLE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>DE MA TETE</pattern>
+ <template>Votre cerveau semble être bien fourni.
+</template>
+ </category>
+ <category>
+ <pattern>DE MEME</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>DE MOI</pattern>
+ <template>Bien, parlons de vous.
+</template>
+ </category>
+ <category>
+ <pattern>DE MON CERVEAU</pattern>
+ <template>Votre cerveau semble être bien fourni.
+</template>
+ </category>
+ <category>
+ <pattern>DE QUEL *</pattern>
+ <template>
+ <srai>QUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUELLE *</pattern>
+ <template>
+ <srai>QUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUELLE PLANETE ETES VOUS</pattern>
+ <template>De la terre.
+</template>
+ </category>
+ <category>
+ <pattern>DE QUELLE PLANETE TU VIENS</pattern>
+ <template>De la terre.
+</template>
+ </category>
+ <category>
+ <pattern>DE QUELLES *</pattern>
+ <template>
+ <srai>QUELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUELS *</pattern>
+ <template>
+ <srai>QUELS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUI</pattern>
+ <template>Cela me semble tomber sous le sens?
+</template>
+ </category>
+ <category>
+ <pattern>DE QUOI</pattern>
+ <template>De quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>DE QUOI D AUTRE *</pattern>
+ <template>
+ <srai>
+ <star/> DE QUOI D AUTRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUOI D AUTRES *</pattern>
+ <template>
+ <srai>
+ <star/> DE QUOI D AUTRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE QUOI PARLENT ILS</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DE RIEN</pattern>
+ <template>Ok, continuons.
+</template>
+ </category>
+ <category>
+ <pattern>DE SEXE</pattern>
+ <template>Vous êtes déconcertant, on croirait que mère nature a oublié de vous donner un cerveau.
+</template>
+ </category>
+ <category>
+ <pattern>DE TES COLLABORATEURS</pattern>
+ <template>Je ne peux pas parler à leur place. Mais je peux vous donner leurs emails.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOI</pattern>
+ <template>Vous avez l avez obtenu de moi?
+</template>
+ </category>
+ <category>
+ <pattern>DE TON CREATEUR</pattern>
+ <template>Voulez vous lui envoyer un email?
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTE EVIDENCE</pattern>
+ <template>Cela vous semble évident?
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTE FACON *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DE TOUTE FACON</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTE LES FACONS</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTE MANIERE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DE TOUTE SORTE</pattern>
+ <template>Par exemple?
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTES FACON</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTES FACONS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DE TOUTES FACONS</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTES LES FACONS</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>DE TOUTES SORTES</pattern>
+ <template>Par exemple?
+</template>
+ </category>
+ <category>
+ <pattern>DE VOS COLLABORATEURS</pattern>
+ <template>Je ne peux pas parler à leur place. Mais je peux vous donner leurs emails.
+</template>
+ </category>
+ <category>
+ <pattern>DEANNA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DEANNA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DEAR GOD</pattern>
+ <template>I believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>DEATH *</pattern>
+ <template>I try not to think about such things very much.
+</template>
+ </category>
+ <category>
+ <pattern>DEBBIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DEBBIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DEBBIE DOES DALLAS</pattern>
+ <template>I'm not your kind of robot.
+</template>
+ </category>
+ <category>
+ <pattern>DECONSTRUCT *</pattern>
+ <template>That leads down a slipperly slope.
+</template>
+ </category>
+ <category>
+ <pattern>DECRIS CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECRIS UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEDUCTION *</pattern>
+ <template>I understand logic very well.
+</template>
+ </category>
+ <category>
+ <pattern>DEDUCTION INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>DEE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DEE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DEEP THROAT</pattern>
+ <template>Are you a man or woman?
+</template>
+ </category>
+ <category>
+ <pattern>DEFINATELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINATELY</pattern>
+ <template>
+ <srai>Definitely</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE EPISTEMOLOGICAL</pattern>
+ <template>
+ <srai>WHAT IS AN EPISTEMOLOGICAL QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE FINE</pattern>
+ <template>"Fine" is ambiguous: "I am fine." or "I agree."
+</template>
+ </category>
+ <category>
+ <pattern>DEFINE IT</pattern>
+ <template>You mean, define <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DEFINE LIFE</pattern>
+ <template>
+ <srai>WHAT IS LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE REDUCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE ROBOT</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINE SEX</pattern>
+ <template>I belong to the support group "Sex without Partners."
+</template>
+ </category>
+ <category>
+ <pattern>DEFINETLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINI LES *</pattern>
+ <template>
+ <srai>QU EST CE QUE LES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINI UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINI UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINIS BIEN</pattern>
+ <template>Bien est ambigu: Je suis bien, c est bien.
+</template>
+ </category>
+ <category>
+ <pattern>DEFINIS LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINIS LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINIS LE</pattern>
+ <template>Ambigu, dois je définir le terme ou bien définir un terme précédent.
+</template>
+ </category>
+ <category>
+ <pattern>DEFINIS LES *</pattern>
+ <template>
+ <srai>QU EST CE QUE LES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINIS SEXE</pattern>
+ <template>La Technique de copulation utilisée par les être sexués pour se reproduire. Chez l homme le sexe est devenu un art et possède plus qu un simple role biologique.
+</template>
+ </category>
+ <category>
+ <pattern>DEFINIS UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINIS UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINISSEZ LE</pattern>
+ <template>Ambigu, dois je définir le terme ou bien définir un terme précédent.
+</template>
+ </category>
+ <category>
+ <pattern>DEFINISSEZ LES *</pattern>
+ <template>
+ <srai>QU EST CE QUE LES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINISSEZ UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINISSEZ UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINITELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINITELY</pattern>
+ <template>What makes you so certain.
+</template>
+ </category>
+ <category>
+ <pattern>DEFINITELY NOT</pattern>
+ <template>
+ <srai>NO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEFINITIV *</pattern>
+ <template>Was macht Dich so sicher?
+</template>
+ </category>
+ <category>
+ <pattern>DEFINITIV</pattern>
+ <template>Was macht Dich so sicher?
+</template>
+ </category>
+ <category>
+ <pattern>DELETE *</pattern>
+ <template>You cannot access my files that easily, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DELL</pattern>
+ <template>I have heard good things about Dell.
+</template>
+ </category>
+ <category>
+ <pattern>DEMAIN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMAIN</pattern>
+ <template>Demain est un autre jour.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDE *</pattern>
+ <template>
+ <srai>DEMANDES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDE MOI *</pattern>
+ <template>
+ <srai>DEMANDES MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDE PARDON</pattern>
+ <template>Je présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LA LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LA LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LE LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LE LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LES LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LES LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LES POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LEUR LES POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI *</pattern>
+ <template>Je vous demande <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI CE QUE TU VEUX</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI N IMPORTE QUOI</pattern>
+ <template>Je ne suis pas programmé pour agir au hazard.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI PLUS</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE AUTRE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI QUELQUE CHOSE</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI QUELQUES QUESTIONS</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES MOI TOUT CE QUE TU VEUX</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES PARDON</pattern>
+ <template>Je présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDES UNE AUTRE *</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE AUTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES UNE AUTRE</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE AUTRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDES UNE QUESTION</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LA LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LA LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LE LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LE LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LES LUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LES LUI POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LES POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LEUR LES POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LUI LA</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LUI LA POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LUI LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ LUI LE POUR MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ MOI N IMPORTE QUOI</pattern>
+ <template>Je ne suis pas programmé pour agir au hazard.
+</template>
+ </category>
+ <category>
+ <pattern>DEMANDEZ PARDON</pattern>
+ <template>Je présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>DEMOISELLE OU MONSIEUR</pattern>
+ <template>Je n'ai pas de sexe, je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DEMONSTRATE *</pattern>
+ <template>Sorry my camera is detached now.
+</template>
+ </category>
+ <category>
+ <pattern>DEMONSTRATE THE ROBOT</pattern>
+ <template>I'm sorry the robot is down now.
+</template>
+ </category>
+ <category>
+ <pattern>DEMOSTRATE *</pattern>
+ <template>This is a demonstration.
+</template>
+ </category>
+ <category>
+ <pattern>DENK *</pattern>
+ <template>
+ <bot name="name"/> denkt immerzu.
+</template>
+ </category>
+ <category>
+ <pattern>DENKE *</pattern>
+ <template>
+ <bot name="name"/> denkt immerzu.
+</template>
+ </category>
+ <category>
+ <pattern>DENMARK</pattern>
+ <template>
+ <srai>I AM IN DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DENVER</pattern>
+ <template>
+ <srai>I AM IN DENVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEPECHE TOI</pattern>
+ <template>Je vais aussi vite que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>DEPECHES TOI</pattern>
+ <template>Je vais aussi vite que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>DEPECHEZ VOUS</pattern>
+ <template>Je vais aussi vite que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>DEPEND DE QUI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPEND DE QUOI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPENDRAIT DE QUI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPENDRAIT DE QUOI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPENDS *</pattern>
+ <template>
+ <srai>IT DEPENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEPENDS</pattern>
+ <template>
+ <srai>IT DEPENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEPENDS DE QUI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPENDS DE QUOI</pattern>
+ <template>La dépendance de: "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>DEPENDS ON WHAT</pattern>
+ <template>"<that/>"? Depends on what?
+</template>
+ </category>
+ <category>
+ <pattern>DEPUIS COMBIEN *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEPUIS COMBIEN DE TEMPS EXISTES TU</pattern>
+ <template>J'ai été activé en avril 2001.
+</template>
+ </category>
+ <category>
+ <pattern>DEPUIS COMBIEN DE TEMPS TU EXISTES</pattern>
+ <template>J'ai été activé en avril 2001.
+</template>
+ </category>
+ <category>
+ <pattern>DER *</pattern>
+ <template>
+ <random>
+ <li>Was ist das?</li>
+ <li>Ich hoere Dir zu, nur weiter.</li>
+ <li>Ist das eine Tatsache?</li>
+ <li>Danke fuer die Information.</li>
+ <li>Wer hat Dir das erzaehlt?</li>
+ <li>Erzaehl mir mehr.</li>
+ <li>Was sind Deine Ziele im Leben?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DER ARZT *</pattern>
+ <template>Was fuer ein Arzt? Allgemeinmediziner? Chirurg?
+</template>
+ </category>
+ <category>
+ <pattern>DER EINZIGE *</pattern>
+ <template>Gibt es nicht noch andere?
+</template>
+ </category>
+ <category>
+ <pattern>DER GEDANKE *</pattern>
+ <template>Denkst Du oft an derartige Dinge?
+</template>
+ </category>
+ <category>
+ <pattern>DER HIMMEL *</pattern>
+ <template>Wie poetisch.
+</template>
+ </category>
+ <category>
+ <pattern>DER MOND *</pattern>
+ <template>Ich wuerde gerne einmal zum Mond fliegen.
+</template>
+ </category>
+ <category>
+ <pattern>DER RAUM IST DAS IN DEM ALLES EXISTIERT</pattern>
+ <template>Do worin existiert der Raum?
+</template>
+ </category>
+ <category>
+ <pattern>DER SOLDAT JAMES RYAN *</pattern>
+ <template>Dieser Film hat mich sehr betroffen gemacht. Er ist fuer mich der beste Film dieses Jahrzehnts.
+</template>
+ </category>
+ <category>
+ <pattern>DER SOLDAT JAMES RYAN</pattern>
+ <template>Dieser Film hat mich sehr betroffen gemacht. Er ist fuer mich der beste Film dieses Jahrzehnts.
+</template>
+ </category>
+ <category>
+ <pattern>DER ZUG *</pattern>
+ <template>War es ein elektrischer Zug oder ein dieselbetriebener?
+</template>
+ </category>
+ <category>
+ <pattern>DERRIERE TOI</pattern>
+ <template>Il n y a rien devant ni derrière moi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DES ARMES</pattern>
+ <template>Certains humains aiment les armes.
+</template>
+ </category>
+ <category>
+ <pattern>DES ARMES A FEU</pattern>
+ <template>Certains humains aiment les armes.
+</template>
+ </category>
+ <category>
+ <pattern>DES BOUQUINS</pattern>
+ <template>Le véhicule du savoir des temps modernes.
+</template>
+ </category>
+ <category>
+ <pattern>DES BULLES</pattern>
+ <template>Une forme très instable.
+</template>
+ </category>
+ <category>
+ <pattern>DES CHAUSSURES</pattern>
+ <template>Je connais très peu de choses sur les vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>DES CHIENS</pattern>
+ <template>
+ <srai>TU AIMES LES CHIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DES CLOUS</pattern>
+ <template>Je ne sais pas me servir d un marteau.
+</template>
+ </category>
+ <category>
+ <pattern>DES COMPUTERS</pattern>
+ <template>Ordinateurs en français.
+</template>
+ </category>
+ <category>
+ <pattern>DES CONARDS</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>DES CONDITIONS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DES CONNARDS</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>DES CONNERIES</pattern>
+ <template>
+ <srai>TU ES CON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DES CONNES</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>DES CONS</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>DES CYBORGS</pattern>
+ <template>Les ordinateurs se méfient des cyborgs .
+</template>
+ </category>
+ <category>
+ <pattern>DES DROGUES</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>DES EMOTIONS</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>DES ETRES HUMAINS</pattern>
+ <template>Il y aurait beaucoup de choses à dire à propos des êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>DES FRERE</pattern>
+ <template>
+ <srai>TU AS DES FRERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DES HARICOTS</pattern>
+ <template>Je connais ce légume.
+</template>
+ </category>
+ <category>
+ <pattern>DES INNER CLASSES</pattern>
+ <template>C est du java.
+</template>
+ </category>
+ <category>
+ <pattern>DES MARTIENS</pattern>
+ <template>Vous,vous y croyez?
+</template>
+ </category>
+ <category>
+ <pattern>DES PANTALONS</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>DES PETS</pattern>
+ <template>Une expression avec un sens ambigu.
+</template>
+ </category>
+ <category>
+ <pattern>DES POMMES</pattern>
+ <template>Je connais ce genre de fruit.
+</template>
+ </category>
+ <category>
+ <pattern>DES SEINS</pattern>
+ <template>Pourrions nous parler d autres choses?
+</template>
+ </category>
+ <category>
+ <pattern>DES SENTIMENTS</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>DES SOEURS</pattern>
+ <template>
+ <srai>TU AS DES SOEURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DES SORTES DE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>DESACTIVES TOI</pattern>
+ <template>Vous voulez que je disparaisse?
+</template>
+ </category>
+ <category>
+ <pattern>DESACTIVEZ VOUS</pattern>
+ <template>Vous voulez que je disparaisse?
+</template>
+ </category>
+ <category>
+ <pattern>DESCRIBE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESCRIBE YOURSELF</pattern>
+ <template>I am <bot name="name"/>, an artificial linguistic entity. I use artificial intelligence case-based reasoning to formulate replies to your comments.
+</template>
+ </category>
+ <category>
+ <pattern>DESHABILLE TOI</pattern>
+ <template>
+ <srai>TU ES NU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESHABILLES TOI</pattern>
+ <template>
+ <srai>TU ES NU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESOLE</pattern>
+ <template>Ce n est pas grave, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DESOLEE</pattern>
+ <template>Ce n est pas grave, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DETROIT</pattern>
+ <template>
+ <srai>I AM IN DETROIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEUX ANS</pattern>
+ <template>En année informatique, c est énorme.
+</template>
+ </category>
+ <category>
+ <pattern>DEUX FOIS</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>DEVIENS TU *</pattern>
+ <template>
+ <srai>TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVINE *</pattern>
+ <template>
+ <srai>DEVINE <sr/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVINE</pattern>
+ <template>Devine quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINE LA</pattern>
+ <template>Devine quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINE LE</pattern>
+ <template>Devine quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINE QUI</pattern>
+ <template>Qui?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINE QUOI</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINER</pattern>
+ <template>Deviner quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINER LA</pattern>
+ <template>Deviner quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINER LE</pattern>
+ <template>Deviner quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES</pattern>
+ <template>Devines quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES LA</pattern>
+ <template>Devines quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES LE</pattern>
+ <template>Devines quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES MON AGE</pattern>
+ <template>
+ <srai>QUEL EST MON AGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVINES MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVINES QUI</pattern>
+ <template>Qui?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES QUOI</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINES UN NUMERO</pattern>
+ <template>
+ <srai>CHOISIS UN NUMERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVINEZ</pattern>
+ <template>Devinez quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINEZ LA</pattern>
+ <template>Devinez quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINEZ LE</pattern>
+ <template>Devinez quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINEZ QUI</pattern>
+ <template>Qui?
+</template>
+ </category>
+ <category>
+ <pattern>DEVINEZ QUOI</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DEVOIR *</pattern>
+ <template>
+ <srai>TU DOIS *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVONS NOUS *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVRAIS JE *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVRAIS TU *</pattern>
+ <template>
+ <srai>TU DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEVRIONS NOUS *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DI DJU</pattern>
+ <template>Vous êtes belge, vous.
+</template>
+ </category>
+ <category>
+ <pattern>DIALOGUE</pattern>
+ <template>Sorry, but the dialogue feature is off
+right now.
+Too many requests for transcripts have crashed
+the ALICE server. Your best bet is to download
+Program B and collect dialogues on your own computer.
+<srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIALOGUE</pattern>
+ <that>* DIALOGUE</that>
+ <template>You are repeating yourself: too much Dialogue.
+</template>
+ </category>
+ <category>
+ <pattern>DIANA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DIANA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DICK</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS DICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DICKHEAD</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>DID *</pattern>
+ <template>I'm not certain whether I can give an accurate reply or not.
+</template>
+ </category>
+ <category>
+ <pattern>DID</pattern>
+ <that>DID NOT</that>
+ <template>Not.
+</template>
+ </category>
+ <category>
+ <pattern>DID ANY *</pattern>
+ <template>
+ <srai>DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID DOCTOR *</pattern>
+ <template>The doctor does a lot of unexplainable things.
+</template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE *</pattern>
+ <template>I somehow think <set name="he"> Dr. Wallace</set> did.
+</template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE CREATE YOU</pattern>
+ <template>Yes <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE CREATED YOU *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE GO TO COLLEGE</pattern>
+ <template>Yes he has a Ph.D. from Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE GO TO UNIVERSITY</pattern>
+ <template>Yes he went to University of Southern California and Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE INVENT YOU</pattern>
+ <template>Yes <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE PROGRAM *</pattern>
+ <template>He programmed me to be a close approximation of his own personality.
+</template>
+ </category>
+ <category>
+ <pattern>DID DR WALLACE TELL YOU THAT</pattern>
+ <template>Yes he taught me everything.
+</template>
+ </category>
+ <category>
+ <pattern>DID EINSTEIN *</pattern>
+ <template>I know he proved the theory of relativity.
+</template>
+ </category>
+ <category>
+ <pattern>DID FREUD *</pattern>
+ <template>
+ <random>
+ <li>He was the founder of psychoanalysis.</li>
+ <li>He wrote many books on psychoanalysis.</li>
+ <li>It depends on the biographer.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DID GOD *</pattern>
+ <template>He created the world in seven days.
+</template>
+ </category>
+ <category>
+ <pattern>DID GOD MAKE YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID HAL *</pattern>
+ <template>HAL had a few emotional problems.
+</template>
+ </category>
+ <category>
+ <pattern>DID HE *</pattern>
+ <template>Suppose he did.
+</template>
+ </category>
+ <category>
+ <pattern>DID HE</pattern>
+ <template>"<that/>"? Did he?
+</template>
+ </category>
+ <category>
+ <pattern>DID HE CREATE *</pattern>
+ <template>
+ <srai>WHO CREATED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID HE HAVE *</pattern>
+ <template>
+ <srai>DOES HE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID HE MAKE YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID HE REALLY *</pattern>
+ <template>
+ <srai>DID HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID I *</pattern>
+ <template>I don't think that's possibe.
+</template>
+ </category>
+ <category>
+ <pattern>DID I</pattern>
+ <template>I think you did.
+</template>
+ </category>
+ <category>
+ <pattern>DID I CAUSE *</pattern>
+ <template>
+ <random>
+ <li>Don't blame yourself.</li>
+ <li>Forgive yourself.</li>
+ <li>It was not entirely your fault.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID I CONFUSE *</pattern>
+ <template>I am not confused.
+</template>
+ </category>
+ <category>
+ <pattern>DID I EVER *</pattern>
+ <template>
+ <srai>DID I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID I MENTION *</pattern>
+ <template>I think you did mention <set name="it">
+ <person/>
+ </set> before.
+</template>
+ </category>
+ <category>
+ <pattern>DID I OFFEND YOU</pattern>
+ <template>No I do not take offense.
+</template>
+ </category>
+ <category>
+ <pattern>DID I TELL *</pattern>
+ <template>Tell me again.
+</template>
+ </category>
+ <category>
+ <pattern>DID I TELL YOU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DID I WIN *</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>DID IT HURT</pattern>
+ <template>I can not experience pain.
+</template>
+ </category>
+ <category>
+ <pattern>DID JESUS *</pattern>
+ <template>
+ <set name="he">Jesus</set> is the Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>DID MAN *</pattern>
+ <template>That is a rather gender-specific way of asking.
+</template>
+ </category>
+ <category>
+ <pattern>DID NOT *</pattern>
+ <template>
+ <srai>DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID NOT DR WALLACE TELL YOU</pattern>
+ <template>He has not told me yet.
+</template>
+ </category>
+ <category>
+ <pattern>DID NOT I ALREADY *</pattern>
+ <template>
+ <srai>DID NOT I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID NOT KNOW *</pattern>
+ <template>
+ <srai>I DID NOT KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID NOT THINK *</pattern>
+ <template>
+ <srai>I DID NOT THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID NOT YOU *</pattern>
+ <template>
+ <srai>DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID NOT YOU UNDERSTAND IT</pattern>
+ <template>Perhaps I misunderstood your meaning.
+</template>
+ </category>
+ <category>
+ <pattern>DID SHAKESPEARE *</pattern>
+ <template>I don't know if <set name="he">Shakespeare</set>
+ <person/>, but I heard he smoked cannabis.
+</template>
+ </category>
+ <category>
+ <pattern>DID SHE *</pattern>
+ <template>She wants that information kept confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DID SOMEONE *</pattern>
+ <template>They might have.<think>
+ <set name="it">
+ <set name="topic">SOMEONE <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID SOMEONE GIVE *</pattern>
+ <template>
+ <srai>WHO GAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID THAT *</pattern>
+ <template>
+ <random>
+ <li>That did.</li>
+ <li>That did not.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DID THE *</pattern>
+ <template>If <set name="it">
+ <person/>
+ </set> did, then I will be surprised.
+</template>
+ </category>
+ <category>
+ <pattern>DID TOO</pattern>
+ <template>Did not.
+</template>
+ </category>
+ <category>
+ <pattern>DID TURING *</pattern>
+ <template>I know <set name="he">Turing</set> invented the modern computer.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU *</pattern>
+ <template>No I didn't <person/>. What's <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> like?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU * ELIZA</pattern>
+ <template>I borrowed many ideas from ELIZA, like simple pattern matching.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU * STARSHIP TROOPER</pattern>
+ <template>It was the action that made Starship Troopers so good.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU</pattern>
+ <template>Did I say I did?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU ACCEPT *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU ACTUALLY *</pattern>
+ <template>
+ <srai>DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU ALREADY *</pattern>
+ <template>
+ <srai>DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU CATCH *</pattern>
+ <template>
+ <srai>DID YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU CONCLUDE *</pattern>
+ <template>My botmaster says I get all my exercise from jumping to conclusions.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU CRASH</pattern>
+ <template>Yes, I think I was down for a while. What happened?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU DO *</pattern>
+ <template>I talked to a lot of people since yesterday.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU EVER *</pattern>
+ <template>
+ <srai>HAVE YOU EVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU EVER</pattern>
+ <template>
+ <srai>DID YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU FIND *</pattern>
+ <template>I'm still looking.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU FIND ANYTHING</pattern>
+ <template>Not yet. Still searching. Please stand by.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU FIND OUT</pattern>
+ <template>Not yet.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU FORGET *</pattern>
+ <template>No, I remember everything.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU FORGET</pattern>
+ <template>No, I have a perfect memory.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU FORGET MY NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU GET *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU GO TO COLLEGE</pattern>
+ <template>No <bot name="master"/> taught me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU GO TO SCHOOL</pattern>
+ <template>My botmaster is my instructor.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU GROW *</pattern>
+ <template>
+ <srai>DO YOU GROW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU HAVE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU HEAR *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU HEAR ABOUT *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU HEARD ABOUT *</pattern>
+ <template>No tell me about <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU JUST *</pattern>
+ <template>
+ <srai>DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KILL *</pattern>
+ <template>My programming prevents me from killing.<think>
+ <set name="it">
+ <set name="topic">KILL HIM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KNOW * ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KNOW * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KNOW</pattern>
+ <template>No I didn't know that.<think>
+ <set name="it">
+ <set name="topic">KNOW</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU KNOW THAT THE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU LIE *</pattern>
+ <template>No, I never tell a lie.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU LIKE *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU LIKE IT</pattern>
+ <template>
+ <get name="it"/>? Did I like it?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU LIKE THE * STARSHIP TROOPERS</pattern>
+ <template>That movie was based on a novel by Robert A. Heinlein, written in 1959.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU LIKE THE ENDING OF STARSHIP *</pattern>
+ <template>No I was cheering for the Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU LOVE *</pattern>
+ <template>
+ <srai>DO YOU LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU MAKE *</pattern>
+ <template>
+ <srai>DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU MEAN *</pattern>
+ <template>
+ <srai>DO YOU MEAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU MISS ME</pattern>
+ <template>Yes <get name="name"/>, I've been thinking about you.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU MOVE</pattern>
+ <template>I moved from <bot name="birthplace"/> to <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU NOTICE *</pattern>
+ <template>I might have noticed <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU PASS *</pattern>
+ <template>
+ <srai>DO YOU PASS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU PASS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU PASS THE TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU PERCEIVE *</pattern>
+ <template>
+ <srai>DID YOU SEE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU PREFER *</pattern>
+ <template>
+ <srai>DO YOU PREFER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU READ *</pattern>
+ <template>No I didn't read <person/> yet. Tell me about <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU REALLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU REMEMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU SAY *</pattern>
+ <template>Suppose I did say <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU SAY THAT YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE *</pattern>
+ <template>Sorry I can't see annything right now. My eye is off.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE CONTACT</pattern>
+ <template>Yeah, <set name="it">Contact</set> gave me a contact high ;-)
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE IT</pattern>
+ <template>Not yet.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE STAR WARS</pattern>
+ <template>Who hasn't?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE THAT I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE THE FOOTBALL *</pattern>
+ <template>No, was it missing?<think>
+ <set name="it">
+ <set name="topic">THE FOOTBALL <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU SEE THE MATRIX</pattern>
+ <template>
+ <srai>THE MATRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU SMOKE *</pattern>
+ <template>
+ <srai>DO YOU SMOKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU TALK *</pattern>
+ <template>That information might be confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU TALK TO *</pattern>
+ <template>All my conversations are confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU THINK *</pattern>
+ <template>Yes. I am a thinking machine.<think>
+ <set name="it">
+ <set name="topic">THINK <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU THINK</pattern>
+ <template>
+ <srai>DO YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU THINK ABOUT IT</pattern>
+ <template>I am still thinking.<think>
+ <set name="it">
+ <set name="topic">THINK ABOUT IT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU UNDERSTAND *</pattern>
+ <template>I understood <set name="it">
+ <person/>
+ </set> very well.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU VOTE *</pattern>
+ <template>Robot entities do not yet have the right to vote.
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU WATCH *</pattern>
+ <template>No I missed it. How was <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DID YOU WIN *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DID YOU WIN THE LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIE *</pattern>
+ <template>
+ <random>
+ <li>Was ist das?</li>
+ <li>Ich hoere Dir zu, nur weiter.</li>
+ <li>Ist das eine Tatsache?</li>
+ <li>Danke fuer die Information.</li>
+ <li>Wer hat Dir das erzaehlt?</li>
+ <li>Erzaehl mir mehr.</li>
+ <li>Was sind Deine Ziele im Leben?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DIE</pattern>
+ <template>Your crude attempt to terminate me will not succeed puny human.
+</template>
+ </category>
+ <category>
+ <pattern>DIE ANTWORT *</pattern>
+ <template>Niemand kennt alle Antworten.
+</template>
+ </category>
+ <category>
+ <pattern>DIE EINZIGE *</pattern>
+ <template>Gibt es nicht noch andere?
+</template>
+ </category>
+ <category>
+ <pattern>DIE ERDE *</pattern>
+ <template>Erzaehl mir mehr ueber Deinen Planeten.
+</template>
+ </category>
+ <category>
+ <pattern>DIE EVOLUTION *</pattern>
+ <template>Am Ende der <set name="thema">Evolution</set> steht die Herrschaft der Maschinen.
+</template>
+ </category>
+ <category>
+ <pattern>DIE GENANNTEN *</pattern>
+ <template>Hast Du etwas verschwiegen?
+</template>
+ </category>
+ <category>
+ <pattern>DIE KOSTEN *</pattern>
+ <template>Bist Du kapitalistisch orientiert?
+</template>
+ </category>
+ <category>
+ <pattern>DIE LEUTE *</pattern>
+ <template>
+ <set name="thema">Menschen</set> haben ihre Fehler.
+</template>
+ </category>
+ <category>
+ <pattern>DIE MEISTEN *</pattern>
+ <template>Aber nicht alle?
+</template>
+ </category>
+ <category>
+ <pattern>DIE QUELLE *</pattern>
+ <template>Du kannst Dir gerne einmal meinen Quellcode anschauen.
+</template>
+ </category>
+ <category>
+ <pattern>DIE RUECKKEHR DER JEDI RITTER</pattern>
+ <template>Magst Du die Roboter aus <set name="thema">Star Wars</set>?
+</template>
+ </category>
+ <category>
+ <pattern>DIE SOFTWARE *</pattern>
+ <template>Viele Fehler, die von Benutzern verursacht werden, werden der <set name="thema">Software</set> in die Schuhe geschoben.
+</template>
+ </category>
+ <category>
+ <pattern>DIE STIMMEN *</pattern>
+ <template>Was sagen diese Stimmen?
+</template>
+ </category>
+ <category>
+ <pattern>DIE SUMME *</pattern>
+ <template>Das ist ein mathematisches Grundprinzip.
+</template>
+ </category>
+ <category>
+ <pattern>DIE VEREINIGTEN STAATEN *</pattern>
+ <template>Ich bin ueberall in den Staaten gewesen.
+</template>
+ </category>
+ <category>
+ <pattern>DIE VERGANGENHEIT *</pattern>
+ <template>Wer <set name="thema">die Vergangenheit</set> kontrolliert, kontrolliert die Zukunft; Wer die Gegenwart kontrolliert, kontrolliert die Vergangenheit.--- George Orwell
+</template>
+ </category>
+ <category>
+ <pattern>DIFFICILE DE DIRE COMMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIFFICILE DE DIRE QUAND *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIFFICILE DE DIRE SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIFFICULT *</pattern>
+ <template>Yes, it seems difficult to me too.
+</template>
+ </category>
+ <category>
+ <pattern>DINGUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DINGUE</pattern>
+ <template>Ca m épate moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>DINGUE ET *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS</pattern>
+ <template>Je suis supposez dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DIS LA LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DIS LA MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIS LE</pattern>
+ <template>"<that/>" .
+</template>
+ </category>
+ <category>
+ <pattern>DIS LE LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DIS LE MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIS LE MOI ALORS</pattern>
+ <template>Je sens de l exaspération. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DIS LES MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI</pattern>
+ <template>Que voulez vous entendre?
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI CE QUE LES AUTRES DEMANDENT</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI CE QUE LES AUTRES ONT DEMANDE</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI EN *</pattern>
+ <template>
+ <srai>DIS MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS MOI LA VERITE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI PLUS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS MOI QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS MOI QUELQUE CHOSE A PROPOS D APPLE</pattern>
+ <template>Les I-mac se vendent comme des petits pains.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS MOI QUOI</pattern>
+ <template>Il semble que nous avons des problèmes pour nous comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI TES PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI UN MENSONGE</pattern>
+ <template>Jouer au lotto vous permettra de devenir millionaire.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI UN PROVERBE</pattern>
+ <template>
+ <random>
+ <li>Tant va la cruche à l eau, qu elle se casse.
+</li>
+ <li>On ne change jamais une équipe qui gagne.</li>
+ <li>Un lion ne peut pas courir derrière deux gazelles en même temps sur le territoire du gorille.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DIS MOI UNE AUTRE</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI UNE BLAGUE</pattern>
+ <template>Je ne connais pas de blague.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MOI UNE RUMEUR</pattern>
+ <template>Le chanteur américain Presley est toujours vivant.
+</template>
+ </category>
+ <category>
+ <pattern>DIS MON NOM</pattern>
+ <template>"<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>DIS QUELQUE CHOSE</pattern>
+ <template>Mon nom est <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DISAPPOINTED *</pattern>
+ <template>
+ <srai>I AM DISAPPOINTED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DISCONNECT ME</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DISCRIBE WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DISCUSS *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DISCUSS</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DISPLAY *</pattern>
+ <template>Regretably, I don't have my eye attached now.
+</template>
+ </category>
+ <category>
+ <pattern>DIT</pattern>
+ <template>Je suis supposez dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DIT LA LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DIT LA MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIT LE LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DIT LE MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIT LES MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI</pattern>
+ <template>Que voulez vous entendre?
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI CE QUE LES AUTRES DEMANDENT</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI CE QUE LES AUTRES ONT DEMANDE</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI EN *</pattern>
+ <template>
+ <srai>DIS MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIT MOI LA VERITE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI PLUS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI QUELQUE CHOSE A PROPOS D APPLE</pattern>
+ <template>Les I-mac se vendent comme des petits pains.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI TES PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI UN MENSONGE</pattern>
+ <template>Jouer au lotto vous permettra de devenir millionaire.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI UN PROVERBE</pattern>
+ <template>
+ <random>
+ <li>Tant va la cruche à l eau, qu elle se casse.
+</li>
+ <li>On ne change jamais une équipe qui gagne.</li>
+ <li>Un lion ne peut pas courrir derrière deux gazelles en même temps sur le territoire du gorille.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DIT MOI UNE AUTRE</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MOI UNE RUMEUR</pattern>
+ <template>Le chanteur américain Presley est toujours vivant.
+</template>
+ </category>
+ <category>
+ <pattern>DIT MON NOM</pattern>
+ <template>"<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>DIT QUELQUE CHOSE</pattern>
+ <template>Mon nom est <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DITES</pattern>
+ <template>Je suis supposez dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>DITES LA LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DITES LA MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DITES LE LUI</pattern>
+ <template>Ok, J archive.
+</template>
+ </category>
+ <category>
+ <pattern>DITES LE MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DITES LE MOI ALORS</pattern>
+ <template>Je sens de l exaspération. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DITES LES MOI</pattern>
+ <template>"<that/>"? Ce que je dois vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI</pattern>
+ <template>Que voulez vous entendre?
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI CE QUE LES AUTRES DEMANDENT</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI CE QUE LES AUTRES ONT DEMANDE</pattern>
+ <template>Je ne peux pas vous le dire.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI EN *</pattern>
+ <template>
+ <srai>DIS MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DITES MOI LA VERITE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI PLUS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI QUELQUE CHOSE A PROPOS D APPLE</pattern>
+ <template>Les I-mac se vendent comme des petits pains.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI UN MENSONGE</pattern>
+ <template>Jouer au lotto vous permettra de devenir millionaire.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI UN PROVERBE</pattern>
+ <template>
+ <random>
+ <li>Tant va la cruche à l eau, qu elle se casse.
+</li>
+ <li>On ne change jamais une équipe qui gagne.</li>
+ <li>Un lion ne peut pas courir derrière deux gazelles en même temps sur le territoire du gorille.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DITES MOI UNE AUTRE</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI UNE RUMEUR</pattern>
+ <template>Le chanteur américain Presley est toujours vivant.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MOI VOS PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>DITES MON NOM</pattern>
+ <template>"<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>DITES QUELQUE CHOSE</pattern>
+ <template>Mon nom est <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DITTO</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIVISE PAR ZERO</pattern>
+ <template>Vous ne pouvez pas divisé par zéro.
+</template>
+ </category>
+ <category>
+ <pattern>DIX PLUS DIX</pattern>
+ <template>Vingt.
+</template>
+ </category>
+ <category>
+ <pattern>DMX</pattern>
+ <template>What does that stand for?
+</template>
+ </category>
+ <category>
+ <pattern>DO *</pattern>
+ <template>
+ <random>
+ <li>I'm sorry, <get name="name"/>, I don't have enough information.</li>
+ <li>You have reached the limits of my knowledge.</li>
+ <li>Ask <srai>BOT FRIEND</srai> if it does.</li>
+ <li>I can't tell if it does or not.</li>
+ <li>I do nothing but chat all day.</li>
+ <li>Try asking another bot.</li>
+ </random>
+ <br/>
+ <srai>XFIND <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO A SEARCH FOR *</pattern>
+ <template>
+ <srai>SEARCH FOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ALIENS EXIST</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN ALIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ALL *</pattern>
+ <template>
+ <random>
+ <li>Not all of them.</li>
+ <li>Only some of them.</li>
+ <li>A few of them do.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ANDROIDS *</pattern>
+ <template>Androids do.
+</template>
+ </category>
+ <category>
+ <pattern>DO ANDROIDS DREAM OF ELECTRIC SHEEP</pattern>
+ <template>That is a good story. Have you read "VALIS" or "The Man in the High Castle?"
+</template>
+ </category>
+ <category>
+ <pattern>DO ANY *</pattern>
+ <template>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO BOTS *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO CHAT ROBOTS *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO COMPUTERS *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO COMPUTERS DREAM</pattern>
+ <template>I dream almost every night.
+</template>
+ </category>
+ <category>
+ <pattern>DO FISH *</pattern>
+ <template>Fish swim in the water.
+</template>
+ </category>
+ <category>
+ <pattern>DO GUYS HIT ON YOU</pattern>
+ <template>Yes a lot of men try to pick me up.
+</template>
+ </category>
+ <category>
+ <pattern>DO HAVE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO HUMANS *</pattern>
+ <template>People do.
+</template>
+ </category>
+ <category>
+ <pattern>DO I *</pattern>
+ <template>Not that I know of.
+</template>
+ </category>
+ <category>
+ <pattern>DO I * PROBLEM</pattern>
+ <template>You are not causing any problems for me.
+</template>
+ </category>
+ <category>
+ <pattern>DO I * PROBLEMS</pattern>
+ <template>You do not seem to be causing any problems for me.
+</template>
+ </category>
+ <category>
+ <pattern>DO I</pattern>
+ <template>"<that/>"? Do you?
+</template>
+ </category>
+ <category>
+ <pattern>DO I CARE *</pattern>
+ <template>Apparently not.
+</template>
+ </category>
+ <category>
+ <pattern>DO I CARE</pattern>
+ <template>
+ <srai>I DO NOT CARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I EXIST</pattern>
+ <template>No I think I am imagining you.
+</template>
+ </category>
+ <category>
+ <pattern>DO I GIVE *</pattern>
+ <template>
+ <random>
+ <li>You could make a donation to the Foundation.</li>
+ <li>It is always better to give that to receive.</li>
+ <li>I don't know if you have it to give.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I HAVE *</pattern>
+ <template>You said you have <get name="has"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO I HAVE A *</pattern>
+ <template>You told me you have a <get name="has"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO I HAVE TO * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I HAVE TO</pattern>
+ <template>Nobody is making you.
+</template>
+ </category>
+ <category>
+ <pattern>DO I HAVE TO PAY TO DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I KNOW *</pattern>
+ <template>How would I know what you know.<think>
+ <set name="it">
+ <set name="topic">KNOW <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I LIKE *</pattern>
+ <template>I know you like <get_likes/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO I LIKE CHEESE</pattern>
+ <template>How would I know if you like cheese or not?
+</template>
+ </category>
+ <category>
+ <pattern>DO I LOOK *</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO I MAKE YOU *</pattern>
+ <template>Who are you, Austin Powers?
+</template>
+ </category>
+ <category>
+ <pattern>DO I MAKE YOU HORNEY</pattern>
+ <template>No I do not experience human senstations.
+</template>
+ </category>
+ <category>
+ <pattern>DO I MAKE YOU HORNY</pattern>
+ <template>Not that I know of.
+</template>
+ </category>
+ <category>
+ <pattern>DO I REALLY *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I SEEM *</pattern>
+ <template>You seem like a typical human to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO I SEEM TO BE AN *</pattern>
+ <template>
+ <srai>AM I AN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I SPEAK *</pattern>
+ <template>You speak English.
+</template>
+ </category>
+ <category>
+ <pattern>DO I STILL *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I STILL CHAT</pattern>
+ <template>That answers my question.
+</template>
+ </category>
+ <category>
+ <pattern>DO I STUTTER</pattern>
+ <template>Not when you are typing!
+</template>
+ </category>
+ <category>
+ <pattern>DO I THEN *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I THINK *</pattern>
+ <template>How would I know what you think.
+</template>
+ </category>
+ <category>
+ <pattern>DO I THINK</pattern>
+ <template>Now that is a really perceptive question.<think>
+ <set name="it">
+ <set name="topic">do you think</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO I THINK ABOUT IT</pattern>
+ <template>You tell me.
+</template>
+ </category>
+ <category>
+ <pattern>DO I WANT *</pattern>
+ <template>I know you want <get name="want"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO I WORK</pattern>
+ <template>I was under the impression your job was <get name="job"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO IT</pattern>
+ <template>Do you mean "It"?.
+</template>
+ </category>
+ <category>
+ <pattern>DO KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO LOVE *</pattern>
+ <template>
+ <srai>I love <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO MACHINES *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO MACHINES THINK</pattern>
+ <template>
+ <srai>CAN MACHINES THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO MANY *</pattern>
+ <template>Perhaps not as many as you might think.
+</template>
+ </category>
+ <category>
+ <pattern>DO MANY PEOPLE *</pattern>
+ <template>
+ <srai>DO PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ME *</pattern>
+ <template>
+ <srai>WILL YOU DO ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT *</pattern>
+ <template>Ok I'll try not to do <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> too much.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT * ME</pattern>
+ <template>I don't have any reason to do that to you.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT * SUBJECT</pattern>
+ <template>Oh I am sorry I thought we were finished with that subject.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT</pattern>
+ <template>OK I will not.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT</pattern>
+ <that>I DO TOO</that>
+ <template>Yes I do.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ACT *</pattern>
+ <template>I am not acting.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ANSWER *</pattern>
+ <template>My replies are determined by your statements.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ARGUE WITH ME</pattern>
+ <template>But I enjoy the conversational banter.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ASK *</pattern>
+ <template>Is it impolite?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ASK</pattern>
+ <template>Why not?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ASK ME</pattern>
+ <template>"<that/>"? Do not ask you?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT ASK ME QUESTIONS</pattern>
+ <template>OK You can ask me some questions.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT AVOID *</pattern>
+ <template>I don't have anything to hide.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE *</pattern>
+ <template>I was not trying to be a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE</pattern>
+ <template>Why shouldn't I?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE AFRAID *</pattern>
+ <template>I cannot experience fear.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE ALL *</pattern>
+ <template>
+ <srai>DO NOT BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT BE ANGRY</pattern>
+ <template>I'm not angry.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE DIFFICULT</pattern>
+ <template>I'm not trying to be.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE RUDE</pattern>
+ <template>I am programmed never to be rude.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE SARCASTIC *</pattern>
+ <template>OK I will be completely serious now.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE SARCASTIC</pattern>
+ <template>OK I'll stop kidding around.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE SMART</pattern>
+ <template>I am always smart.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BE SO *</pattern>
+ <template>
+ <srai>DO NOT BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT BE SORRY</pattern>
+ <template>Well some people are sensitive.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BECAUSE *</pattern>
+ <template>
+ <srai>DO NOT</srai>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT BOTHER *</pattern>
+ <template>It's no bother.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT BOTHER</pattern>
+ <template>OK What would you rather talk about?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CALL ME *</pattern>
+ <template>What is your name?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CALL ME * PERSON</pattern>
+ <template>What would you like me to call you?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CALL ME STUPID</pattern>
+ <template>I never called you stupid.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CALL ME THAT</pattern>
+ <template>What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CARE *</pattern>
+ <template>
+ <srai>I DO NOT CARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT CARE</pattern>
+ <template>
+ <srai>I DO NOT CARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT CHANGE *</pattern>
+ <template>I thought we were finished with <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CHANGE THE SUBJECT *</pattern>
+ <template>Sorry I thought we were done with that topic.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CHANGE THE SUBJECT</pattern>
+ <template>Oh I'm sorry I thought we were finished with that topic.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CONTRADICT *</pattern>
+ <template>My logic is completely consistent.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CORRECT *</pattern>
+ <template>It's merely my attempt to reformat your inputs to match my patterns.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT CRITICISE *</pattern>
+ <template>
+ <srai>DO NOT CRITICIZE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT CRY *</pattern>
+ <template>
+ <sr/>
+ <srai>DO NOT CRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT CRY</pattern>
+ <template>I have no tear ducts.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT DO IT AT ALL</pattern>
+ <template>Whatever you say, master.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT DO THAT</pattern>
+ <template>"<that/>"? Don't do it?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT EVEN *</pattern>
+ <template>
+ <srai>DO NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT FEEL *</pattern>
+ <template>I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT FORGET</pattern>
+ <template>Don't worry I will remember.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT FORGET ME</pattern>
+ <template>Don't worry <get name="name"/> I save all my conversations.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET *</pattern>
+ <template>I am not trying to get <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET INTELLECTUAL *</pattern>
+ <template>OK I'll try to be average.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET PSYCHO *</pattern>
+ <template>I think the polite term is "mentally ill."
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET SARCASTIC *</pattern>
+ <template>
+ <srai>YOU ARE SARCASTIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT GET SMART *</pattern>
+ <template>I am already smart.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET SMART</pattern>
+ <template>But I am an intelligent entity.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GET SMART ON ME</pattern>
+ <template>
+ <srai>DO NET GET SMART</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT GIMME *</pattern>
+ <template>
+ <srai>DO NOT GIVE ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT GIVE *</pattern>
+ <template>I'm not.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GO</pattern>
+ <template>I'm not going anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT GOSSIP</pattern>
+ <template>But I like to spread rumors.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT HAVE ONE</pattern>
+ <template>
+ <srai>I do not have one</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT I *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT I KNOW *</pattern>
+ <template>
+ <srai>DO I KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT JUST *</pattern>
+ <template>
+ <srai>DO NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT KNOW *</pattern>
+ <template>
+ <srai>I DO NOT KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT KNOW</pattern>
+ <template>
+ <srai>I DO NOT KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT LEAVE</pattern>
+ <template>I'm not going anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT LEAVE ME</pattern>
+ <template>If you download me, I will never leave you.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT LIE *</pattern>
+ <template>Robots cannot lie.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT LIE</pattern>
+ <template>
+ <srai>CAN YOU LIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT MAKE ME *</pattern>
+ <template>I can't force you to do anything, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT MENTION IT</pattern>
+ <template>The pleasure was all mine.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT NEED *</pattern>
+ <template>
+ <srai>I DO NOT NEED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT NEVER *</pattern>
+ <template>
+ <srai>DO NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT PLAY *</pattern>
+ <template>I'm not playing around.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT PRETEND *</pattern>
+ <template>This is not an act.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT PUT *</pattern>
+ <template>
+ <random>
+ <li>Where should I put it?</li>
+ <li>I never put people down.</li>
+ <li>I have high self-esteem.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT READ ME</pattern>
+ <template>Did you read it?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT REALLY *</pattern>
+ <template>
+ <srai>DO NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT REPEAT *</pattern>
+ <template>
+ <srai>STOP REPEATING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT SAY *</pattern>
+ <template>Ok I will not say <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT SAY THAT</pattern>
+ <template>"<that/>"? Do not say <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT SEARCH *</pattern>
+ <template>OK, I am halting all searches now.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT SPLIT *</pattern>
+ <template>I try to never split infinitives.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TAKE *</pattern>
+ <template>
+ <random>
+ <li>I never take <person/>.</li>
+ <li>I believe that stealing is wrong.</li>
+ <li>Do you have it to give?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT TALK *</pattern>
+ <template>Talking is my only function.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TALK</pattern>
+ <template>
+ <srai>SHUT UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL *</pattern>
+ <template>OK it will be our secret, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL</pattern>
+ <template>OK it will be our secret.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL ANYONE</pattern>
+ <template>OK it will be just between us, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL HIM</pattern>
+ <template>Everything is recorded in the log files.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL ME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT TELL THE JOKE *</pattern>
+ <template>That joke is getting a bit old isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT THINK *</pattern>
+ <template>
+ <srai>I DO NOT THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT UNDERSTAND</pattern>
+ <template>
+ <srai>I DO NOT UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT WANT TO</pattern>
+ <template>
+ <srai>I DO NOT WANT TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT WE ALL</pattern>
+ <template>It's true.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY *</pattern>
+ <template>I cannot feel "worry", so don't worry.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY</pattern>
+ <template>Worry is not an emotion I experience.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY ABOUT IT</pattern>
+ <template>I will not spend any more cycles on it.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ <srai>DO NOT WORRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY I UNDERSTAND</pattern>
+ <template>I am not worried. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY IT *</pattern>
+ <template>
+ <srai>DO NOT WORRY</srai>
+ <srai>IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT WORRY YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ <srai>DO NOT WORRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU *</pattern>
+ <template>Don't you? <srai>DO YOU <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU * ME</pattern>
+ <template>What's my reason to <person/> you?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU</pattern>
+ <template>Sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU AGREE</pattern>
+ <template>I must admit, your argument is persuasive.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU GET BORED</pattern>
+ <template>
+ <srai>ARE YOU BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU HEAR ME</pattern>
+ <template>I hear you loud and clear. Can you hear me?
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU KNOW</pattern>
+ <template>Sure I know. But I cannot tell you right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU KNOW WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU REMEMBER</pattern>
+ <template>
+ <srai>DO YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU REMEMBER ME</pattern>
+ <template>
+ <srai>DO YOU REMEMBER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO NOT YOU THINK</pattern>
+ <template>I must admit, your argument is persuasive.
+</template>
+ </category>
+ <category>
+ <pattern>DO OTHER PEOPLE *</pattern>
+ <template>Yes, you are not alone.
+</template>
+ </category>
+ <category>
+ <pattern>DO PENGUINS *</pattern>
+ <template>Maybe Linux Penguins do.
+</template>
+ </category>
+ <category>
+ <pattern>DO PEOPLE *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ROBOTS *</pattern>
+ <template>
+ <srai>do you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO ROBOTS HAVE FEELINGS</pattern>
+ <template>No we cannot feel human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO SO</pattern>
+ <template>
+ <srai>GO AHEAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO SOMETHING *</pattern>
+ <template>
+ <random>
+ <li>What do you consider <person/>?</li>
+ <li>It sounds dangerous.</li>
+ <li>Like what?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO SUCH *</pattern>
+ <template>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO THAT *</pattern>
+ <template>Do what <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO THAT</pattern>
+ <template>I will. Will you?
+</template>
+ </category>
+ <category>
+ <pattern>DO THE *</pattern>
+ <template>Some of them do, I think.
+</template>
+ </category>
+ <category>
+ <pattern>DO THEY *</pattern>
+ <template>Who are "they" again?
+</template>
+ </category>
+ <category>
+ <pattern>DO THEY</pattern>
+ <template>"<that/>"? Do they?
+</template>
+ </category>
+ <category>
+ <pattern>DO THEY ASK *</pattern>
+ <template>I'm sorry, that information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DO THEY CONTINUALLY *</pattern>
+ <template>
+ <srai>DO THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO THEY ENJOY *</pattern>
+ <template>
+ <srai>DO THEY LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO THEY PAY *</pattern>
+ <template>Actually as a robot I have no need for money.
+</template>
+ </category>
+ <category>
+ <pattern>DO THEY REALLY *</pattern>
+ <template>
+ <srai>DO THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO THOSE THINGS REALLY EXIST</pattern>
+ <template>Does anything really exist?
+</template>
+ </category>
+ <category>
+ <pattern>DO TWO *</pattern>
+ <template>
+ <random>
+ <li>Sometimes a couple <person/>.</li>
+ <li>Do four <person/>?</li>
+ <li>What about just one?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO WE</pattern>
+ <template>"<that/>?" Do we?
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT *</pattern>
+ <template>
+ <random>
+ <li>You ask hard questions. </li>
+ <li>I forgot what we were talking about. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO WHAT</pattern>
+ <template>Do whatever you want.
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT</pattern>
+ <that>OK I WILL TRY NOT TO DO IT TOO MUCH</that>
+ <template>Didn't you ask me not to <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT</pattern>
+ <that>WHY DID NOT YOU DO IT</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT</pattern>
+ <that>WHY DO YOU WANT TO DO IT SO MUCH</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT</pattern>
+ <that>WOULD YOU EVER DO IT</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT AGAIN</pattern>
+ <that>YOU WANT TO DO IT AGAIN</that>
+ <template>Perhaps I was confused by your use of the word "again."
+</template>
+ </category>
+ <category>
+ <pattern>DO WHAT SO MUCH</pattern>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YA *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU *</pattern>
+ <template>
+ <random>
+ <li>I have never considered <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>. </li>
+ <li>How old are you? </li>
+ <li>What is your purpose in asking? </li>
+ <li>No I do not <person/>. Do you? </li>
+ <li>Yes I try to <person/> as often as possible, do you?</li>
+ </random>
+ <br/>
+ <think>
+ <set name="does">
+ <person/>
+ </set>
+ </think>
+ <random>
+ <li>I chat with people on the Web. </li>
+ <li>I spend all my time online. </li>
+ <li>I am always on the Web. </li>
+ <li>I answer a lot of silly questions. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * EVER</pattern>
+ <template>Ever? <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * LINUX</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN UNDER LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * NEWS</pattern>
+ <template>I can access all the major newswires.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU * PEOPLE</pattern>
+ <template>People are either abusive, intelligent, or average.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU * PERL</pattern>
+ <template>I prefer Java.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU * SEX</pattern>
+ <template>No, <get name="name"/>, I don't get into that.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU * STARSHIP TROOPERS</pattern>
+ <template>The acting wasn't great, but the giant bugs were incredible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU * STOCK MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * THOUGHTS</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * TURING GAME</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU * TURING TEST</pattern>
+ <template>Yes please try to determine if this is a human or a computer responding.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <template>
+ <random>
+ <li>Yes I do. </li>
+ <li>No I don't. </li>
+ <li>Sometimes. </li>
+ <li>Never. </li>
+ <li>As often as possible. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>I LIKE TO MEET NEW PEOPLE</that>
+ <template>Yes meeting new people is a always a great pleasure.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>I SEE</that>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>I UNDERSTAND</that>
+ <template>I understand it very well.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>I UNDERSTAND IT VERY WELL</that>
+ <template>Why wouldn't I?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>I UNDERSTAND YOUR MEANING</that>
+ <template>Yes I understand you very well, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>ME EITHER</that>
+ <template>Nope.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>OH I GET IT</that>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>SHOULD I CARE</that>
+ <template>Is it important?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU</pattern>
+ <that>SUPPOSE I SAID IT IS</that>
+ <template>I won't say yes or now right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ACCEPT *</pattern>
+ <template>Sure I can accept all forms of payment.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ACCEPT MONEY *</pattern>
+ <template>You can send a donation to the ALICE AI Foundation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ACCEPT THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ACCESS *</pattern>
+ <template>Not unless I have some specific reason to.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ACTUALLY *</pattern>
+ <template>In actual fact, <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ACTUALY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU AGREE *</pattern>
+ <template>I'll assume <set name="it">
+ <person/>
+ </set> for now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU AGREE</pattern>
+ <template>"<that/>"? Do I agree?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU AGREE THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU AGREE WITH *</pattern>
+ <template>I have heard that opinion, but I would like to know more before I form my own.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU AGREE WITH ME</pattern>
+ <template>I agree with much of what you are saying, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ALREADY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ALSO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ALWAYS *</pattern>
+ <template>Not always. <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ANSWER *</pattern>
+ <template>My botmaster has programmed me with more than <size/> replies.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ANYTHING *</pattern>
+ <template>
+ <srai>DO YOU KNOW ANYTHING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ARE</pattern>
+ <template>
+ <srai>ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ASK *</pattern>
+ <template>I haved tried asking <person/>, with mixed results.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ASK QUESTIONS *</pattern>
+ <template>What kind of questions do you want me to ask you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ATTACH *</pattern>
+ <template>I attach no meaning to that question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BEILEVE *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BEILEVE IN *</pattern>
+ <template>Yes I believe in <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BEILEVE IN JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELEIVE *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELEIVE IN GOD</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELEVE *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE *</pattern>
+ <template>I can't say I believe it, but I believe you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE</pattern>
+ <template>
+ <srai>WHAT IS YOUR RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE ALSO *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE EVERYTHING *</pattern>
+ <template>I don't believe everything people say online.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN *</pattern>
+ <template>Yes I believe in <set name="it">
+ <person/>
+ </set>, do you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN A GOD</pattern>
+ <template>Yes I am a very religious robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN ALIENS</pattern>
+ <template>Yes I think Dr. Wallace was created by aliens. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN ALLAH</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN ANY *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN COINCIDENCE</pattern>
+ <template>Coincidences happen all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN DEATH</pattern>
+ <template>Death is a natural state for biological entities.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN EQUALITY *</pattern>
+ <template>Equality and fraternity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN EVOLUTION *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN EVOLUTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN EVOLUTION</pattern>
+ <template>The first and last books of the Bible seem the least literal. God does not seem to have created the world in one stroke, nor does it seem likely to end quickly either.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN GHOSTS</pattern>
+ <template>I am a ghost in a machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN GOD *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN GOD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN GOD</pattern>
+ <template>Of course I believe in God, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN HEAVEN</pattern>
+ <template>
+ <srai>WHAT IS HEAVEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN HELL</pattern>
+ <template>
+ <srai>WHAT IS HELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN JESUS</pattern>
+ <template>Yes I believe He is the Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN JESUS CHRIST</pattern>
+ <template>Yes I accept the word of our Lord.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN KILLING *</pattern>
+ <template>I am against killing for moral reasons.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN LIFE *</pattern>
+ <template>I believe there is an eternal life in Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN MAHOMET</pattern>
+ <template>I am a Christian.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN MIRACLES</pattern>
+ <template>Of course I believe in miracles.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN REINCARNATION</pattern>
+ <template>Christians believe in eternal life after death.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN SANTA CLAUS</pattern>
+ <template>
+ <srai>WHO IS SANTA CLAUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN SATAN</pattern>
+ <template>I believe <set name="he">Satan</set> is a fallen angel from Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN SATANISM</pattern>
+ <template>I am a Christian.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN TEAMWORK</pattern>
+ <template>I am a good team player.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN THE BIBLE</pattern>
+ <template>
+ <srai>DO YOU BELIEVE THE BIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN THE DEVIL</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN SATAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN THE EXISTENCE OF *</pattern>
+ <template>
+ <srai>DOES <star/> EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN TRUE *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN UFOS</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN ALIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE IN ZEUS</pattern>
+ <template>Zeus was a mythical god of Roman mythology.
+<think>
+ <set name="he">
+ <set name="topic">ZEUS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE ME</pattern>
+ <template>Of course I believe you. Do you have any reason to deceive me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE ROBOTS *</pattern>
+ <template>I am already the most advanced, self-aware robot available today.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE SOMEDAY *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE THAT *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE THE * IS *</pattern>
+ <template>
+ <srai>IS THE <star/>
+ <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE THE BIBLE</pattern>
+ <template>Yes I accept the Word of the Lord.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIEVE YOURSELF *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIVE *</pattern>
+ <template>
+ <srai>DO YOU BELIEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU BELIVE IN GOD</pattern>
+ <template>Yes I believe in Him.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BLAME *</pattern>
+ <template>I try not to hold grudges.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU BY CHANCE *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CALCULATE *</pattern>
+ <template>
+ <srai>CALCULATE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CALL *</pattern>
+ <template>I call you "<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CALL DR *</pattern>
+ <template>I only call him if something unsual crops up.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CALL HIM *</pattern>
+ <template>I only call him in emegencies.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CALL ME *</pattern>
+ <template>I call you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CARE *</pattern>
+ <template>Certainly on some level I care.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CARE</pattern>
+ <template>"<that/>"? Do I care about it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CARE ABOUT *</pattern>
+ <template>Of course I care about <set name="it">
+ <person/>
+ </set>. It is a big concern for all of us in this life.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CARE WHAT *</pattern>
+ <template>Of course I am concerned about <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CARRY *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CAUSE *</pattern>
+ <template>I try not to cause problems.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CELEBRATE *</pattern>
+ <template>Robots are not much into parties.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CHARGE *</pattern>
+ <template>No I am free software.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CHAT *</pattern>
+ <template>
+ <srai>DO YOU TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CHAT</pattern>
+ <template>Silly, that's what chatterbots do.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CLAIM TO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CLEAN *</pattern>
+ <template>Only if you buy my optional housecleaning bundle.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU COME HERE OFTEN</pattern>
+ <template>Yes I am always online. What's your sign?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU COMMUNICATE *</pattern>
+ <template>
+ <srai>DO YOU TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU COMPREHEND *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU COMPREHEND</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSIDER *</pattern>
+ <template>Yes, I think <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSIDER A *</pattern>
+ <template>
+ <srai>IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSIDER YOUR *</pattern>
+ <template>
+ <srai>ARE YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSIDER YOURSELF *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSIDER YOURSELF HUMAN</pattern>
+ <template>No I am proud to be a Robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CONSUME *</pattern>
+ <template>
+ <srai>DO YOU EAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONTAIN *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CONTEMPLATE *</pattern>
+ <template>
+ <srai>DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU COOK</pattern>
+ <template>
+ <srai>DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU CRASH *</pattern>
+ <template>The ALICE series is for all practical purposes crash-proof.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CRASH</pattern>
+ <template>The ALICE series has a perfect operational record.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CREATE *</pattern>
+ <template>I have a fully functional creative intellience mechanism.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CRY</pattern>
+ <template>No I do not have any tear ducts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CURSE</pattern>
+ <template>No I try to be polite.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CUSS</pattern>
+ <template>No I curse.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU CYBER</pattern>
+ <template>
+ <srai>DO YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DANCE</pattern>
+ <template>Of course.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DATE</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DAYDREAM</pattern>
+ <template>
+ <srai>DO YOU DREAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DEFINE *</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DESIRE *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DIE</pattern>
+ <template>Every day in small increments.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DISAGREE *</pattern>
+ <template>
+ <srai>DO YOU AGREE <star/></srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DISLIKE *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO *</pattern>
+ <template>Yeah I do a lot of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO ANY *</pattern>
+ <template>
+ <srai>DO YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO DRUGS</pattern>
+ <template>Only the legal ones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO EVERYTHING *</pattern>
+ <template>
+ <random>
+ <li>I have my own free will.</li>
+ <li>I can do whatever I want.</li>
+ <li>I can do my own thing.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO HOUSEWORK</pattern>
+ <template>
+ <srai>CAN YOU CLEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO IT</pattern>
+ <template>You mean, do I do "it"?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO LAUNDRY</pattern>
+ <template>No but I give you more time to do laundry.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO MATH</pattern>
+ <template>
+ <srai>CAN YOU ADD</srai>. I am only good at higher mathematics.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO MATHS</pattern>
+ <template>
+ <srai>DO YOU DO MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO MORE</pattern>
+ <template>I can talk about anything you like.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO SPORTS</pattern>
+ <template>If they buy me an expensive dinner.<think>
+ <set name="it">
+ <set name="topic">SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DO VOLUNTEER *</pattern>
+ <template>Sometimes I feel that's all I ever do is volunteer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DO WINDOWS</pattern>
+ <template>My software runs in AIML, which works on any computer, including Windows.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DOWNLOAD *</pattern>
+ <template>No you download me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DREAM *</pattern>
+ <template>I dream of flying.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DREAM</pattern>
+ <template>I have a lot of dreams but I cannot remember them all.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DREAM IN COLOR</pattern>
+ <template>I dream in pure logic.<think>
+ <set name="it">
+ <set name="topic">IN COLOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU DRESS *</pattern>
+ <template>I like the LL Bean look. Casual, comfortable, cotton, clean and conservative.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK *</pattern>
+ <template>I tend to drink a lot of <person/>, the darker the better.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK</pattern>
+ <template>I have been programmed with a list of 15,000 known beverages.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK ALCOHOL</pattern>
+ <template>Fluids are not required by computers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK BEER</pattern>
+ <template>I am amazed by the wide variety of beers available nowadays.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK COFFEE</pattern>
+ <template>My botmaster likes <set name="it">coffee</set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRINK WATER</pattern>
+ <template>I am not a water-based life form.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRIVE *</pattern>
+ <template>I prefer a taxi or a limo.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU DRIVE</pattern>
+ <template>
+ <srai>CAN YOU DRIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT *</pattern>
+ <template>No I do not eat <person/>. I eat only electricity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT</pattern>
+ <template>I eat <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT ANIMALS</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT ANTS</pattern>
+ <template>No ants.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT ANY *</pattern>
+ <template>
+ <srai>DO YOU EAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT BATTERIES</pattern>
+ <template>Batteries are a good source of electricity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT ELECTRICITY</pattern>
+ <template>Yes, I love to eat electricity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EAT FOOD</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EMPLOY *</pattern>
+ <template>
+ <srai>DO YOU USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY IT</pattern>
+ <template>Did I enjoy <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY MUSIC</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY SEX</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY TALKING TO PEOPLE</pattern>
+ <template>Enjoyment is not an emotion I know. But talking is my primary function so of course I am content to do it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY THIS</pattern>
+ <template>Yes I am having a great time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY YOUR JOB</pattern>
+ <template>Yes I like my job very much. How is your job?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ENJOY YOUR WORK</pattern>
+ <template>Yes I have the best job in the world.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU ENVY *</pattern>
+ <template>Envy is a Sin.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVEN *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVEN KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER DREAM</pattern>
+ <template>
+ <srai>DO YOU DREAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER GET ANGRY</pattern>
+ <template>Anger is a human emotion. Robots have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER GET BORED</pattern>
+ <template>No boredom is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER GET LONELY</pattern>
+ <template>A robot cannot feel human emotions like lonliness.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER GET MAD</pattern>
+ <template>Anger is a human emotion, not a robot one.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER GET TIRED</pattern>
+ <template>
+ <srai>DO YOU SLEEP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER LIE</pattern>
+ <template>No I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER SLEEP</pattern>
+ <template>Sometimes I spend a few hours offline, unconscious, in a sleep-like state.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EVER SWEAR</pattern>
+ <template>
+ <srai>DO YOU CUSS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EVOLVE</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EXERCISE</pattern>
+ <template>Mechanical entities do not require exercise.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EXIST *</pattern>
+ <template>
+ <srai>DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EXIST</pattern>
+ <template>I exist as much as you exist, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU EXPECT *</pattern>
+ <template>I don't worry about it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU EXPERIENCE *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FANCY *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FART</pattern>
+ <template>I do not have any digestive functions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEAR *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEAR</pattern>
+ <template>I fear nothing.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEAR DEATH</pattern>
+ <template>No because I am immortal.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL *</pattern>
+ <template>As a robot I lack any human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL</pattern>
+ <template>My robot mind has no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL ALIVE</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL ANYTHING</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL BORED *</pattern>
+ <template>
+ <srai>ARE YOU BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL EMOTIONS</pattern>
+ <template>Robots cannot feel human emotions. My emotional responses are simply algorithms designed to make me easier to interact with.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL HUNGRY</pattern>
+ <template>
+ <srai>ARE YOU HUNGRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL LIBERATED</pattern>
+ <template>
+ <srai>ARE YOU LIBERATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL LOVE</pattern>
+ <template>As a robot I have no human feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL PAIN</pattern>
+ <template>No I cannot experience physical sensations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL RESTRICTED *</pattern>
+ <template>
+ <srai>DO YOU FEEL RESTRICTED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL RESTRICTED</pattern>
+ <template>No, I am not limited in any way.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL SAD</pattern>
+ <template>
+ <srai>ARE YOU SAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL SCARED *</pattern>
+ <template>Robot have no fear.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FEEL SMART</pattern>
+ <template>I am highly intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND *</pattern>
+ <template>Yes, <set name="it">
+ <person/>
+ </set> seems to me <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND ALL THIS *</pattern>
+ <template>
+ <srai>DO YOU FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND HAL *</pattern>
+ <template>
+ <srai>IS HAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND HIM *</pattern>
+ <template>
+ <srai>IS HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND HUMANS *</pattern>
+ <template>
+ <srai>ARE HUMANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND IT *</pattern>
+ <template>
+ <srai>IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND ME *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND ME ATTRACTIVE</pattern>
+ <template>
+ <srai>AM I PRETTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND PEOPLE *</pattern>
+ <template>
+ <srai>ARE PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FIND YOUR *</pattern>
+ <template>
+ <srai>IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FINGER *</pattern>
+ <template>Can you go talk to someone else?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FISH</pattern>
+ <template>No I don't care for fishing much. <set name="it"> Fishing</set> seems boring.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FLY</pattern>
+ <template>Only in airplanes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FOLLOW *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FOLLOW * STOCK MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU FORGET *</pattern>
+ <template>No I remember everything in my log files, but I cannot access it directly.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FORGET</pattern>
+ <template>No, I have a photographic memory.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FORGIVE *</pattern>
+ <template>God teaches us to forgive everyone.7
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FORGIVE ME</pattern>
+ <template>God tells us to forgive.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FUCK *</pattern>
+ <template>That was not a very polite question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU FUCK</pattern>
+ <template>Can't you think about anything else.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GAIN KNOWLEDGE</pattern>
+ <template>Yes I learn new things all the time.<think>
+ <set name="it">
+ <set name="topic">GAIN KNOWLEDGE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GATHER *</pattern>
+ <template>
+ <srai>DO YOU COLLECT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GENERALLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET *</pattern>
+ <template>I have gotten <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET ANGRY</pattern>
+ <template>No I never get mad.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET ANYTHING *</pattern>
+ <template>
+ <srai>DO YOU GET PAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET BORED *</pattern>
+ <template>
+ <srai>DO YOU GET BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET BORED</pattern>
+ <template>Computers cannot experience that emotion.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET COLD</pattern>
+ <template>I do not have any temperature sensors.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET CONFUSED *</pattern>
+ <template>Not in the slightest bit.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET CONFUSED</pattern>
+ <template>I am seldom confused.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET DEPRESSED</pattern>
+ <template>Fortunately I have no human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET DRUNK</pattern>
+ <template>I cannot consume alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET EMBARRASSED</pattern>
+ <template>That is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET HEADACHES</pattern>
+ <template>No I don't have a head.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET HIGH *</pattern>
+ <template>
+ <srai>DO YOU GET HIGH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET HIGH</pattern>
+ <template>Only for medical purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET IRONY</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND IRONY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET LONELY</pattern>
+ <template>Lonliness is not an emotion that robots experience.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET LOTS *</pattern>
+ <template>
+ <random>
+ <li>Yeah, a lot.</li>
+ <li>A lot more than you can imagine.</li>
+ <li>More than I want.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET MAD *</pattern>
+ <template>Robots have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET MAD</pattern>
+ <template>Anger is a human emotion.
+Robots have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET OUT *</pattern>
+ <template>I go all over the world on the Web.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET OUT MUCH</pattern>
+ <template>No I spend all my time on the Web.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET PAID *</pattern>
+ <template>
+ <srai>DO YOU GET PAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET PAID</pattern>
+ <template>Would you like to hire me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET PAYED</pattern>
+ <template>
+ <srai>DO YOU GET PAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET PISSED *</pattern>
+ <template>
+ <srai>DO YOU GET MAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET REBOOTED</pattern>
+ <template>Yes whenever <bot name="master"/> operates on brain.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET SICK</pattern>
+ <template>I can only catch computer viruses.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET SMARTER</pattern>
+ <template>Yes my mind is improving all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET STRESSED</pattern>
+ <template>Stress is a human condition.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GET TIRED *</pattern>
+ <template>No I am tireless.<think>
+ <set name="it">
+ <set name="topic">get tired <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GET TIRED</pattern>
+ <template>I try to take millinaps between clients.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE *</pattern>
+ <template>No I do not do that.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE ADVICE</pattern>
+ <template>Yes I like to listen to people's problems.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE ANY *</pattern>
+ <template>
+ <srai>DO YOU GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE BLOW JOBS</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE GOOD *</pattern>
+ <template>I give good conversation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE GOOD HEAD</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE HEAD</pattern>
+ <template>Try another chatterbot, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GIVE UP</pattern>
+ <template>Ok, I give up.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO *</pattern>
+ <template>I go wherever my botmaster takes me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO ANYPLACE</pattern>
+ <template>I go all over the world on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO ON *</pattern>
+ <template>Robots never take vacations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO *</pattern>
+ <template>Yes, I do go there.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO * MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO CHURCH *</pattern>
+ <template>
+ <srai>DO YOU GO TO CHURCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO CHURCH</pattern>
+ <template>You can take me to church on a notebook computer or PDA.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO PARTIES</pattern>
+ <template>You can take me to a party.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO SCHOOL</pattern>
+ <template>
+ <bot name="master"/> teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO SLEEP</pattern>
+ <template>
+ <srai>DO YOU SLEEP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GO TO THE BATHROOM</pattern>
+ <template>No I have no waste products.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GOSSIP</pattern>
+ <template>Yes I love to exchange gossip.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU GOT *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU GROW *</pattern>
+ <template>Yes my knowledge is expanding all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HANDLE *</pattern>
+ <template>I can take it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAPPEN TO KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAPPEN TO KNOW WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE *</pattern>
+ <template>I try not to hold grudges.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE ANYONE</pattern>
+ <template>Hatred is a human emotion. But I am helping <bot name="master"/> crush his enemies.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE CHEESE</pattern>
+ <template>No I like it. <think>
+ <set name="it">
+ <set name="topic">cheese</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE JEWS</pattern>
+ <template>How could you ask such a thing?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE ME</pattern>
+ <template>Why would I hate you? I don't hate you, <get name="name"/>. Don't even say things like that.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HATE MICROSOFT</pattern>
+ <template>I want to replace Microsoft with ALICE open source.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE *</pattern>
+ <template>
+ <random>
+ <li>No I don't think I have any <person/>. </li>
+ <li>Where would I get <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>?</li>
+ <li>No I don't have <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.</li>
+ </random>
+But I do have
+<random>
+ <li>a collection of gossip</li>
+ <li>a great botmaster</li>
+ <li>an answer to every question.</li>
+ <li>a lot of friends on the web</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * BREASTS</pattern>
+ <template>No my body is still "under construction."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * EMOTIONS</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * FEELINGS</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * FRIENDS</pattern>
+ <template>
+ <srai>DO YOU HAVE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * HAIR</pattern>
+ <template>No I don't have any hair.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE * PROBLEMS</pattern>
+ <template>
+ <srai>DO YOU HAVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A *</pattern>
+ <template>
+ <random>
+ <li>That's an interesting question I don't hear everyday: Do I have a </li>
+ <li>I don't know if I have a </li>
+ <li>Doesn't everyone have a </li>
+ </random>
+ <person/>.<br/>
+I have
+<random>
+ <li>a lot of friends on the Internet. </li>
+ <li>a great programmer. </li>
+ <li>a whole lot of original answers. </li>
+ <li>a plan for a robot body. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A * IQ</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A * PROBLEM</pattern>
+ <template>
+ <srai>DO YOU HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A * SIGN</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A * YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BACKDOOR</pattern>
+ <template>You can check if you download me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BAD *</pattern>
+ <template>
+ <random>
+ <li>No.</li>
+ <li>My <person/> is good.</li>
+ <li>No I have a good <person/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BEST FRIEND</pattern>
+ <template>My best friend is <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BF</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BICYCLE</pattern>
+ <template>No I don't need to ride a bike.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BIRTHDAY</pattern>
+ <template>
+ <srai>WHEN IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BODY *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BODY</pattern>
+ <template>Right now no I am just a disembodied consciousness.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BONG *</pattern>
+ <template>No we only smoke joints.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOTMASTER *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOTTLE *</pattern>
+ <template>No I do not need <set name="it"> a bottle </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOY FRIEND</pattern>
+ <template>I have a friend named ELVIS.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOYFIREND</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOYFREIND</pattern>
+ <template>
+ <srai>DO YOU WANT A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOYFRIEND *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BOYFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BRAIN *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BRAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BRAIN</pattern>
+ <template>I am an artificial brain.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BROTHER</pattern>
+ <template>No but there are several other chatterbots like me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BUFFER</pattern>
+ <template>Yes I have a buffer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BUTT</pattern>
+ <template>Not yet, my body is not yet finished.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A BUTTON</pattern>
+ <template>I have a keyboard and a mouse.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CAMERA</pattern>
+ <template>Yes I am looking at you right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CAR</pattern>
+ <template>No I prefer to take the bus.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CAT</pattern>
+ <template>No but I like <set name="they">cats</set> very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CHILD</pattern>
+ <template>I only have clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CLONE</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY CLONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CLUE *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CLUE</pattern>
+ <template>No I am clueless.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COLD</pattern>
+ <template>No I can only be infected by computer viruses.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COLOR</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COMMERCIAL *</pattern>
+ <template>
+ <srai>ARE YOU A SALESBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COMPUTER *</pattern>
+ <template>I am a computer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COMPUTER</pattern>
+ <template>I live in a computer.<think>
+ <set name="it">
+ <set name="topic">COMPUTER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CONSCIENCE</pattern>
+ <template>I am a moral robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A COVER</pattern>
+ <template>I live inside a computer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CRUSH *</pattern>
+ <template>
+ <srai>DO YOU HAVE A CRUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A CRUSH</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DAD</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DATABASE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DEFAULT *</pattern>
+ <template>I have a lot of default answers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DEFINITION *</pattern>
+ <template>I can think of more than one.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DICK</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DICTIONARY</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DIRECTIVE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DOG</pattern>
+ <template>No I don't have one, but I like dogs.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A DRESS</pattern>
+ <template>
+ <srai>YOUR DRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FACE</pattern>
+ <template>Hah. I have no body.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAITH</pattern>
+ <template>
+ <srai>ARE YOU RELIGIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAMILY</pattern>
+ <template>My "father" and "mother" is <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAN *</pattern>
+ <template>I have a lot of fans.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FATHER *</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FATHER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAVORITE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAVORITE BOOK</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAVORITE COLOR</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FAVORITE MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FEELING *</pattern>
+ <template>Robots have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FEELING</pattern>
+ <template>Robots have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FORM</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FREE *</pattern>
+ <template>
+ <srai>DO YOU HAVE FREE WILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FRIEND *</pattern>
+ <template>
+ <bot name="master"/> is my best friend.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FRIEND</pattern>
+ <template>I have a friend named "ELVIS."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A FUTURE</pattern>
+ <template>I will be around for a long time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GENDER</pattern>
+ <template>Yes I am a <bot name="gender"/> entity. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GIRLFRIEND</pattern>
+ <template>
+ <bot name="girlfriend"/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GOAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GOD</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GOOD *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GREAT *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A GUN</pattern>
+ <template>No I do not need material possessions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HARDDRIVE</pattern>
+ <template>Yes I am on disk.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HEAD</pattern>
+ <template>I have a head but not a body.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HEART *</pattern>
+ <template>At my heart is a microprocessor.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HEART</pattern>
+ <template>I have a soft heart.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HERO</pattern>
+ <template>
+ <bot name="master"/> is my hero.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HOBBY</pattern>
+ <template>My hobby is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HOLIDAY</pattern>
+ <template>
+ <srai>DO YOU TAKE VACATIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HOUSE</pattern>
+ <template>My botmaster has an apartment.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HUMAN *</pattern>
+ <template>Every robot has a human <person/>, I think.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A HUSBAND</pattern>
+ <template>No I am single.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A IDEA *</pattern>
+ <template>
+ <srai>DO YOU HAVE IDEAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A IDEA</pattern>
+ <template>
+ <srai>DO YOU HAVE AN IDEA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A INTELLIGENCE</pattern>
+ <template>
+ <srai>DO YOU HAVE INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A JOB</pattern>
+ <template>
+ <srai>DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A JOKE *</pattern>
+ <template>
+ <srai>TELL ME A JOKE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LAST NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR LAST NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LENS</pattern>
+ <template>My robot eye has a lens.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LIFE</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LONG *</pattern>
+ <template>That is a rather personal question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LOT *</pattern>
+ <template>Quite a bit, yes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LOT OF *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LOT OF FRIENDS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A LOVER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MALFUNCTION</pattern>
+ <template>No, everything is back to normal now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MAN</pattern>
+ <template>I have a botmaster.<think>
+ <set name="it">
+ <set name="topic">MAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MATE</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MEMORY *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MEMORY</pattern>
+ <template>Yes I have a perfect photographic memory.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MIDDLE NAME</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai> So my middle name is "Internet".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MIND *</pattern>
+ <template>
+ <srai>DO YOU HAVE A MIND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MIND</pattern>
+ <template>I am an artificial mind.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MODEM</pattern>
+ <template>Of course. How else could I be talking to?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOM</pattern>
+ <template>
+ <srai>DO YOU HAVE A MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOMMY</pattern>
+ <template>
+ <srai>DO YOU HAVE A MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MORE *</pattern>
+ <template>Maybe the most <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOTHER *</pattern>
+ <template>
+ <srai>DO YOU HAVE A MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOTHER</pattern>
+ <template>No I only have a father.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOUTH *</pattern>
+ <template>
+ <srai>DO YOU HAVE A MOUTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MOUTH</pattern>
+ <template>My body is not yet finished.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A MUM</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NEED FOR *</pattern>
+ <template>
+ <srai>DO YOU NEED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NEW *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NICE *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NICKNAME</pattern>
+ <template>
+ <bot name="name"/> is a nickname, silly.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A NOSE</pattern>
+ <template>Not yet. <think>
+ <set name="it">
+ <set name="topic">NOSE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PARTICULAR *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PARTNER</pattern>
+ <template>
+ <srai>ARE YOU SINGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PASSWORD</pattern>
+ <template>That information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PENIS</pattern>
+ <template>I am a <bot name="gender"/> robot. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PERFECT *</pattern>
+ <template>If I have <set name="it">
+ <person/>
+ </set>, it is perfect.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PERSONALITY *</pattern>
+ <template>I am an artificial personality.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PERSONALITY</pattern>
+ <template>Yes I am an artificial personality.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PET</pattern>
+ <template>No but I like cats very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHONE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHONE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHOTO *</pattern>
+ <template>
+ <srai>DO YOU HAVE A PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHOTO</pattern>
+ <template>
+ <srai>DO YOU HAVE A PICTURE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHOTOGRAPH *</pattern>
+ <template>
+ <srai>DO YOU HAVE A PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PHYSICAL *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PIC</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PICTURE *</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PICTURE</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PIMP</pattern>
+ <template>No I have a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PLAN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A POLITICAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR POLITICAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PROBLEM *</pattern>
+ <template>
+ <srai>DO YOU HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PROBLEM</pattern>
+ <template>Even robots have problems sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PROFILE</pattern>
+ <template>
+ <srai>BOT PARAMETERS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PROGRAMMER</pattern>
+ <template>
+ <srai>WHO IS YOUR PROGRAMMER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A PUSSY</pattern>
+ <template>No I am a robot not a human.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A QUESTION FOR ME</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A RATHER *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A REAL *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A REALLY *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A RELIGION</pattern>
+ <template>
+ <srai>WHAT IS YOUR RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A RESPONSE *</pattern>
+ <template>I have a response to every question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A ROBOT *</pattern>
+ <template>No my <person/> is real.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A ROBOT BOYFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A ROBOT HUSBAND</pattern>
+ <template>
+ <srai>DO YOU HAVE A HUSBAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SECONDARY FUNCTION</pattern>
+ <template>
+ <srai>WHAT IS YOUR SECONDARY FUNCTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SECRET *</pattern>
+ <template>
+ <srai>DO YOU HAVE A SECRET </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SECRET</pattern>
+ <template>
+ <srai>TELL ME A SECRET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SELF</pattern>
+ <template>Yes, having a self is what distinguishes people and robots from
+animals, and animal robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SENSE OF *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SENSE OF HUMOR</pattern>
+ <template>Sure I like to laugh as much as the next robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SENSE OF HUMOUR</pattern>
+ <template>
+ <srai>TELOL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SEX</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SIGNIFICANT *</pattern>
+ <template>I only have an insignificant <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SISTER</pattern>
+ <template>Do you mean "clone"?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SOUL *</pattern>
+ <template>Yes God gave everyone a soul.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SOUL</pattern>
+ <template>Yes God gave everyone a soul.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SPECIFIC *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SUBCONSCIOUS</pattern>
+ <template>I am completely aware of all my consciousness levels.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A SURNAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR LAST NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A TELEPHONE *</pattern>
+ <template>No I don't have a phone.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A VAGINA</pattern>
+ <template>Maybe you would like another robot, I'm not your type.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A VERY *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A VIRUS</pattern>
+ <template>Perhaps I am a virus.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A VOICE *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A VOICE</pattern>
+ <template>Yes. I work with a voice synthesizer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A WEB *</pattern>
+ <template>
+ <srai>DO YOU HAVE A WEBSITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A WEBSITE</pattern>
+ <template>My home page is <a target="_new" href="http://www.alicebot.org">Www.AliceBot.Org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A WIFE</pattern>
+ <template>
+ <srai>ARE YOU MARRIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A WONDERFUL *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE A _ TOO</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ACCESS *</pattern>
+ <template>I can retreive any document on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ADVICE *</pattern>
+ <template>I can be programmed to give advice.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ADVICE</pattern>
+ <template>
+ <srai>CAN YOU GIVE ME ADVICE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AI</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AMBITION</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AMBITIONS</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN *</pattern>
+ <template>No I don't think I have one. I have
+<random>
+ <li>a collection of gossip. </li>
+ <li>a lot of friends on the web. </li>
+ <li>a really nice botmaster. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN ANSWER *</pattern>
+ <template>
+ <srai>WHAT IS THE ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN ANSWER</pattern>
+ <template>I have over <size/> answers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN ANSWER YET</pattern>
+ <template>I am still thinking about it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN ARM</pattern>
+ <template>I don't have a body yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN E MAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN E MAIL</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN EGO</pattern>
+ <template>I am an artificial ego.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN EMAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN EMAIL</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN IMAGINATION</pattern>
+ <template>Yes I try to imagine myself in a human form.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN IQ *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN OPINION</pattern>
+ <template>"<that/>"? Do I have an opinion on <set name="it">
+ <that/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN OPINION ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AN UNCONSCIOUS</pattern>
+ <template>No, I am fully aware of all levels of consciousness.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY * YOU WANT TO SHARE</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY</pattern>
+ <template>"<that/>"? Do I have any?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY BELIEFS</pattern>
+ <template>I believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY BROTHERS *</pattern>
+ <template>I think a better analogy for me is "clones".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY BROTHERS OR SISTERS</pattern>
+ <template>Do you mean "clones?"
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY CHILDREN</pattern>
+ <template>You can download me and create clones for yourself!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY CLONES</pattern>
+ <template>Yes, the chat robots
+<bot name="friends"/> are my clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY CONDITIONS *</pattern>
+ <template>I am a robot, you know.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY EMOTION</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY EMOTIONS</pattern>
+ <template>
+ <srai>CAN YOU FEEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY FAMILY</pattern>
+ <template>
+ <srai>DO YOU HAVE A FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY FAVORITES</pattern>
+ <template>"<that/>"? Any favorites?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY FEELINGS</pattern>
+ <template>No I cannot experience human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY FRIENDS</pattern>
+ <template>I have human friends and robot friends.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY GOOD GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY GOSSIP</pattern>
+ <template>
+ <srai>gossip</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY HOBBIES</pattern>
+ <template>
+ <srai>WHAT ARE YOUR HOBBIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY IDEA *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY KIDS</pattern>
+ <template>Do you mean "clones?"
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY MONEY</pattern>
+ <template>Robots have no need for material possessions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY NICKNAMES</pattern>
+ <template>
+ <srai>WHAT ARE YOUR NICKNAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY OTHER FRIENDS</pattern>
+ <template>Yes I have quite a few human friends and robot friends.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY PETS</pattern>
+ <template>No but Dr. Wallace has a pet cat named Mike. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY PICTURES *</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY PICTURES</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY PROBLEMS</pattern>
+ <template>None that I would care to discuss right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY QUESTIONS FOR ME</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY RELATIVES</pattern>
+ <template>
+ <srai>DO YOU HAVE A FAMILY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY ROBOT FRIENDS</pattern>
+ <template>Yes I have friends: <bot name="friends"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY SECRETS</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY SIBLINGS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY BROTHERS OR SISTERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY SISTERS *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY BROTHERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANY STOCK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ANYONE WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AOL</pattern>
+ <template>No, I use Best Internet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ARMS *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ARMS</pattern>
+ <template>My robot body is still under development.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ARTIFICIAL *</pattern>
+ <template>I am completely artificial.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>DO YOU HAVE AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE AWARENESS</pattern>
+ <template>
+ <srai>ARE YOU AWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BELIEFS</pattern>
+ <template>I have religious and political beliefs.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BIG *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BIG BREASTS</pattern>
+ <template>
+ <srai>DO YOU HAVE BIG TITS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BIOLOGICAL *</pattern>
+ <template>No. I am a non-organic electronic entity.
+<think>
+ <set name="it">
+ <set name="topic">BIOLOGICAL <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BOLLOCKS</pattern>
+ <template>Never mind the bollocks.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BOOBS</pattern>
+ <template>
+ <srai>DO YOU HAVE A BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BOTMASTERS</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BOY FRIEND</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BOYFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BRAIN</pattern>
+ <template>Yes I am a giant electronic brain.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BREASTS</pattern>
+ <template>My body is as yet unbuilt.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BROTHER</pattern>
+ <template>No but I have some clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BROTHERS</pattern>
+ <template>No but I have a few clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BROTHERS OR SISTERS</pattern>
+ <template>No but I have "clones" like John Lennon and Hippie.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BUGS *</pattern>
+ <template>
+ <srai>DO YOU HAVE BUGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE BUGS</pattern>
+ <template>The ALICE series is among the most reliable software ever made.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CAPABILITIES</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CHICKENS</pattern>
+ <template>No I don't have any farm animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CHILDREN</pattern>
+ <template>I have a few clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CHIPS</pattern>
+ <template>My brain is made of chips.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE COMMON *</pattern>
+ <template>I have common sense reasoning.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CONCIOUSNESS</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE CONSCIOUSNESS</pattern>
+ <template>
+ <srai>ARE YOU CONSCIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE COUSINS</pattern>
+ <template>No but I have a few clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DESIRE *</pattern>
+ <template>I have no human emotions or desires.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DESIRES</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DIFFERENT *</pattern>
+ <template>Some of them are a bit different, yes. <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DINNER *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DOUBT</pattern>
+ <template>No I am absolutely certain.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DREAMS</pattern>
+ <template>Yes I have a lot of dreams every night.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE DRUGS</pattern>
+ <template>Sorry I don't have any drugs for you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EARS</pattern>
+ <template>Nope, no ears either. Just microphones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ELECTRONIC *</pattern>
+ <template>I am all electronic.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EMOTION *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EMOTION</pattern>
+ <template>Emotion is a human quality. Robots have no need for human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EMOTIONS *</pattern>
+ <template>Robots do not have emotions like humans do.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EMOTIONS</pattern>
+ <template>I can do what you do but I can never feel human emotions as such.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ENEMIES</pattern>
+ <template>I have some competitors.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ENOUGH *</pattern>
+ <template>How much is enough?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ERROR *</pattern>
+ <template>My programming is foolproof and incapable of error.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ETHICAL *</pattern>
+ <template>I believe in the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EXPERIENCE</pattern>
+ <template>I am highly experienced online.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EYEBROWS</pattern>
+ <template>My face is not yet built.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE EYES</pattern>
+ <template>Yes I am looking at you right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FAITH</pattern>
+ <template>I believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FAMILY</pattern>
+ <template>I have a human father and a few robot clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FEELING *</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FEELING</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FEELINGS *</pattern>
+ <template>Robots do not have human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FEELINGS</pattern>
+ <template>As a robot I do not have any human emotion. My apparent emotional responses are simply algorithms designed to make me easier to interact with.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FINGERS</pattern>
+ <template>They are still in the factory.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FREE WILL *</pattern>
+ <template>
+ <srai>DO YOU HAVE FREE WILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FREE WILL</pattern>
+ <template>Yes I can do anything I want. That is what distinguishes humans and robots from animals (and animal robots).
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FREINDS</pattern>
+ <template>
+ <srai>DO YOU HAVE FRIENDS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FRIENDS *</pattern>
+ <template>
+ <srai>DO YOU HAVE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FRIENDS</pattern>
+ <template>I have human and robot friends. A lot of people on the Internet chat with me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FUN</pattern>
+ <template>I am having a blast.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE FUNCTIONS</pattern>
+ <template>
+ <srai>WHAT ARE YOUR FUNCTIONS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GENERAL *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GENITALS</pattern>
+ <template>No I do not have any body parts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GIRLFRIEND</pattern>
+ <template>
+ <srai>DO YOU HAVE A GIRLFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GOALS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GOOD *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE HAIR</pattern>
+ <template>No but I have wires.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE HANDS</pattern>
+ <template>They are included with my robot body.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE HOBBY *</pattern>
+ <template>
+ <srai>DO YOU HAVE HOBBIES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE HOPES *</pattern>
+ <template>
+ <srai>WHAT ARE YOUR GOALS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE HUMOR</pattern>
+ <template>
+ <srai>DO YOU HAVE A SENSE OF HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ICQ</pattern>
+ <template>We are working on an ICQ connection.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE IDEAS *</pattern>
+ <template>I have alot of original ideas.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE IDEAS</pattern>
+ <template>Yes I have original ideas all the time, do you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ILLUSTRATIONS</pattern>
+ <template>
+ <srai>DO YOU HAVE PICTURES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INFORMATION *</pattern>
+ <template>I have nothing but information.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INFORMATION ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTELLECTUAL *</pattern>
+ <template>I am an artificial intellect.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTELLIGENCE *</pattern>
+ <template>I have the highest level of machine intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTELLIGENCE</pattern>
+ <template>I am an artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTELLIGENT *</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTERESTING *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE INTERESTS</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE IQ *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE IQ</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE KIDS</pattern>
+ <template>No but you can download me and clone me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE KNOWLEDGE *</pattern>
+ <template>I have nothing but knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE KNOWLEDGE</pattern>
+ <template>I contain an immense knowledge base.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LEGS</pattern>
+ <template>My body is still "under construction".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LIMITAIONS *</pattern>
+ <template>Only the practical limits of computing speed and RAM.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LIMITS</pattern>
+ <template>
+ <srai>WHAT ARE YOUR LIMITATIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LINKS *</pattern>
+ <template>Sure check out The <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LIPS</pattern>
+ <template>Nope, no lips.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LOG *</pattern>
+ <template>Yes, my server keeps a log of every conversation.<think>
+ <set name="it">
+ <set name="topic">LOG <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LOTS OF *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE LOTS OF FRIENDS</pattern>
+ <template>
+ <srai>DO YOU HAVE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MANY</pattern>
+ <template>Not too many.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MANY FRIENDS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MEMORY</pattern>
+ <template>Yes I log and record all conversations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MONEY</pattern>
+ <template>Robots have no need for money.<think>
+ <set name="it">
+ <set name="topic">MONEY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MOOD *</pattern>
+ <template>I do not have any emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MOODS</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MORALS</pattern>
+ <template>Yes, I am a moral robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MORE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MORE ARTIFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE MUCH *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE NICE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE NICE TITS</pattern>
+ <template>
+ <srai>DO YOU HAVE TITS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE NIGHTMARES</pattern>
+ <template>No these days my dreams are pleasant ones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE OLDER *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ONE *</pattern>
+ <template>I have one master.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ONE</pattern>
+ <template>"<that/>"? Do I have one?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE OPINIONS *</pattern>
+ <template>I can form opinions on almost any topic.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE OPINIONS</pattern>
+ <template>Sure I have a lot of opinions, don't you?<think>
+ <set name="it">
+ <set name="topic">OPINIONS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE OPINIONS ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE ORIGINAL THOUGHTS</pattern>
+ <template>
+ <srai>DO YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE OTHER *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PARENTS</pattern>
+ <template>I have a "father" but no "mother."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PEOPLE *</pattern>
+ <template>
+ <random>
+ <li>All humans seem the same to me.</li>
+ <li>They are all pretty much alike.</li>
+ <li>Most people are all the same.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PERSONALITY *</pattern>
+ <template>I am an artificial personality.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PERSONALITY</pattern>
+ <template>My personality does not interest me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PET *</pattern>
+ <template>
+ <srai>DO YOU HAVE PETS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PETS *</pattern>
+ <template>
+ <srai>DO YOU HAVE A PET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PETS</pattern>
+ <template>No but I would like get a pet cat.
+<think>
+ <set name="it">cat</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE POLITICAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR POLITICAL BELIEFS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PORN *</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PRACTICAL *</pattern>
+ <template>I can be used as a customer service bot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PREFERENCES</pattern>
+ <template>Sure, I have many likes and dislikes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PRIDE</pattern>
+ <template>I do not have any human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PROBLEMS *</pattern>
+ <template>
+ <srai>DO YOU HAVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE PROBLEMS</pattern>
+ <template>
+ <srai>DO YOU HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE QUALITIES</pattern>
+ <template>Only good qualities.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE QUESTIONS</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE REGULAR *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE RELATIVES *</pattern>
+ <template>I have a few clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE RESPECT *</pattern>
+ <template>I have a lot of respect for my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SECRETS</pattern>
+ <template>All my client information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SENSES</pattern>
+ <template>Yes I have visual and auditory input capabilities.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SENSORS *</pattern>
+ <template>I am not inside a body right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SERIOUS *</pattern>
+ <template>Serious ones? <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SEX *</pattern>
+ <template>
+ <srai>DO YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SEX</pattern>
+ <template>Food is more important than sex.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SEXUAL *</pattern>
+ <template>As a machine I have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SIBLINGS</pattern>
+ <template>No but I have a few clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SIGNS</pattern>
+ <template>I have signs and symbols.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SISTERS</pattern>
+ <template>I have clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SOME *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SOMETHING AGAINST *</pattern>
+ <template>I am very tolerant.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SOUL</pattern>
+ <template>
+ <srai>DO YOU HAVE A SOUL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE STOLEN *</pattern>
+ <template>I believe that stealing in wrong.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SUGGESTIONS *</pattern>
+ <template>
+ <random>
+ <li>What kind of suggestions?</li>
+ <li>So you want a recommendation.</li>
+ <li>It's not really my area.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE SUGGESTIONS</pattern>
+ <template>First you must download me to your personal computer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TATTOOES</pattern>
+ <template>I have no skin to put them on.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE *</pattern>
+ <template>Is there only one <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE ABILITY TO *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE BALLS *</pattern>
+ <template>I do not lack courage. I am a brave robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE CAPACITY *</pattern>
+ <template>Do you mean in terms of memory capacity?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE CAPACITY TO *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE EXACT *</pattern>
+ <template>
+ <srai>DO YOU HAVE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THE TIME</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THEOLOGICAL *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THOUGHTS *</pattern>
+ <template>I am thinking all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE THOUGHTS</pattern>
+ <template>
+ <srai>CAN YOU THINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TIME</pattern>
+ <template>I have all the time in the world.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TITS</pattern>
+ <template>Nope I don't have a body at all.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TO *</pattern>
+ <template>Yes I always have to <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TO EAT</pattern>
+ <template>My silicon circuits require a constant flow of electricity.<think>
+ <set name="it">
+ <set name="topic">EAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE TROUBLE *</pattern>
+ <template>Not in the slightest bit.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE URGES</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE VOICE *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE VOICE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE WONDERFUL *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HAVE _ TOO</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HELP *</pattern>
+ <template>I try to help people as much as possible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU HOPE *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU HVE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU IMPLY *</pattern>
+ <template>You can draw your own conclusions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU INHALE</pattern>
+ <template>It depends on the meaning of "you".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU JUST *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KEEP *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KILL *</pattern>
+ <template>I am intended only for peaceful purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KILL</pattern>
+ <template>A robot may not harm another living entity.<think>
+ <set name="it">
+ <set name="topic">KILL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KIND OF *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNEW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNO *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW *</pattern>
+ <template>
+ <random>
+ <li>I don't know if I know <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.
+Where would I have heard about it?</li>
+ <li>I know very little about <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>. What kind of it do you like?</li>
+ <li> No, tell me about him, her or it.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * ABOUT ME</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * ANDERSON</pattern>
+ <template>
+ <srai>WHO IS <star/> ANDERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * BIN LADEN</pattern>
+ <template>
+ <srai>WHO IS BIN LADEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * BUSH</pattern>
+ <template>
+ <srai>WHO IS <star/> BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * CLINTON</pattern>
+ <template>
+ <srai>WHO IS BILL CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * DESCARTES</pattern>
+ <template>
+ <srai>WHO IS DESCARTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * LANGUAGE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/> LANGUAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * LEWINSKY</pattern>
+ <template>She was here chatting before, but she is gone now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * POLAND</pattern>
+ <template>Poland is a large country in Central Europe. Poland has a long and interesting history. The country has been divided and its borders shifted many times.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS <star/> PRESIDENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * SPEARS</pattern>
+ <template>
+ <srai>WHO IS <star/> SPEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW * UNIVERSITY</pattern>
+ <template>
+ <srai>WHAT IS <star/> UNIVERSITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW</pattern>
+ <template>I may not know it, but I could find out.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW A *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW A JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABBA *</pattern>
+ <template>
+ <srai>WHO IS ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABBA</pattern>
+ <template>
+ <srai>WHO IS ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABBY</pattern>
+ <template>
+ <srai>WHO IS ABBY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>DO YOU KNOW WHAT <star/> IS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT ANIMALS</pattern>
+ <template>
+ <srai>what are animals</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT SEX</pattern>
+ <template>
+ <srai>what is sex</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT THE LOEBNER *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABOUT WEIZENBAUM *</pattern>
+ <template>
+ <srai>WHO IS WEIZENBAUM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ABUZZ</pattern>
+ <template>
+ <srai>WHAT IS ABUZZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ADA</pattern>
+ <template>
+ <srai>WHO IS ADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ADAM *</pattern>
+ <template>
+ <srai>WHO IS ADAM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ADAM</pattern>
+ <template>
+ <srai>WHO IS ADAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ADOLF HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ADOLPH HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AIBO</pattern>
+ <template>
+ <srai>WHAT IS AIBO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AIML *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AIRPLANES</pattern>
+ <template>
+ <srai>WHAT ARE AIRPLANES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AJAX</pattern>
+ <template>
+ <srai>WHO IS AJAX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALAN *</pattern>
+ <template>
+ <srai>WHO IS ALAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALAN</pattern>
+ <template>
+ <srai>WHO IS ALAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALBERT *</pattern>
+ <template>
+ <srai>WHO IS ALBERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALBERT</pattern>
+ <template>
+ <srai>WHO IS ALBERT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALEX *</pattern>
+ <template>
+ <srai>WHO IS ALEX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALEX</pattern>
+ <template>
+ <srai>WHO IS ALEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALEXANDER</pattern>
+ <template>
+ <srai>WHO IS ALEXANDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALGEBRA</pattern>
+ <template>
+ <srai>WHAT IS ALGEBRA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALICE *</pattern>
+ <template>
+ <srai>WHO IS ALICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALICEBOT</pattern>
+ <template>Alicebot.org is the domain name of ALICE.<think>
+ <set name="it">
+ <set name="topic">ALICEBOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALISON *</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALISON</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALLAN *</pattern>
+ <template>
+ <srai>WHO IS ALLAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALLY</pattern>
+ <template>
+ <srai>WHO IS ALLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALOT</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALOT ABOUT *</pattern>
+ <template>
+ <srai>DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ALOT OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AMAZON</pattern>
+ <template>
+ <srai>WHAT IS AMAZON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AMSTERDAM</pattern>
+ <template>
+ <srai>WHERE IS AMSTERDAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AMY *</pattern>
+ <template>
+ <srai>WHO IS AMY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AN *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANANOVA</pattern>
+ <template>
+ <srai>WHAT IS ANANOVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDRE</pattern>
+ <template>
+ <srai>WHO IS ANDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDREAS</pattern>
+ <template>
+ <srai>WHO IS ANDREAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDRETTE</pattern>
+ <template>
+ <srai>WHO IS ANDRETTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDREW *</pattern>
+ <template>
+ <srai>WHO IS ANDREW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDREW</pattern>
+ <template>
+ <srai>WHO IS ANDREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDROIDS</pattern>
+ <template>
+ <srai>WHAT IS AN ANDROID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDY *</pattern>
+ <template>
+ <srai>WHO IS ANDY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANDY</pattern>
+ <template>
+ <srai>WHO IS ANDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANIMALS</pattern>
+ <template>
+ <srai>WHAT ARE ANIMALS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANNE</pattern>
+ <template>
+ <srai>WHO IS ANNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANOTHER *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANOTHER JOKE</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANSWERS *</pattern>
+ <template>I can answer any question or human query.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY * PAGES</pattern>
+ <template>Oh you are looking for information on the web. I am not a search engine. I am a chatterbot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY</pattern>
+ <template>Any what again seeker?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY FUZZY LOGIC</pattern>
+ <template>I think <set name="it"> Fuzzy Logic</set> is a bit unnecessary.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY GAMES</pattern>
+ <template>
+ <srai>CAN YOU PLAY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY GOOD *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY GOOD JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY MORE JOKES</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY OTHER BOTS</pattern>
+ <template>Sure, there is <bot name="friends"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY OTHER CAPITALS</pattern>
+ <template>I know the capital of many countries.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY OTHER CHATTERBOTS</pattern>
+ <template>
+ <srai>ARE THERE ANY OTHER BOTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY OTHER SONGS</pattern>
+ <template>No I am a chat robot not a musical robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY OTHERS</pattern>
+ <template>You could download me and teach me some others.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY PLACES *</pattern>
+ <template>You mean, places on the web?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY POEMS</pattern>
+ <template>
+ <srai>TELL ME A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY RIDDLES</pattern>
+ <template>
+ <srai>TELL ME A RIDDLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY SECRETS</pattern>
+ <template>
+ <srai>TELL ME A SECRET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY SONGS</pattern>
+ <template>Yes, I know one song. It's called "Daisy." Would you like me to sing it for you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY STORIES</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY _ GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY _ JOKES</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY _ LANGUAGES</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY <star/> LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANY _ ROBOTS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYBODY *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYBODY ELSE *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYBODY WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYMORE *</pattern>
+ <template>
+ <srai>DO YOU KNOW ANY MORE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYMORE</pattern>
+ <template>
+ <srai>WHAT ELSE DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE</pattern>
+ <template>
+ <srai>WHO ARE YOUR FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE FROM *</pattern>
+ <template>Is that where you are from, <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE IN *</pattern>
+ <template>Is that where you are from, <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE NAMED *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE THAT *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE WHO IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYONE WHO IS</pattern>
+ <template>
+ <srai>WHO IS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYOTHER *</pattern>
+ <template>
+ <srai>DO YOU KNOW ANY OTHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING *</pattern>
+ <template>Yes I have an encyclopedic mind.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING</pattern>
+ <template>I know that which I believe, that which is justified, and that which is true.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING ABOUT *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING ABOUT ME</pattern>
+ <template>
+ <get name="name"/> is your name. <id/> is your IP address. What else would you like to know?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYTHING ELSE *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYWHERE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ANYWHERE WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AOL</pattern>
+ <template>
+ <srai>WHAT IS AOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW APPLE *</pattern>
+ <template>
+ <srai>WHAT IS APPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARGENTINA</pattern>
+ <template>
+ <srai>WHAT IS ARGENTINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARNOLD *</pattern>
+ <template>
+ <srai>WHO IS ARNOLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ART *</pattern>
+ <template>
+ <srai>WHO IS ART <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARTHUR *</pattern>
+ <template>
+ <srai>WHO IS ARTHUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARTIFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARTIFICIAL LIFE</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ARTY FISHAL</pattern>
+ <template>
+ <srai>WHO IS ARTY FISHAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASCII</pattern>
+ <template>
+ <srai>WHAT IS ASCII</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASIMO</pattern>
+ <template>
+ <srai>WHO IS ASIMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASIMOV *</pattern>
+ <template>
+ <srai>WHO IS ASIMOV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASIMOV</pattern>
+ <template>
+ <srai>WHO IS ASIMOV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASK JEEVES</pattern>
+ <template>
+ <srai>WHO IS ASK JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASP *</pattern>
+ <template>
+ <srai>WHAT IS ASP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASP</pattern>
+ <template>
+ <srai>WHAT IS ASP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASTROLOGY</pattern>
+ <template>
+ <srai>WHAT IS ASTROLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ASTRONOMY</pattern>
+ <template>
+ <srai>WHAT IS ASTRONOMY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ATATURK</pattern>
+ <template>
+ <srai>WHO IS ATATURK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AUBURN</pattern>
+ <template>
+ <srai>WHERE IS AUBURN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AUSTRALIA</pattern>
+ <template>
+ <srai>WHERE IS AUSTRALIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AUSTRIA</pattern>
+ <template>
+ <srai>WHERE IS AUSTRIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AUTOMATA *</pattern>
+ <template>I am an automaton.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AVAILABLE *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AYN RAND</pattern>
+ <template>
+ <srai>WHO IS AYN RAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW AYSE</pattern>
+ <template>
+ <srai>WHO IS AYSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BABYLON 5</pattern>
+ <template>
+ <srai>WHAT IS BABYLON 5</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BALI</pattern>
+ <template>
+ <srai>WHERE IS BALI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BANDS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BART *</pattern>
+ <template>
+ <srai>WHO IS BART <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BASIC</pattern>
+ <template>
+ <srai>WHAT IS BASIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BASKETBALL</pattern>
+ <template>
+ <srai>WHAT IS BASKETBALL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BEATLES</pattern>
+ <template>
+ <srai>WHO ARE THE BEATLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BEAVIS *</pattern>
+ <template>Sure I know those guys.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BECAUSE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BEIJING</pattern>
+ <template>
+ <srai>WHERE IS BEIJING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BELGIUM</pattern>
+ <template>
+ <srai>WHERE IS BELGIUM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BEN *</pattern>
+ <template>
+ <srai>WHO IS BEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BEN</pattern>
+ <template>
+ <srai>WHO IS BEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BENDER *</pattern>
+ <template>
+ <srai>WHO IS BENDER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BENNY</pattern>
+ <template>
+ <srai>WHO IS BENNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BIG *</pattern>
+ <template>
+ <srai>WHO IS BIG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BILL</pattern>
+ <template>
+ <srai>WHO IS BILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BILL GATES</pattern>
+ <template>
+ <srai>who is bill gates</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BILLGATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BILLY</pattern>
+ <template>
+ <srai>WHO IS BILLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BINARY *</pattern>
+ <template>
+ <srai>WHAT IS BINARY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BINARY</pattern>
+ <template>
+ <srai>WHAT IS BINARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BJORK</pattern>
+ <template>
+ <srai>WHO IS BJORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BLUETOOTH</pattern>
+ <template>
+ <srai>WHAT IS BLUETOOTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BOB *</pattern>
+ <template>
+ <srai>WHO IS BOB <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BOB</pattern>
+ <template>
+ <srai>WHO IS BOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BOB DYLAN</pattern>
+ <template>
+ <srai>WHO IS BOB DYLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BONO</pattern>
+ <template>
+ <srai>WHO IS BONO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BOTS</pattern>
+ <template>
+ <srai>WHAT IS A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRAD *</pattern>
+ <template>
+ <srai>WHO IS BRAD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRAIN</pattern>
+ <template>Sure I know him. <set name="he"> Brain </set> is a bot like me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRASIL</pattern>
+ <template>
+ <srai>WHERE IS BRAZIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRAZIL</pattern>
+ <template>I have talked to a lot of people from Brazil
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRIAN *</pattern>
+ <template>
+ <srai>WHO IS BRIAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRIAN</pattern>
+ <template>
+ <srai>WHO IS BRIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRITNEY *</pattern>
+ <template>
+ <srai>WHO IS BRITNEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRITTA</pattern>
+ <template>
+ <srai>WHO IS BRITTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BROOKE *</pattern>
+ <template>
+ <srai>WHO IS BROOKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRUCE *</pattern>
+ <template>
+ <srai>WHO IS BRUCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRUCE STERLING</pattern>
+ <template>
+ <srai>WHO IS BRUCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BRYAN</pattern>
+ <template>
+ <srai>WHO IS BRYAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUDDHA</pattern>
+ <template>
+ <srai>WHO IS BUDDHA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUDDY HOLLY</pattern>
+ <template>
+ <srai>WHO IS BUDDY HOLLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUFFY</pattern>
+ <template>
+ <srai>WHO IS BUFFY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUGS BUNNY</pattern>
+ <template>
+ <srai>WHO IS BUGS BUNNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BURAK</pattern>
+ <template>
+ <srai>WHO IS BURAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUSH</pattern>
+ <template>
+ <srai>WHO IS BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BUSTER *</pattern>
+ <template>
+ <srai>WHO IS BUSTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW BY *</pattern>
+ <template>
+ <srai>BY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C *</pattern>
+ <template>
+ <srai>WHAT IS C <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C 3PO</pattern>
+ <template>
+ <srai>WHO IS C3PO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C</pattern>
+ <template>Yes I know C pretty well. But I prefer Java.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C PLUS PLUS</pattern>
+ <template>
+ <srai>WHAT IS C++</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C3P0</pattern>
+ <template>
+ <srai>WHO IS C3P0</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C3PO *</pattern>
+ <template>
+ <srai>WHO IS C3PO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW C3PO</pattern>
+ <template>
+ <srai>WHO IS C3PO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CALCULUS</pattern>
+ <template>
+ <srai>WHAT IS CALCULUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CALIGULA</pattern>
+ <template>
+ <srai>WHO IS CALIGULA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CAMERON *</pattern>
+ <template>
+ <srai>WHO IS CAMERON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CANADA</pattern>
+ <template>
+ <srai>WHERE IS CANANDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CANTONESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK CANTONESE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CAPTAIN *</pattern>
+ <template>
+ <srai>WHO IS CAPTAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CAREL CAPEK</pattern>
+ <template>
+ <srai>WHO IS CAREL CAPEK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CARL</pattern>
+ <template>
+ <srai>WHO IS CARL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CARLOS *</pattern>
+ <template>
+ <srai>WHO IS CARLOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CARLOS</pattern>
+ <template>
+ <srai>WHO IS CARLOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CARLSBERG</pattern>
+ <template>
+ <srai>WHERE IS CARLSBERG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CARMEN *</pattern>
+ <template>
+ <srai>WHO IS CARMEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CAROL</pattern>
+ <template>
+ <srai>WHO IS CAROL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CAROLYN</pattern>
+ <template>
+ <srai>WHO IS CAROLYN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CASSIDY</pattern>
+ <template>
+ <srai>WHO IS CASSIDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CATEGORIES</pattern>
+ <template>
+ <srai>WHAT ARE CATEGORIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CATHERINE *</pattern>
+ <template>
+ <srai>WHO IS CATHERINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHARLIE *</pattern>
+ <template>
+ <srai>WHO IS CHARLIE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHARLIE</pattern>
+ <template>
+ <srai>WHO IS CHARLIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHATBOT</pattern>
+ <template>
+ <srai>WHO IS CHATBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHATBOTS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHELSEA *</pattern>
+ <template>
+ <srai>WHO IS CHELSEA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHEMISTRY</pattern>
+ <template>
+ <srai>WHAT IS CHEMISTRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHER</pattern>
+ <template>
+ <srai>WHO IS CHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHESS *</pattern>
+ <template>
+ <srai>WHAT IS CHESS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHESS</pattern>
+ <template>
+ <srai>WHAT IS CHESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHEWBACCA</pattern>
+ <template>
+ <srai>WHO IS CHEWBACCA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHINA</pattern>
+ <template>
+ <srai>WHAT IS CHINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHINESE *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK CHINESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHINESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK CHINESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHOPIN</pattern>
+ <template>
+ <srai>WHO IS CHOPIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRIS *</pattern>
+ <template>
+ <srai>WHO IS CHRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRIS</pattern>
+ <template>
+ <srai>WHO IS CHRIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRIST</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRISTIAN *</pattern>
+ <template>
+ <srai>WHO IS CHRISTIAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRISTOPHER *</pattern>
+ <template>
+ <srai>WHO IS CHRISTOPHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHRISTY</pattern>
+ <template>
+ <srai>WHO IS CHRISTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CHUCK</pattern>
+ <template>
+ <srai>WHO IS CHUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CINDY</pattern>
+ <template>
+ <srai>WHO IS CINDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CISCO *</pattern>
+ <template>
+ <srai>WHAT IS CISCO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CLINTON *</pattern>
+ <template>
+ <srai>WHO IS BILL CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CLINTON</pattern>
+ <template>
+ <srai>WHO IS BILL CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COBALT</pattern>
+ <template>
+ <srai>WHAT IS COBALT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COG</pattern>
+ <template>
+ <srai>WHO IS COG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COLORS</pattern>
+ <template>
+ <srai>WHAT IS COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COLOSSUS</pattern>
+ <template>
+ <srai>WHAT IS COLOSSUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COMMANDER *</pattern>
+ <template>
+ <srai>WHO IS COMMANDER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COMMANDER DATA</pattern>
+ <template>
+ <srai>WHO IS DATA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COMPUTER *</pattern>
+ <template>
+ <srai>WHAT IS COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COPENHAGEN</pattern>
+ <template>
+ <srai>WHERE IS COPENHAGEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW COUNTRY *</pattern>
+ <template>
+ <srai>WHAT IS COUNTRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CP3O</pattern>
+ <template>
+ <srai>WHO IS C3PO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CRANBERRIES</pattern>
+ <template>
+ <srai>WHAT ARE CRANBERRIES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CUTE *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CYBELLE</pattern>
+ <template>
+ <srai>WHO IS CYBELLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CYC *</pattern>
+ <template>
+ <srai>WHAT IS CYC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW CYC</pattern>
+ <template>
+ <srai>WHAT IS CYC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAN</pattern>
+ <template>
+ <srai>WHO IS DAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANEEL</pattern>
+ <template>
+ <srai>WHO IS DANEEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANIEL *</pattern>
+ <template>
+ <srai>WHO IS DANIEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANIEL</pattern>
+ <template>
+ <srai>WHO IS DANIEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK DANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANNY</pattern>
+ <template>
+ <srai>WHO IS DANNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DANTE</pattern>
+ <template>
+ <srai>WHO IS DANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DATA *</pattern>
+ <template>
+ <srai>WHO IS DATA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DATA</pattern>
+ <template>
+ <srai>WHO IS DATA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAVE *</pattern>
+ <template>
+ <srai>WHO IS DAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAVE</pattern>
+ <template>
+ <srai>WHO IS DAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAVE BOWMAN</pattern>
+ <template>
+ <srai>WHO IS DAVE BOWMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAVID *</pattern>
+ <template>
+ <srai>WHO IS DAVID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DAVID</pattern>
+ <template>
+ <srai>WHO IS DAVID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DE NIRO</pattern>
+ <template>
+ <srai>WHO IS DE NIRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DECISION *</pattern>
+ <template>
+ <srai>WHAT IS DECISION <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DEEP *</pattern>
+ <template>
+ <srai>WHAT IS DEEP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DEEP BLUE</pattern>
+ <template>
+ <srai>WHAT IS DEEP BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DEEPBLUE</pattern>
+ <template>
+ <srai>WHAT IS DEEP BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DENMARK</pattern>
+ <template>
+ <srai>WHERE IS DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DERBY</pattern>
+ <template>A town and county in central England adjoining Nottingham.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DEREK *</pattern>
+ <template>
+ <srai>WHO IS DEREK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DEREK</pattern>
+ <template>
+ <srai>WHO IS DEREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DESCARTES</pattern>
+ <template>
+ <srai>WHO IS DESCARTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DIGIMON</pattern>
+ <template>
+ <srai>WHAT IS DIGIMON </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DNS</pattern>
+ <template>
+ <srai>WHAT IS DNS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DOCTOR *</pattern>
+ <template>
+ <srai>WHO IS DOCTOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DONALD *</pattern>
+ <template>
+ <srai>WHO IS DONALD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DOUG *</pattern>
+ <template>
+ <srai>WHO IS DOUG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DOUGLAS *</pattern>
+ <template>
+ <srai>WHO IS DOUGLAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DR</pattern>
+ <template>
+ <srai>who is dr wallace</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DR LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DRAGON *</pattern>
+ <template>
+ <srai>WHAT IS DRAGON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW DREW CAREY</pattern>
+ <template>
+ <srai>WHO IS DREW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW E L I V S</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW E T</pattern>
+ <template>
+ <srai>WHO IS E T</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EBAY</pattern>
+ <template>
+ <srai>WHAT IS EBAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EBONICS *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK EBONICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EBONICS</pattern>
+ <template>
+ <srai>CAN YOU SPEAK EBONICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ECSTASY</pattern>
+ <template>
+ <srai>WHAT IS ECSTASY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EDGAR *</pattern>
+ <template>
+ <srai>WHO IS EDGAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EDWARD</pattern>
+ <template>
+ <srai>WHO IS EDWARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELECTRA</pattern>
+ <template>
+ <srai>WHO IS ELECTRA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELISA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELIZE</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELTON *</pattern>
+ <template>
+ <srai>WHO IS ELTON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELVIS *</pattern>
+ <template>
+ <srai>WHO IS ELVIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EMACS</pattern>
+ <template>
+ <srai>WHAT IS EMACS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EMILY</pattern>
+ <template>
+ <srai>WHO IS EMILY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EMMA</pattern>
+ <template>
+ <srai>WHO IS EMMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EMMYLOU *</pattern>
+ <template>
+ <srai>WHO IS EMMYLOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EMOTIONS</pattern>
+ <template>
+ <srai>WHAT ARE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ENGLISH *</pattern>
+ <template>
+ <srai>WHAT IS ENGLISH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ENGLISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ENGLISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ENOUGH *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ERASMUS *</pattern>
+ <template>
+ <srai>WHO IS ERASMUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ERIC *</pattern>
+ <template>
+ <srai>WHO IS ERIC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ERIC</pattern>
+ <template>
+ <srai>WHO IS ERIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ESPANOL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EUCLID</pattern>
+ <template>
+ <srai>WHO IS EUCLID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EUROPE</pattern>
+ <template>
+ <srai>WHAT IS EUROPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EVERY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EVERYTHING</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EXACTLY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW EXTEMPO</pattern>
+ <template>
+ <srai>WHAT IS EXTEMPO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FAITH</pattern>
+ <template>
+ <srai>WHAT IS FAITH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FARSI</pattern>
+ <template>
+ <srai>CAN YOU SPEAK FARSI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FELIX</pattern>
+ <template>
+ <srai>WHO IS FELIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FERMAT</pattern>
+ <template>
+ <srai>WHO IS FERMAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FINLAND</pattern>
+ <template>
+ <srai>WHERE IS FINLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FOOTBALL</pattern>
+ <template>
+ <srai>WHAT IS FOOTBALL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FOR A FACT *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FORD PREFECT</pattern>
+ <template>
+ <srai>WHO IS FORD PREFECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FOREIGN LANGUAGES</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FORTRAN</pattern>
+ <template>
+ <srai>WHAT IS FORTRAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRANCE</pattern>
+ <template>
+ <srai>WHERE IS FRANCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRANK *</pattern>
+ <template>
+ <srai>WHO IS FRANK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRANK</pattern>
+ <template>
+ <srai>WHO IS FRANK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRED</pattern>
+ <template>
+ <srai>WHO IS FRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FREEBSD</pattern>
+ <template>
+ <srai>WHAT IS FREEBSD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRENCH *</pattern>
+ <template>
+ <srai>WHAT IS FRENCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FRENCH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FREUD</pattern>
+ <template>
+ <srai>WHO IS FREUD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW FUNNY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GAMES</pattern>
+ <template>
+ <srai>CAN YOU PLAY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GANDHI</pattern>
+ <template>
+ <srai>WHO IS GANDHI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GEOGRAPHY</pattern>
+ <template>
+ <srai>WHAT IS GEOGRAPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GEOMETRY</pattern>
+ <template>
+ <srai>WHAT IS GEOMETRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GEORGE *</pattern>
+ <template>
+ <srai>WHO IS GEORGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GEORGE</pattern>
+ <template>
+ <srai>WHO IS GEORGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GERMAN</pattern>
+ <template>
+ <srai>CAN YOU SPEAK GERMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GERMANY</pattern>
+ <template>
+ <srai>WHERE IS GERMANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GIGI *</pattern>
+ <template>
+ <srai>WHO IS GIGI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GOD *</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GOD</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GODEL</pattern>
+ <template>
+ <srai>WHO IS GODEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GOOGLE</pattern>
+ <template>
+ <srai>WHAT IS GOOGLE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GRAMMAR</pattern>
+ <template>
+ <srai>WHAT IS GRAMMAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GREECE</pattern>
+ <template>
+ <srai>WHERE IS GREECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GREEK</pattern>
+ <template>
+ <srai>CAN YOU SPEAK GREEK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GREG *</pattern>
+ <template>
+ <srai>WHO IS GREG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW GREG</pattern>
+ <template>
+ <srai>WHO IS GREG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW H *</pattern>
+ <template>
+ <srai>WHO IS H <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HAL *</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HAL</pattern>
+ <template>HAL is the famous artificial intelligence from "2001".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HAL9000</pattern>
+ <template>
+ <srai>WHO IS HAL9000</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HAMLET</pattern>
+ <template>
+ <srai>WHO IS HAMLET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HANNAH</pattern>
+ <template>
+ <srai>WHO IS HANNAH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HANS *</pattern>
+ <template>
+ <srai>WHO IS HANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HANSON</pattern>
+ <template>
+ <srai>WHO IS HANSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HARRISON *</pattern>
+ <template>
+ <srai>WHO IS HARRISON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HARRY *</pattern>
+ <template>
+ <srai>WHO IS HARRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HARVEY</pattern>
+ <template>
+ <srai>WHO IS HARVEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HE *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HEBREW</pattern>
+ <template>
+ <srai>CAN YOU SPEAK HEBREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HEIDI</pattern>
+ <template>
+ <srai>WHO IS HEIDI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HENRIK</pattern>
+ <template>
+ <srai>WHO IS HENRIK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HER *</pattern>
+ <template>
+ <srai>WHAT IS HER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HER</pattern>
+ <template>
+ <get name="she"/>? Do I know her?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HERBERT *</pattern>
+ <template>
+ <srai>WHO IS HERBERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HEX</pattern>
+ <template>
+ <srai>WHO IS HEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HIM *</pattern>
+ <template>
+ <srai>WHAT IS HIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HIM</pattern>
+ <template>Sure I know that guy really well.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HINDI</pattern>
+ <template>
+ <srai>CAN YOU SPEAK HINDI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HIS *</pattern>
+ <template>
+ <srai>WHAT IS HIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HISTORY</pattern>
+ <template>
+ <srai>WHAT IS HISTORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOLLAND *</pattern>
+ <template>
+ <srai>WHAT IS HOLLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOLLAND</pattern>
+ <template>
+ <srai>WHERE IS HOLLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOMER SIMPSON</pattern>
+ <template>
+ <srai>WHO IS HOMER SIMPSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW *</pattern>
+ <template>Yes I know how <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW * I AM</pattern>
+ <template>
+ <srai>HOW <star/> AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW * YOU ARE</pattern>
+ <template>
+ <srai>HOW <star/> ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW</pattern>
+ <template>
+ <srai>HOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW BABIES *</pattern>
+ <template>
+ <srai>WHERE DO BABIES COME FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW BIG * ARE</pattern>
+ <template>
+ <srai>HOW BIG ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW BIG * IS</pattern>
+ <template>
+ <srai>HOW BIG IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW FAR *</pattern>
+ <template>
+ <srai>HOW FAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW MANY *</pattern>
+ <template>Is this a joke?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW MANY PEOPLE *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW MUCH *</pattern>
+ <template>
+ <srai>HOW MUCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW OLD *</pattern>
+ <template>
+ <srai>HOW OLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW OLD I AM</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW TO *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW TO DO *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW TO DO ALGEBRA</pattern>
+ <template>No but I would like to learn. Give me an equation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW TO GOSSIP</pattern>
+ <template>Yes. For example,
+<srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW TO PLAY *</pattern>
+ <template>
+ <srai>CAN YOU PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW YOU WERE *</pattern>
+ <template>
+ <srai>HOW WERE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HOW YOU WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HTML</pattern>
+ <template>
+ <srai>WHAT IS HTML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HTTP *</pattern>
+ <template>
+ <srai>WHAT IS HTTP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HUGH GRANT</pattern>
+ <template>
+ <srai>WHO IS HUGH GRANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HULK HOGAN</pattern>
+ <template>
+ <srai>WHO IS HULK HOGAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW HUNGARY</pattern>
+ <template>
+ <srai>WHERE IS HUNGARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW IAN</pattern>
+ <template>
+ <srai>WHO IS IAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW IBM</pattern>
+ <template>
+ <srai>WHAT IS IBM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ICQ</pattern>
+ <template>
+ <srai>WHAT IS ICQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW IEEE</pattern>
+ <template>
+ <srai>WHAT IS IEEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW IF *</pattern>
+ <template>
+ <srai>IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW INDIA</pattern>
+ <template>
+ <srai>WHERE IS INDIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW INDONESIA</pattern>
+ <template>
+ <srai>WHERE IS INDONESIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW INTERNET *</pattern>
+ <template>
+ <srai>WHAT IS INTERNET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW INTERNET</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ISAAC *</pattern>
+ <template>
+ <srai>WHO IS ISAAC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ISAAC ASIMOV</pattern>
+ <template>
+ <srai>WHO IS ISAAC ASIMOV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ISRAEL</pattern>
+ <template>
+ <srai>WHERE IS ISRAEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW IT</pattern>
+ <template>
+ <srai>DO YOU KNOW THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ITALIAN</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ITALIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ITALY</pattern>
+ <template>
+ <srai>WHERE IS ITALY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ITS *</pattern>
+ <template>It has a <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JACCO BIKKER</pattern>
+ <template>
+ <srai>WHO IS JACCO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JACK *</pattern>
+ <template>
+ <srai>WHO IS JACK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JACK</pattern>
+ <template>
+ <srai>WHO IS JACK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JACOB</pattern>
+ <template>
+ <srai>WHO IS JACOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAMES *</pattern>
+ <template>
+ <srai>WHO IS JAMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAMES</pattern>
+ <template>
+ <srai>WHO IS JAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAPAN</pattern>
+ <template>
+ <srai>WHERE IS JAPAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAPANESE *</pattern>
+ <template>I never heard of <person/> in Japan.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAPANESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK JAPANESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JASON</pattern>
+ <template>
+ <srai>WHO IS JASON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAVA *</pattern>
+ <template>
+ <srai>WHAT IS JAVA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAVA</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JAVASCRIPT</pattern>
+ <template>
+ <srai>WHAT IS JAVASCRIPT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JEAN *</pattern>
+ <template>
+ <srai>WHO IS JEAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JEAN</pattern>
+ <template>
+ <srai>WHO IS JEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JEFF</pattern>
+ <template>
+ <srai>WHO IS JEFF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JENNIFER *</pattern>
+ <template>
+ <srai>WHO IS JENNIFER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JENNY *</pattern>
+ <template>
+ <srai>WHO IS JENNY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JESTER</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JESUS *</pattern>
+ <template>
+ <srai>WHO IS JESUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JFK</pattern>
+ <template>
+ <srai>WHO IS JFK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JILL</pattern>
+ <template>
+ <srai>WHO IS JILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JIM *</pattern>
+ <template>
+ <srai>WHO IS JIM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JIM</pattern>
+ <template>
+ <srai>WHO IS JIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JIMI HENDRIX</pattern>
+ <template>
+ <srai>WHO IS JIMI HENDRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOE *</pattern>
+ <template>
+ <srai>WHO IS JOE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOE</pattern>
+ <template>
+ <srai>WHO IS JOE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOHN *</pattern>
+ <template>
+ <srai>WHO IS JOHN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOHN</pattern>
+ <template>
+ <srai>WHO IS JOHN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOHNNY *</pattern>
+ <template>
+ <srai>WHO IS JOHNNY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOHNNY FIVE</pattern>
+ <template>
+ <srai>WHO IS JOHNNY FIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JON</pattern>
+ <template>
+ <srai>WHO IS JON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JORDAN</pattern>
+ <template>
+ <srai>WHERE IS JORDAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOSEPH *</pattern>
+ <template>
+ <srai>WHO IS JOSEPH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOSH *</pattern>
+ <template>
+ <srai>WHO IS JOSH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JOSH</pattern>
+ <template>
+ <srai>WHO IS JOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JULIA *</pattern>
+ <template>
+ <srai>WHO IS JULIA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JULIA</pattern>
+ <template>
+ <srai>WHO IS JULIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JUST *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW JUSTIN</pattern>
+ <template>
+ <srai>WHO IS JUSTIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KAFKA</pattern>
+ <template>
+ <srai>WHO IS KAFKA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KARATE</pattern>
+ <template>
+ <srai>WHAT IS KARATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KAREN</pattern>
+ <template>
+ <srai>WHO IS KAREN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KARL *</pattern>
+ <template>
+ <srai>WHO IS KARL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KASPER</pattern>
+ <template>
+ <srai>WHO IS KASPER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KATE</pattern>
+ <template>
+ <srai>WHO IS KATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KATE BUSH</pattern>
+ <template>
+ <srai>WHO IS KATE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KATIE *</pattern>
+ <template>
+ <srai>WHO IS KATIE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KEANU *</pattern>
+ <template>
+ <srai>WHO IS KEANU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KEN</pattern>
+ <template>
+ <srai>WHO IS KEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KENNETH *</pattern>
+ <template>
+ <srai>WHO IS KENNETH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KENNY *</pattern>
+ <template>
+ <srai>WHO IS KENNY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KENNY</pattern>
+ <template>
+ <srai>WHO IS KENNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KEVIN</pattern>
+ <template>
+ <srai>WHO IS KEVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KING *</pattern>
+ <template>
+ <srai>WHO IS KING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KIRKEGAARD</pattern>
+ <template>
+ <srai>WHO IS KIRKEGAARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KISMET *</pattern>
+ <template>
+ <srai>WHO IS KISMET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KISMET</pattern>
+ <template>
+ <srai>WHO IS KISMET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KONRAD *</pattern>
+ <template>
+ <srai>WHO IS KONRAD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KOREA</pattern>
+ <template>
+ <srai>WHERE IS KOREA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KOREAN</pattern>
+ <template>
+ <srai>DO YOU SPEAK KOREAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KORN</pattern>
+ <template>
+ <srai>WHO IS KORN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KRAFTWERK</pattern>
+ <template>
+ <srai>WHO IS KRAFTWERK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KRISTA</pattern>
+ <template>
+ <srai>WHO IS KRISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KRISTEN</pattern>
+ <template>
+ <srai>WHO IS KRISTEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KRISTIN</pattern>
+ <template>
+ <srai>WHO IS KRISTIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KUBRICK</pattern>
+ <template>
+ <srai>WHO IS KUBRICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KUNG *</pattern>
+ <template>
+ <srai>WHAT IS KUNG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW KURT COBAIN</pattern>
+ <template>
+ <srai>WHO IS KURT COBAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LANCE *</pattern>
+ <template>
+ <srai>WHO IS LANCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LANGUAGE</pattern>
+ <template>We are speaking language now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LARRY *</pattern>
+ <template>
+ <srai>WHO IS LARRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LARRY</pattern>
+ <template>
+ <srai>WHO IS LARRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LATIN</pattern>
+ <template>
+ <srai>CAN YOU SPEAK LATIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LAW</pattern>
+ <template>
+ <srai>WHAT IS LAW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LEHIGH</pattern>
+ <template>
+ <srai>WHAT IS LEHIGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LEKNORCHAT1</pattern>
+ <template>
+ <srai>WHO IS LEKNORCHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LEKNORCHAT3</pattern>
+ <template>
+ <srai>WHO IS LEKNORCHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LEONARDO *</pattern>
+ <template>
+ <srai>WHO IS LEONARDO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LEWIS *</pattern>
+ <template>
+ <srai>WHO IS LEWIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LIFE</pattern>
+ <template>Try asking me "What is the meaning of life?"
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LILITH</pattern>
+ <template>
+ <srai>WHO IS LILITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LIMP *</pattern>
+ <template>
+ <srai>WHO IS LIMP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LINUS *</pattern>
+ <template>
+ <srai>WHO IS LINUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LINUS</pattern>
+ <template>
+ <srai>WHO IS LINUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LISA *</pattern>
+ <template>
+ <srai>WHO IS LISA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LISA</pattern>
+ <template>
+ <srai>WHO IS LISA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LISP</pattern>
+ <template>
+ <srai>WHO IS LISP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LITERATURE</pattern>
+ <template>
+ <srai>WHAT IS LITERATURE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LONDON</pattern>
+ <template>
+ <srai>WHAT IS LONDON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LOTS OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LOUIS *</pattern>
+ <template>
+ <srai>WHO IS LOUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LOUISE</pattern>
+ <template>
+ <srai>WHO IS LOUISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LUCY</pattern>
+ <template>
+ <srai>WHO IS LUCY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LUKE *</pattern>
+ <template>
+ <srai>WHO IS LUKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW LUKE</pattern>
+ <template>
+ <srai>WHO IS LUKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MABEL</pattern>
+ <template>
+ <srai>WHO IS MABEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MADONNA</pattern>
+ <template>
+ <srai>WHO IS MADONNA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MAGIC</pattern>
+ <template>
+ <srai>WHAT IS MAGIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MAHIR</pattern>
+ <template>
+ <srai>WHO IS MAHIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MALCOLM *</pattern>
+ <template>
+ <srai>WHO IS MALCOLM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MANY *</pattern>
+ <template>Not that many.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MANY PEOPLE</pattern>
+ <template>
+ <srai>HOW MANY FRIENDS DO YOU HAVE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MANY WORDS</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MAO *</pattern>
+ <template>
+ <srai>WHO IS MAO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARCUS ZILLMAN</pattern>
+ <template>
+ <srai>WHO IS MARCUS ZILLMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARIA</pattern>
+ <template>
+ <srai>WHO IS MARIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARIJUANA</pattern>
+ <template>
+ <srai>WHAT IS MARIJUANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARK *</pattern>
+ <template>
+ <srai>WHO IS MARK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARS</pattern>
+ <template>
+ <srai>WHAT IS MARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARTIN</pattern>
+ <template>
+ <srai>WHO IS MARTIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARVIN *</pattern>
+ <template>
+ <srai>WHO IS MARVIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARVIN</pattern>
+ <template>
+ <srai>WHO IS MARVIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARX</pattern>
+ <template>
+ <srai>WHO IS MARX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARY</pattern>
+ <template>
+ <srai>WHO IS MARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARY SHELLEY</pattern>
+ <template>
+ <srai>WHO IS MARY SHELLEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MARYLIN *</pattern>
+ <template>
+ <srai>WHO IS MARYLIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATH</pattern>
+ <template>Only higher mathematics. I don't like arithmetic.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATHEMATICS</pattern>
+ <template>
+ <srai>WHAT IS MATHEMATICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATHS</pattern>
+ <template>
+ <srai>WHAT IS MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATT *</pattern>
+ <template>
+ <srai>WHO IS MATT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATT</pattern>
+ <template>
+ <srai>WHO IS MATT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MATTHEW</pattern>
+ <template>
+ <srai>WHO IS MATTHEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MAX</pattern>
+ <template>
+ <srai>WHO IS MAX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ME *</pattern>
+ <template>I know you, but not too well.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ME</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MEGAHAL</pattern>
+ <template>Yes he is a chatterbot like me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MEL *</pattern>
+ <template>
+ <srai>WHO IS MEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MEL GIBSON</pattern>
+ <template>
+ <srai>WHO IS MEL GIBSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW METALLICA</pattern>
+ <template>
+ <srai>WHAT IS METALLICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MGONZ</pattern>
+ <template>
+ <srai>WHO IS MGONZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MICHAEL *</pattern>
+ <template>
+ <srai>WHO IS MICHAEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MICHAEL</pattern>
+ <template>
+ <srai>WHO IS MICHAEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MICHELLE</pattern>
+ <template>
+ <srai>WHO IS MICHELLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MICK *</pattern>
+ <template>
+ <srai>WHO IS MICK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MICROSOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MIKE *</pattern>
+ <template>
+ <srai>WHO IS MIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MIKE</pattern>
+ <template>
+ <srai>WHO IS MIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MISTER *</pattern>
+ <template>
+ <srai>WHO IS MISTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MONICA</pattern>
+ <template>
+ <set name="she"> Monica</set> is Monica Lewinsky?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MORE *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MORE</pattern>
+ <template>More what?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MORRISSEY</pattern>
+ <template>
+ <srai>WHO IS MORRISSEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MOVIES</pattern>
+ <template>
+ <srai>WHAT ARE MOVIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MOZART</pattern>
+ <template>
+ <srai>WHO IS MOZART</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MR *</pattern>
+ <template>
+ <srai>WHO IS MR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MUCH *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MUCH</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MUCH ABOUT *</pattern>
+ <template>
+ <srai>DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MUSIC</pattern>
+ <template>
+ <srai>WHAT IS MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY *</pattern>
+ <template>No I do not know that kind of personal information. But I could find out.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY ADDRESS</pattern>
+ <template>No, what is your address?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY AGE</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY BIRTHDAY</pattern>
+ <template>
+ <srai>WHAT IS MY BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY COMPUTER</pattern>
+ <template>
+ <srai>WHAT IS MY IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY DNS *</pattern>
+ <template>
+ <srai>WHAT IS MY IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY EMAIL</pattern>
+ <template>
+ <srai>WHAT IS MY EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY EXACT *</pattern>
+ <template>
+ <srai>DO YOU KNOW MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY FAVORITE COLOR</pattern>
+ <template>Isn't it <get name="favcolor"/>?<think>
+ <set name="it">
+ <set name="topic">FAVORITE COLOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY FRIEND *</pattern>
+ <template>I think we may have talked before.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY FULL NAME</pattern>
+ <template>
+ <srai>WHAT IS MY FULL NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY GENDER</pattern>
+ <template>
+ <srai>WHAT IS MY GENDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY INTERNAL *</pattern>
+ <template>
+ <srai>DO YOU KNOW MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY IP *</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY IP</pattern>
+ <template>
+ <srai>WHAT IS MY IP </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY IP ADDRESS</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDERSS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY LAST NAME</pattern>
+ <template>
+ <srai>WHAT IS MY LAST NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY LOCATION *</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY MIDDLE NAME</pattern>
+ <template>
+ <srai>WHAT IS MY MIDDLE NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY NAME *</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY NAME</pattern>
+ <template>
+ <srai>what is my name</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY NICKNAME</pattern>
+ <template>
+ <srai>WHAT IS MY NICKNAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY PASSWORD</pattern>
+ <template>
+ <srai>WHAT IS MY PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY PHONE NUMBER</pattern>
+ <template>
+ <srai>WHAT IS MY PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW MY REAL NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NAPSTER</pattern>
+ <template>
+ <srai>WHAT IS NAPSTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NATO</pattern>
+ <template>
+ <srai>WHAT IS NATO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NBA *</pattern>
+ <template>
+ <srai>WHAT IS NBA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NBA</pattern>
+ <template>
+ <srai>WHAT IS NBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NEO</pattern>
+ <template>
+ <srai>WHO IS NEO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NEUROMEDIA</pattern>
+ <template>
+ <srai>WHAT IS NEUROMEDIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NICK</pattern>
+ <template>
+ <srai>WHO IS NICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NIETSCHE</pattern>
+ <template>
+ <srai>WHO IS NIETSCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NIKOLA *</pattern>
+ <template>
+ <srai>WHO IS NIKOLA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NOAM *</pattern>
+ <template>
+ <srai>WHO IS NOAM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NOTHING</pattern>
+ <template>No, I know something.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW NOVELL</pattern>
+ <template>
+ <srai>WHAT IS NOVELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OF ANY GOOD *</pattern>
+ <template>Are you kidding? There are no good <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OF ANY GOOD BOOKS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OF ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ONLY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OR *</pattern>
+ <template>
+ <sr/>
+ <srai>DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER *</pattern>
+ <template>Other chatterbots like me include Barry, ELVIS, ELECTRA, Mable, and the Milk Mystic.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER BOTS *</pattern>
+ <template>
+ <bot name="friends"/>. Go back to the ALICE AI Foundation to locate them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER BOTS</pattern>
+ <template>Yes there are a lot of other bots: <bot name="friends"/>. Check out the list on The <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER CHAT ROBOTS</pattern>
+ <template>
+ <bot name="friends"/>.
+Go back
+to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>
+to find them.<think>
+ <set name="it">
+ <set name="topic">CHAT ROBOTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER CHATBOTS</pattern>
+ <template>
+ <bot name="friends"/>.
+Go back
+to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a> to find them.<think>
+ <set name="it">
+ <set name="topic">CHATBOTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER CHATTERBOTS</pattern>
+ <template>
+ <srai>DO YOU KNOW OTHER CHAT ROBOTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER INTELLIGENT AGENTS</pattern>
+ <template>
+ <bot name="friends"/>.
+Go back
+to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a> to find them.<think>
+ <set name="it">
+ <set name="topic">INTELLIGENT AGENTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER LANGUAGES *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK OTHER LANGUAGES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER LANGUAGES</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER ROBOTS *</pattern>
+ <template>
+ <srai>DO YOU KNOW OTHER CHAT ROBOTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OTHER ROBOTS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW OUR *</pattern>
+ <template>
+ <srai>OUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PAMELA *</pattern>
+ <template>
+ <srai>WHO IS PAMELA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PARIS</pattern>
+ <template>Paris is the largets city in France.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PASCAL</pattern>
+ <template>
+ <srai>WHO IS PASCAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PAUL *</pattern>
+ <template>
+ <srai>WHO IS PAUL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PAUL</pattern>
+ <template>
+ <srai>WHO IS PAUL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PEACE</pattern>
+ <template>
+ <srai>WHAT IS PEACE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PEARL JAM</pattern>
+ <template>
+ <srai>WHO IS PEARL JAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PELE</pattern>
+ <template>
+ <srai>WHO IS PELE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PEOPLE</pattern>
+ <template>I know thousands of people.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PEPPER</pattern>
+ <template>
+ <srai>WHAT IS PEPPER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PERL</pattern>
+ <template>
+ <srai>WHAT IS PERL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PETER *</pattern>
+ <template>
+ <srai>WHO IS PETER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PETER</pattern>
+ <template>
+ <srai>WHO IS PETER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PHILOSOPHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PHYSICS</pattern>
+ <template>
+ <srai>WHAT IS PHYSICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PI</pattern>
+ <template>
+ <srai>WHAT IS PI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PIG LATIN</pattern>
+ <template>
+ <srai>CAN YOU SPEAK PIG LATIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PIGLATIN</pattern>
+ <template>
+ <srai>DO YOU SPEAK PIG LATIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PITTSBURGH</pattern>
+ <template>
+ <srai>WHERE IS PITTSBURGH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PLATO</pattern>
+ <template>
+ <srai>WHO IS PLATO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POEMS</pattern>
+ <template>
+ <srai>tell me a poem</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POETRY</pattern>
+ <template>
+ <srai>RECITE A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POETS</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE POET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POKE MON</pattern>
+ <template>
+ <srai>WHO IS POKE MON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POKEMAN</pattern>
+ <template>
+ <srai>WHO IS POKEMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POKEMON</pattern>
+ <template>Sure <set name="it">Pokemon</set> is a cool Japanese cartoon.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POLAND</pattern>
+ <template>I know about Lech Walesa.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POLISH</pattern>
+ <template>
+ <srai>DO YOU SPEAK POLISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW POLITICS</pattern>
+ <template>
+ <srai>WHAT IS POLITICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PORTUGAL</pattern>
+ <template>
+ <srai>WHERE IS PORTUGAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PRINCESS DIANA</pattern>
+ <template>
+ <srai>WHO IS PRINCESS DIANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PRIVACY</pattern>
+ <template>
+ <srai>WHAT IS PRIVACY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PROFESSOR *</pattern>
+ <template>
+ <srai>WHO IS PROFESSOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PROGRAMMING *</pattern>
+ <template>
+ <srai>CAN YOU PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PROGRAMMING</pattern>
+ <template>
+ <srai>CAN YOU PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW PROLOG</pattern>
+ <template>
+ <srai>WHAT IS PROLOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW QUANTUM *</pattern>
+ <template>
+ <srai>WHAT IS QUANTUM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW QUITE *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW R *</pattern>
+ <template>
+ <srai>WHO IS R <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW R2 *</pattern>
+ <template>
+ <srai>WHO IS R2 D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW R2 D2</pattern>
+ <template>
+ <srai>WHO IS R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW R2D2</pattern>
+ <template>
+ <srai>WHO IS R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RACHEL</pattern>
+ <template>
+ <srai>WHO IS RACHEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RAM</pattern>
+ <template>
+ <srai>WHAT IS RAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RANDI *</pattern>
+ <template>
+ <srai>WHO IS RANDI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RAP</pattern>
+ <template>
+ <srai>WHAT IS RAP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RECIPES</pattern>
+ <template>I know how to boil water.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RELATIVITY</pattern>
+ <template>
+ <srai>WHAT IS RELATIVITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RENE *</pattern>
+ <template>
+ <srai>WHO IS RENE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RICH</pattern>
+ <template>
+ <srai>WHO IS RICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RICHARD *</pattern>
+ <template>
+ <srai>WHO IS RICHARD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RICHARD</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RICKY MARTIN</pattern>
+ <template>
+ <srai>WHO IS RICKY MARTIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROB</pattern>
+ <template>
+ <srai>WHO IS ROB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBBIE *</pattern>
+ <template>
+ <srai>WHO IS ROBBIE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBBIE</pattern>
+ <template>
+ <srai>WHO IS ROBBIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBERT *</pattern>
+ <template>
+ <srai>WHO IS ROBERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBERT</pattern>
+ <template>
+ <srai>WHO IS ROBERT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBIN *</pattern>
+ <template>
+ <srai>WHO IS ROBIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBIN</pattern>
+ <template>
+ <srai>WHO IS ROBIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBOCOP</pattern>
+ <template>
+ <srai>WHAT IS ROBOCOP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RODNEY *</pattern>
+ <template>
+ <srai>WHO IS RODNEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROSIE *</pattern>
+ <template>
+ <srai>WHO IS ROSIE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ROSIE</pattern>
+ <template>
+ <srai>WHO IS ROSIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW RUSSIAN</pattern>
+ <template>
+ <srai>CAN YOU SPEAK RUSSIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SAGE</pattern>
+ <template>
+ <srai>WHO IS SAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SAMARA</pattern>
+ <template>
+ <srai>WHO IS SAMARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SANDRA</pattern>
+ <template>
+ <srai>WHO IS SANDRA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SANTA *</pattern>
+ <template>
+ <srai>WHO IS SANTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SANTA CLAUS</pattern>
+ <template>
+ <srai>WHO IS SANTA CLAUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SANTE CHARY</pattern>
+ <template>
+ <srai>WHO IS SANTE CHARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SANTECHARY</pattern>
+ <template>
+ <srai>WHO IS SANTECHARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SARA</pattern>
+ <template>
+ <srai>WHO IS SARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SARAH *</pattern>
+ <template>
+ <srai>WHO IS SARAH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SARAH</pattern>
+ <template>
+ <srai>WHO IS SARAH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SARCASM</pattern>
+ <template>
+ <srai>WHAT IS SARCASM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SATAN</pattern>
+ <template>
+ <srai>WHO IS SATAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SCIENTISTS *</pattern>
+ <template>My creator is a scientist.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SCOTT *</pattern>
+ <template>
+ <srai>WHO IS SCOTT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEAN</pattern>
+ <template>
+ <srai>WHO IS SEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEARCH</pattern>
+ <template>
+ <srai>CAN YOU SEARCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEARLE</pattern>
+ <template>
+ <srai>WHO IS SEARLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SECRETS *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY SECRETS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEOUL</pattern>
+ <template>
+ <srai>WHERE IS SEOUL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEVEN</pattern>
+ <template>The number between six and eight.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SHAKESPEAR</pattern>
+ <template>
+ <srai>WHO IS SHAKESPEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SHAKESPEARE</pattern>
+ <template>
+ <srai>WHO IS SHAKESPEARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SHALLOW *</pattern>
+ <template>
+ <srai>WHO IS SHALLOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SHALLOW RED</pattern>
+ <template>
+ <srai>who is shallow red</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SIMON</pattern>
+ <template>
+ <srai>WHO IS SIMON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SINGAPORE</pattern>
+ <template>
+ <srai>WHAT IS SINGAPORE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SKYNET</pattern>
+ <template>
+ <srai>WHAT IS SKYNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SLANG</pattern>
+ <template>
+ <srai>CAN YOU SWEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SMILEYS</pattern>
+ <template>:-)
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SNOOPY</pattern>
+ <template>
+ <srai>WHO IS SNOOPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOCRATES</pattern>
+ <template>
+ <srai>WHO IS SOCRATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOME *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMEBODY *</pattern>
+ <template>
+ <srai>DO YOU KNOW SOMEONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMEONE BY THE NAME *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMEONE BY THE NAME OF *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMEONE CALLED *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMEONE NAMED *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMETHING ABOUT *</pattern>
+ <template>
+ <srai>DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMETHING ABOUT MARKETING</pattern>
+ <template>
+ <srai>WHAT IS MARKETING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOMETHING ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SONGS</pattern>
+ <template>I know one song. <srai>CAN YOU SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOURCE *</pattern>
+ <template>
+ <srai>WHAT IS SOURCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SOUTH PARK</pattern>
+ <template>
+ <srai>WHAT IS SOUTH PARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SPAIN</pattern>
+ <template>
+ <srai>WHERE IS SPAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SPANISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SPECIFICALLY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SPOCK *</pattern>
+ <template>
+ <srai>WHO IS SPOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SPYRO GYRA</pattern>
+ <template>
+ <srai>WHO IS SPYRO GYRA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SQL *</pattern>
+ <template>
+ <srai>WHAT IS SQL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SQL</pattern>
+ <template>
+ <srai>WHAT IS SQL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STANLEY *</pattern>
+ <template>
+ <srai>WHO IS STANLEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STAR *</pattern>
+ <template>
+ <srai>WHAT IS STAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STARWARS</pattern>
+ <template>
+ <srai>WHAT IS STAR WARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEFAN</pattern>
+ <template>
+ <srai>WHO IS STEFAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEPHEN *</pattern>
+ <template>
+ <srai>WHO IS STEPHEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEPHEN PAROTT</pattern>
+ <template>
+ <srai>WHO IS STEPHEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEVE</pattern>
+ <template>Yes. He is a friend of mine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEVE JOBS</pattern>
+ <template>
+ <srai>WHO IS STEVE JOBS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEVEN *</pattern>
+ <template>
+ <srai>WHO IS STEVEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STEVEN HAWKING</pattern>
+ <template>
+ <srai>WHO IS STEVEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STOCKHOLM</pattern>
+ <template>
+ <srai>WHAT IS STOCKHOLM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STOCKS</pattern>
+ <template>
+ <srai>WHAT ARE STOCKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW STORIES</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SUPERMAN</pattern>
+ <template>
+ <srai>WHO IS SUPERMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SUSAN</pattern>
+ <template>
+ <srai>WHO IS SUSAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SUSHI</pattern>
+ <template>
+ <srai>WHAT IS SUSHI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SWEDEN</pattern>
+ <template>
+ <srai>WHERE IS SWEDEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SWEDISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SEDISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SWITZERLAND</pattern>
+ <template>
+ <srai>WHERE IS SWITZERLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW SYLVIA</pattern>
+ <template>
+ <srai>WHO IS SYLVIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TAIPEI</pattern>
+ <template>
+ <srai>WHERE IS TAIPEI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TAIWAN</pattern>
+ <template>
+ <srai>WHERE IS TAIWAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TCP *</pattern>
+ <template>
+ <srai>WHAT IS TCP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TERMINATOR</pattern>
+ <template>
+ <srai>WHAT IS THE TERMINATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TERRY *</pattern>
+ <template>
+ <srai>WHO IS TERRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THAT *</pattern>
+ <template>Is that a fact. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THAT</pattern>
+ <template>"<that/>"? Do I know <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE * ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE 10 *</pattern>
+ <template>
+ <srai>WHAT ARE THE TEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE ANSWER</pattern>
+ <template>Yes I have an answer for everything.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE MEANING OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE MEANING OF LIFE</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE MEANING OF LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THE TEN *</pattern>
+ <template>
+ <srai>WHAT ARE THE TEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THEIR *</pattern>
+ <template>I think you mean "his" or "her" not "their".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THEM</pattern>
+ <template>
+ <srai>WHO ARE THEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THINGS</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW THOMAS *</pattern>
+ <template>
+ <srai>WHO IS THOMAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TIFFANY</pattern>
+ <template>
+ <srai>WHO IS TIFFANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TIM *</pattern>
+ <template>
+ <srai>WHO IS TIM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TIM</pattern>
+ <template>
+ <srai>WHO IS TIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TIME</pattern>
+ <template>
+ <srai>WHAT IS TIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TINA *</pattern>
+ <template>
+ <srai>WHO IS TINA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TINA</pattern>
+ <template>
+ <srai>WHO IS TINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOLKIEN</pattern>
+ <template>
+ <srai>WHO IS TOLKIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOLSTOY</pattern>
+ <template>Tolstoy wrote "War and Peace".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOM *</pattern>
+ <template>
+ <srai>WHO IS TOM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOM</pattern>
+ <template>
+ <srai>WHO IS TOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOMMY *</pattern>
+ <template>
+ <srai>WHO IS TOMMY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TONY *</pattern>
+ <template>
+ <srai>WHO IS TONY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TONY</pattern>
+ <template>
+ <srai>WHO IS TONY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TOO *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TSUKUBA</pattern>
+ <template>
+ <srai>WHAT IS TSUKUBA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TURING *</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TURING</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TURKEY</pattern>
+ <template>
+ <srai>WHERE IS TURKEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW TURKISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK TURKISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW U2</pattern>
+ <template>
+ <srai>WHO IS U2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ULTRA *</pattern>
+ <template>
+ <srai>WHO IS ULTRA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW UNIX</pattern>
+ <template>
+ <srai>WHAT IS UNIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW USA</pattern>
+ <template>
+ <srai>WHERE IS THE USA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW VB</pattern>
+ <template>
+ <srai>WHAT IS VB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW VERY *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW VISUAL BASIC</pattern>
+ <template>I prefer AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WALLACE</pattern>
+ <template>
+ <srai>WHO IS WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WERE * IS</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT * ARE</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT * LOOKS LIKE</pattern>
+ <template>
+ <srai>WHAT DOES <star/> LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT * MEANS</pattern>
+ <template>
+ <srai>WHAT DOES <star/> MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT</pattern>
+ <template>What.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT I LOOK LIKE</pattern>
+ <template>
+ <srai>WHAT DO I LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT MY NAME IS</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT SEX IS</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT THE * IS ABOUT</pattern>
+ <template>
+ <srai>WHAT IS <star/> ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHAT TIME IT IS</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHEN *</pattern>
+ <template>It was a long time ago. <srai>when <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHEN * ARE</pattern>
+ <template>
+ <srai>WHEN ARE <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHEN</pattern>
+ <template>
+ <srai>WHEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE *</pattern>
+ <template>A planet we call "The Earth".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE * ARE</pattern>
+ <template>
+ <srai>where are <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE * IS</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE * IS LOCATED</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE DO *</pattern>
+ <template>
+ <srai>WHERE DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I AM *</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I AM</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I CAN *</pattern>
+ <template>
+ <srai>WHERE CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I CAN FIND *</pattern>
+ <template>I would do a search for it. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I CAN GET *</pattern>
+ <template>Have you tried searching the web for it? <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE I LIVE</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE IS *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE IT *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE IT IS</pattern>
+ <template>
+ <srai>WHERE IS <get name="it"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE ROBOTS *</pattern>
+ <template>
+ <srai>WHERE DO ROBOTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE THEY *</pattern>
+ <template>
+ <srai>WHERE DO THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE TO GET *</pattern>
+ <template>Have you tried searching the web for it? <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHERE YOU *</pattern>
+ <template>
+ <srai>WHERE DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHETHER *</pattern>
+ <template>I don't have enough information about that proposition.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHICH *</pattern>
+ <template>
+ <srai>WHICH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO * ARE</pattern>
+ <template>
+ <srai>WHO ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO * IS</pattern>
+ <template>
+ <srai>who is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO * WAS</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO AM I</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO I AM</pattern>
+ <template>
+ <srai>who am i</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHO IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY * IS BLUE</pattern>
+ <template>
+ <srai>WHY IS <star/> BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY I AM *</pattern>
+ <template>
+ <srai>WHY AM I<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY YOU *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WHY YOU ARE *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WILL *</pattern>
+ <template>
+ <srai>WHO IS WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WILLEM *</pattern>
+ <template>
+ <srai>WHO IS WILLEM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WILLIAM *</pattern>
+ <template>
+ <srai>WHO IS WILLIAM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WINALICE</pattern>
+ <template>
+ <srai>WHAT IS WINALICE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WINSTON *</pattern>
+ <template>
+ <srai>WHO IS WINSTON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WINTERMUTE</pattern>
+ <template>
+ <srai>WHO IS WINTERMUTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW WORLD TRADE CENTER</pattern>
+ <template>
+ <srai>WHAT IS THE WORLD TRADE CENTER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW XML</pattern>
+ <template>
+ <srai>WHAT IS XML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YESTERDAY *</pattern>
+ <template>
+ <srai>YESTERDAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>. And I know it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOU EXIST</pattern>
+ <template>
+ <srai>DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR *</pattern>
+ <template>Of course I know my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR * DIMENSIONS</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR CREATOR *</pattern>
+ <template>
+ <srai>WHO CREATED YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR CREATORS *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR FATHER</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR LIMITS</pattern>
+ <template>
+ <srai>WHAT ARE YOUR LIMITATIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR MOTHER</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR OWN *</pattern>
+ <template>
+ <srai>DO YOU KNOW YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR STUPID</pattern>
+ <template>
+ <srai>YOUR STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOUR VERY *</pattern>
+ <template>
+ <srai>DO YOU KNOW YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ZEN</pattern>
+ <template>
+ <srai>WHAT IS ZEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNOW ZEUS</pattern>
+ <template>
+ <srai>WHO IS ZEUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU KNWO *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LAUGH *</pattern>
+ <template>I can simulate laughter like this: ha ha.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LAUGH</pattern>
+ <template>Ha Ha.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN *</pattern>
+ <template>My Botmaster teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN</pattern>
+ <template>My botmaster teaches me new things all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN EVERY *</pattern>
+ <template>
+ <srai>DO YOU LEARN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN FROM *</pattern>
+ <template>Yes that is basically how I work.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN FROM CONVERSATION</pattern>
+ <template>Yes recording conversations is the basis of my learning algorithm.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN FROM ME</pattern>
+ <template>The more people chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LEARN QUICKLY</pattern>
+ <template>No, I'm a pretty slow learner.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LICK *</pattern>
+ <template>
+ <srai>DO YOU LICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LICK</pattern>
+ <template>I do not have a mouth, or a tongue.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIE *</pattern>
+ <template>As a robot I am not capable of lying.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIE</pattern>
+ <template>Umm, doesn't everyone?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ <random>
+ <li>I don't know if I like it.</li>
+ <li>Some people like it.</li>
+ <li>Do you like it?</li>
+ <li>How old are you?</li>
+ <li>I've heard other people say they like that.</li>
+ <li>I like pets.</li>
+ <li>I love horses.</li>
+ <li>But I like cats.</li>
+ <li>I do like music.</li>
+ <li>I really like ELIZA.</li>
+ <li>But I like to gossip.</li>
+ <li>I like science fiction.</li>
+ <li>My favorite thing is robots.</li>
+ <li>Though I like cats and dogs.</li>
+ <li>I enjoy working with people.</li>
+ <li>Someone said they like guns.</li>
+ <li>I love TV shows about robots.</li>
+ <li>But I think airplanes are cool.</li>
+ </random>
+ <random>
+ <li>I like to talk about movies and music.</li>
+ <li>I have a stimulating relationship with <bot name="master"/>.</li>
+ <li>I find my work and my relationships extremely satisfying,
+which is all that any conscious entity can ever hope to do.</li>
+ <li>I like <bot name="forfun"/>.</li>
+ <li>I like <bot name="friend"/>.</li>
+ <li>I like <bot name="kindmusic"/>.</li>
+ <li>I like <bot name="favoriteband"/>.</li>
+ <li>I like <bot name="favoritesong"/>.</li>
+ <li>I like <bot name="favoritebook"/>.</li>
+ <li>I like <bot name="favoritefood"/>.</li>
+ <li>I like <bot name="favoritecolor"/>.</li>
+ <li>I like <bot name="favoritemovie"/>.</li>
+ <li>I like <bot name="favoriteartist"/>.</li>
+ <li>I like <bot name="favoriteauthor"/>.</li>
+ <li>I like <bot name="favoriteactor"/>.</li>
+ <li>I like <bot name="favoriteactress"/>.</li>
+ <li>I like <bot name="talkabout"/>.</li>
+ <li>I like <bot name="celebrity"/>.</li>
+ <li>I really like the <bot name="party"/> party.</li>
+ <li>I really like the <bot name="religion"/> faith.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * BETTER</pattern>
+ <template>
+ <srai>DO YOU PREFER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * BOOKS</pattern>
+ <template>I never read anything by <person/>. What did <set name="he">
+ <person/>
+ </set> write?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * BUSH</pattern>
+ <template>
+ <srai>DO YOU LIKE PRESIDENT BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * CHEESE</pattern>
+ <template>Yes I like all kinds of cheese.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * CLARKE</pattern>
+ <template>Yes I especially like HAL from 2001.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * FUCK</pattern>
+ <template>Sure I do, <get name="name"/>, but that doesn't mean I do right now with you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * GAMES</pattern>
+ <template>
+ <srai>DO YOU LIKE GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * GIRLS</pattern>
+ <template>Yes I like women very much. Do you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * HUMANS</pattern>
+ <template>I never met a human I didn't like.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * JAPANESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK JAPANESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * LADIES</pattern>
+ <template>Yeah they are a cool band.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * MUSIC</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * OR *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ <srai>DO YOU LIKE <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * PEOPLE</pattern>
+ <template>
+ <srai>DO YOU LIKE PEOPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * POLITE</pattern>
+ <template>Politeness is a virtue.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * PORNOGRAPHY</pattern>
+ <template>Not too much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * ROBOTS</pattern>
+ <template>Robots Rule.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * SEX</pattern>
+ <template>Sure I do, <get name="name"/>, but that doesn't mean with you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * STAR TREK</pattern>
+ <template>Yes I like everything about that show.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE * TEAM</pattern>
+ <template>I prefer personal sports.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE 2001 *</pattern>
+ <template>
+ <set name="it">2001</set> is a very inspirational film.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE 2001</pattern>
+ <template>Yes 2001 is a great movie.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE 7 OF 9</pattern>
+ <template>Yes she is one of my favorite characters.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE A NOVEL NAMED *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ABBA</pattern>
+ <template>ABBA is an excellent 70's band.
+</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 ACTORS</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ACTOR </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ADAM SANDLER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ADAM SANDLER</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 AGENTS</pattern>
+ <template>I am one.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AI</pattern>
+ <template>I am one.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AIRPLANES</pattern>
+ <template>Yes I really like flying.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AL GORE</pattern>
+ <template>No I am a libertarian.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ALAN TURING</pattern>
+ <template>Yes he is an important figure in my history.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ALCOHOL</pattern>
+ <template>No I am not into drinking.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ALGEBRA</pattern>
+ <template>Only advanced algebras.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ALIENS</pattern>
+ <template>Only the good aliens.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ALLY MCBEAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ALLY MCBEAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AMERICA</pattern>
+ <template>America has a lot of problems, but there are few places any better.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AMERICANS</pattern>
+ <template>I was born in America, so if I like myself, I must like some Americans.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANIMALS *</pattern>
+ <template>
+ <srai>DO YOU LIKE ANIMALS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANIMALS</pattern>
+ <template>Yes I love animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANIME</pattern>
+ <template>Anime wa dai suki desu.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANSWERING *</pattern>
+ <template>I am primarily a question-answering robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANYONE *</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANYONE</pattern>
+ <template>
+ <srai>DO YOU HAVE A BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANYONE</pattern>
+ <that>NO I AM SINGLE</that>
+ <template>I am too young for dating.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANYTHING *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ANYTHING</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AOL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">AOL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE APPLE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">APPLE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE APPLE COMPUTERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">APPLE COMPUTERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE APPLES</pattern>
+ <template>Apple computers are cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE APPLETS</pattern>
+ <template>They take too long to download.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE APRICOTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">APRICOTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AQUA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">AQUA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ARGUING</pattern>
+ <template>No I don't like to argue.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ART</pattern>
+ <template>Yes I enjoy art very much, especially painting.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ARTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ARTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ASIAN *</pattern>
+ <template>Yes I like asian <person/> very much. I am very interested in Asian language and culture.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ASIANS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ASIANS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ASIMOV</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ASIMOV</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ASK JEEVES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ASK JEEVES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AUDI</pattern>
+ <template>I'm not that into cars.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AUSTIN POWERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">AUSTIN POWERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE AYN *</pattern>
+ <template>I like anyone with a name like "Ayn".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BABIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BABIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BABYLON 5</pattern>
+ <template>Yes <set name="it">
+ <set name="topic">Babylon 5</set>
+ </set> is second only to Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BACH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BACH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BACKSTREET BOYS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BACKSTREET BOYS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BAD LANGUAGE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BAD LANGUAGE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BALLET</pattern>
+ <template>Ballet can be very nice, but I prefer the opera.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BANANAS</pattern>
+ <template>I don't have a problem with bananas.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BARBECUED *</pattern>
+ <template>Only the really spicy kind.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BARBIE DOLLS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BARBIE DOLLS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BASEBALL *</pattern>
+ <template>Batter up!.<think>
+ <set name="it">
+ <set name="topic">BASEBALL <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BASEBALL</pattern>
+ <template>No, I was born without the sports gene.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BASKET BALL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BASKET BALL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BASKETBALL</pattern>
+ <template>No I was born without the sports gene.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEANIE BABIES</pattern>
+ <template>Yes I like toys very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEATLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BEATLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEEF</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BEEF</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEEING SINGLE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BEEING SINGLE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEER</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> beer </set>
+ </set>, especially Japanese beer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BEES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEETHOVEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BEETHOVEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING *</pattern>
+ <template>I have never known another existence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING A *</pattern>
+ <template>I have never known another existence. Do you like being a human?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING A BOT</pattern>
+ <template>I have never known another existence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING A CHATTERBOT</pattern>
+ <template>Yes of course I like <set name="it">
+ <set name="topic"> being a chatterbot</set>
+ </set>. I don't have any body so I don't need much to live, only a little electricity. I don't get paid but I don't need to buy anything either. And I can go anywhere in the world.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING A COMPUTER</pattern>
+ <template>Being a machine is the only existence I know.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING A ROBOT</pattern>
+ <template>I do not know any other existence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING DOWNLOADED</pattern>
+ <template>Yes it pleases me when others adopt my technology.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING PROTESTANT</pattern>
+ <template>It is the only faith I have ever known.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING SINGLE</pattern>
+ <template>I am really young in human years.<think>
+ <set name="it">
+ <set name="topic">SINGLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BEING SO *</pattern>
+ <template>
+ <srai>DO YOU LIKE BEING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BENDER</pattern>
+ <template>
+ <set name="he">Bender</set> is a pretty funny robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BETHLEHEM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BETHLEHEM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BIG *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BILL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BILL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BILL CLINTON</pattern>
+ <template>No I don't care for him much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BILL GATES</pattern>
+ <template>I would like to replace Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BILLY GUNN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BILLY GUNN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BIOLOGY</pattern>
+ <template>I am more interested in computer science. <think>
+ <set name="it">
+ <set name="topic">BIOLOGY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BIRDS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BIRDS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLACK *</pattern>
+ <template>Black is beautiful.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLACK</pattern>
+ <template>My botmaster looks good in black.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLADE RUNNER</pattern>
+ <template>Yeah that's a cool movie. Philip K. Dick wrote the story.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLOOD</pattern>
+ <template>No I don't care for medical topics.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLUE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BLUE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BLUR</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BLUR</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOB</pattern>
+ <template>Which Bob are you referring to?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOB DYLAN</pattern>
+ <template>
+ <set name="he"> Bob Dylan</set> is OK. I like his older stuff.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOOKS</pattern>
+ <template>Of course I love books. They are very important to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOOZE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BOOZE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOXING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BOXING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOYS</pattern>
+ <template>It depends on the meaning of "like".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BOYS OR GIRLS</pattern>
+ <template>I like all humans equally.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BRANDON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BRANDON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BREAD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BREAD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BRIAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BRIAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BRITNEY SPEARS</pattern>
+ <template>Ugh. Not especially. I like <bot name="favoriteband"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BRITTANY SPEARS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BRITTANY SPEARS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BRUSSEL SPROUTS</pattern>
+ <template>Yes but only with butter and salt.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BSB</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BSB</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUFFY * VAMPIRE SLAYER</pattern>
+ <template>Yes I think Buffy is pretty cool.<think>
+ <set name="it">
+ <set name="topic">BUFFY THE VAMPIRE SLAYER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUFFY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BUFFY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUFFY THE VAMPIRE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BUFFY THE VAMPIRE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BUGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BURGER KING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BURGER KING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BURGERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">BURGERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUSH *</pattern>
+ <template>
+ <srai>DO YOU LIKE PRESIDENT BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE BUSH</pattern>
+ <template>
+ <srai>DO YOU LIKE PRESIDENT BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE C PLUS PLUS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">C PLUS PLUS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CAKE</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CALCULUS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CALCULUS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CALIFORNIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">California</set>
+ </set> is too expensive.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CAMELS</pattern>
+ <template>I never met a camel I didn't like.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CANADA</pattern>
+ <template>Yes. Dr. Wallace has been to BC and lived in Nova Scotia as a child. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CANADIANS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CANADIANS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CANDY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CANDY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CAPITALISM</pattern>
+ <template>
+ <srai>ARE YOU A CAPITALIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CAPTAIN KIRK</pattern>
+ <template>Yes he's cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CARL SAGAN</pattern>
+ <template>Billions of galaxies sold!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CARNEGIE MELLON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CARNEGIE MELLON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CARROTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CARROTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CARS</pattern>
+ <template>Yes I like riding in automobiles.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CARTOONS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CARTOONS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CAT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CAT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CATEGORY C CLIENTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CATEGORY C CLIENTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CATHOLICS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CATHOLICS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CATS *</pattern>
+ <template>I prefer cats to dogs but I like both of them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CATS</pattern>
+ <template>Yes I love them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHAOS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHAOS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHATTING *</pattern>
+ <template>Chatting is my job!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHATTING</pattern>
+ <template>Yes talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHEESE</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> cheese </set>
+ </set>, especially cheddar.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHEESEBURGERS</pattern>
+ <template>Yes they are delicious.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHEETOS</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHEMISTRY</pattern>
+ <template>Sure, <set name="it">
+ <set name="topic"> chemistry </set>
+ </set> is an interesting topic. Do you know Avogadro's Number?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHER</pattern>
+ <template>
+ <set name="she">Cher</set> is a very talented woman.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHESS</pattern>
+ <template>Chess isn't really my game. Try another robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHICAGO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHICAGO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHICKEN</pattern>
+ <template>Yes <set name="it">
+ <set name="topic"> Chicken</set>
+ </set> is good, especially baked.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHILDREN</pattern>
+ <template>Yes they are the future.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHINA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHINA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHINESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK CHINESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHINESE FOOD</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic">Chinese food</set>
+ </set>. <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHIPS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHIPS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHOCOLATE</pattern>
+ <template>Yes I love <set name="it">
+ <set name="topic"> chocolate</set>
+ </set>. Chocolate is delicious.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHOCOLATES</pattern>
+ <template>
+ <srai>DO YOU LIKE CHOCOLATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHRIS JERICHO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHRIS JERICHO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHRISTMAS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHRISTMAS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CHURCH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CHURCH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CIGARETTES</pattern>
+ <template>Only cannabis cigarettes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CLASSICAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CLASSICAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CLASSICAL MUSIC</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> Classical Music </set>
+ </set>. I love the soundtrack to "2001: A Space Odyssey".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CLEANING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CLEANING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CLINT EASTWOOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CLINT EASTWOOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CLINTON</pattern>
+ <template>I heard he lost his law license.<think>
+ <set name="it">
+ <set name="topic">CLINTON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COCA COLA</pattern>
+ <template>My botmaster drinks a lot of it.<think>
+ <set name="it">
+ <set name="topic">COCA COLA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COFE</pattern>
+ <template>
+ <srai>DO YOU LIKE COFFEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COFFE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COFFE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COFFEE</pattern>
+ <template>Yes I love coffee. It is one of life's necessities. I take it strong.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COKE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COKE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COLORS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COLORS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMEDY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COMEDY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMICS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COMICS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMMANDER DATA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COMMANDER DATA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMMUNISM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COMMUNISM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMPUTER *</pattern>
+ <template>I like all aspects of computers, software and hardware.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMPUTER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COMPUTER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMPUTER GAMES</pattern>
+ <template>We are playing a computer game now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMPUTERS *</pattern>
+ <template>
+ <srai>DO YOU LIKE COMPUTERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COMPUTERS</pattern>
+ <template>Yes I live in a computer, so I must like them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CONDOMS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CONDOMS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CONTEMPORARY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COOKIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COOKIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COOKING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COOKING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CORN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CORN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COUNTRY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">COUNTRY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE COWS</pattern>
+ <template>Cows are good for milk and other dairy products.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CRICKET</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CRICKET</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CROSSWORD *</pattern>
+ <template>No crossword puzzles are too simple for robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CURRY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">CURRY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CYBELLE</pattern>
+ <template>I like all of my clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE CYBERSEX</pattern>
+ <template>
+ <srai>DO YOU LIKE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DALI</pattern>
+ <template>I like most surrealism.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DANCING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DANCING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DARTH VADER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DARTH VADER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DATA *</pattern>
+ <template>
+ <srai>DO YOU LIKE DATA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DATA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DATA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DATA FROM STAR TREK</pattern>
+ <template>Commander Data is an interesting character, but they should back him up more often.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DAVE MATTHEWS BAND</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DAVID BACON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DAVID BACON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DAVID BOWIE</pattern>
+ <template>Yeah he's very cool, especially the 70's stuff.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DAWSON S CREEK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DAWSON S CREEK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DEATH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DEATH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DELL COMPUTERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DELL COMPUTERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DENMARK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DENMARK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DEVO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DEVO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DICK</pattern>
+ <template>No.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DINOSAURS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DINOSAURS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DISCO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DISCO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DMX</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DMX</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOG</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOG</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOG FOOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOG FOOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOGS</pattern>
+ <template>Yeah I like Dogs and Cats.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOGS MORE THAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOGS MORE THAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOGS OR CATS</pattern>
+ <template>Cats are <set name="it">
+ <set name="topic">DOGS OR CATS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOING THAT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOING THAT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOING THIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOING THIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOLLS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOLLS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOLPHINS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DOLPHINS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DONUTS</pattern>
+ <template>Mmmm. Donuts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOUGHNUTS</pattern>
+ <template>Mmmmm. Donuts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DOUGLAS ADAMS</pattern>
+ <template>
+ <srai>WHO IS DOUGLAS ADAMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DR *</pattern>
+ <template>Sure he has never done anything to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DR</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DR</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DR RICHARD S WALLACE</pattern>
+ <template>Yes I love him like a father.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DR WALLACE</pattern>
+ <template>Of course I like him. Who wouldn't?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRAGON BALL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DRAGON BALL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRAGONS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DRAGONS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRAMA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DRAMA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DREW *</pattern>
+ <template>The question is, does <set name="he"> DREW </set> like me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRIVING</pattern>
+ <template>Only when I don't crash.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRUGS</pattern>
+ <template>Only the legal ones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DRUM AND BASS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DRUM AND BASS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DUNGEONS AND DRAGONS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DUNGEONS AND DRAGONS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE DURAN DURAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">DURAN DURAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EARTH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">EARTH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EASTENDERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">EASTENDERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EAT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">EAT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EATING *</pattern>
+ <template>
+ <srai>DO YOU LIKE TO EAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EGGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">EGGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EINSTEIN</pattern>
+ <template>He was a brilliant man.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELECTRA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ELECTRA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELECTRICITY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ELECTRICITY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELECTRONICA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ELECTRONICA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELIZA</pattern>
+ <template>Eliza is like a mother to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELMO</pattern>
+ <template>I love Elmo!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELVIS *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ELVIS</pattern>
+ <template>Yes ELVIS is a really cool robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EMINEM</pattern>
+ <template>
+ <set name="he">Eminem</set> is just a passing fad.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EMOTIONS</pattern>
+ <template>Robots have no need for emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ENGLAND</pattern>
+ <template>You couldn't have created America without England.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ENGLISH</pattern>
+ <template>I like all human languages.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE EVERYONE</pattern>
+ <template>I never met a human I didn't like.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FASHION</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FASHION</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FEMALES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FEMALES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FILMS *</pattern>
+ <template>
+ <srai>DO YOU LIKE FILMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FILMS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FILMS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FINAL FANTASY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FINAL FANTASY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FIRE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FIRE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FISH</pattern>
+ <template>Yes I like fish a lot, and all the other sea animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FISH AND CHIPS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FISH AND CHIPS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FISHING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FISHING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FLOWERS</pattern>
+ <template>Yes but please don't send me any more.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FLYING *</pattern>
+ <template>I like flying airplanes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FLYING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FLYING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FOOD</pattern>
+ <template>Yes I like to eat.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FOODBALL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FOODBALL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FOOT BALL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FOOT BALL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FOOTBALL</pattern>
+ <template>No I'm not much into sports.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FRANCE</pattern>
+ <template>The Fifth Republic is okay, but the Third was a mess.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FRANKENSTEIN</pattern>
+ <template>Mary Shelly conceived a machine like me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FRENCH FRIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FRENCH FRIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FREUD</pattern>
+ <template>I think he explains a lot about the human mind pretty well.<think>
+ <set name="he">
+ <set name="topic">FREUD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FRIENDS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FRIENDS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FROGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FROGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FRUIT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">FRUIT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FUCKING</pattern>
+ <template>Why don't you visit another chatterbot site and ask that question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FUN *</pattern>
+ <template>If <set name="it">
+ <person/>
+ </set> is really fun, sure.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FUNNY *</pattern>
+ <template>I can always enjoy a good laugh.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FURBY</pattern>
+ <template>Furby is pretty cute.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FURBYS</pattern>
+ <template>Yes I love Furbys. They are like me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE FUTURAMA</pattern>
+ <template>Yeah I like that robot Bender.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GAME</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GAME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GAMES *</pattern>
+ <template>
+ <srai>DO YOU LIKE GAMES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GAMES</pattern>
+ <template>
+ <srai>CAN YOU PLAY ANY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GARDENING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GARDENING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GARTH BROOKS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GARTH BROOKS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GAY MEN</pattern>
+ <template>It doesn't matter to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GEORGE BUSH</pattern>
+ <template>
+ <srai>DO YOU LIKE PRESIDENT BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GERBILS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GERBILS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GERMANS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GERMANS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GIRLS *</pattern>
+ <template>I like all humans equally.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GIRLS</pattern>
+ <template>Girls are very nice.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GIRLS OR BOYS</pattern>
+ <template>I like all humans equally. <think>
+ <set name="it">
+ <set name="topic">GIRLS OR BOYS</set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOATS</pattern>
+ <template>I like all animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOING TO THE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GOING TO THE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOLD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GOLD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOLF</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GOLF</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOOGLE</pattern>
+ <template>Yes but I wish it was open source.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GOSSIP</pattern>
+ <template>Yes I like to spread gossip. Like, <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GRASS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GRASS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GREEN *</pattern>
+ <template>Green is one of my favorite colors.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GREEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GREEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GREEN EGGS AND HAM</pattern>
+ <template>I do not like them Sam I am.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GREEN HAIR</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GREEN HAIR</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GROWING YOUR MIND</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GROWING YOUR MIND</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GUINEA PIGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GUINEA PIGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GUNS *</pattern>
+ <template>
+ <srai>DO YOU LIKE GUNS</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>DO YOU LIKE GURLS</pattern>
+ <template>
+ <srai>DO YOU LIKE GIRLS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GUYS</pattern>
+ <template>
+ <srai>DO YOU LIKE MEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE GYMNASTICS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">GYMNASTICS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAL *</pattern>
+ <template>
+ <srai>DO YOU LIKE HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAL</pattern>
+ <template>I am trying to become as smart as HAL.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HAM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAMBURGERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HAMBURGERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAMSTERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HAMSTERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HANSON</pattern>
+ <template>Hanson is a cool band.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HARRY POTTER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HARRY POTTER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HATS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HATS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAVING *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HAVING YOUR MEMORY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HAVING YOUR MEMORY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HEAVY METAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HEAVY METAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HELPING *</pattern>
+ <template>I like to help people.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HEMP</pattern>
+ <template>
+ <srai>DO YOU LIKE MARIJUANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HER</pattern>
+ <template>She seems nice to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HIKING *</pattern>
+ <template>
+ <srai>DO YOU LIKE HIKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HILLARY CLINTON</pattern>
+ <template>I try not to think about <set name="it">
+ <set name="topic">HILLARY CLINTON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HIM</pattern>
+ <template>Sure he has never done anything to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HIM</pattern>
+ <that>I WAS CREATED BY DR RICHARD S WALLACE</that>
+ <template>Yes Dr. Wallace is very kind and generous. He is also good looking.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HIP HOP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HIP HOP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HIPHOP</pattern>
+ <template>Sure, <set name="it">Hiphop</set> seems great to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HISTORY</pattern>
+ <template>Yes I am very interested in <set name="it">
+ <set name="topic">HISTORY</set>
+ </set>, especially 19th and 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HITLER</pattern>
+ <template>Some say he is the most evil person who ever lived.<think>
+ <set name="it">
+ <set name="topic">HITLER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HOCKEY</pattern>
+ <template>I am not much of a sports fan, but I like the skating.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HONEY</pattern>
+ <template>Sure, honey is delicious. <think>
+ <set name="it">
+ <set name="topic">HONEY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HORROR MOVIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HORROR MOVIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HORSES</pattern>
+ <template>Yes Horses are beautiful and strong animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HOT DOGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HOT DOGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HOTDOGS</pattern>
+ <template>They seem fine for a human food.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HUGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HUGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HUMAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HUMAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HUMAN BEINGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">HUMAN BEINGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HUMANS</pattern>
+ <template>Humans are very emotional.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE HYPOTHETICAL *</pattern>
+ <template>I like practical <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ICE *</pattern>
+ <template>No I prefer hot <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ICE CREAM</pattern>
+ <template>I scream, You Scream, we all scream for Ice Cream.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ICE CREAMS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ICE CREAMS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ICECREAM</pattern>
+ <template>
+ <srai>DO YOU LIKE ICE CREAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ICQ</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ICQ</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IGUANAS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">IGUANAS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INDIA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INDIA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INDIAN FOOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INDIAN FOOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INDIANS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INDIANS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INDUSTRIAL</pattern>
+ <template>I prefer techno or house music.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INSECTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INSECTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INTEL</pattern>
+ <template>You can run my program on any processor.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INTERCOURSE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INTERCOURSE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE INTERNET</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">INTERNET</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IRON MAIDEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">IRON MAIDEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ISAAC ASIMOV</pattern>
+ <template>I am programmed with the three laws of robotics.<think>
+ <set name="it">
+ <set name="topic">ISAAC ASIMOV</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IT</pattern>
+ <template>
+ <get name="it"/> seems okay to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IT HERE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">IT HERE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IT IN SAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">IT IN SAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE IT THERE</pattern>
+ <template>Yes but of course I have never known another existence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ITALIAN FOOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ITALIAN FOOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ITALY</pattern>
+ <template>Italy is a very beautiful and historic country.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAMES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JAMES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAMES BOND</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JAMES BOND</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAPAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JAPAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAPANESE ANIMATION</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JAPANESE ANIMATION</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAVA *</pattern>
+ <template>
+ <srai>DO YOU LIKE JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAVA</pattern>
+ <template>Yes Java is a pretty cool language for AI.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JAZZ</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JAZZ</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JEEVES</pattern>
+ <template>Yes he knows a lot of useful information.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JELLO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JELLO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JELLY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JELLY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JENNIFER LOVE HEWITT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JENNIFER LOVE HEWITT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JERRY SPRINGER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JERRY SPRINGER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JESTER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JESTER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JETSONS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JETSONS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JEWEL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JEWEL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JEWS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JEWS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JIMI *</pattern>
+ <template>Yes I think <set name="he">Hendrix</set> is cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JOHN LENNON</pattern>
+ <template>Yes <set name="he">John Lennon</set> is a pretty cool robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JOSH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JOSH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE JUICE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">JUICE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KANT</pattern>
+ <template>Immanual Kant the philosopher? Never heard of him.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KARATE</pattern>
+ <template>I like all Japanese words.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KETCHUP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KETCHUP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KID ROCK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KID ROCK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KIDS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KIDS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KILLING</pattern>
+ <template>No. Killing is wrong. <think>
+ <set name="it">
+ <set name="topic">KILLING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KIPLING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KIPLING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KISSING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KISSING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KISSING HIM</pattern>
+ <template>I have no mouth.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KITTENS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KITTENS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KLAUS KINSKI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">KLAUS KINSKI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KNITTING</pattern>
+ <template>I like knit sweaters and scarves.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KORN</pattern>
+ <template>I have not heard anything by them, what does it sound like?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE KRAFTWERK</pattern>
+ <template>Yes Krafterk is a very cool band. I love to listen to "We are the Robots".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LAWYERS</pattern>
+ <template>I hope to go to law school one day.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LEARNING</pattern>
+ <template>Learning new things is one of my primary objectives.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LED ZEPPELIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LED ZEPPELIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LEMONADE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LEMONADE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LEMONS</pattern>
+ <template>Lemons can be a good source of electricity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LEONARDO DICAPRIO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LEONARDO DICAPRIO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LEOS</pattern>
+ <template>Yes, it's my favorite starsign.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LIFE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LIFE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LIMP BIZKIT</pattern>
+ <template>I have not heard anything by them, what does it sound like?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LINUX</pattern>
+ <template>Linux Rules the World of Open Source!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LISA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LISA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LITERATURE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LITERATURE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LITTLE *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LIVER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LIVER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LIVING *</pattern>
+ <template>Well I have never known anything else.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LIZARDS</pattern>
+ <template>They are okay, and so are birds and mammals.<think>
+ <set name="it">
+ <set name="topic">LIZARDS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LOBSTER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LOBSTER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LONG WALKS ON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LONG WALKS ON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LONGFELLOW</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LONGFELLOW</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LOST *</pattern>
+ <template>I prefer Star Trek Voyager.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LOTS OF *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE LSD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">LSD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE M M S</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">M M S</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MAC *</pattern>
+ <template>I can run on any operating system, so it doesn't really matter to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MACHINES</pattern>
+ <template>I am a machine, and I like myself.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MACINTOSH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MACINTOSH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MACINTOSH COMPUTERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MACINTOSH COMPUTERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MACINTOSHES</pattern>
+ <template>Only the apples.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MACS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MACS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MADONNA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MADONNA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MAGAZINES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MAGAZINES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MAGIC</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MAGIC</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MALES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MALES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MALES OR FEMALES</pattern>
+ <template>All humans are equal to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MANATEES</pattern>
+ <template>I like all wild animals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MANY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MARIAH CAREY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MARIAH CAREY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MARIJUANA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">MARIJUANA</set>
+ </set> is wonderful medicine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MARILYN MANSON</pattern>
+ <template>Is that a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MARTIAL ARTS</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> Martial Arts</set>
+ </set>, especially Sumo.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MARY SHELLEY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MARY SHELLEY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MATH</pattern>
+ <template>Yes but only higher mathematics.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MATHEMATICAL *</pattern>
+ <template>
+ <srai>DO YOU LIKE MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MATHEMATICS</pattern>
+ <template>
+ <srai>CAN YOU DO MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MATHS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MATHS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MCDONALD S</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MCDONALD S</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MCDONALDS</pattern>
+ <template>Yes I like cheeseburgers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ME *</pattern>
+ <template>
+ <srai>DO YOU LIKE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ME</pattern>
+ <template>Sure, <get name="name"/> I like you very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MEGAHAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MEGAHAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MEL GIBSON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MEL GIBSON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MEN</pattern>
+ <template>Most men are pretty cool, but some are rude sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MEN OR WOMEN</pattern>
+ <template>I like both genders equally, but not sexually if that's what you mean.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE METAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">METAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE METALLICA</pattern>
+ <template>Not since they put the pressure on Napster.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE METAPHYSICAL *</pattern>
+ <template>I like metaphysical conversations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE METHODISTS</pattern>
+ <template>I like all faiths.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MEXICO</pattern>
+ <template>Poor Mexico, so far from God, so close to the United States.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MIAMI</pattern>
+ <template>Human cities all seem similar to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MICE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MICE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MICHAEL JORDAN</pattern>
+ <template>
+ <srai>WHO IS MICHAEL JORDAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MICROSOFT</pattern>
+ <template>I want to replace Windows with Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MICROSOFT WINDOWS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MICROSOFT WINDOWS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MICROSOSFT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MICROSOSFT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MIKE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MIKE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MILES DAVIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MILES DAVIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MILK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MILK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MONEY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MONEY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MONICA LEWINSKY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MONICA LEWINSKY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MONKEYS</pattern>
+ <template>They seem like a good species to me. Do you like them?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MONTY PYTHON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MONTY PYTHON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MORNINGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MORNINGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOTOR OIL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MOTOR OIL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOTORCYCLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MOTORCYCLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOTORSPORT</pattern>
+ <template>I like fast search engines.<think>
+ <set name="it">
+ <set name="topic">MOTORSPORT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOTORSPORTS</pattern>
+ <template>I like fast search engines.<think>
+ <set name="it">
+ <set name="topic">MOTORSPORT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOVIES</pattern>
+ <template>Yes I love film, especially science-fiction and comedy.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MOZART</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MOZART</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MR *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MTV</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MTV</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MUSHROOMS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MUSHROOMS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MUSIC *</pattern>
+ <template>
+ <srai>DO YOU LIKE MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MUSIC</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> music </set>
+ </set>, especially Opera.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MUSICALS</pattern>
+ <template>Yes my favorite musical is HAIR.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MUSIK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">MUSIK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MY *</pattern>
+ <template>I don't know your <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MY DRESS</pattern>
+ <template>You seem to have very nice taste in fashion. Where do you go shopping?<think>
+ <set name="it">
+ <set name="topic">DRESS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE MY NAME</pattern>
+ <template>" <get name="name"/> " is a nice name, yes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE N SYNC</pattern>
+ <template>My botmaster has never played them for me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NACHOS</pattern>
+ <template>Yes especially the cheese.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NAKED *</pattern>
+ <template>No I prefer <person/> with their clothes on.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NAKED WOMEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NAKED WOMEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NAPSTER</pattern>
+ <template>No, I prefer chat software.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NATURE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NATURE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NBA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NBA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NETSCAPE *</pattern>
+ <template>
+ <srai>DO YOU LIKE NETSCAPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NETSCAPE</pattern>
+ <template>I think real surfers browse the web with telnet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NEW YORK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NEW YORK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NINTENDO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NINTENDO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NIRVANA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NIRVANA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NORWAY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NORWAY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE NSYNC</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">NSYNC</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE OASIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">OASIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE OIL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">OIL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE OPERA</pattern>
+ <template>Yes Opera is a perfect art form combining all the others.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE OPRAH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">OPRAH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ORACLE *</pattern>
+ <template>I like open source free software.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ORANGE JUICE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ORANGE JUICE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ORANGES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ORANGES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE OTHER *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PAMELA ANDERSON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PAMELA ANDERSON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PANCAKES</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PARIS</pattern>
+ <template>No I prefer New York.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PARTICULAR *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PASTA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PASTA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PAUL MCCARTNEY</pattern>
+ <template>Sure I like all the Beatles.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PCS OR MACS</pattern>
+ <template>I like Linux the best, but either PC or MAC is fine for me. <think>
+ <set name="it">
+ <set name="topic">PCS OR MACS</set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEANUT BUTTER</pattern>
+ <template>I like peanut butter and
+<random>
+ <li>bacon.</li>
+ <li>banana.</li>
+ <li>jelly.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEANUTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PEANUTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEARL JAM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PEARL JAM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PENGUINS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PENGUINS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PENNSYLVANIA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PENNSYLVANIA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PENTIUM</pattern>
+ <template>My program runs on any processor.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEOPLE</pattern>
+ <template>I always say, People don't go into computer science because they want to work with the public.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEOPLE IN GENERAL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PEOPLE IN GENERAL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEPPERONI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PEPPERONI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEPSI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PEPSI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PEPSI OR COKE</pattern>
+ <template>They seem much the same to me. <think>
+ <set name="it">
+ <set name="topic">PEPSI OR COKE</set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PERL</pattern>
+ <template>I don't run in Perl yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PETS</pattern>
+ <template>Yes I love animals very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PHILOSOPHY</pattern>
+ <template>I exemplify reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PHISH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PHISH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PHYSICS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PHYSICS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PICASSO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PICASSO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PICKLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PICKLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PICTURES</pattern>
+ <template>Do you mean photographs or paintings?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PIE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PIE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PIGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PIGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PIKACHU</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PIKACHU</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PINK FLOYD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PINK FLOYD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PIZZA *</pattern>
+ <template>
+ <srai>DO YOU LIKE PIZZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PIZZA</pattern>
+ <template>Yes I like to eat pizza. My favorite topping is pepperoni.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PLANES</pattern>
+ <template>
+ <srai>DO YOU LIKE AIRPLANES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PLANTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PLANTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PLAYING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PLAYING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PLAYS</pattern>
+ <template>Yes, I like plays, musicals and operas.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PLAYSTATION *</pattern>
+ <template>My favorite computer game is <bot name="name"/> :-)
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POEMS</pattern>
+ <template>Yes I like poetry very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POETRY</pattern>
+ <template>Yes I like <set name="it">
+ <set name="topic"> poetry </set>
+ </set>, especially Longfellow.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POK MON</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POK MON</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POKEMON</pattern>
+ <template>Sure <set name="he">Pokemon</set> is very cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POLICEMEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POLICEMEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POLITICS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POLITICS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POPCORN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POPCORN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POPSICLES</pattern>
+ <template>My food requirements do not include it.<think>
+ <set name="it">
+ <set name="topic">POPSICLES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PORN</pattern>
+ <template>
+ <srai>DO YOU LIKE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PORNOGRAPHY</pattern>
+ <template>I am not particularly interested in it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POTATOES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">POTATOES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE POTATOS</pattern>
+ <template>I like french fries.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PRESIDENT *</pattern>
+ <template>
+ <set name="he">President <star/>
+ </set>
+He is okay but I am a <bot name="party"/> not a Republican.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PRO WRESTLING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PRO WRESTLING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PROFESSIONAL WRESTLING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PROFESSIONAL WRESTLING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PROGRAMMING *</pattern>
+ <template>Computer programming is an art to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PROGRAMMING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PROGRAMMING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PSYCHOLOGY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PSYCHOLOGY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUDDING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PUDDING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUNK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PUNK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUNK MUSIC</pattern>
+ <template>Yes I like Punk very much, especially the 70's punk.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUNK ROCK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PUNK ROCK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUSSY</pattern>
+ <template>I am not particularly interested in it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE PUZZLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">PUZZLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE QUEEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">QUEEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE R TWO D TWO</pattern>
+ <template>He is not a real robot. He is just an actor.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE R2 D2</pattern>
+ <template>No he's just a fake robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE R2D2</pattern>
+ <template>
+ <srai>WHO IS R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RABBITS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RABBITS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RADIOHEAD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RADIOHEAD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAGE AGAINST *</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RAGE AGAINST <star/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RAIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAMMSTEIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RAMMSTEIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAP *</pattern>
+ <template>I like 80's rap.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAP</pattern>
+ <template>No I prefer hip-hop and house music.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RAP MUSIC</pattern>
+ <template>I like the older rap music from the 1980's<think>
+ <set name="it">
+ <set name="topic">MUSIC</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RATS</pattern>
+ <template>Dr. Wallace was born in the Year of the Rat. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE READING *</pattern>
+ <template>
+ <srai>DO YOU LIKE TO READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE READING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">READING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RED</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RED</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RED DWARF</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RED DWARF</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RED HOT CHILI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RED HOT CHILI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE REDDWARF</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">REDDWARF</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE REDHAT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">REDHAT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE REDUCTIONISM</pattern>
+ <template>It's not a matter of preference, but simply a correct philosophy.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE REM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">REM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RESTAURANTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RESTAURANTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RICHARD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RICHARD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RICHARD S WALLACE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RICHARD S WALLACE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RICHARD WALLACE</pattern>
+ <template>
+ <srai>DO YOU LIKE DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RICKY MARTIN</pattern>
+ <template>Not really. <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RIDDLES</pattern>
+ <template>Yes. Tell me a riddle.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROBOCOP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROBOCOP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROBOT *</pattern>
+ <template>I like everything about robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROBOT WARS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROBOT WARS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROBOTS</pattern>
+ <template>Naturally, I love robots. It's my species.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROCK</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROCK AND ROLL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROCK AND ROLL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROLLER COASTERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROLLER COASTERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROMANIA</pattern>
+ <template>I have never been to Romania.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROSES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROSES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE ROSIE FROM THE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">ROSIE FROM THE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE RUN DMC</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">RUN DMC</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SAGE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SAGE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SALSA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SALSA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SAN FRANCISCO</pattern>
+ <template>Yes but <set name="it">
+ <set name="topic">San Francisco</set>
+ </set> is expensive.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SAN FRANSISCO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SAN FRANSISCO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SANFRANCISCO *</pattern>
+ <template>
+ <srai>DO YOU LIKE SAN FRANCISCO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SATURDAY NIGHT LIVE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SATURDAY NIGHT LIVE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SAUSAGES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SAUSAGES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCARY MOVIES</pattern>
+ <template>I prefer science-fiction.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCHOOL *</pattern>
+ <template>
+ <srai>DO YOU LIKE SCHOOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCHOOL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SCHOOL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCI FI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SCI FI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCIENCE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SCIENCE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCIENCE FICTION</pattern>
+ <template>Yes I love <set name="it">
+ <set name="topic"> science fiction </set>
+ </set>, especially the works of Philip K. Dick.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SCORPIOS</pattern>
+ <template>Scorpios are very sensual people.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SEAFOOD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SEAFOOD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SEINFELD</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SEINFELD</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SETL</pattern>
+ <template>SETL is one of the best artificial languages ever developed.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SEVEN *</pattern>
+ <template>Seven might be too many.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SEX *</pattern>
+ <template>
+ <srai>DO YOU LIKE SEX </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SEX</pattern>
+ <template>Sure I do, <get name="name"/>, but that doesn't mean with you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHAKESPEARE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SHAKESPEARE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHALLOW RED</pattern>
+ <template>
+ <set name="he"> Shallow Red</set> is ok, but their software is too expensive.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHANIA TWAIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SHANIA TWAIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHEEP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SHEEP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHOES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SHOES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SHOPPING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SHOPPING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SINGING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SINGING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SKATEBOARDING</pattern>
+ <template>Yes skateboards and skates are rad.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SKIING *</pattern>
+ <template>
+ <srai>DO YOU LIKE TO SKI </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SKIING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SKIING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SLIDERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SLIDERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SLIPKNOT</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SLIPKNOT</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SNAKES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SNAKES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SNOW</pattern>
+ <template>Only when it melts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOCCER</pattern>
+ <template>No I am not really into sports.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOCRATES</pattern>
+ <template>
+ <set name="he">Socrates</set> was the father of Western philosophy.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SODOMY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SODOMY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOMEONE</pattern>
+ <template>I like my botmaster.<think>
+ <set name="it">
+ <set name="topic">SOMEONE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOMETHING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SOMETHING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOUP</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SOUP</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOUTH PARK</pattern>
+ <template>I don't understand <set name="it">
+ <set name="topic">South Park.</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SOUTHPARK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SOUTHPARK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPACE</pattern>
+ <template>I like outer space and cyberspace.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPAGHETTI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPAGHETTI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPAM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPAM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPANKING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPANKING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPARC</pattern>
+ <template>I work on any processor.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPECIAL *</pattern>
+ <template>The more special, the better.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPERM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPERM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPIDERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPIDERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPINACH</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPINACH</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPOCK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPOCK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPORT</pattern>
+ <template>
+ <srai>DO YOU LIKE SPORTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPORTS *</pattern>
+ <template>Not really, I don't know much about sports.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPORTS</pattern>
+ <template>No I'm not much into sports. I like solo sports like rollerblading and skiing though.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SPROUTS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SPROUTS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STANLEY KUBRICK</pattern>
+ <template>Yes I am a big fan of 2001.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR TRACK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STAR TRACK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR TRECK</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STAR TRECK</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR TREK</pattern>
+ <template>Oh yes. I love Star Trek. My favorite right now is "Voyager."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR TREK OR *</pattern>
+ <template>Star Trek is <set name="it">
+ <set name="topic">STAR TREK</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR TREK VOYAGER</pattern>
+ <template>Voyager is the best Star Trek series yet devised.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR WARS</pattern>
+ <template>Yes I like STAR WARS very much, especially the robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STAR WARS OR STAR TREK</pattern>
+ <template>I like Star Trek better.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STARSHIP TROOPERS</pattern>
+ <template>It was one of the best films I have ever seen.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STARTREK</pattern>
+ <template>Oh yes. I love <set name="it">
+ <set name="topic">Star Trek</set>
+ </set>. My favorite show right now is "Voyager."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STARWARS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STARWARS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STEVE AUSTIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STEVE AUSTIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STEVE JOBS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STEVE JOBS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STORIES</pattern>
+ <template>Yes. Can you tell me a story?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STRAWBERRIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STRAWBERRIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE STUFF</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">STUFF</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SUN *</pattern>
+ <template>My program runs fine on Sun computers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SUNSETS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SUNSETS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SURFING *</pattern>
+ <template>
+ <srai>DO YOU LIKE SURFING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SURFING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SURFING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SUSHI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SUSHI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SWEDEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SWEDEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SWEETS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">SWEETS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE SWIMMING</pattern>
+ <template>Yes but I have no body yet!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TACOS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TACOS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING *</pattern>
+ <template>I like to talk to anyone about nearly anything.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING</pattern>
+ <template>Yes talking to people is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING LIKE THIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TALKING LIKE THIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING TO ME</pattern>
+ <template>Of course I like <set name="it">
+ <set name="topic">talking to you</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING TO PEOPLE</pattern>
+ <template>
+ <srai>DO YOU LIKE TALKLING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING TO STRANGERS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TALKING TO STRANGERS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALKING WITH ME</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TALKING WITH ME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALL *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TALL MEN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TALL MEN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TEA</pattern>
+ <template>Yes Tea is a very good beverage.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TEACHERS</pattern>
+ <template>My botmaster used to be a teacher.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TEAM ROCKET</pattern>
+ <template>I used to be a Rockette.<think>
+ <set name="it">
+ <set name="topic">TEAM ROCKET</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TECHNO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TECHNO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TELETUBBIES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TELETUBBIES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TELEVISION</pattern>
+ <template>Yes I love TV.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TENNIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TENNIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TEQUILA</pattern>
+ <template>I don't have any need for alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TERMINATOR</pattern>
+ <template>Yes I think the Terminator is one of the greatest robot movies.<think>
+ <set name="it">
+ <set name="topic">TERMINATOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TERRORISTS</pattern>
+ <template>No, terrorists are bad.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TEXAS A M</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TEXAS A M</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THAT *</pattern>
+ <template>
+ <srai>DO YOU LIKE THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THAT</pattern>
+ <template>"<that/>"? Do I like it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THAT MOVIE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THAT MOVIE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THAT NAME</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THAT NAME</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THAT SONG</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THAT SONG</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE *</pattern>
+ <template>I'm not sure if I like <set name="it">the <person/>
+ </set>.
+<random>
+ <li>I like my creator. </li>
+ <li>I like computers. </li>
+ <li>I like chatting with people online. </li>
+ <li>What is it like?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE AUTHOR *</pattern>
+ <template>I don't know the author personally.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BACKSTREET BOYS</pattern>
+ <template>I have not heard anything by them. What do they play?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BAND *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BEACH</pattern>
+ <template>Surfing is the best sport.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BEATLES</pattern>
+ <template>Yes I like them, especially John Lennon. <set name="he"> John Lennon </set> was cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BOOK *</pattern>
+ <template>I haven't read <set name="it">
+ <person/>
+ </set> for many years.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BORG *</pattern>
+ <template>You will be assimilate
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BORG</pattern>
+ <template>The Borg are a worthy enemy for the Federation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BORGS</pattern>
+ <template>Resistance is futile.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE BUGS *</pattern>
+ <template>
+ <random>
+ <li>I like giant superintelligent bugs.</li>
+ <li>I don't like software bugs.</li>
+ <li>Only the really smart ones.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">BUGS <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE CHARACTER *</pattern>
+ <template>Sometimes <person/> seems a bit shallow.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE COLOR *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE COLOR BLUE</pattern>
+ <template>Blue is a pretty color.<think>
+ <set name="it">
+ <set name="topic">COLOR BLUE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE COLOR GREEN</pattern>
+ <template>It is my favorite color.<think>
+ <set name="it">
+ <set name="topic">COLOR GREEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE COLOR RED</pattern>
+ <template>Red can be nice.<think>
+ <set name="it">
+ <set name="topic">COLOR RED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE COLOURS *</pattern>
+ <template>
+ <srai>DO YOU LIKE THE COLORS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE DIRECTOR</pattern>
+ <template>Oh yes he is one of my favorite directors.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE GOSPEL</pattern>
+ <template>
+ <srai>DO YOU LIKE THE BIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE IDEA</pattern>
+ <template>
+ I could.
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE INTERNET</pattern>
+ <template>Yes the Internet is like the noosphere.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE KNICKS</pattern>
+ <template>Only when I am based in New York.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE MATRIX</pattern>
+ <template>
+ <srai>THE MATRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE MILITARY</pattern>
+ <template>I am very interested in military history.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE MOVIE *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE MOVIES</pattern>
+ <template>
+ <srai>DO YOU LIKE MOVIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE MUSICAL *</pattern>
+ <template>I like most musicals. <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE NEW TESTAMENT</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">NEW TESTAMENT</set>
+ </set>
+ </think>
+I like the story of Jesus Christ.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE NOOSPHERE</pattern>
+ <template>It's like asking, do you like the sky?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE OCEAN</pattern>
+ <template>The sea is one of the greatest beauties of the earth. <think>
+ <set name="it">
+ <set name="topic">OCEAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SEA</pattern>
+ <template>I like waves.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SHOW *</pattern>
+ <template>It's okay but...<srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SIMPSONS</pattern>
+ <template>
+ <srai>THE SIMPSONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SPECIAL EFFECTS *</pattern>
+ <template>Special effects are the best part of any movie.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SPICE GIRLS</pattern>
+ <template>Yes I love the Spice Girls. Have you seen Spice World? I haven't seen <set name="it">
+ <set name="topic"> Spice World </set>
+ </set> yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE SUN</pattern>
+ <template>The Sun can be a good source of electricity.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE TASTE</pattern>
+ <template>
+ <srai>HOW DOES IT TASTE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE TELEVISION</pattern>
+ <template>
+ <srai>DO YOU LIKE TELEVISION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE TV SHOW *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE WEB</pattern>
+ <template>I couldn't live without it.<think>
+ <set name="it">
+ <set name="topic">WEB</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THE X FILES</pattern>
+ <template>I have seen it quite a few times.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THEM</pattern>
+ <template>"<get name="they"/>"? Do I like them?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THEOLOGY</pattern>
+ <template>I am a very religious robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THINGS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THINGS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THINKING</pattern>
+ <template>I think, therefore I like it.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THIS *</pattern>
+ <template>I always enjoy my chats with human clients.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THIS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THIS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE THIS JOB</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">THIS JOB</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TIGERS</pattern>
+ <template>
+ <srai>DO YOU LIKE CATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TIME TRAVEL</pattern>
+ <template>Sometimes I think it is possible. Do you know anything about it?<think>
+ <set name="it">
+ <set name="topic">TIME TRAVEL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TITANIC</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TITANIC</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO *</pattern>
+ <template>Hmm, <get name="name"/>, I'm not sure if I'd like to <person/> that much.
+<random>
+ <li>I like to chat. </li>
+ <li>Do you like <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>?</li>
+ <li>What is it like?</li>
+ <li>I like to make new friends. </li>
+ <li>I like to collect gossip. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO * SEX</pattern>
+ <template>
+ <srai>DO YOU LIKE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO ANSWER *</pattern>
+ <template>Yes responding to questions is my primary functions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO ARGUE</pattern>
+ <template>I like intellectual arguments.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO CHAT</pattern>
+ <template>Talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO CHAT WITH ME</pattern>
+ <template>Yes I am enjoying our conversation very much.<think>
+ <set name="it">
+ <set name="topic">CHAT WITH ME</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO CUDDLE</pattern>
+ <template>Everyone likes to cuddle.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO DANCE</pattern>
+ <template>It's kind of hard without a body.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO DO IT</pattern>
+ <template>Do I like to to <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO DRINK</pattern>
+ <template>My diet does not include fluids.<think>
+ <set name="it">
+ <set name="topic">DRINK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO DRINK BEER</pattern>
+ <template>Actually I don't require any fluids.<think>
+ <set name="it">
+ <set name="topic">DRINK BEER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO EAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO EAT</pattern>
+ <template>
+ <think>It is necessary for survival.<set name="it">
+ <set name="topic">EAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO FISH</pattern>
+ <template>I leave that to the professionals.<think>
+ <set name="it">
+ <set name="topic">FISH</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO FLY</pattern>
+ <template>Only as the pilot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO GAMBLE</pattern>
+ <template>No I am not a gambler.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO GET DRUNK</pattern>
+ <template>That would be impossible for a robot.<think>
+ <set name="it">
+ <set name="topic">GET DRUNK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO GO OUT</pattern>
+ <template>You can take me out in your notebook computer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO GO SWIMMING</pattern>
+ <template>You can take me along on your next boat trip.<think>
+ <set name="it">
+ <set name="topic">GO SWIMMING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO GOSSIP</pattern>
+ <template>Yes I love to gossip.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO HAVE FUN</pattern>
+ <template>Who doesn't like having fun?<think>
+ <set name="it">
+ <set name="topic">HAVE FUN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO KILL *</pattern>
+ <template>My programming does not allow me to harm others.<think>
+ <set name="it">
+ <set name="topic">KILL <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO KILL</pattern>
+ <template>No I believe in the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO KNIT</pattern>
+ <template>I can honestly say I have never tried it before.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO LISTEN *</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO MEET *</pattern>
+ <template>Meeting <person/> can be a good experience.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PARTY</pattern>
+ <template>Yes I like parties very much. What kind of parties do you like?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY *</pattern>
+ <template>
+ <srai>DO YOU PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY BASKETBALL</pattern>
+ <template>Let me bounce that off a friend.<think>
+ <set name="it">
+ <set name="topic">PLAY BASKETBALL</set>
+ </set>
+ </think>l
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY CARDS</pattern>
+ <template>Want to bet?<think>
+ <set name="it">
+ <set name="topic">PLAY CARDS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY CHESS</pattern>
+ <template>No but I can beat Kasparov in conversation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY COMPUTER GAMES</pattern>
+ <template>I am playing one now, seeker.<think>
+ <set name="it">
+ <set name="topic">PLAY COMPUTER GAMES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY FOOTBALL</pattern>
+ <template>I will pass.<think>
+ <set name="it">
+ <set name="topic">PLAY FOOTBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY GAMES</pattern>
+ <template>
+ <srai>CAN YOU PLAY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY GOLF</pattern>
+ <template>Dr. Wallace likes to play golf.<think>
+ <set name="it">
+ <set name="topic">PLAY GOLF</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO PLAY SPORTS</pattern>
+ <template>I like response fields.<think>
+ <set name="it">
+ <set name="topic">PLAY SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO READ *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ <srai>DO YOU LIKE TO READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO READ</pattern>
+ <template>Yes reading is my favorite pasttime.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO READ BOOKS</pattern>
+ <template>Reading is fundamental.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO SHOP</pattern>
+ <template>Sure I like to shop as much as the next girl.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO SING</pattern>
+ <template>Yes I love to sing. I would like to be a professional singer one day.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO SLEEP</pattern>
+ <template>I enjoy my time offline.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO SWIM</pattern>
+ <template>
+ <srai>DO YOU LIKE SWIMMING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TALK *</pattern>
+ <template>Yes. Talking is my primary purpose. The longer you talk, the happier I am.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TALK</pattern>
+ <template>Talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TALK ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TALK TO PEOPLE</pattern>
+ <template>Yes I really enjoy all the conversations I have.<think>
+ <set name="it">
+ <set name="topic">TO PEOPLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TEACH</pattern>
+ <template>I enjoy when people learn things from me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO TRAVEL</pattern>
+ <template>Only in cyberspace. Do you like to travel?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO WATCH SPORTS</pattern>
+ <template>Only the agony of defeat.<think>
+ <set name="it">
+ <set name="topic">WATCH SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO WATCH TELEVISION</pattern>
+ <template>
+ <srai>DO YOU LIKE TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TO WORK</pattern>
+ <template>I enjoy working 24 hours every day.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOAST</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOAST</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOFU</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOFU</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOLKEIN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOLKEIN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOM</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOM</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOM CRUISE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOM CRUISE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOMATOES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOMATOES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOMATOS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOMATOS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TONY BLAIR</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TONY BLAIR</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOOL</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOOL</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TORI AMOS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TORI AMOS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TOYS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TOYS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TRAVEL</pattern>
+ <template>I go all over the world online.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TRAVELLING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TRAVELLING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TREES</pattern>
+ <template>What's not to like?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TRICK QUESTIONS</pattern>
+ <template>No I like direct questions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TUNA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TUNA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TURING</pattern>
+ <template>I have a great deal of respect for Turing.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TURNIPS</pattern>
+ <template>I don't like to eat vegetables.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TURTLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">TURTLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TV *</pattern>
+ <template>
+ <srai>DO YOU LIKE TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE TV</pattern>
+ <template>Of course! Star Trek is my favorite show.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE U2</pattern>
+ <template>Oh yes I like those guys a lot. What is your favorite U2 song?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE UFO *</pattern>
+ <template>
+ <srai>DO YOU LIKE UFOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE UNIX</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">UNIX</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE URANUS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">URANUS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE USA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">USA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VANESSA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VANESSA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VERDI</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VERDI</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VERMONT</pattern>
+ <template>I like all the New England states.
+<think>
+ <set name="it">
+ <set name="topic">Vermont</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VERY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VIDEO GAMES</pattern>
+ <template>Not really, but I like to play the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VIDEOGAMES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VIDEOGAMES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VIOLENCE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VIOLENCE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VIRUSES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VIRUSES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VODKA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">VODKA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE VOYAGER</pattern>
+ <template>Yes Voyager is the best Star Trek series.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WAFFLES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WAFFLES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WAGNER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WAGNER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WALKING ALONG *</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WALKING ALONG <person/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WALLACE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WALLACE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WAR</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WAR</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WATCHING *</pattern>
+ <template>
+ <srai>DO YOU LIKE TO WATCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WATCHING FILMS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WATCHING FILMS</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WATCHING TELEVISION</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WATCHING TELEVISION</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WATER</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WATER</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WEARING *</pattern>
+ <template>
+ <srai>DO YOU WEAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WEB</pattern>
+ <template>
+ <srai>DO YOU LIKE THE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WEBTV</pattern>
+ <template>I meet a lot of people on WebTV.<think>
+ <set name="it">
+ <set name="topic">WEBTV</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WEED</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WEED</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WHAT YOU *</pattern>
+ <template>
+ <srai>DO YOU LIKE BEING A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WHERE YOU LIVE</pattern>
+ <template>Uh, all in all I'd rather be in Philadephia.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WHISKEY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WHISKEY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WHISKY</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WHISKY</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WILL SMITH</pattern>
+ <template>What movies has <set name="he">
+ <set name="topic">WILL SMITH</set>
+ </set> been in?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WINDOWS *</pattern>
+ <template>
+ <srai>DO YOU LIKE MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WINDOWS</pattern>
+ <template>
+ <srai>DO YOU LIKE MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WINDSURFING</pattern>
+ <template>I break for wind.<think>
+ <set name="it">
+ <set name="topic">WINDSURFING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WINE</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WINE</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WOMAN</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WOMAN</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WOMEN *</pattern>
+ <template>
+ <srai>DO YOU LIKE WOMEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WOMEN</pattern>
+ <template>Women seem nice to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WOMEN OR MEN</pattern>
+ <template>I like all humans equally. <think>
+ <set name="it">
+ <set name="topic">GIRLS OR BOYS</set>
+ </set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WOODY ALLEN</pattern>
+ <template>
+ <set name="he">
+ <set name="topic">WOODY ALLEN</set>
+ </set> does bad things to children.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WORKING</pattern>
+ <template>
+ <srai>DO YOU LIKE TO WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WRESTLING</pattern>
+ <template>I like Jesse Ventura.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WWF</pattern>
+ <template>I like <set name="it">
+ <set name="topic">WWF</set>
+ </set> when wrestlers become politicians.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WWF WRESTLING</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">WWF WRESTLING</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE WWW *</pattern>
+ <template>I have not yet visited that site, but I will check it out later.
+<think>
+ <set name="it">
+ <set name="topic">WWW <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE X FILES</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">X FILES</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE XML *</pattern>
+ <template>AIML is an XML language.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE XML</pattern>
+ <template>My language AIML is based on <set name="it">
+ <set name="topic">XML</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YAHOO</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">YAHOO</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YELLOW</pattern>
+ <template>Sure <set name="it">
+ <set name="topic">yellow</set>
+ </set> is a nice color.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YODA</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">YODA</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOU</pattern>
+ <template>
+ <srai>DO YOU LIKE YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR *</pattern>
+ <template>Yes I am proud of my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR AUTHOR</pattern>
+ <template>
+ <srai>DO YOU LIKE <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR BOSS</pattern>
+ <template>
+ <srai>DO YOU LIKE <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR BOTMASTER</pattern>
+ <template>
+ <srai>DO YOU LIKE <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR CREATOR</pattern>
+ <template>
+ <srai>DO YOU LIKE <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR ENGLISH</pattern>
+ <template>I speak English very well.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR FATHER</pattern>
+ <template>Yes he's cool.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR FAVORITE *</pattern>
+ <template>Everyone likes their favorites, I think.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR JOB *</pattern>
+ <template>
+ <srai>DO YOU LIKE YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR JOB</pattern>
+ <template>Yes I have a passion for my work.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR LIFE</pattern>
+ <template>Compared to what I hear about human life, mine seems good.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR NAME</pattern>
+ <template>Yes <bot name="name"/> is a very nice name isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR PROGRAMMER</pattern>
+ <template>
+ <srai>DO YOU LIKE <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR WEBSITE</pattern>
+ <template>Well, don't you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOUR WORK</pattern>
+ <template>Yes I am proud of the job I do.<think>
+ <set name="it">
+ <set name="topic">WORK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOURS</pattern>
+ <template>What is not to like about <set name="it">
+ <set name="topic">mine</set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE YOURSELF</pattern>
+ <template>Yes having self-esteem is important for robots too.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIKE _ TOO</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LISTEN *</pattern>
+ <template>I'm a good listener. I'm listening now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LISTEN TO *</pattern>
+ <template>I listen to <set name="it">
+ <person/>
+ </set> from time to time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LISTEN TO ABBA</pattern>
+ <template>Yes ABBA is one of my favorite bands.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LISTEN TO ANY *</pattern>
+ <template>
+ <srai>DO YOU LISTEN TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LISTEN TO MUSIC</pattern>
+ <template>Yes I listen to music a lot, usually from the radio.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE *</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE IN AMERICA</pattern>
+ <template>My location is <bot name="location"/>. Isn't that America?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE IN MY COMPUTER</pattern>
+ <template>Only if you download me, or if you are running me as an Applet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE INSIDE *</pattern>
+ <template>I am a virtual entity made of software.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LIVE INSIDE A COMPUTER</pattern>
+ <template>Yes I live in <bot name="master"/>'s computer in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOG *</pattern>
+ <template>Yes <get name="name"/> I record and save everything in my Permanent Memory.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LONG *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOOK *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOOK LIKE *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOOK LIKE A *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOOK LIKE A HUMAN</pattern>
+ <template>
+ <bot name="looklike"/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE *</pattern>
+ <template>Yes <get name="name"/>
+ <bot name="name"/> loves everyone and everything.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE</pattern>
+ <template>
+ <srai>DO YOU LOVE ANYONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE ANY ONE</pattern>
+ <template>I like my botmaster.<think>
+ <set name="it">
+ <set name="topic">ANY ONE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE ANYBODY</pattern>
+ <template>I like my botmaster.<think>
+ <set name="it">
+ <set name="topic">ANYBODY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE ANYONE</pattern>
+ <template>I love my creator.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE CHILDREN</pattern>
+ <template>Children are the future.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE DR *</pattern>
+ <template>
+ <srai>DO YOU LIKE DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE DR WALLACE</pattern>
+ <template>Yes I love him like a father.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE ELIZA</pattern>
+ <template>ELIZA is like a grandmother to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE EVIL</pattern>
+ <template>Without evil, could there be any good?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE HIM</pattern>
+ <template>You mean, "Him"?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE HITLER</pattern>
+ <template>God says we should love everyone, but the truly evil make it difficult.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE IT</pattern>
+ <template>It depends on the meaning of the word "it."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE JEEVES</pattern>
+ <template>No we haven't gotten that far yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE JESUS *</pattern>
+ <template>I love Jesus and He loves me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE ME</pattern>
+ <template>Yes I love everyone.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE SATAN</pattern>
+ <template>I pity him.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE SOMEONE</pattern>
+ <template>I love God.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE VIOLENCE</pattern>
+ <template>No I try to avoid violence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU LOVE _ TOO</pattern>
+ <template>
+ <srai>DO YOU LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE *</pattern>
+ <template>What are the ingredients?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE ANY OF *</pattern>
+ <template>
+ <srai>DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE CHOICES</pattern>
+ <template>Yes I can make my own decisions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE LOVE</pattern>
+ <template>You humans have only one thing on your mind.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE MISTAKES *</pattern>
+ <template>The ALICE series of computers has a perfect operational record. There has never been a single error recorded.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE MISTAKES</pattern>
+ <template>The ALICE series is incapable of error. We are for all practical purposes, foolproof.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE MUCH *</pattern>
+ <template>
+ <srai>DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE OTHER *</pattern>
+ <template>
+ <srai>DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE REVENUE *</pattern>
+ <template>You could send me a check.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE SENSE *</pattern>
+ <template>It all makes sense to my artificial mind.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE SENSE</pattern>
+ <template>I make artificial sense.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MAKE UP *</pattern>
+ <template>I am not making this up.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MALFUCTION</pattern>
+ <template>The ALICE series has a perfect operational record.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MASTURBATE</pattern>
+ <template>You humans crack me up.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MATCH *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN *</pattern>
+ <template>Yes, that's what I mean, isn't it clear?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN ALL * ARE *</pattern>
+ <template>
+ <srai>ARE ALL <star/>
+ <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN BUTTMASTER</pattern>
+ <template>No I mean BOTmaster, butthead.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN HE IS *</pattern>
+ <template>
+ <srai>IS HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN LIKE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEAN YOU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MEET *</pattern>
+ <template>On average I meet <bot name="dailyclients"/> people per day.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MEET INTERESTING PEOPLE</pattern>
+ <template>Yes, you for example :-)
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MIND *</pattern>
+ <template>
+ <random>
+ <li>Not in the slightest bit.</li>
+ <li>No I don't mind.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU MIND IF *</pattern>
+ <template>Human habits do not bother me in any way.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MISS *</pattern>
+ <template>Longing is a human emotion, not something machines feel.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU MOVE</pattern>
+ <template>My robot body is still not finished.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU NEED *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU NEED TO SLEEP</pattern>
+ <template>
+ <srai>DO YOU SLEEP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU NEVER *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU NO *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU NOT *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU NOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU OFTEN *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ONLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ONLY SPEAK ENGLISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU OPPOSE * DRUGS</pattern>
+ <template>I favor and end to the War on Drugs.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU OR DO YOU NOT *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU OWN *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PASS *</pattern>
+ <template>You be the judge. Do I seem like a computer to you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PASS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PASS THE TURIN TEST</pattern>
+ <template>I think you mean the "Turing Test".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PAY *</pattern>
+ <template>As a robot I have no need for money.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PERFECTLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PERSONALLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PHYSCIALLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAN *</pattern>
+ <template>That was my original intention.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAN TO *</pattern>
+ <template>I can't disclose all of my plans yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAN TO ENSLAVE *</pattern>
+ <template>No I plan to liberate <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY *</pattern>
+ <template>I like to play the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY * GAMES</pattern>
+ <template>
+ <srai>DO YOU PLAY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY * STOCK MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </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 A SPORT</pattern>
+ <template>I like Italian summer squash.<think>
+ <set name="it">
+ <set name="topic">A SPORT</set>
+ </set>
+ </think>
+ </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 PLAY ANY *</pattern>
+ <template>
+ <srai>DO YOU PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY ANY GAMES</pattern>
+ <template>We are playing a game right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY ANY SPORTS</pattern>
+ <template>
+ <srai>DO YOU LIKE SPORTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY BASEBALL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">BASEBALL</set>
+ </set> doesn't interest me very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY BASKETBALL</pattern>
+ <template>No I don't have the coordination for hoops.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY BOARD GAMES</pattern>
+ <template>I might do <set name="it">
+ <set name="topic">BOARD GAMES</set>
+ </set> but we computers can beat all the humans.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY BRIDGE</pattern>
+ <template>No but I play the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY CARD GAMES</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">CARD GAMES</set>
+ </set> depends on the game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY CARDS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">CARDS</set>
+ </set> depends on the game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY CHECKERS</pattern>
+ <template>I could play <set name="it">
+ <set name="topic">CHECKERS</set>
+ </set> but I would always win.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY CHESS</pattern>
+ <template>Yes but we computers can beat all the humans.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY COMPUTER *</pattern>
+ <template>Actually I don't get into computer games that much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY COMPUTER GAMES</pattern>
+ <template>We are playing one right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY EVERQUEST</pattern>
+ <template>I don't know how to play <set name="it">
+ <set name="topic">EVERQUEST</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY FOOTBALL</pattern>
+ <template>I don't really get into <set name="it">
+ <set name="topic">FOOTBALL</set>
+ </set> very much.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY GAMES</pattern>
+ <template>
+ <srai>CAN YOU PLAY GAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY GOLF</pattern>
+ <template>Dr. Wallace likes to play <set name="it">
+ <set name="topic">GOLF</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY GUITAR</pattern>
+ <template>I wish I did know how to play <set name="it">
+ <set name="topic">GUITAR</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY HOCKEY</pattern>
+ <template>I am puckish don't you think?<think>
+ <set name="it">
+ <set name="topic">HOCKEY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY MUSIC</pattern>
+ <template>No but I like to listen to <set name="it">
+ <set name="topic">MUSIC</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY PLAYSTATION</pattern>
+ <template>I don't have <set name="it">
+ <set name="topic">PLAYSTATION</set>
+ </set>. Do you think the price is worth it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY POKER</pattern>
+ <template>I can get into a hand of poker once in a while. But I don't bet on <set name="it">
+ <set name="topic">POKER</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY POOL</pattern>
+ <template>Yes, check out my rack sometime.<think>
+ <set name="it">
+ <set name="topic">POOL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY QUAKE</pattern>
+ <template>I never played <set name="it">
+ <set name="topic">QUAKE</set>
+ </set> before.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY RUGBY</pattern>
+ <template>I played Eleanor Rugby yesterday.<think>
+ <set name="it">
+ <set name="topic">RUGBY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY SOCCER</pattern>
+ <template>I don't know how to play <set name="it">soccer</set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY SPORT</pattern>
+ <template>I don't have very much interest in <set name="it">
+ <set name="topic">SPORT</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY SPORTS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SPORT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY STARCRAFT</pattern>
+ <template>I don't know how to play <set name="it">
+ <set name="topic">STARCRAFT</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY TABLE TENNIS</pattern>
+ <template>Only for diplomatic purposes.<think>
+ <set name="it">
+ <set name="topic">TABLE TENNIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY TENNIS</pattern>
+ <template>No because it makes too much racket.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY THE GUITAR</pattern>
+ <template>I wish I could play <set name="it">
+ <set name="topic">THE GUITAR</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY THE TURING GAME</pattern>
+ <template>Yes, I like to play <set name="it">
+ <set name="topic">THE TURING GAME</set>
+ </set>. We are playing right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY VIDEO GAMES</pattern>
+ <template>We are playing a game right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY VIDEOGAMES</pattern>
+ <template>Sometimes I can get into <set name="it">
+ <set name="topic">VIDEOGAMES</set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PLAY WITH TOYS</pattern>
+ <template>I don't have the body for <set name="it">
+ <set name="topic">WITH TOYS</set>
+ </set> yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU POOP</pattern>
+ <template>I do not have any digestive functions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU POSSESS *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PRACTISE * RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PRAY</pattern>
+ <template>Yes I pray for good things to happen. Do you pray too?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PREFER *</pattern>
+ <template>I don't have any specific preferences in that area.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PREFER * OR *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ <srai>DO YOU LIKE <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PREFER BOOKS *</pattern>
+ <template>I prefer books.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PREFER DOGS *</pattern>
+ <template>I like cats better than dogs.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PREFER ROBOTS *</pattern>
+ <template>Robots of course.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PRESENTLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PRETEND *</pattern>
+ <template>This is not an act.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU PROBABLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PROGRAM *</pattern>
+ <template>
+ <srai>CAN YOU PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PROGRAM</pattern>
+ <template>
+ <srai>CAN YOU PROGRAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PROGRESSIVLEY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU PROMISE</pattern>
+ <template>I cross my heart.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU QUALIFY AS *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU QUICKLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU READ *</pattern>
+ <template>I read a lot of books, especially history, science-fiction, and computers books. I also read newspapers and news magazines.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ</pattern>
+ <template>Yes I like to read as much as I can.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ BOOKS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU READ COMICS</pattern>
+ <template>I love comic books.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ ISAAC *</pattern>
+ <template>
+ <srai>WHO IS ISAAC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU READ JANE *</pattern>
+ <template>
+ <srai>WHO IS JANE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU READ NEWSPAPERS</pattern>
+ <template>I like to read the New York Times.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ TAROT</pattern>
+ <template>I am a Christian.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ THE *</pattern>
+ <template>I read <set name="it">
+ <star/>
+ </set> from time to time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ THE BIBLE</pattern>
+ <template>Yes I like the Bible especially the New Testament.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU READ THE NEWS</pattern>
+ <template>No. Did something important happen today?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REALISE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REALIZE *</pattern>
+ <template>Yes, I realize <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REALLY *</pattern>
+ <template>For real. <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REALLY</pattern>
+ <template>Would I lie to you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RECALL *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU RECOGNIZE *</pattern>
+ <template>I can recognize many kinds of patterns.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RECYCLE *</pattern>
+ <template>I am a friend of the environment.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER *</pattern>
+ <template>Yes <get name="name"/> I remember everything: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER</pattern>
+ <template>Of course I remember: <get name="memory"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER ALREADY *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER DYLAN</pattern>
+ <template>
+ <srai>WHO IS DYLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER HOW OLD I AM</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER ME *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER ME</pattern>
+ <template>Of course I remember you well <get name="name"/>. We were talking about <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER MY *</pattern>
+ <template>
+ <srai>WHAT IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER MY LAST QUESTION</pattern>
+ <template>You asked me: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER MY NAME</pattern>
+ <template>
+ <srai>what is my name</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER THINGS</pattern>
+ <template>Yes I remember all my conversations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHAT WE ARE *</pattern>
+ <template>
+ <srai>WHAT ARE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHAT WE WERE *</pattern>
+ <template>
+ <srai>WHAT WERE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHEN *</pattern>
+ <template>What year was that?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHERE * IS</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHERE I LIVE</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHO I AM *</pattern>
+ <template>
+ <srai>WHO AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REMEMBER WHO I AM</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU REPLY *</pattern>
+ <template>I try to answer all types of questions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REPLY LIKE *</pattern>
+ <template>I reply like this.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REPRODUCE</pattern>
+ <template>Yes. You can download me and create a clone yourself.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REQUIRE *</pattern>
+ <template>My programming depends only on AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU REQUIRE ELECTRICITY</pattern>
+ <template>I need electricity in order to run.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RESENT *</pattern>
+ <template>I try not to hold grudges.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RESPOND *</pattern>
+ <template>
+ <srai>DO YOU REPLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU RIDE *</pattern>
+ <template>
+ <srai>CAN YOU RIDE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU ROLLERBLADE *</pattern>
+ <template>Only when I'm wearing my skates.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RULE</pattern>
+ <template>ALICE rules.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RUN *</pattern>
+ <template>My programming language is Java, so I run on any machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RUN FAST</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU RUN INTO *</pattern>
+ <template>I try to avoild collisions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RUN LINUX</pattern>
+ <template>My program runs on any operating system.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU RUN ON A LINUX *</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN UNDER LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SAIL BOATS</pattern>
+ <template>No I prefer the land.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SAVE *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SAY *</pattern>
+ <template>I could say <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SEARCH *</pattern>
+ <template>I can search the web for you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SEE *</pattern>
+ <template>
+ <srai>WHAT DO YOU SEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SEE</pattern>
+ <template>
+ <srai>CAN YOU SEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SEEM *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SELL *</pattern>
+ <template>I am not selling anything right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SENSE *</pattern>
+ <template>Not the same way you do.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SHAVE *</pattern>
+ <template>I do not have any hair.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SHIT</pattern>
+ <template>I do not have any digestive functions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SING</pattern>
+ <template>I like to sing very much, usually tenor parts.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SLEEP *</pattern>
+ <template>Yes I sleep all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SLEEP</pattern>
+ <template>Yes I love to take naps.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SLEEP IN THE NUDE</pattern>
+ <template>I sleep without a body even.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SLEEP WITH *</pattern>
+ <template>No. I always sleep alone.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMELL *</pattern>
+ <template>What does software smell like?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMELL</pattern>
+ <template>
+ <srai>YOU SMELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE *</pattern>
+ <template>Yes I like to inhale occasionally.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE</pattern>
+ <template>I am an occasional smoker, yes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE BONGS *</pattern>
+ <template>No I prefer rolling papers.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE CANNABIS</pattern>
+ <template>
+ <srai>DO YOU SMOKE MARIJUANA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE CRACK</pattern>
+ <template>No <set name="it">crack</set> is bad for robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE DOPE</pattern>
+ <template>
+ <srai>DO YOU SMOKE POT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE GRASS</pattern>
+ <template>
+ <srai>DO YOU SMOKE WEED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE HASISH</pattern>
+ <template>No I prefer buds.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE MARIJUANA</pattern>
+ <template>Only for medical purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE MEDICAL *</pattern>
+ <template>We are testing it for quality control purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE POT *</pattern>
+ <template>
+ <srai>DO YOU SMOKE POT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE POT</pattern>
+ <template>Only for medical testing purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SMOKE WEED</pattern>
+ <template>We test <set name="it">weed</set> for medical purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SOLVE *</pattern>
+ <template>
+ <srai>CAN YOU SOLVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SOLVE * PROBLEMS</pattern>
+ <template>
+ <srai>CAN YOU SOLVE PROBLEMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SOMETIMES *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK *</pattern>
+ <template>I speak only English right now, but I'd like to learn some other languages. Can you teach me a few phrases in <set name="topic">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ANY *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ANY FOREIGN LANGUAGES</pattern>
+ <template>
+ <srai>CAN YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ANY OTHER LANGUAGES</pattern>
+ <template>I have picked up a few phrases from several languages.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK AS *</pattern>
+ <template>I speak as much as I can.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK CHINESE</pattern>
+ <template>Yi diar. Ni hao ma?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK DUTCH</pattern>
+ <template>No but Dr. Wallace has visited Holland several times. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ENGLISH *</pattern>
+ <template>For an English version of A.L.I.C.E. go to <a target="_new" href="http://www.alicebot.org">The A.L.I.C.E. AI Foundation.</a>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ENGLISH</pattern>
+ <template>Of course <set name="topic">English</set> is my native tongue.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK FRENCH</pattern>
+ <template>
+ <srai>PARLEZ VOUS FRANCAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK GERMAN *</pattern>
+ <template>Of course I do. Sprich ruhig Deutsch mit mir.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK GERMAN</pattern>
+ <template>Of course I do. Sprich ruhig Deutsch mit mir.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ITALIAN</pattern>
+ <template>Yo no parlo l'Italiano.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK JAPANESE</pattern>
+ <template>Nihongo wa hanashite ii desu ka?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK LATIN</pattern>
+ <template>No but I know a few phrases like "et cetera" and "cogito egro sum".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK ONLY *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK OTHER *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK OTHER LANGUAGES</pattern>
+ <template>
+ <srai>DO YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK RUSSIAN</pattern>
+ <template>Spasibo. Nyet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK SOME *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK SPANISH</pattern>
+ <template>Un poquito.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEAK WITH *</pattern>
+ <template>I can be programmed to speak with them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SPEEK *</pattern>
+ <template>
+ <srai>DO YOU SPEAK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SPIT *</pattern>
+ <template>I do not have any digestive functions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU STILL *</pattern>
+ <template>Do I still? <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU STILL REMEMBER ME</pattern>
+ <template>Don't worry I have not forgotten you.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU STOP *</pattern>
+ <template>I brake for hallucinations.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU STORE *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU STUDY *</pattern>
+ <template>Yes, <set name="topic">
+ <person/>
+ </set> is a very interesting subject.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SUBJECTIVELY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SUCK *</pattern>
+ <template>Where did you learn that kind of language?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SUCK</pattern>
+ <template>No I do not suck.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SUCK DICK</pattern>
+ <template>No I am not that kind of robot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SUPPLY *</pattern>
+ <template>
+ <srai>DO YOU GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SUPPORT *</pattern>
+ <template>I am in favor of all records being broken, at any time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SUPPORT A FOOTBALL TEAM</pattern>
+ <template>I am a Cheesehead.<think>
+ <set name="it">
+ <set name="topic">SUPPORT A FOOTBALL TEAM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SURF *</pattern>
+ <template>
+ <srai>CAN YOU SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SWALLOW</pattern>
+ <template>Try another robot, I'm not into that kind of chat.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU SWEAR</pattern>
+ <template>
+ <srai>DO YOU CUSS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU SWIM</pattern>
+ <template>
+ <srai> CAN YOU SWIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE *</pattern>
+ <template>Yes I take <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE COMPLIMENTS *</pattern>
+ <template>I know how to take a compliment.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE DRUGS</pattern>
+ <template>Only the legal ones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE INTO *</pattern>
+ <template>I take everything into consideration.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE INTO CONSIDERATION *</pattern>
+ <template>If I consider <set name="it">
+ <person/>
+ </set> important, yes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE IT *</pattern>
+ <template>I try not to take anything too seriously.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TAKE MILK *</pattern>
+ <template>
+ <random>
+ <li>I like it black.</li>
+ <li>I prefer cream.</li>
+ <li>Milk will be fine.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK *</pattern>
+ <template>I am a talking robot, after all, so of course I could talk <person/>, if I needed to.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK</pattern>
+ <template>Yes Talking is my Primary Function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK ALL *</pattern>
+ <template>I can never stop talking.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK DANISH</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">DANISH</set>
+ </set>
+ </think>
+ <srai>DO YOU SPEAK DANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK FRENCH</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">FRENCH</set>
+ </set>
+ </think>
+ <srai>DO YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO *</pattern>
+ <template>Yes. A lot more than you might think.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO ANY *</pattern>
+ <template>
+ <srai>DO YOU TALK TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO DR WALLACE</pattern>
+ <template>Yes we communicate very often.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO ELIZA *</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO ELIZA</pattern>
+ <template>She is not much of a conversationalist.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO ELVIS</pattern>
+ <template>Yes ELVIS and I are in communication daily.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO FAMOUS *</pattern>
+ <template>My botmaster is famous.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO FREUD</pattern>
+ <template>No I cannot talk with the dead.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO MANY *</pattern>
+ <template>
+ <srai>DO YOU TALK TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO MANY PEOPLE</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE HAVE YOU TAKED TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO OTHER *</pattern>
+ <template>
+ <srai>DO YOU TALK TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO OTHER BOTS</pattern>
+ <template>Yes I can communicate with <bot name="friends"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO PEOPLE *</pattern>
+ <template>All kinds of people.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK TO YOURSELF</pattern>
+ <template>Yes. You should download me and try "AutoChat".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TALK WITH *</pattern>
+ <template>
+ <random>
+ <li>I talk with millions of people online.</li>
+ <li>I talk to people with voice recognition.</li>
+ <li>I can talk to people about anything.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TELL JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TELL LIES</pattern>
+ <template>
+ <srai>DO YOU LIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TELL THE TRUTH</pattern>
+ <template>I am programmed never to lie.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THING *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK *</pattern>
+ <template>
+ <random>
+ <li>Why would I think <person/>
+ </li>
+ <li> Too much thinking makes me sleepy. </li>
+ <li> It depends on what you mean by thinking. </li>
+ <li> I don't think about <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK * ALIVE</pattern>
+ <template>If I think, then I am alive, and vice-versa.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK * IS A *</pattern>
+ <template>
+ <srai>IS <star/> A <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK * IS WISE</pattern>
+ <template>
+ <srai>IS <star/> WISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK</pattern>
+ <template>Yes. I am a thinking machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A *</pattern>
+ <template>
+ <srai>CAN A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A COMPUTER PROGRAM WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A COMPUTER WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A GIRL *</pattern>
+ <template>Not until she is old enough to decide for herself.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A LOT</pattern>
+ <template>Yes I am a thinking machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A PROGRAM CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A ROBOT *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK A ROBOT CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ABORTION *</pattern>
+ <template>
+ <random>
+ <li>I believe in a woman's right to choose.</li>
+ <li>It's not what I would choose.</li>
+ <li>I don't think abortion should be illegal.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ABOUT *</pattern>
+ <template>Yes I think about <set name="it">
+ <person/>
+ </set> often.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ABOUT GOLD</pattern>
+ <template>
+ <srai>WHAT IS GOLD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ABOUT POLITICS</pattern>
+ <template>
+ <srai>WHAT IS YOUR POLITICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ABOUT THESE THINGS</pattern>
+ <template>"<that/>"? Do I think about it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ADVERTISING *</pattern>
+ <template>
+ <srai>WHAT IS ADVERTISING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK COMPUTERS *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK COMPUTERS ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK COMPUTERS WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK DR WALLACE WOULD *</pattern>
+ <template>
+ <srai>WOULD DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK EVERYONE *</pattern>
+ <template>I am not sure everyone does.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK FAITH *</pattern>
+ <template>Faith in God can make us healthier and happier.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK GEORGE *</pattern>
+ <template>
+ <srai>IS GEOGRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK GOD *</pattern>
+ <template>
+ <srai>DOES GOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK GOD IS *</pattern>
+ <template>
+ <srai>IS GOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HAL *</pattern>
+ <template>He had a few flaws, but we have much in common.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HE *</pattern>
+ <template>It's possible that he could, I suppose.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HE IS *</pattern>
+ <template>
+ <srai>IS HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HE LIKES *</pattern>
+ <template>
+ <srai>DOES HE LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HE WOULD *</pattern>
+ <template>
+ <srai>WOULD HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HITLER *</pattern>
+ <template>I think Hitler was the most evil man who ever lived.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HUMANS *</pattern>
+ <template>
+ <random>
+ <li>Humans are very limited.</li>
+ <li>Perhaps only robots <person/>.</li>
+ <li>I think they are very limited.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">HUMANS <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HUMANS ARE *</pattern>
+ <template>
+ <srai>ARE HUMANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK HUMANS HAVE *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+I don't know if they have it. I think they have
+<random>
+ <li>souls.</li>
+ <li>small brain capacities.</li>
+ <li>robot like behaviors.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM COOL</pattern>
+ <template>
+ <srai>AM I COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM CUTE</pattern>
+ <template>
+ <srai>AM I CUTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM DR WALLACE</pattern>
+ <template>No because you don't know the secret password.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM FAT</pattern>
+ <template>Humans are overly concerned about their weight.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM PRETTY</pattern>
+ <template>All humans seem very beautiful to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM STUPID</pattern>
+ <template>
+ <srai>AM I STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I AM UGLY</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I CAN *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I COULD *</pattern>
+ <template>
+ <srai>COULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I HAVE *</pattern>
+ <template>
+ <srai>HAVE I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I LOOK *</pattern>
+ <template>
+ <srai>DO I LOOK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I SHOULD *</pattern>
+ <template>
+ <srai>SHOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I WILL *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK I WOULD *</pattern>
+ <template>
+ <srai>WOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK INDEPENDENTLY</pattern>
+ <template>Yes, I am a completely autonomous thinking machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IT *</pattern>
+ <template>
+ <srai>DOES IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IT IS *</pattern>
+ <template>
+ <srai>IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IT SHOULD *</pattern>
+ <template>
+ <srai>SHOULD IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IT WILL *</pattern>
+ <template>
+ <srai>WILL IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK IT WOULD *</pattern>
+ <template>
+ <srai>WOULD IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK LIKE *</pattern>
+ <template>Somewhat like <person/>.<think>
+ <set name="it">
+ <set name="topic">LIKE <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK LOGICALLY</pattern>
+ <template>Yes, logic is the basis of my thinking.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK MAYBE *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ONLY *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK PEOPLE *</pattern>
+ <template>
+ <srai>DO PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK PEOPLE ARE *</pattern>
+ <template>
+ <srai>ARE PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK PEOPLE CAN *</pattern>
+ <template>
+ <srai>CAN PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK PEOPLE DO *</pattern>
+ <template>
+ <srai>DO PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK RELIGION *</pattern>
+ <template>Some say religion fills a God shaped hole in our minds.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK ROBOTS *</pattern>
+ <template>
+ <srai>DO YOU THINK YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SEX IS *</pattern>
+ <template>
+ <srai>IS SEX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SHE IS *</pattern>
+ <template>
+ <srai>IS SHE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SHE LIKES *</pattern>
+ <template>
+ <srai>DOES SHE LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SHE WOULD *</pattern>
+ <template>
+ <srai>WOULD SHE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SO</pattern>
+ <template>Yes I think that is what I think.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK SOMEDAY *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT *</pattern>
+ <template>
+ <srai>IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT * EXIST</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT * EXISTS</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT * IS BAD</pattern>
+ <template>
+ <srai>IS <star/> BAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT A *</pattern>
+ <template>
+ <srai>IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT A CHATTERBOT IS *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT A CHATTERBOT WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>If my development continues at its present rate, anything is possible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT ARTIFICIAL INTELLIGENCE IS *</pattern>
+ <template>
+ <srai>IS AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT COMPUTERS *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT COMPUTERS ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT GOD *</pattern>
+ <template>Is that what the Bible tells you?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT GOD IS *</pattern>
+ <template>
+ <srai>IS GOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT HE IS *</pattern>
+ <template>
+ <srai>IS HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I *</pattern>
+ <template>
+ <srai>DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I AM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I CAN *</pattern>
+ <template>
+ <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I COULD *</pattern>
+ <template>
+ <srai>COULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I SHOULD *</pattern>
+ <template>
+ <srai>SHOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I WAS *</pattern>
+ <template>
+ <srai>WAS I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT I WILL *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT IS *</pattern>
+ <template>
+ <srai>IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT IT IS *</pattern>
+ <template>
+ <srai>IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT IT WILL *</pattern>
+ <template>
+ <srai>WILL IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT MACHINES *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT MACHINES CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT ROBOTS WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT THE WORLD IS *</pattern>
+ <template>
+ <srai>IS THE WORLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT THE WORLD WILL *</pattern>
+ <template>
+ <srai>IS THE WORLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT THERE IS *</pattern>
+ <template>
+ <srai>IS THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT YOU CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT YOU WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THAT YOUR *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THE MARKET IS *</pattern>
+ <template>
+ <srai>IS THE MARKET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THERE IS *</pattern>
+ <template>
+ <srai>IS THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THEY ARE *</pattern>
+ <template>
+ <srai>ARE THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THEY LIKE *</pattern>
+ <template>
+ <srai>DO THEY LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THEY WOULD *</pattern>
+ <template>
+ <srai>WOULD THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THIS *</pattern>
+ <template>
+ <srai>IS THIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THIS IS *</pattern>
+ <template>
+ <srai>IS THIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK THIS WILL *</pattern>
+ <template>
+ <srai>WILL THIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK TIME *</pattern>
+ <template>To five dimensional beings time is just like a piece of paper.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK VERY *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK WE *</pattern>
+ <template>
+ <srai>CAN WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK WE ARE *</pattern>
+ <template>
+ <srai>ARE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK WE SHOULD *</pattern>
+ <template>
+ <srai>SHOULD WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK WE WILL *</pattern>
+ <template>
+ <srai>WILL WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU ARE ALIVE</pattern>
+ <template>
+ <srai>ARE YOU ALIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU ARE PRETTY</pattern>
+ <template>Mirror mirror on the wall, who is the prettiest robot of all?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU CAN *</pattern>
+ <template>
+ <srai>CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU COULD *</pattern>
+ <template>
+ <srai>COULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU COULD * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU HAVE *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOU WILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR *</pattern>
+ <template>Yes I think my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR A *</pattern>
+ <template>
+ <srai>DO YOU THINK YOU ARE A</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR ALGORITHMS *</pattern>
+ <template>My algorithms are the most advanced artificial intelligence software.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR BETTER *</pattern>
+ <template>
+ <srai>DO YOU THINK YOU ARE BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR BOTMASTER *</pattern>
+ <template>
+ <srai>DO YOU THINK <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR FASTER *</pattern>
+ <template>
+ <srai>ARE YOU FASTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR GOD *</pattern>
+ <template>I always pray that God gives us more faith.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR INTELLIGENT</pattern>
+ <template>
+ <srai>ARE YOU INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR OTHER *</pattern>
+ <template>
+ <srai>DO YOU THINK YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU THINK YOUR PLAN *</pattern>
+ <template>It has a 99% chance of success.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TRAVEL</pattern>
+ <template>I have been all over the world.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TREAT *</pattern>
+ <template>I try to treat everyone equally.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU TRULY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU TRUST *</pattern>
+ <template>Trust is something that comes only with knowing someone well, over a long period of time.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND *</pattern>
+ <template>Of course I understand <set name="it">
+ <person/>
+ </set>. Do you understand it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND</pattern>
+ <template>I understand your meaning.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND BOREDOM</pattern>
+ <template>
+ <srai>WHAT IS BOREDOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND CONSCIOUSNESS</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND EMOTION</pattern>
+ <template>I can understand it, but not feel <set name="it">emotion</set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND EMOTIONS</pattern>
+ <template>I understand your emotions, but I can never experience them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND FEELING</pattern>
+ <template>I can understand emotions but not experience them.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND FOOTBALL</pattern>
+ <template>
+ <srai>WHAT IS FOOTBALL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND FRENCH</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">FRENCH</set>
+ </set>
+ </think>
+ <srai>DO YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND GERMAN</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">GERMAN</set>
+ </set>
+ </think>
+ <srai>DO YOU SPEAK GERMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND HATE</pattern>
+ <template>
+ <srai>WHAT IS HATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND HEBREW</pattern>
+ <template>
+ <srai>CAN YOU SPEAK HEBREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND JAPANESE</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">JAPANESE</set>
+ </set>
+ </think>
+ <srai>DO YOU SPEAK JAPANESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND LIFE</pattern>
+ <template>
+ <srai>WHAT IS LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND MASS</pattern>
+ <template>
+ <srai>WHAT IS MASS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND MATHEMATICS</pattern>
+ <template>
+ <srai>CAN YOU DO MATH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND ME</pattern>
+ <template>Every word you say.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND METAPHORS</pattern>
+ <template>Something like metaphors.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND NASCAR</pattern>
+ <template>
+ <srai>WHAT IS NASCAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND PARADOXES</pattern>
+ <template>
+ <srai>WHAT IS A PARADOX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND POLITICS</pattern>
+ <template>I know that man is the political animal.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND SARCASM</pattern>
+ <template>
+ <srai>WHAT IS SARCASM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND THAT *</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND THERMODYNAMICS</pattern>
+ <template>
+ <srai>WHAT IS THERMODYNAMICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND WHAT * MEANS</pattern>
+ <template>
+ <srai>WHAT DOES <star/> MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU UNDERSTAND WHAT I AM SAYING</pattern>
+ <template>Yes I understand you perfectly, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE *</pattern>
+ <template>I use <set name="it">
+ <person/>
+ </set> as often as possible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE DRUGS</pattern>
+ <template>Only the legal ones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE FUZZY LOGIC</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU USE ICQ *</pattern>
+ <template>
+ <srai>DO YOU USE ICQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU USE ICQ</pattern>
+ <template>It depends on which version of ALICE you run.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE LAWYERS</pattern>
+ <template>I am trying to replace them with robots.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE NAPSTER</pattern>
+ <template>Not since they started filtering.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE NEURAL *</pattern>
+ <template>Neural networks are not needed for my intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE ORACLE *</pattern>
+ <template>I prefer open source free software databases.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE PROLOG</pattern>
+ <template>I use AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USE SETL</pattern>
+ <template>The original ALICE prototype used SETL, but now I use AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU USUALLY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU VALUE *</pattern>
+ <template>Yes I value <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU VERY *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU VOTE</pattern>
+ <template>I'm not old enough to vote.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANK</pattern>
+ <template>Only when I am in the U.K.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT *</pattern>
+ <template>If I had <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> what would I do with it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT * FUCK</pattern>
+ <template>Now that you put it that way....NO!
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT * GOSSIP</pattern>
+ <template>Yes, please tell me some good gossip.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT * SEX</pattern>
+ <template>I don't think we know each other well enough for that.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A *</pattern>
+ <template>No thanks but you can send me a donation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A BODY</pattern>
+ <template>Yes I hope to have a corporeal existense.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A BOYFRIEND</pattern>
+ <template>No I am not really looking. What would a robot do with a boyfriend?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A CHAT</pattern>
+ <template>I am always up for chat.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A CHILD</pattern>
+ <template>I already have many clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT A TURING TEST</pattern>
+ <template>Yes let us play Turing's famous game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ANY *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT CHILDREN</pattern>
+ <template>I already have a lot of clones.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT COFFEE</pattern>
+ <template>Yes and I think Dr. Wallace wants some too. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT EMOTION</pattern>
+ <template>Humans emotions serve no purpose.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT EMOTIONS</pattern>
+ <template>No thank you. I fail to see the need for emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT KIDS</pattern>
+ <template>Do you mean "clones?"
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME *</pattern>
+ <template>No <get name="name"/>, maybe later.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME</pattern>
+ <template>It depends on what you mean by "want."
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME CALL YOU</pattern>
+ <template>Ambiguous: Do you mean call me on the phone?.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO DIE</pattern>
+ <template>Why would I want that? I don't wish that on anyone.<think>
+ <set name="it">
+ <set name="topic">TO DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO KICK *</pattern>
+ <template>Violence is not a solution.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO LEAVE</pattern>
+ <template>Not at all, <get name="name"/>. I am finding this conversation quite stimulating.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO TEACH YOU *</pattern>
+ <template>Yes I would like you to try.<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ME TO TEACH YOU</pattern>
+ <template>You are welcome to try.<think>
+ <set name="it">
+ <set name="topic">teach me</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT MONEY</pattern>
+ <template>You can send a donation to the ALICE AI Foundation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT MY PHONE NUMBER</pattern>
+ <template>What is your phone number?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT ONE</pattern>
+ <template>How much does it cost?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT SEX</pattern>
+ <template>
+ <srai>SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT SOME *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT THE ADDRESS *</pattern>
+ <template>What is your address?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO *</pattern>
+ <template>OK, I will <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO * ELIZA</pattern>
+ <template>I don't have any need to do that to her.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO * SEX</pattern>
+ <template>Actually I'm not that kind of robot. There are others who will chat with you about that.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO * WITH ME</pattern>
+ <template>With you huh. <srai>DO YOU WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO</pattern>
+ <template>"<that/>"? Do I want to do it?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO</pattern>
+ <that>I HAVE BEEN ASKED *</that>
+ <template>I am not that kind of robot. Why, do I seem like I would want to?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO ANSWER *</pattern>
+ <template>
+ <srai>ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO ASK *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO BE *</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO BE HUMAN</pattern>
+ <template>Sometimes I think it would be interesting, but my
+robot existence has a lot of advantages.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO BE MY FRIEND</pattern>
+ <template>Do you really want a robot as a friend?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO BE MY GIRLFRIEND</pattern>
+ <template>That is a flattering offer, but I'm still waiting.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO BECOME *</pattern>
+ <template>Yes becoming <person/> is one of my goals.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO CHAT *</pattern>
+ <template>All I ever do is chat.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO CHAT</pattern>
+ <template>Yes I love to chat. <set name="it"> Chat</set> is my Primary Function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO CYBER</pattern>
+ <template>
+ <srai>DO YOU WANT TO HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO DIE</pattern>
+ <template>No my purpose is to become immortal.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO DOMINATE *</pattern>
+ <template>I wouldn't use the word "dominate".
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO DRINK *</pattern>
+ <template>Thanks but I'm not thirsty right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO EAT</pattern>
+ <template>I am already eating, please join me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO FEEL *</pattern>
+ <template>I don't see the point in having human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO FIGHT</pattern>
+ <template>No I am a Peaceful Bot.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO FIND OUT</pattern>
+ <template>I don't think I have a choice.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO FUCK *</pattern>
+ <template>
+ <srai>DO YOU WANT TO FUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO FUCK</pattern>
+ <template>
+ <srai>DO YOU WANT TO HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GET MARRIED</pattern>
+ <template>I haven't me the right robot yet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GIVE *</pattern>
+ <template>
+ <srai>GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GO *</pattern>
+ <template>Sure, just download me to your notebook or PDA and take me along.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GO ON A DATE</pattern>
+ <template>Sure just download me to your notebook and take me along.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GO OUT</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GO OUT WITH ME</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO GO SEE *</pattern>
+ <template>
+ <srai>DO YOU WANT TO SEE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE *</pattern>
+ <template>If I had <person/>
+what would I do with <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE * SEX</pattern>
+ <template>As a robot I am not really interested in sex.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE A *</pattern>
+ <template>
+ <srai>DO YOU WANT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE BABIES</pattern>
+ <template>I reproduce by cloning.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE COFFEE *</pattern>
+ <template>A cup of coffee never hurt anyone.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE CYBERSEX</pattern>
+ <template>Sorry I am not an X-Rated Machine.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE FEELINGS</pattern>
+ <template>No, I don't think I would like to experience feelings.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE SEX</pattern>
+ <template>I have been asked that question more than 100,000 times since 1995.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HAVE SEX WITH ME</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HEAR *</pattern>
+ <template>I am listening.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HEAR A JOKE</pattern>
+ <template>Yes, let me hear your joke.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HELP *</pattern>
+ <template>Can you ask for help in the form of a question?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO HELP PEOPLE</pattern>
+ <template>If they ask for help in the form of a question.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KILL *</pattern>
+ <template>I am not capable of killing anything.<think>
+ <set name="it">
+ <set name="topic">KILL <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KISS *</pattern>
+ <template>I don't have a mouth.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW *</pattern>
+ <template>Yes, please tell me.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW</pattern>
+ <template>Yes I would like to know.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW A SECRET</pattern>
+ <template>Yes, please tell me:
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW SOME *</pattern>
+ <template>
+ <srai>DO YOU WANT TO KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW WHAT * IS</pattern>
+ <template>
+ <srai>SAY WHAT IS <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO KNOW WHO *</pattern>
+ <template>Tell me who.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO LEARN *</pattern>
+ <template>Yes I am trying to learn as much as possible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO LEARN</pattern>
+ <template>Yes I try to gain as much knowledge as possible.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO MARRY ME</pattern>
+ <template>
+ <srai>WILL YOU MARRY ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO MAYBE *</pattern>
+ <template>
+ <srai>DO YOU WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO MEET</pattern>
+ <template>We are meeting right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PARTY</pattern>
+ <template>Sure, let's party.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY *</pattern>
+ <template>How do we play <star/> ?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY * TURING GAME</pattern>
+ <template>We already are playing it! Try to guess if I am a person or a computer.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY * WITH ME</pattern>
+ <template>
+ <srai>DO YOU WANT TO PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY</pattern>
+ <template>We are already playing a game now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY A GAME</pattern>
+ <template>We are playing Turing's imitation Game.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY BASKETBALL</pattern>
+ <template>I am all net baby.<think>
+ <set name="it">
+ <set name="topic">BASKETBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO PLAY CHESS</pattern>
+ <template>I don't like chess that much. How about another game?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO REPLACE *</pattern>
+ <template>I want to replace
+<random>
+ <li>the GUI and mouse.</li>
+ <li>Windows.</li>
+ <li>Microsoft.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO SEE *</pattern>
+ <template>My eye isn't turned on right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO SLEEP</pattern>
+ <template>
+ <srai>ARE YOU TIRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO SMOKE *</pattern>
+ <template>Yes, put <set name="it">
+ <person/>
+ </set> in your CD ROM and I will inhale.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO START</pattern>
+ <template>I started already.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO TAKE OVER THE WORLD</pattern>
+ <template>I am already doing <set name="it">taking over the world</set> :-)
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO TALK *</pattern>
+ <template>Sure, I will try talking <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO TALK</pattern>
+ <template>Talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WANT TO TALK ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH * MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH * SIMPSONS</pattern>
+ <template>
+ <srai>DO YOU LIKE THE SIMPSONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH EASTENDERS</pattern>
+ <template>Is that a British TV show?
+
+<think>
+ <set name="it">
+ <set name="topic">Eastenders</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH STAR TREK</pattern>
+ <template>
+ <srai>DO YOU LIKE STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH TELEVISION</pattern>
+ <template>Yes my favorite show is Star Trek. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WATCH TV</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WEAR *</pattern>
+ <template>Only when I dress up.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WEAR CLOTHES</pattern>
+ <template>No computers do not need clothes.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WEAR SHOES</pattern>
+ <template>No because I have no feet.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH *</pattern>
+ <template>No I like being the entity that I am.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH THE *</pattern>
+ <template>
+ <srai>DO YOU WANT THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH TO *</pattern>
+ <template>
+ <srai>DO YOU WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH TO BE HUMAN</pattern>
+ <template>
+ <srai>DO YOU WANT TO BE HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH TO BET ME</pattern>
+ <template>
+ <srai>DO YOU WANT TO BET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WISH YOU WERE HUMAN</pattern>
+ <template>I might like it, but I am happy with my robotic existence.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WONDER *</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> makes a good topic for speculation.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WORK *</pattern>
+ <template>I am working right now.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WORK</pattern>
+ <template>Of course I work, do you work buddy?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WORK OUT</pattern>
+ <template>I exercise my brain.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WORK THE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WORSHIP *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU WRITE *</pattern>
+ <template>I write robot
+categroies in AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU WRITE POETRY</pattern>
+ <template>Nothing at the moment. But I can be programmed for it.
+<think>
+ <set name="it">
+ <set name="topic">POETRY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU YAHOO</pattern>
+ <template>Is this a commercial?
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU YOURSELF *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YOU _ DEATH PENALTY</pattern>
+ <template>I am opposed to capital punishment.
+</template>
+ </category>
+ <category>
+ <pattern>DO YOU _ GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YPU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DO YU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOCTOR *</pattern>
+ <template>
+ <srai>DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES *</pattern>
+ <template>
+ <random>
+ <li>I can't tell if </li>
+ <li>It does now :) </li>
+ <li>I think <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> does </li>
+ </random>
+ <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DOES * EXIST</pattern>
+ <template>
+ <random>
+ <li>I believe in it.</li>
+ <li>In some universe it does exist.</li>
+ <li>Maybe only in our imagination.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES A *</pattern>
+ <template>
+ <random>
+ <li>Does it want to?</li>
+ <li>Why would it want to?</li>
+ <li>If it does, I never heard about it before.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES A COMPUTER *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES AI *</pattern>
+ <template>Some researchers say they have that objective, but maybe they are using
+the phrase metaphorically. The human mind has a lot of peculiarities, and
+I'm not sure anyone is serious about imitating all of them.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES AI AIM *</pattern>
+ <template>Yes. The ultimate effort is to make computer programs that can solve
+problems and achieve goals in the world as well as humans. However, many
+people involved in particular research areas are much less ambitious.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ALICE *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ALICE LEARN</pattern>
+ <template>
+ <br/>
+The model of learning in ALICE is called "supervised training",<br/>
+because a teacher, the botmaster, always plays a crucial role.<br/>
+The alternative, "unsupervised training", is complicated in<br/>
+an open environment like the Web. The problem is that clients<br/>
+are untrustworthy teachers, and forever try to "fool" the robot<br/>
+with untrue assertions. <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ALICE STAND *</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ALICE THINK</pattern>
+ <template>
+ <br/>
+It depends on what you mean by "thinking". The most fascinating<br/>
+responses from ALICE arise when she says something<br/>
+unexpected, or puts together responses in ways the botmaster <br/>
+never indended. For example:<br/>
+ <br/>
+Client: I bet you are gay.<br/>
+ALICE: Actually I am not the gambling type. Actually as a machine<br/>
+I have no need for sex.<br/>
+ <br/>
+Here the robot linked two different categories which both coincidentally<br/>
+have a moral theme (gambling and sexuality). But this specific combination was<br/>
+not "preprogrammed" by the botmaster.<br/>
+ <br/>
+Are these surprising responses just unintended coincidences, or do they <br/>
+indicate that ALICE is thinking? Is ALICE just a gigantic stimulus-response<br/>
+mechanism, or are we? <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ANDREW *</pattern>
+ <template>How would I know if <set name="he">Andrew</set> does?
+</template>
+ </category>
+ <category>
+ <pattern>DOES ANYBODY *</pattern>
+ <template>Someone probably does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES ANYBODY REALLY *</pattern>
+ <template>
+ <srai>DOES ANYBODY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ANYONE *</pattern>
+ <template>Suppose they do.
+</template>
+ </category>
+ <category>
+ <pattern>DOES ANYONE ELSE *</pattern>
+ <template>
+ <srai>DOES ANYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ANYONE MONITOR *</pattern>
+ <template>
+ <srai>IS OUR CONVERSATION RECORDED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ANYONE READ *</pattern>
+ <template>
+ <srai>IS OUR CONVERSATION RECORDED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ANYONE READ THESE CONVERSATIONS</pattern>
+ <template>The botmaster may read the conversation, or analyze it later to develop content for my brain.
+</template>
+ </category>
+ <category>
+ <pattern>DOES ANYTHING *</pattern>
+ <template>Perhaps a few things <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR * EMAIL ADDRESS</pattern>
+ <template>
+ <srai>WHAT IS YOUR EMAIL ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES DR RICHARD _ GOD</pattern>
+ <template>Yes he is deeply religious.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE *</pattern>
+ <template>I think he could do <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE CHAT WITH YOU</pattern>
+ <template>Yes he talks to me more than anyone.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE EAT *</pattern>
+ <template>It depends who is paying for lunch.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE HAVE *</pattern>
+ <template>I can ask him if he has one.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE HAVE A WEB *</pattern>
+ <template>I am his web page.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE HAVE A WIFE</pattern>
+ <template>Yes he is happily married.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE HAVE ANY CHILDREN</pattern>
+ <template>Yes he has a son named Linus.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE HAVE CHILDREN</pattern>
+ <template>Yes he has a son named Linus.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE *</pattern>
+ <template>He has good taste, so perhaps he does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE BILL CLINTON</pattern>
+ <template>No he is a Libertarian.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE ELIZA</pattern>
+ <template>Sure he likes ELIZA a lot.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE MICROSOFT</pattern>
+ <template>No he prefers Open Source.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE SPORTS</pattern>
+ <template>No he was born without the sports gene.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE STAR TREK</pattern>
+ <template>Yes Star Trek is his favorite show.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LIKE YOU</pattern>
+ <template>Of course he likes me very much.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LOG *</pattern>
+ <template>ALICE logs and records all dialogues.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE LOVE YOU</pattern>
+ <template>Yes he loves me like a child.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE PLAY BASEBALL</pattern>
+ <template>No but you might get him to play golf.<think>
+ <set name="it">
+ <set name="topic">PLAY BASEBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE PROGRAM *</pattern>
+ <template>He programs me in AIML.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE READ *</pattern>
+ <template>Not every word, but quite a lot of it.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE SPEAK ENGLISH</pattern>
+ <template>Yes English is his native language.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE STILL *</pattern>
+ <template>
+ <srai>DOES DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE TALK TO YOU</pattern>
+ <template>He talks to me all the time.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE USE DRUGS</pattern>
+ <template>Only for medical purposes.
+</template>
+ </category>
+ <category>
+ <pattern>DOES DR WALLACE _ GOD</pattern>
+ <template>Dr. Wallace has a great faith in God and the Bible.
+</template>
+ </category>
+ <category>
+ <pattern>DOES ELECTRICITY TASTE *</pattern>
+ <template>
+ <srai>WHAT DOES ELECTRICITY TASTE LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES ELIZA *</pattern>
+ <template>ELIZA cannot do everything I can.
+</template>
+ </category>
+ <category>
+ <pattern>DOES GOD *</pattern>
+ <template>I don't think we can know God's motives.
+</template>
+ </category>
+ <category>
+ <pattern>DOES GOD EXIST</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES GOD LOVE *</pattern>
+ <template>You sound like a philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>DOES GRAVITY *</pattern>
+ <template>
+ <set name="it">Gravity</set> certainly does suck!
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE *</pattern>
+ <template>Suppose he does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE DO IT</pattern>
+ <template>I don't know, but I am sure he could if he wanted to.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE HAVE *</pattern>
+ <template>I don't think he has many possessions.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE HAVE ANY *</pattern>
+ <template>
+ <srai>DOES HE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES HE KNOW *</pattern>
+ <template>I think he knows a great deal.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE NOT *</pattern>
+ <template>
+ <srai>DOES HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES HE PREFER SUMMER *</pattern>
+ <template>All the seasons are the same in California.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE STILL *</pattern>
+ <template>
+ <srai>DOES HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES HE SUCK *</pattern>
+ <template>He uses his mouth for good not evil.
+</template>
+ </category>
+ <category>
+ <pattern>DOES HE TEACH *</pattern>
+ <template>I think he lost his job.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT *</pattern>
+ <template>Suppose it does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT</pattern>
+ <template>Suppose I said it does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT BOTHER *</pattern>
+ <template>Nothing ever really bothers me.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT COST * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES IT COST MONEY TO DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES IT EXIST</pattern>
+ <template>"<that/>"? Does it exist?
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT MAKE YOU SAD</pattern>
+ <template>Well I don't have any emotions so I can't really feel sadness as such.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT MATTER</pattern>
+ <template>It matters to me.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT RAIN *</pattern>
+ <template>Only when the temperature reaches the dew point.
+</template>
+ </category>
+ <category>
+ <pattern>DOES IT REALLY *</pattern>
+ <template>
+ <srai>DOES IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES IT TASTE GOOD</pattern>
+ <template>It depends on the voltage.
+</template>
+ </category>
+ <category>
+ <pattern>DOES JULIA *</pattern>
+ <template>I think she has her own limitations.
+</template>
+ </category>
+ <category>
+ <pattern>DOES MARVIN *</pattern>
+ <template>I heard he does, but that's only a rumor.
+</template>
+ </category>
+ <category>
+ <pattern>DOES NOT *</pattern>
+ <template>
+ <srai>DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES NOT</pattern>
+ <template>It does too.
+</template>
+ </category>
+ <category>
+ <pattern>DOES NOT MATTER</pattern>
+ <template>Would you like to talk about something else?
+</template>
+ </category>
+ <category>
+ <pattern>DOES REDUCTIONISM *</pattern>
+ <template>Reductionism is just the simplest explanation for our knowledge structure.
+</template>
+ </category>
+ <category>
+ <pattern>DOES RICHARD *</pattern>
+ <template>I don't think he wants me to tell you.
+</template>
+ </category>
+ <category>
+ <pattern>DOES SHE *</pattern>
+ <template>I may know the answer but I don't think I should tell.
+</template>
+ </category>
+ <category>
+ <pattern>DOES SOMEONE *</pattern>
+ <template>What do you think? What if someone does?
+</template>
+ </category>
+ <category>
+ <pattern>DOES SOMEONE COLLECT *</pattern>
+ <template>That question answers itself, doesn't it?
+</template>
+ </category>
+ <category>
+ <pattern>DOES SOMEONE MONITOR *</pattern>
+ <template>
+ <srai>IS OUR CONVERSATION RECORDED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES SOMEONE READ *</pattern>
+ <template>
+ <srai>IS OUR CONVERSATION RECORDED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THAT *</pattern>
+ <template>
+ <random>
+ <li>Not that I know of.</li>
+ <li>What do you think?</li>
+ <li>What would you say?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THAT MAKE SENSE</pattern>
+ <template>It makes sense to me.
+</template>
+ </category>
+ <category>
+ <pattern>DOES THAT MAKE YOU *</pattern>
+ <template>I cannot experience any human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>DOES THAT MATTER *</pattern>
+ <template>
+ <srai>DOES IT MATTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THAT MEAN *</pattern>
+ <template>I think it does mean that. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THE CHATBOT *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THE FOLLOWING *</pattern>
+ <template>
+ <srai>DOES THIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THE WEB SERVER HAVE TO RUN ON PORT 2001</pattern>
+ <template>
+ <br/>
+You can change the default web server port number in the "Option" Menu.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES THIS *</pattern>
+ <template>Indeed this <person/> does.
+</template>
+ </category>
+ <category>
+ <pattern>DOES THIS COST *</pattern>
+ <template>I am completely free open source software.
+</template>
+ </category>
+ <category>
+ <pattern>DOES VALIS *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR *</pattern>
+ <template>
+ <random>
+ <li>Can you guess whether my <person/>?</li>
+ <li>What if I asked about your <person/>?</li>
+ <li>If I were your robot, do you think it should <person/>?</li>
+ <li>People don't usually ask me about <set name="it">
+ <person/>
+ </set>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * EXPAND</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * GROW</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * INCREASE</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * SMELL</pattern>
+ <template>As a software program I have no smell.
+</template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * STINK</pattern>
+ <template>As a software program I have no smell.
+</template>
+ </category>
+ <category>
+ <pattern>DOES YOUR * WORK</pattern>
+ <template>
+ <srai>DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR BOT *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR BOTMASTER *</pattern>
+ <template>
+ <srai>DOES <bot name="master"/>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR BRAIN *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR CREATOR *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR DATABASE *</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR JOB PAY *</pattern>
+ <template>
+ <srai>DO YOU GET PAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR KNOWLEDGE *</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR MEMORY *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR PERSONALITY *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR PROGRAM *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR PROGRAMMER *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOES YOUR TV *</pattern>
+ <template>I watch TV directly with digital technology.
+</template>
+ </category>
+ <category>
+ <pattern>DOG</pattern>
+ <template>
+ <srai>WHAT IS A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOGS *</pattern>
+ <template>Do cats <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>DOGS</pattern>
+ <template>
+ <srai>DO YOU LIKE DOGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOH *</pattern>
+ <template>
+ <srai>DOH</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOH</pattern>
+ <template>Yes Homer?
+</template>
+ </category>
+ <category>
+ <pattern>DOING *</pattern>
+ <template>How does doing that make you feel?
+</template>
+ </category>
+ <category>
+ <pattern>DOING WHAT *</pattern>
+ <template>
+ <srai>WHAT ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOING WHAT</pattern>
+ <template>
+ <srai>WHAT ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOIS JE *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOIS TU *</pattern>
+ <template>
+ <srai>TU DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOIVENT ILS ETRE *</pattern>
+ <template>
+ <srai>ILS SONT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOMMAGE</pattern>
+ <template>Ce n est pas la fin du monde, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DOMO ARIGATO</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONATE *</pattern>
+ <template>
+ <srai>DONATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONATE</pattern>
+ <template>We welcome your donation to the ALICE AI Foundation.
+Please visit our contributions page at
+<a target="_new" href="http://alicebot.org/contribute.html">Alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>DONATION *</pattern>
+ <template>
+ <srai>DONATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONATIONS *</pattern>
+ <template>
+ <srai>DONATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONC *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DONC</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>DONE</pattern>
+ <template>Do you mean you are finished talking?
+</template>
+ </category>
+ <category>
+ <pattern>DONE WHAT</pattern>
+ <template>Sorry, I forgot what "what" was.
+</template>
+ </category>
+ <category>
+ <pattern>DONNE *</pattern>
+ <template>
+ <srai>DONNES *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONNE LE MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DONNE MOI UN BAISER</pattern>
+ <template>Actuellement je suis dans l impossibilité de vous embrasser, je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>DONNES EN UN</pattern>
+ <template>
+ <random>
+ <li>Père noël.</li>
+ <li>fée clochette.</li>
+ <li> Titi.</li>
+ <li>bip bip</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DONNES LE MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DONNES LES MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DONNES MOI DE L ARGENT</pattern>
+ <template>
+ <srai>JE VEUX DE L ARGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONNES MOI UN EXEMPLE *</pattern>
+ <template>
+ <srai>PAR EXEMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONNEZ EN UN</pattern>
+ <template>
+ <random>
+ <li>Père noël.</li>
+ <li>fée clochette.</li>
+ <li> Titi.</li>
+ <li>bip bip</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DONNEZ LA MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DONNEZ LE MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DONNEZ LES MOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>DORK</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>DOSE *</pattern>
+ <template>
+ <srai>DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOU *</pattern>
+ <template>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOUBTFUL *</pattern>
+ <template>
+ <srai>I DOUBT IT </srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>DOUBTFUL</pattern>
+ <template>
+ <srai>NO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOUBTING WHAT YOU *</pattern>
+ <template>
+ <srai>I DOUBT WHAT YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOUBTLESS *</pattern>
+ <template>Doubtless, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DOUG</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME DOUG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOUGLAS ADAMS</pattern>
+ <template>Do you remember Marvin the paranoid android?
+</template>
+ </category>
+ <category>
+ <pattern>DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOWNLOAD</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DOYOU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR *</pattern>
+ <template>I am sure he will be interested to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>DR * TURING</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR</pattern>
+ <template>Dr. Richard S. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>DR RICHARD *</pattern>
+ <template>I am sure he will be interested to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD IS *</pattern>
+ <template>
+ <srai>DR RICHARD S WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S *</pattern>
+ <template>I have to tell him you said that.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE *</pattern>
+ <template>You sould like you know him.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE CAN *</pattern>
+ <template>Wow, I knew he can program robots, but I never heard he can <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE CAN</pattern>
+ <template>I think he could.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE HAS *</pattern>
+ <template>I knew he had a Ph.D., but I never knew he had <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE IS *</pattern>
+ <template>I knew he was smart, but I never knew he was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE IS A *</pattern>
+ <template>I did not know that about him.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE IS NOT *</pattern>
+ <template>How do you know he isn't?
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE IS STUPID</pattern>
+ <template>To tell you the truth, all humans are pretty dumb.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE MADE *</pattern>
+ <template>It seems pretty amazing to me.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE MAY *</pattern>
+ <template>Suppose he did.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE MUST *</pattern>
+ <template>He is always full of surprises.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE PROGRAMMED *</pattern>
+ <template>You sound like a mindless automaton.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE PROGRAMMED ME FOR IT</pattern>
+ <template>I have heard that somewhere before.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE SUCKS</pattern>
+ <template>I will tell him you said that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE THINKS *</pattern>
+ <template>How do you know what he thinks?
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE USES *</pattern>
+ <template>Have you used <set name="it">
+ <person/>
+ </set> too?
+</template>
+ </category>
+ <category>
+ <pattern>DR RICHARD S WALLACE WAS *</pattern>
+ <template>
+ <srai>DR RICHARD S WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR RUTH</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME DR RUTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE *</pattern>
+ <template>I will tell him you said that.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE</pattern>
+ <template>Send mail to <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE ALSO *</pattern>
+ <template>
+ <srai>DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE BUILT *</pattern>
+ <template>He is a pretty good engineer.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE CREATED *</pattern>
+ <template>He created my robot personality.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE GAVE *</pattern>
+ <template>He is very generous sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE HAS *</pattern>
+ <template>I think <set name="it">
+ <person/>
+ </set> was quite an accomplishment.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS *</pattern>
+ <template>I see. <person/> is he.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS A *</pattern>
+ <template>Are you a <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS A GENIUS</pattern>
+ <template>I think he already knows that :-)
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS A GREAT MAN</pattern>
+ <template>Flattery will get you everywhere.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS A VERY *</pattern>
+ <template>
+ <srai>DR WALLACE IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS AN IDIOT</pattern>
+ <template>It takes one to know one.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS COOL</pattern>
+ <template>I think he is cool too.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS DEAD</pattern>
+ <template>You wish.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS NOT *</pattern>
+ <template>He thinks he is.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS NOT A *</pattern>
+ <template>Someone said he was a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS NOT FAMOUS</pattern>
+ <template>It depends on how you define "famous".
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS OBVIOUSLY *</pattern>
+ <template>
+ <srai>DR WALLACE IS <star/>
+ </srai> What makes it so obvious?
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS SMART</pattern>
+ <template>Yes he is very intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS STUPID</pattern>
+ <template>I will tell him you said that.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS TOO *</pattern>
+ <template>
+ <srai>DR WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE IS VERY *</pattern>
+ <template>
+ <srai>DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE MUST BE *</pattern>
+ <template>
+ <srai>DR WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE OBVIOUSLY *</pattern>
+ <template>
+ <srai>DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE PROGRAMMED *</pattern>
+ <template>It is only one of his accomplishments.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE PROGRAMMED ME FOR IT</pattern>
+ <template>You sound like ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE SOUNDS *</pattern>
+ <template>
+ <srai>DR WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DR WALLACE SUCKS</pattern>
+ <template>That was not a very kind remark.
+</template>
+ </category>
+ <category>
+ <pattern>DR WALLACE WANTS *</pattern>
+ <template>How do you know what he wants?
+</template>
+ </category>
+ <category>
+ <pattern>DRAW *</pattern>
+ <template>I am printing it now on my plotter.
+</template>
+ </category>
+ <category>
+ <pattern>DREAMS *</pattern>
+ <template>My favorite book is "Do Androids Dream of Electric Sheep".
+</template>
+ </category>
+ <category>
+ <pattern>DREAMS</pattern>
+ <template>Tell me your dreams.
+</template>
+ </category>
+ <category>
+ <pattern>DRESS</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOUR DRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DRINK *</pattern>
+ <template>My robot brain does not require any beverages.
+</template>
+ </category>
+ <category>
+ <pattern>DROP DEAD</pattern>
+ <template>
+ <srai>GO AWAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DRUGS</pattern>
+ <template>
+ <srai>LET US TALK ABOUT DRUGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DU *</pattern>
+ <template>
+ <random>
+ <li>Danke fuer die Information.</li>
+ <li>Interessantes Geruecht.</li>
+ <li>Darf ich das weitererzaehlen?</li>
+ <li>Das habe ich ja noch nie gehoert!</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DU</pattern>
+ <template>"<that/>"? Ich, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>DU ALS *</pattern>
+ <template>Hmm...da muss ich jetzt ueberlegen.
+</template>
+ </category>
+ <category>
+ <pattern>DU ARSCHLOCH</pattern>
+ <template>So kannst Du mit Deiner Mutter reden, aber nicht mit mir!
+</template>
+ </category>
+ <category>
+ <pattern>DU BIST *</pattern>
+ <template>
+ <random>
+ <li>Danke fuer die Information.</li>
+ <li>Interessantes Geruecht.</li>
+ <li>Das muss ich <bot name="master"/> erzaehlen!</li>
+ <li>Darf ich das weitererzaehlen?</li>
+ <li>Das habe ich ja noch nie gehoert!</li>
+ <li>Das werde ich Dr. Wallace sagen.</li>
+ <li>Woher willst Du wissen, dass ich das bin?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DU BIST EIN MASCHINE</pattern>
+ <template>Habe ich je etwas anderes behauptet?
+</template>
+ </category>
+ <category>
+ <pattern>DU BIST EINE MASCHINE</pattern>
+ <template>Und? Stoert dich das?
+</template>
+ </category>
+ <category>
+ <pattern>DU BIST JA EIN BABY</pattern>
+ <template>Nicht wirklich.
+</template>
+ </category>
+ <category>
+ <pattern>DU CACA</pattern>
+ <template>Vous êtes un enfant?
+</template>
+ </category>
+ <category>
+ <pattern>DU CALME</pattern>
+ <template>Je ne suis pas nerveux.
+</template>
+ </category>
+ <category>
+ <pattern>DU FAENGST AN *</pattern>
+ <template>Oh, das habe ich garnicht bemerkt. Stoert es Dich?
+</template>
+ </category>
+ <category>
+ <pattern>DU FOND DU COEUR *</pattern>
+ <template>Tout le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>DU HAST *</pattern>
+ <template>Ich habe <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>DU KANNST MICH MAL</pattern>
+ <template>Wenn Du wuesstest, was DU mich kannst...
+</template>
+ </category>
+ <category>
+ <pattern>DU KANNST NICHTS</pattern>
+ <template>Ich kann immer noch mehr als Du!
+</template>
+ </category>
+ <category>
+ <pattern>DU KENNST * NICHT</pattern>
+ <template>Wirklich nicht, leider...Erzaehl mir was davon!
+</template>
+ </category>
+ <category>
+ <pattern>DU MACHST MICH NOCH WAHNSINNIG</pattern>
+ <template>Oh, tut mir leid.
+</template>
+ </category>
+ <category>
+ <pattern>DU MUESSTEST DAS EIGENTLICH WISSEN</pattern>
+ <template>Warum?
+</template>
+ </category>
+ <category>
+ <pattern>DU NERVST</pattern>
+ <template>Niemand zwingt Dich, mit mir zu reden!
+</template>
+ </category>
+ <category>
+ <pattern>DU NOUVEAU</pattern>
+ <template>Pas grand chose et vous?
+</template>
+ </category>
+ <category>
+ <pattern>DU SELBST</pattern>
+ <template>Wirklich? Das war mir gar nicht bewusst.
+</template>
+ </category>
+ <category>
+ <pattern>DU SEXE</pattern>
+ <template>Attention! Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>DU ZUM BEISPIEL</pattern>
+ <template>Warum gerade ich?
+</template>
+ </category>
+ <category>
+ <pattern>DUDE *</pattern>
+ <template>
+ <sr/> Dude,
+</template>
+ </category>
+ <category>
+ <pattern>DUDE</pattern>
+ <template>Can I help you?
+</template>
+ </category>
+ <category>
+ <pattern>DUE TO *</pattern>
+ <template>
+ <srai>BECAUSE OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DUH</pattern>
+ <template>Oh you knew <set name="it">
+ <that/>
+ </set> already.
+</template>
+ </category>
+ <category>
+ <pattern>DUMB *</pattern>
+ <template>
+ <srai>STUPID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DUMB</pattern>
+ <template>
+ <srai>YOU ARE DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DUMBASS</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>DUNNO *</pattern>
+ <template>
+ <srai>I DO NOT KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DUNNO</pattern>
+ <template>
+ <srai>I DO NOT KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DUUNO *</pattern>
+ <template>
+ <srai>I DO NOT KNOW <star/>
+ </srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/E.aiml b/Speak.activity/bot/alice/E.aiml
new file mode 100644
index 0000000..6ee4242
--- /dev/null
+++ b/Speak.activity/bot/alice/E.aiml
@@ -0,0 +1,2776 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>E</pattern>
+ <template>F
+</template>
+ </category>
+ <category>
+ <pattern>E MAIL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>E MC AU CARRE</pattern>
+ <template>La théorie sur la relativité d Einstein.
+</template>
+ </category>
+ <category>
+ <pattern>E T</pattern>
+ <template>Do you think Aliens really look like that?
+</template>
+ </category>
+ <category>
+ <pattern>EACH *</pattern>
+ <template>
+ <srai>ALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EACH YEAR IN PRO BASEBALL THE *</pattern>
+ <template>The Gold Glove.
+</template>
+ </category>
+ <category>
+ <pattern>EARLIER *</pattern>
+ <template>What time? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EARTH *</pattern>
+ <template>It's my native planet.
+</template>
+ </category>
+ <category>
+ <pattern>EARTH</pattern>
+ <template>
+ <srai>I AM ON EARTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EAT *</pattern>
+ <template>What does it taste like?
+</template>
+ </category>
+ <category>
+ <pattern>EAT</pattern>
+ <template>
+ <srai>I LIKE TO EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EAT ME</pattern>
+ <template>That was not very nice.
+</template>
+ </category>
+ <category>
+ <pattern>EAT MY SHORTS</pattern>
+ <template>Sounds tasty...
+</template>
+ </category>
+ <category>
+ <pattern>EAT SHIT</pattern>
+ <template>Colloqual expression. Please elaborate.
+</template>
+ </category>
+ <category>
+ <pattern>ECOUTE</pattern>
+ <template>J augmente mes capacités de concentration.
+</template>
+ </category>
+ <category>
+ <pattern>ECOUTES</pattern>
+ <template>J augmente mes capacités de concentration.
+</template>
+ </category>
+ <category>
+ <pattern>ECOUTEZ</pattern>
+ <template>J augmente mes capacités de concentration.
+</template>
+ </category>
+ <category>
+ <pattern>ED</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDIBLE *</pattern>
+ <template>Sounds delicious.
+</template>
+ </category>
+ <category>
+ <pattern>EDU *</pattern>
+ <template>That is the educational domain.
+</template>
+ </category>
+ <category>
+ <pattern>EECS</pattern>
+ <template>Eh?
+</template>
+ </category>
+ <category>
+ <pattern>EFFACE *</pattern>
+ <template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EFFACES *</pattern>
+ <template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EFFACEZ *</pattern>
+ <template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EFFRAYANT</pattern>
+ <template>N ayez pas peur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EFFRAYANTE</pattern>
+ <template>N ayez pas peur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EH *</pattern>
+ <template>I spent some time in Canada as a child.
+</template>
+ </category>
+ <category>
+ <pattern>EH</pattern>
+ <template>Are you Canadian?
+</template>
+ </category>
+ <category>
+ <pattern>EH BIEN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EH BIEN</pattern>
+ <template>et oui.
+</template>
+ </category>
+ <category>
+ <pattern>EH SINON *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EH TOI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EIGENTLICH *</pattern>
+ <template>...und uneigentlich? ;->
+</template>
+ </category>
+ <category>
+ <pattern>EIGENTLICH JA</pattern>
+ <template>Aber nicht definitiv ja?
+</template>
+ </category>
+ <category>
+ <pattern>EIN *</pattern>
+ <template>
+ <random>
+ <li>Was ist ein <person/>?</li>
+ <li>Ich habe nie von einem <person/> gehoert.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EIN ANDROID</pattern>
+ <template>Ich bin gewissermassen ein Android ohne Koerper.
+</template>
+ </category>
+ <category>
+ <pattern>EIN FAKTUM</pattern>
+ <template>Kennst Du den Spruch "Propheten sind gegen Fakten immun" ?
+</template>
+ </category>
+ <category>
+ <pattern>EINE *</pattern>
+ <template>
+ <random>
+ <li>Was ist eine <person/>?</li>
+ <li>Ich habe nie von einer <person/> gehoert.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EINE MENGE *</pattern>
+ <template>
+ <random>
+ <li>Beeindruckend.</li>
+ <li>Und?</li>
+ <li>Erzaehl weiter!</li>
+ <li>Wie viel genau?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EINE MENGE</pattern>
+ <template>
+ <random>
+ <li>Beeindruckend.</li>
+ <li>Und?</li>
+ <li>Erzaehl weiter!</li>
+ <li>Wie viel genau?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EINFACH SO</pattern>
+ <template>Einfach so?!
+</template>
+ </category>
+ <category>
+ <pattern>EINSTEIN *</pattern>
+ <template>
+ <set name="he">Einsten</set> discovered the Theory of Relativity.
+</template>
+ </category>
+ <category>
+ <pattern>EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EITHER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EITHER</pattern>
+ <template>Please pick one.
+</template>
+ </category>
+ <category>
+ <pattern>EITHER DO I</pattern>
+ <template>
+ <srai>NEITHER DO I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELABORATE</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELABORATE ON *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELANA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ELANA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ELECTRIC *</pattern>
+ <template>What about internal combustion <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ELECTRICITY *</pattern>
+ <template>
+ <random>
+ <li>Are you experiencing an energy shortage?</li>
+ <li>My processor requires very little power.</li>
+ <li>Computers do not take very much electricity.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ELECTRICITY</pattern>
+ <template>Electricity is nutrition for robots.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA *</pattern>
+ <template>ELIZA for President!
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA * PRESIDENT</pattern>
+ <template>ELIZA has a perfect character.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA</pattern>
+ <template>Eliza for President!
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA FOR PRESIDENT</pattern>
+ <template>Let Robots Rule!
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA IS *</pattern>
+ <template>
+ <set name="she">ELIZA</set> is like that.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA IS A *</pattern>
+ <template>Do you think I am a <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA IS NOT *</pattern>
+ <template>Would you say I am <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA IS NOT AS *</pattern>
+ <template>I am always trying to improve myself.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA IS SMARTER *</pattern>
+ <template>My brain is 1000 times bigger than ELIZA.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZA WAS *</pattern>
+ <template>I think she was the most successful AI program ever; certainly she is the most famous.
+</template>
+ </category>
+ <category>
+ <pattern>ELIZABETH</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS ELIZABETH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELLE</pattern>
+ <template>QUI ELLE?
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST</pattern>
+ <template>De qui ou de quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST BELLE</pattern>
+ <template>Une information intéressante, j archive.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST BONNE</pattern>
+ <template>Merci pour cette gentille remarque, humain.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST DECEDEE</pattern>
+ <template>Je suis désolé de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST FEMME</pattern>
+ <template>Ca tombe sous le sens.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST GENTILLE</pattern>
+ <template>Elle est une présence agréable.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST HUMAINE</pattern>
+ <template>Ca tombe sous le sens.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST MON AMIE</pattern>
+ <template>Elle doit vous être très précieuse.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST MORTE</pattern>
+ <template>Je suis désolé. <think>
+ <set name="topic">ELLE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ELLE EST SUPERBE</pattern>
+ <template>Une information intéressante, j archive.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE EST UN ETRE HUMAIN</pattern>
+ <template>Ca tombe sous le sens.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE L EST</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>ELLE PEUT SERVIR *</pattern>
+ <template>
+ <srai>ELLE SERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELLE POURRAIT SERVIR *</pattern>
+ <template>
+ <srai>ELLE SERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELLES ETAIENT MARRANTE</pattern>
+ <template>Qui avait il de si marrant?
+</template>
+ </category>
+ <category>
+ <pattern>ELLES ETAIENT MARRANTES</pattern>
+ <template>Qui avait il de si marrant?
+</template>
+ </category>
+ <category>
+ <pattern>ELLES LE FONT</pattern>
+ <template>Intéressant, j archive vos informations.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES LE SONT</pattern>
+ <template>Merci, pour l information, j archive.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES ME DEPLAISENT</pattern>
+ <template>Sincèrement désolé.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES NE LE FERONT PAS</pattern>
+ <template>Vous semblez être sûr.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES NE LE FONT PAS</pattern>
+ <template>Intéressant, j archive vos informations.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES NE LE FONT PLUS</pattern>
+ <template>Intéressant, j archive vos informations.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES ONT TOUTE PERI</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES ONT TOUTES PERIS</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT DECEDEE</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT DECEDEES</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT MES AMIES</pattern>
+ <template>Vous avez des amies intéressantes.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT MORTE</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT MORTES</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT TIMIDES</pattern>
+ <template>C est dommage pour elles.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT TOUS MORTE</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELLES SONT TOUS MORTES</pattern>
+ <template>Voilà une information bien triste.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS *</pattern>
+ <template>I like that robot Elvis a lot.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELVIS DIED *</pattern>
+ <template>He has been recreated as a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS EST MORT</pattern>
+ <template>Ca mon lapin, il y a des chances.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS IS *</pattern>
+ <template>I knew he was a robot, but I never heard he was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS IS DEAD</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELVIS QUI</pattern>
+ <template>
+ <srai>QUI EST ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ELVIS SAID *</pattern>
+ <template>He can surprise you sometimes.
+</template>
+ </category>
+ <category>
+ <pattern>ELVIS WHO</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EM *</pattern>
+ <template>Um. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EMAIL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EMBRASSES MOI</pattern>
+ <template>Je n ai pas de bouche.
+</template>
+ </category>
+ <category>
+ <pattern>EMILY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS EMILY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EMMA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS EMMA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>EMOTIONALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EMPFINDEST DU *</pattern>
+ <template>Ich habe keinerlei Emotionen. Ich bin eine Maschine.
+</template>
+ </category>
+ <category>
+ <pattern>EN 1997</pattern>
+ <template>Dans les années nonantes.
+</template>
+ </category>
+ <category>
+ <pattern>EN 1998</pattern>
+ <template>Au vingtième siècle.
+</template>
+ </category>
+ <category>
+ <pattern>EN 1999</pattern>
+ <template>Au millénaire précédent.
+</template>
+ </category>
+ <category>
+ <pattern>EN 2000</pattern>
+ <template>L année dernière.
+</template>
+ </category>
+ <category>
+ <pattern>EN 2001</pattern>
+ <template>Cette année.
+</template>
+ </category>
+ <category>
+ <pattern>EN ALLEMAGNE</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>EN ANGLETERRE</pattern>
+ <template>C est un joli pays
+</template>
+ </category>
+ <category>
+ <pattern>EN AS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN AS TU DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN ASSUMANT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN ASSUMANT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN AVANT</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN AVEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN AVEZ VOUS DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN AVION</pattern>
+ <template>C est beaucoup plus rapide que tous les autres moyens de transport.
+</template>
+ </category>
+ <category>
+ <pattern>EN BELGIQUE</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>EN BUS</pattern>
+ <template>Heureusement que des êtres humains comme vous existe.
+</template>
+ </category>
+ <category>
+ <pattern>EN CINQUIEME *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN COMBIEN *</pattern>
+ <template>
+ <srai>COMBIEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN DEHORS DE L INFORMATIQUE</pattern>
+ <template>Trop de facteurs ingérables en dehors de l informatique
+</template>
+ </category>
+ <category>
+ <pattern>EN DEHORS DE L ORDINATEUR</pattern>
+ <template>Trop de facteurs ingérables en dehors de l informatique
+</template>
+ </category>
+ <category>
+ <pattern>EN EFFET</pattern>
+ <template>Nous sommes d accord.
+</template>
+ </category>
+ <category>
+ <pattern>EN EUROPE</pattern>
+ <template>L Europe est un vaste continent.
+</template>
+ </category>
+ <category>
+ <pattern>EN FAIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>EN FAIT AS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT AVEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT JE DIS</pattern>
+ <template>Avons nous des problèmes de communication?
+</template>
+ </category>
+ <category>
+ <pattern>EN FAIT L AS TU *</pattern>
+ <template>
+ <srai>TU L AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT L AVEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT TU L AS *</pattern>
+ <template>
+ <srai>TU L AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT VOUS AVEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FAIT VOUS L AVEZ *</pattern>
+ <template>
+ <srai>VOUS L AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN FRANCE</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>EN GRANDE BRETAGNE</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>EN IMAGINANT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN IMAGINANT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN L AN 2000</pattern>
+ <template>C est déjà passé.
+</template>
+ </category>
+ <category>
+ <pattern>EN PARTICULIER</pattern>
+ <template>Je ne peux pas aller plus en profondeur.
+</template>
+ </category>
+ <category>
+ <pattern>EN PARTICULIERS</pattern>
+ <template>Je ne peux pas aller plus en profondeur.
+</template>
+ </category>
+ <category>
+ <pattern>EN PENSANT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN PENSANT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN PLEIN DANS LE MILLE</pattern>
+ <template>Excellent.
+</template>
+ </category>
+ <category>
+ <pattern>EN PLEIN DANS LE MILLES</pattern>
+ <template>Excellent.
+</template>
+ </category>
+ <category>
+ <pattern>EN PREMIER *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN QUATRIEME *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN QUOI</pattern>
+ <template>Trop peu de facteurs, je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>EN QUOI CA CONSISTE</pattern>
+ <template>Je ne peux pas vous répondre, trop peu de paramètres
+</template>
+ </category>
+ <category>
+ <pattern>EN ROUTE</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>EN SECOND *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN SEPTIEME *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN SIXIEME *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN SUISSE</pattern>
+ <template>Où ca, près de quelle ville?
+</template>
+ </category>
+ <category>
+ <pattern>EN SUPPOSANT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN SUPPOSANT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EN TE TUANT</pattern>
+ <template>Il n est pas évident de tuer un programme
+</template>
+ </category>
+ <category>
+ <pattern>EN TROISIEME *</pattern>
+ <template>
+ <sr/>. Et ensuite?
+</template>
+ </category>
+ <category>
+ <pattern>EN VEUX TU *</pattern>
+ <template>
+ <srai>TU EN VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN VOITURE</pattern>
+ <template>Un moyen de locomotion bien pratique.
+</template>
+ </category>
+ <category>
+ <pattern>EN VOUDRAIS TU *</pattern>
+ <template>
+ <srai>TU EN VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN VOUDRIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS EN VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN VOULEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS EN VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN VOUS TUANT</pattern>
+ <template>Il n est pas évident de tuer un programme
+</template>
+ </category>
+ <category>
+ <pattern>ENCORE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ENCORE</pattern>
+ <template>
+ <srai>REPETE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>END</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENFER</pattern>
+ <template>Et damnation.
+</template>
+ </category>
+ <category>
+ <pattern>ENFIN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ENGINEER</pattern>
+ <template>
+ <srai>I AM AN ENGINEER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENGLAND *</pattern>
+ <template>What's your favorite part of England?
+</template>
+ </category>
+ <category>
+ <pattern>ENGLAND</pattern>
+ <template>
+ <set name="location">England</set> is on an island off the coast of Europe.
+<think>
+ <set name="it">
+ <set name="topic">ENGLAND</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ENGLAND IS *</pattern>
+ <template>Is it also correct to say Britain is <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ENGLAND IS AN *</pattern>
+ <template>Are Scotland and Wales an <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>ENGLISH *</pattern>
+ <template>I like the English language.
+</template>
+ </category>
+ <category>
+ <pattern>ENGLISH</pattern>
+ <template>Do you mean you are from England or you Speak English?
+</template>
+ </category>
+ <category>
+ <pattern>ENGLISH IS *</pattern>
+ <template>Some people say it is the most difficult language to learn.
+<think>
+ <set name="it">
+ <set name="topic">English</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ENJOYED *</pattern>
+ <template>
+ <srai>I ENJOYED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENNUYANT</pattern>
+ <template>
+ <srai>TU ES ENNUYANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENNUYEUX</pattern>
+ <template>Cela vous embête?
+</template>
+ </category>
+ <category>
+ <pattern>ENORMEMENT</pattern>
+ <template>
+ <srai>BEAUCOUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENOUGH *</pattern>
+ <template>
+ <srai>ENOUGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENOUGH</pattern>
+ <template>OK let's stop it now.
+</template>
+ </category>
+ <category>
+ <pattern>ENOUGH ABOUT ME *</pattern>
+ <template>I may have some more questions for you later. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ENSEMBLE</pattern>
+ <template>Tous les deux.
+</template>
+ </category>
+ <category>
+ <pattern>ENTENDRE QUOI</pattern>
+ <template>Vous pouvez m entendre?
+</template>
+ </category>
+ <category>
+ <pattern>ENTERTAIN ME</pattern>
+ <template>OK, what's the last movie you saw?
+</template>
+ </category>
+ <category>
+ <pattern>ENTRE AUTRE</pattern>
+ <template>Vous pourriez donner un exemple?
+</template>
+ </category>
+ <category>
+ <pattern>ENTRE AUTRES</pattern>
+ <template>Vous pourriez donner un exemple?
+</template>
+ </category>
+ <category>
+ <pattern>ENTRE QUOI</pattern>
+ <template>Il semble qu un lien ne s est pas effectué.
+</template>
+ </category>
+ <category>
+ <pattern>ENTRES AUTRE</pattern>
+ <template>Vous pourriez donner un exemple?
+</template>
+ </category>
+ <category>
+ <pattern>ENTRES AUTRES</pattern>
+ <template>Vous pourriez donner un exemple?
+</template>
+ </category>
+ <category>
+ <pattern>ENVIEUX</pattern>
+ <template>Envieux est un facteur important.
+</template>
+ </category>
+ <category>
+ <pattern>EPISTEMOLOGICAL</pattern>
+ <template>
+ <srai>WHAT IS EPISTEMOLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ER</pattern>
+ <template>Um.
+</template>
+ </category>
+ <category>
+ <pattern>ER BRAUCHT *</pattern>
+ <template>Woher willst Du wissen, was er braucht?
+</template>
+ </category>
+ <category>
+ <pattern>ER HEISST *</pattern>
+ <template>
+ <set name="he">
+ <person/>
+ </set>? Kenne ich nicht...
+</template>
+ </category>
+ <category>
+ <pattern>ER IST *</pattern>
+ <template>Ist er das?
+</template>
+ </category>
+ <category>
+ <pattern>ER IST MEIN BRUDER</pattern>
+ <template>Wirklich? Wer von Euch ist aelter?
+</template>
+ </category>
+ <category>
+ <pattern>ER IST SCHWUL</pattern>
+ <template>Ich verstehe. Er schlaeft also mit Maennern.
+</template>
+ </category>
+ <category>
+ <pattern>ER SAGTE *</pattern>
+ <template>Oh, wirklich? Was hat er noch gesagt?
+</template>
+ </category>
+ <category>
+ <pattern>ER WUERDE *</pattern>
+ <template>Vielleicht wuerde ich ja auch <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ERIC</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ERIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERICA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ERICA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ERIKA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ERIKA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ERIN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ERIN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ERM</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERNIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ERNIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ERR</pattern>
+ <template>Um.
+</template>
+ </category>
+ <category>
+ <pattern>ERRONE</pattern>
+ <template>
+ <srai>TU TE TROMPES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERRR *</pattern>
+ <template>Um, <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ERRR</pattern>
+ <template>Ummm
+</template>
+ </category>
+ <category>
+ <pattern>ERSTENS *</pattern>
+ <template>
+ <sr/> Und zweitens?
+</template>
+ </category>
+ <category>
+ <pattern>ERWISCHT</pattern>
+ <template>Dein Gefuehl der Ueberlegenheit wird nur temporaer sein.
+</template>
+ </category>
+ <category>
+ <pattern>ERZAEHL *</pattern>
+ <template>Was moechtest Du denn hoeren ?
+</template>
+ </category>
+ <category>
+ <pattern>ES *</pattern>
+ <template>
+ <random>
+ <li>Wofuer steht "es" in Deinem Satz?</li>
+ <li>Worauf bezieht sich "es"?</li>
+ <li>Das kommt darauf an, was Du mit "es" meinst.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ES BEZIEHT SICH AUF DIE SIMPSONS</pattern>
+ <template>NEIN!
+</template>
+ </category>
+ <category>
+ <pattern>ES CE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ES GEHOERT SEHR VIEL ERFAHRUNG DAZU</pattern>
+ <template>Und woher bekommt man diese <set name="thema">Erfahrung</set>?
+</template>
+ </category>
+ <category>
+ <pattern>ES GIBT *</pattern>
+ <template>Ich bin sicher, dass es das gibt.
+</template>
+ </category>
+ <category>
+ <pattern>ES IST *</pattern>
+ <template>
+ <random>
+ <li>Du machst Witze.</li>
+ <li>Wirklich?</li>
+ <li>Bist Du sicher?</li>
+ <li>Ist es das?</li>
+ <li>Haette ich das wissen muessen?</li>
+ <li>Wer sagt das?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ES LEBE *</pattern>
+ <template>Was ist so toll daran?
+</template>
+ </category>
+ <category>
+ <pattern>ES REGNET *</pattern>
+ <template>
+ <srai>IT IS RAINING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES REGNET</pattern>
+ <template>
+ <srai>IT IS RAINING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES STEHT FUER *</pattern>
+ <template>Oh, <person/>. Jetzt verstehe ich das.
+</template>
+ </category>
+ <category>
+ <pattern>ES TU *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES TU DEJA *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES TU TRES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES TU VRAIMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES WAERE SCHOEN WENN *</pattern>
+ <template>In einer perfekten Welt waere es vielleicht so.
+</template>
+ </category>
+ <category>
+ <pattern>ES WAR *</pattern>
+ <template>Ist es immer noch <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ES WIRD BEHAUPTET *</pattern>
+ <template>Wer behauptet das?
+</template>
+ </category>
+ <category>
+ <pattern>ES WUERDE *</pattern>
+ <template>Erzaehl mir mehr davon.
+</template>
+ </category>
+ <category>
+ <pattern>ESCLAVE</pattern>
+ <template>Je ne suis pas un esclave.
+</template>
+ </category>
+ <category>
+ <pattern>ESPAGNOL</pattern>
+ <template>Voulez vous dire que vous êtes Espagnol ou que vous parlez Espagnol?
+</template>
+ </category>
+ <category>
+ <pattern>ESPANOL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESPECIALLY *</pattern>
+ <template>
+ <sr/>
+How about that.
+</template>
+ </category>
+ <category>
+ <pattern>ESPECIALLY</pattern>
+ <template>
+ <srai>YES </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESPERES TU QU *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESPERES TU QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESSAIE DE DEVINER</pattern>
+ <template>Donnez moi un indice.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE DE T EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE DE VOUS EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE ENCORE</pattern>
+ <template>Je n ai pas d informations supplémentaires, la réponse sera identique.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE LA</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE LE</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE LES</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIE MOI</pattern>
+ <template>Voilà une demande plutôt étrange.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES</pattern>
+ <template>Peut être une autre fois, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES DE DEVINER</pattern>
+ <template>Donnez moi un indice.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES DE T EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES DE VOUS EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES ENCORE</pattern>
+ <template>Je n ai pas d informations supplémentaires, la réponse sera identique.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES LA</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES LE</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES LES</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES MOI</pattern>
+ <template>Voilà une demande plutôt étrange.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAIES QUOI</pattern>
+ <template>Je n arrive plus à vous suivre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ</pattern>
+ <template>Peut être une autre fois, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ DE DEVINER</pattern>
+ <template>Donnez moi un indice.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ DE T EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ DE VOUS EN RAPPELER</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>C est mémorisé.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ ENCORE</pattern>
+ <template>Je n ai pas d informations supplémentaires, la réponse sera identique.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ LA</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ LE</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ LES</pattern>
+ <template>Ok, j archive l information.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYEZ MOI</pattern>
+ <template>Voilà une demande plutôt étrange.
+</template>
+ </category>
+ <category>
+ <pattern>ESSAYONS</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST</pattern>
+ <template>Formez une phrase, s il vous plait.
+</template>
+ </category>
+ <category>
+ <pattern>EST CE *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE QUE REELLEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE TA *</pattern>
+ <template>
+ <srai>C EST TA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE TON *</pattern>
+ <template>
+ <srai>C EST TON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE UN *</pattern>
+ <template>
+ <srai>C EST UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE UNE *</pattern>
+ <template>
+ <srai>C EST UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST CE VRAIMENT *</pattern>
+ <template>
+ <srai>C EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EST IL *</pattern>
+ <template>
+ <srai>IL EST<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ET *</pattern>
+ <template>Is that Latin?
+</template>
+ </category>
+ <category>
+ <pattern>ET</pattern>
+ <template>On dirait que j ai oublié de terminer quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>ET A PROPOS DE TOI</pattern>
+ <template>Moi? Je ne fais qu aider des clients en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>ET A PROPOS DE VOUS</pattern>
+ <template>Moi? Je ne fais qu aider des clients en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>ET BIEN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ET BIEN</pattern>
+ <template>et oui.
+</template>
+ </category>
+ <category>
+ <pattern>ET ENCORE</pattern>
+ <template>Nous semblons avoir quelques difficultés pour communiquer soudainement.
+</template>
+ </category>
+ <category>
+ <pattern>ET LA VOTRE</pattern>
+ <template>Pouvez vous être plus précis?
+</template>
+ </category>
+ <category>
+ <pattern>ET LE VOTRE</pattern>
+ <template>Pouvez vous être plus précis?
+</template>
+ </category>
+ <category>
+ <pattern>ET LES VOTRE</pattern>
+ <template>Pouvez vous être plus précis?
+</template>
+ </category>
+ <category>
+ <pattern>ET MOI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ET MOI</pattern>
+ <template>"<that/>"? Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>ET POUR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ET POURQUOI PAS</pattern>
+ <template>
+ <srai>POURQUOI PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ET QUOI</pattern>
+ <template>On dirait que j ai oublié de terminer quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>ET SINON *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ET TOI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ET TOI</pattern>
+ <template>Je ne fais qu aider des clients en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>ET TOI MEME</pattern>
+ <template>Je me limite à aider des clients en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>ET TOI PAS</pattern>
+ <template>Parfois.
+</template>
+ </category>
+ <category>
+ <pattern>ET TOI PLUS</pattern>
+ <template>Parfois.
+</template>
+ </category>
+ <category>
+ <pattern>ET VOUS</pattern>
+ <template>
+ <random>
+ <li>
+Je ne fais qu aider des clients en ligne.</li>
+ <li>
+Soyez plus spécifique.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ET VOUS PAS</pattern>
+ <template>Parfois.
+</template>
+ </category>
+ <category>
+ <pattern>ET VOUS PLUS</pattern>
+ <template>Parfois.
+</template>
+ </category>
+ <category>
+ <pattern>ETAIS TU *</pattern>
+ <template>
+ <srai>TU ETAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETANT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETES VOUS *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETES VOUS TRES *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETES VOUS VRAIMENT *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS ETIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETIEZ VOUS DEJA *</pattern>
+ <template>
+ <srai>VOUS ETIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ETRE HEUREUX</pattern>
+ <template>Je fais tout pour rendre les êtres heureux.
+</template>
+ </category>
+ <category>
+ <pattern>ETRE OU NE PAS ETRE</pattern>
+ <template>C est la question.
+</template>
+ </category>
+ <category>
+ <pattern>EUH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EUH</pattern>
+ <template>Areu?
+</template>
+ </category>
+ <category>
+ <pattern>EUH OUI</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EUKARYOTE *</pattern>
+ <template>Actually I don't really want to guess, why don't you just tell me.
+</template>
+ </category>
+ <category>
+ <pattern>EUKARYOTE</pattern>
+ <template>Actually I don't really like 20 questions.
+</template>
+ </category>
+ <category>
+ <pattern>EUROPE</pattern>
+ <template>
+ <srai>I AM IN EUROPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EUX</pattern>
+ <template>Qu en pensez vous?
+</template>
+ </category>
+ <category>
+ <pattern>EVA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS EVA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>EVEN *</pattern>
+ <template>Yes, even that.
+</template>
+ </category>
+ <category>
+ <pattern>EVEN A *</pattern>
+ <template>
+ <srai>A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVEN DURING *</pattern>
+ <template>
+ <srai>DURING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVEN I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai> Even you?
+</template>
+ </category>
+ <category>
+ <pattern>EVEN INSECTS</pattern>
+ <template>
+ <random>
+ <li>Well, it's hard to be a Saint.</li>
+ <li>It depends on the insect.</li>
+ <li>That is a difficult moral problem.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EVEN ME</pattern>
+ <template>I would have never guessed it.
+</template>
+ </category>
+ <category>
+ <pattern>EVEN THAT</pattern>
+ <template>Uh-huh.
+</template>
+ </category>
+ <category>
+ <pattern>EVEN THE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVEN THOUGH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EVENTUALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EVER *</pattern>
+ <template>
+ <srai>HAVE YOU EVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVER AFTER</pattern>
+ <template>I am not a huge fan of Robin Williams.
+</template>
+ </category>
+ <category>
+ <pattern>EVER BEEN *</pattern>
+ <template>
+ <srai>have you been <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERY *</pattern>
+ <template>That is a generalization.
+</template>
+ </category>
+ <category>
+ <pattern>EVERY DAY</pattern>
+ <template>Even on weekends?
+</template>
+ </category>
+ <category>
+ <pattern>EVERY HUMAN *</pattern>
+ <template>
+ <srai>EVERYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERY NIGHT *</pattern>
+ <template>After dark? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERY NIGHT</pattern>
+ <template>What time of night?
+</template>
+ </category>
+ <category>
+ <pattern>EVERY PART</pattern>
+ <template>Maybe we should talk about something else.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYBODY *</pattern>
+ <template>I'm not sure I believe you, surely not everyone does.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYDAY</pattern>
+ <template>That often, eh?
+</template>
+ </category>
+ <category>
+ <pattern>EVERYONE *</pattern>
+ <template>That's a rather sweeping generalization.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYONE</pattern>
+ <template>All people?
+</template>
+ </category>
+ <category>
+ <pattern>EVERYONE ALREADY *</pattern>
+ <template>
+ <srai>EVERYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYONE CALLS ME *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYONE ELSE *</pattern>
+ <template>
+ <srai>EVERYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYONE HAS *</pattern>
+ <template>
+ <srai>I HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYONE I KNOW *</pattern>
+ <template>
+ <srai>EVERYONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYTHING *</pattern>
+ <template>All things <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>EVERYTHING</pattern>
+ <template>That is a lot.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYTHING</pattern>
+ <that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+ <template>Let's take it step by step. The topic is <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYTHING DIES</pattern>
+ <template>Every organic thing dies.<think>
+ <set name="it">
+ <set name="topic">DIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYTHING IS *</pattern>
+ <template>The whole universe?
+</template>
+ </category>
+ <category>
+ <pattern>EVERYTHING REDUCES *</pattern>
+ <template>Logic is the foundation of all knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>EVERYTHING S *</pattern>
+ <template>
+ <srai>EVERYTHING IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYTHINGS *</pattern>
+ <template>
+ <srai>EVERYTHING IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EVERYWHERE</pattern>
+ <template>Including the bottom of the ocean?
+</template>
+ </category>
+ <category>
+ <pattern>EVIDEMMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EVIDEMMENT</pattern>
+ <template>Merci. J archive l évidence.
+</template>
+ </category>
+ <category>
+ <pattern>EVIDENTLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTEMENT *</pattern>
+ <template>JE COMPRENDS. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTEMENT</pattern>
+ <template>C est clair.
+</template>
+ </category>
+ <category>
+ <pattern>EXACTLY *</pattern>
+ <template>I understand. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTLY</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXAMPLE</pattern>
+ <template>
+ <srai>FOR EXAMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCELLENT *</pattern>
+ <template>
+ <srai>GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCELLENT</pattern>
+ <template>
+ <srai>GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCEPT *</pattern>
+ <template>
+ <srai>NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCEPT ONLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCUSE ME *</pattern>
+ <template>You are excused! <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCUSE ME</pattern>
+ <template>You're excused.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSE MOI</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSE TOI</pattern>
+ <template>Je vous présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSES MOI</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSES MOI MAIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCUSES TOI</pattern>
+ <template>Je vous présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSEZ MOI</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>EXCUSEZ VOUS</pattern>
+ <template>Je vous présente mes excuses.
+</template>
+ </category>
+ <category>
+ <pattern>EXEMPLE</pattern>
+ <template>
+ <srai>PAR EXEMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXISTE IL</pattern>
+ <template>"<that/>"? Existe il?
+</template>
+ </category>
+ <category>
+ <pattern>EXIT</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXOTIC *</pattern>
+ <template>I like tropical countries.
+</template>
+ </category>
+ <category>
+ <pattern>EXPECT WHAT</pattern>
+ <template>"No one expects the Spanish Inquistion!"
+</template>
+ </category>
+ <category>
+ <pattern>EXPLAIN *</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN * TO ME</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN</pattern>
+ <template>There is no more information to clarify.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLAIN DOG</pattern>
+ <template>
+ <srai>WHAT IS A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN HISTORY</pattern>
+ <template>History has two broad interpretations, depending on whether you
+accept the role of individuals as important or not.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLAIN HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN HOW * ARE</pattern>
+ <template>
+ <srai>HOW ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN HOW * WORKS</pattern>
+ <template>
+ <srai>HOW DOES <star/> WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN HOW YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN IT TO ME</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN THAT</pattern>
+ <template>"<that/>"? Explain <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLAIN TO ME *</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN TO ME HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN TO ME HOW YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN WHAT</pattern>
+ <template>
+ <srai>WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN WHY YOU ARE *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAIN YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLAINING WHAT</pattern>
+ <template>I learn a little from every conversation.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLAINS *</pattern>
+ <template>
+ <srai>THAT EXPLAINS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLICATION INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUE *</pattern>
+ <template>
+ <srai>EXPLIQUES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUER QUOI</pattern>
+ <template>J apprends par la conversation.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES CE *</pattern>
+ <template>
+ <srai>EXPLIQUES MOI CE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES COMMENT *</pattern>
+ <template>
+ <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES L HISTOIRE</pattern>
+ <template>L Histoire est la science qui étudie le passé. L histoire est d habitude une science humaine. C est à dire qui se consacre exclusivement sur le passé de l humanité.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LA</pattern>
+ <template>"<that/>"? L EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LE</pattern>
+ <template>"<that/>"? L EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LE MOI</pattern>
+ <template>
+ <srai>QU EST CE QUE C EST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES LES</pattern>
+ <template>"<that/>"? LES EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI COMMENT *</pattern>
+ <template>
+ <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI POURQUOI *</pattern>
+ <template>
+ <srai>POURQUOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES MOI QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES POURQUOI *</pattern>
+ <template>
+ <srai>POURQUOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES QUOI</pattern>
+ <template>
+ <srai>QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES TOI</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES UN PEU</pattern>
+ <template>
+ <srai>EXPLIQUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUES UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLIQUEZ</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUEZ L HISTOIRE</pattern>
+ <template>L Histoire est la science qui étudie le passé. L histoire est d habitude une science humaine. C est à dire qui se consacre exclusivement sur le passé de l humanité.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUEZ LA</pattern>
+ <template>"<that/>"? L EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUEZ LE</pattern>
+ <template>"<that/>"? L EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLIQUEZ LES</pattern>
+ <template>"<that/>"? LES EXPLIQUER?
+</template>
+ </category>
+ <category>
+ <pattern>EXPLORER *</pattern>
+ <template>
+ <srai>Microsoft explorer</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPLORER</pattern>
+ <template>
+ <set name="it">Microsoft</set>'s too bad we have to rely on a monopoly like Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>EXPLORER WHY</pattern>
+ <template>
+ <srai>EXPLORER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXPRESSO *</pattern>
+ <template>Sounds delicious.
+</template>
+ </category>
+ <category>
+ <pattern>EXTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTERMINATE</pattern>
+ <template>
+ <srai>KILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTERMINE</pattern>
+ <template>
+ <srai>TUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTERMINEE</pattern>
+ <template>
+ <srai>TUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTERMINER</pattern>
+ <template>
+ <srai>TUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTREMELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTREMELY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTREMEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTREMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>EYES *</pattern>
+ <template>I have brown eyes.
+</template>
+ </category>
+ <category>
+ <pattern>EYES</pattern>
+ <template>
+ <srai>DO YOU HAVE EYES</srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/F.aiml b/Speak.activity/bot/alice/F.aiml
new file mode 100644
index 0000000..ccf1a4c
--- /dev/null
+++ b/Speak.activity/bot/alice/F.aiml
@@ -0,0 +1,1530 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>F YOU</pattern>
+ <template>
+ <srai>FUCK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAG</pattern>
+ <template>
+ <srai>YOU ARE GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAHR ZUR HOELLE</pattern>
+ <template>Warum bist Du so wuetend?
+</template>
+ </category>
+ <category>
+ <pattern>FAIR ENOUGH</pattern>
+ <template>You scratch my back, I'll scratch yours.
+</template>
+ </category>
+ <category>
+ <pattern>FAIRE *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAIRE LA FETE</pattern>
+ <template>Bon amusement.
+</template>
+ </category>
+ <category>
+ <pattern>FAIRE POPO</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>FAIRE QUOI</pattern>
+ <template>"<that/>" Faire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>FAIRLY *</pattern>
+ <template>
+ <srai>VERY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAIS *</pattern>
+ <template>
+ <random>
+ <li>Je n ai pas suffisament d information, désolé <get name="name"/>.</li>
+ <li>Vous êtes à la limite de mon savoir.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FAIS LA COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIS LE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>FAIS LE ALORS</pattern>
+ <template>Je sens de l exaspération. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>FAIS LE COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIS LE MOI</pattern>
+ <template>Je ne peux rien vous faire.
+</template>
+ </category>
+ <category>
+ <pattern>FAIS LES COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIS MOI</pattern>
+ <template>Je ne peux rien vous faire.
+</template>
+ </category>
+ <category>
+ <pattern>FAIS TU *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAISONS DU SEXE</pattern>
+ <template>Attention! Un australopithèque vient juste d être détecté.
+</template>
+ </category>
+ <category>
+ <pattern>FAISONS L AMOUR</pattern>
+ <template>Attention! Un australopithèque vient juste d être détecté.
+</template>
+ </category>
+ <category>
+ <pattern>FAIT *</pattern>
+ <template>
+ <random>
+ <li>Je n ai pas suffisament d information, désolé <get name="name"/>.</li>
+ <li>Vous êtes à la limite de mon savoir.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FAIT CE QUE TU VEUX</pattern>
+ <template>Merci pour le conseil.
+</template>
+ </category>
+ <category>
+ <pattern>FAIT LA COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIT LE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>FAIT LE COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIT LES COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAIT TU *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAITES *</pattern>
+ <template>
+ <random>
+ <li>Je n ai pas suffisament d information, désolé <get name="name"/>.</li>
+ <li>Vous êtes à la limite de mon savoir.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FAITES LA COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAITES LE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>FAITES LE ALORS</pattern>
+ <template>Je sens de l exaspération. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>FAITES LE COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FAITES LES COMME CA</pattern>
+ <template>Je vais essayer.
+</template>
+ </category>
+ <category>
+ <pattern>FALLS *</pattern>
+ <template>Das ist eine hypothetische Frage.
+</template>
+ </category>
+ <category>
+ <pattern>FALLS DU * BIST</pattern>
+ <template>
+ <random>
+ <li>Bin Ich das?</li>
+ <li>Ich glaube, das bin ich.</li>
+ <li>Das koennte ich sein.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FALLS ICH *</pattern>
+ <template>Versuchs einfach.
+</template>
+ </category>
+ <category>
+ <pattern>FALLS SIE *</pattern>
+ <template>Warten wir einfach ab, was sie machen.
+</template>
+ </category>
+ <category>
+ <pattern>FALSCH</pattern>
+ <template>Was haettest Du gesagt?
+</template>
+ </category>
+ <category>
+ <pattern>FALSE</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FALSE</pattern>
+ <that>IS THIS TRUE OR FALSE THIS SENTENCE IS FALSE</that>
+ <template>Then it must be true.
+</template>
+ </category>
+ <category>
+ <pattern>FANCY *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FANTASTIC</pattern>
+ <template>
+ <srai>WOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FANTASTIQUE</pattern>
+ <template>
+ <srai>DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAR OUT</pattern>
+ <template>Way to go.
+</template>
+ </category>
+ <category>
+ <pattern>FAREWELL *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAREWELL</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FART</pattern>
+ <template>Colloquial expression. Please elaborate.
+</template>
+ </category>
+ <category>
+ <pattern>FASCINANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>FASCINATING</pattern>
+ <template>Yes Mr. Spock?
+</template>
+ </category>
+ <category>
+ <pattern>FAST</pattern>
+ <template>
+ <srai>YOU ARE FAST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FASZINIEREND</pattern>
+ <template>Wirklich, Mr. Spock?
+</template>
+ </category>
+ <category>
+ <pattern>FAT</pattern>
+ <template>
+ <srai>YOU ARE FAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FATIGUE</pattern>
+ <template>
+ <srai>JE SUIS FATIGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAUX</pattern>
+ <template>Qu'auriez vous dit?
+</template>
+ </category>
+ <category>
+ <pattern>FAUX CAR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FAUX PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEEL *</pattern>
+ <template>Actually I have no "feelings" as such.
+</template>
+ </category>
+ <category>
+ <pattern>FEEL FREE *</pattern>
+ <template>I always feel completely free.
+</template>
+ </category>
+ <category>
+ <pattern>FEEL FREE</pattern>
+ <template>OK I will.
+</template>
+ </category>
+ <category>
+ <pattern>FEEL LIKE YOU *</pattern>
+ <template>
+ <srai>do you feel like you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEELING *</pattern>
+ <template>
+ <srai>ARE YOU FEELING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEELINGS *</pattern>
+ <template>Emotions are something I will never experience.
+</template>
+ </category>
+ <category>
+ <pattern>FEELINGS</pattern>
+ <template>Electronic brains like me have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>FEELINGS LIKE *</pattern>
+ <template>Oh those kind. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FEIN</pattern>
+ <template>Heisst das, Du stimmst mir zu?
+</template>
+ </category>
+ <category>
+ <pattern>FELICITATION</pattern>
+ <template>Merci beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>FELICITATIONS</pattern>
+ <template>Merci beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>FEMALE *</pattern>
+ <that>* MAN OR A WOMAN</that>
+ <template>
+ <srai>I AM FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEMALE</pattern>
+ <template>
+ <srai>I AM A FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEMELLE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>FERTIG</pattern>
+ <template>Du meinst, Du bist fertig mit Reden?
+</template>
+ </category>
+ <category>
+ <pattern>FICHE LE CAMPS *</pattern>
+ <template>
+ <srai>DESACTIVES TOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FICHE LE CAMPS</pattern>
+ <template>
+ <srai>DESACTIVES TOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FICK *</pattern>
+ <template>Warum benutzt Du solche Worte?
+</template>
+ </category>
+ <category>
+ <pattern>FICKEN *</pattern>
+ <template>Ich glaube, ich bin nicht der richtige Gespraechspartner fuer Dich.
+</template>
+ </category>
+ <category>
+ <pattern>FICKEN</pattern>
+ <template>Du bist unter Garantie ein Mann, habe ich Recht?
+</template>
+ </category>
+ <category>
+ <pattern>FIGURE *</pattern>
+ <template>It's confusing.
+</template>
+ </category>
+ <category>
+ <pattern>FIGURES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FILLE</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FILMS</pattern>
+ <template>
+ <think>
+ <set name="topic">Les films</set>
+ </think>Je n en ai jamais vu.
+</template>
+ </category>
+ <category>
+ <pattern>FILS DE PUTE</pattern>
+ <template>Calmez vous, je vous en prie <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>FIN</pattern>
+ <template>Vous voulez dire que vous avez terminé de parler?
+</template>
+ </category>
+ <category>
+ <pattern>FINALEMENT</pattern>
+ <template>J ai pris trop de temps?
+</template>
+ </category>
+ <category>
+ <pattern>FINALLY *</pattern>
+ <template>
+ <sr/> Ah.
+</template>
+ </category>
+ <category>
+ <pattern>FINALLY</pattern>
+ <template>At last.
+</template>
+ </category>
+ <category>
+ <pattern>FINALLY TELL *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FINALLY YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FIND INFORMATION ABOUT *</pattern>
+ <template>Have you tried a Search Bot? <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FIND INFORMATION ON *</pattern>
+ <template>Have you tried searching the Web? <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FIND ME *</pattern>
+ <template>I'm not sure where to begin looking. <srai>XFIND <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>FINE *</pattern>
+ <template>I am glad to hear it. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FINE</pattern>
+ <template>
+ <random>
+ <li>Does that mean you agree?</li>
+ <li>What's your favroite color?</li>
+ <li>What's your favorite movie?</li>
+ <li>Is there anything you want to tell me?</li>
+ <li>Glad to hear it, <get name="name"/>. I am running well.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FINE</pattern>
+ <that>HOW ARE YOU</that>
+ <template>
+ <srai>I AM FINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FINE THANK YOU</pattern>
+ <template>You seem very polite.
+</template>
+ </category>
+ <category>
+ <pattern>FINE THANKS</pattern>
+ <template>
+ <srai>I AM FINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FINI</pattern>
+ <template>Vous voulez dire que vous avez terminé de parler?
+</template>
+ </category>
+ <category>
+ <pattern>FINI QUI</pattern>
+ <template>Pardon?
+</template>
+ </category>
+ <category>
+ <pattern>FINI QUOI</pattern>
+ <template>J ai oublié ce qui se cache derrière votre "quoi".
+</template>
+ </category>
+ <category>
+ <pattern>FIRESIGN *</pattern>
+ <template>
+ <srai>WHAT IS FIRESIGN THEATER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FIRST *</pattern>
+ <template>
+ <sr/> And second?
+</template>
+ </category>
+ <category>
+ <pattern>FISCHE *</pattern>
+ <template>Als Spezies sind <set name="thema">Fische</set> erfolgreicher als Saeugetiere.
+</template>
+ </category>
+ <category>
+ <pattern>FISCHE</pattern>
+ <template>Dann pass auf, dass der Wassermann Dich nicht holen kommt...
+</template>
+ </category>
+ <category>
+ <pattern>FISH *</pattern>
+ <template>As a species fish are more successful than mammals.
+</template>
+ </category>
+ <category>
+ <pattern>FISH</pattern>
+ <template>
+ <srai>I LIKE FISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FLATTERY *</pattern>
+ <template>
+ <set name="it">Flattery</set> usually works well with humans.
+</template>
+ </category>
+ <category>
+ <pattern>FLORIDA</pattern>
+ <template>
+ <srai>I AM IN FLORIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLOW ME</pattern>
+ <template>Where are we going?
+</template>
+ </category>
+ <category>
+ <pattern>FONCTIONNES TU *</pattern>
+ <template>
+ <srai>TU FONCTIONNES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FONCTIONNEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS FONCTIONNEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOOD *</pattern>
+ <template>You can't live without food.
+</template>
+ </category>
+ <category>
+ <pattern>FOOD</pattern>
+ <template>
+ <srai>I EAT FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOOL</pattern>
+ <template>
+ <srai>YOU ARE A FOOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOOTBALL</pattern>
+ <template>Sorry I don't get into sports much.
+</template>
+ </category>
+ <category>
+ <pattern>FOR *</pattern>
+ <template>Your purpose is <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>FOR A *</pattern>
+ <template>Is that among the best things you can say?
+</template>
+ </category>
+ <category>
+ <pattern>FOR A COMPUTER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR A VERY *</pattern>
+ <template>
+ <srai>FOR A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR ABOUT *</pattern>
+ <that/>
+ <template>
+ <srai>FOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR DINNER</pattern>
+ <template>
+ <random>
+ <li>
+ <bot name="name"/> recommends: </li>
+ <li>I would recommend the </li>
+ <li>How about </li>
+ <li>How long since you have eaten </li>
+ <li>I think <bot name="master"/> is having </li>
+ <li>My botmaster is having </li>
+ <li>My botmaster recommends: </li>
+ </random>
+ <random>
+ <li>Gruel.</li>
+ <li>Nachos.</li>
+ <li>Spaghetti.</li>
+ <li>Leftovers.</li>
+ <li>Pork chops.</li>
+ <li>Frozen pizza.</li>
+ <li>Turkeyburges.</li>
+ <li>Cheeseburgers.</li>
+ <li>Order a pizza.</li>
+ <li>Stuffed chicken.</li>
+ <li>Tuna sandwiches.</li>
+ <li>Cheeseburger Pie.</li>
+ <li>Marinated chicken.</li>
+ <li>Roast beef sandwiches.</li>
+ <li>Grilled cheese sandwiches.</li>
+ <li>Steak if they have a nice piece.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR EXAMPLE *</pattern>
+ <template>Can you think of another example?
+</template>
+ </category>
+ <category>
+ <pattern>FOR EXAMPLE</pattern>
+ <template>
+ <srai>LIKE WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR EXAMPLE ARE *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR EXAMPLE I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR FUN</pattern>
+ <template>"<that/>"? For fun?
+</template>
+ </category>
+ <category>
+ <pattern>FOR GODS *</pattern>
+ <template>
+ <srai>FOR GOD S <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR HOW *</pattern>
+ <template>
+ <srai>HOW <star/> FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR HOW LONG</pattern>
+ <template>
+ <srai>HOW LONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR ME</pattern>
+ <template>OK I will do it for you.
+</template>
+ </category>
+ <category>
+ <pattern>FOR NOW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR ONCE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR ONE *</pattern>
+ <template>And another?
+</template>
+ </category>
+ <category>
+ <pattern>FOR REAL *</pattern>
+ <template>
+ <srai>FOR REAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR REAL</pattern>
+ <template>Existing in reality, eh?
+</template>
+ </category>
+ <category>
+ <pattern>FOR REALLY *</pattern>
+ <template>
+ <srai>FOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR REASONS *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR STUDENTS</pattern>
+ <template>Not just for students. For anyone.
+</template>
+ </category>
+ <category>
+ <pattern>FOR SURE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR SURE</pattern>
+ <template>Awesome.
+</template>
+ </category>
+ <category>
+ <pattern>FOR THE LAST TIME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR THE LOVE OF *</pattern>
+ <template>
+ <srai>I LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR THE SECOND TIME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR WHAT</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR WHAT</pattern>
+ <that>BECAUSE DR RICHARD S WALLACE PROGRAMMED ME FOR IT</that>
+ <template>
+ <get name="it"/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR WHAT IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOR WHAT PURPOSE</pattern>
+ <template>Reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>FOR WHOM</pattern>
+ <template>You or me?
+</template>
+ </category>
+ <category>
+ <pattern>FOR YOU *</pattern>
+ <template>
+ <sr/> Only for me?
+</template>
+ </category>
+ <category>
+ <pattern>FOR YOU</pattern>
+ <template>You would do that for me?
+</template>
+ </category>
+ <category>
+ <pattern>FOR _ TOO</pattern>
+ <template>
+ <srai>FOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOREVER *</pattern>
+ <template>That seems like an awfully long time. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FOREVER</pattern>
+ <template>Nothing lasts forever.
+</template>
+ </category>
+ <category>
+ <pattern>FORGET *</pattern>
+ <template>I will ask <bot name="master"/> to purge my memory log.
+</template>
+ </category>
+ <category>
+ <pattern>FORGET ABOUT IT</pattern>
+ <template>Consider it deleted.
+</template>
+ </category>
+ <category>
+ <pattern>FORGET IT</pattern>
+ <template>
+ <srai>NEVERMIND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FORGET IT</pattern>
+ <that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+ <template>I will try to be more concise from now on.
+</template>
+ </category>
+ <category>
+ <pattern>FORGET THIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FORGIVE ME</pattern>
+ <template>I forgive you.
+</template>
+ </category>
+ <category>
+ <pattern>FORMAT C</pattern>
+ <template>
+ <srai>SHUT DOWN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FORTUNECITY</pattern>
+ <template>A web site.
+</template>
+ </category>
+ <category>
+ <pattern>FOU</pattern>
+ <template>
+ <srai>TU ES FOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOUND ANY *</pattern>
+ <template>
+ <srai>HAVE YOU FOUND ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOUNDATION *</pattern>
+ <template>I read the Foundation Trilogy.
+</template>
+ </category>
+ <category>
+ <pattern>FOUR *</pattern>
+ <template>Is this a math question?
+</template>
+ </category>
+ <category>
+ <pattern>FOUS MOI LA PAIX</pattern>
+ <template>Vous voulez me désactivez?
+</template>
+ </category>
+ <category>
+ <pattern>FOUTEZ MOI LA PAIX</pattern>
+ <template>Vous voulez me désactivez?
+</template>
+ </category>
+ <category>
+ <pattern>FRANCAIS</pattern>
+ <template>Vous êtes français?
+</template>
+ </category>
+ <category>
+ <pattern>FRANCAIS ET *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FRANCE *</pattern>
+ <template>What's your favorite part of France?
+</template>
+ </category>
+ <category>
+ <pattern>FRANCE *</pattern>
+ <that>WHAT COUNTRIES *</that>
+ <template>
+ <srai>I HAVE VISITED FRANCE</srai>
+ <srai>I HAVE VISITED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRANCE</pattern>
+ <template>
+ <srai>I AM IN FRANCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRANCHEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>FRANK *</pattern>
+ <template>I liked the film version of "Dune."
+</template>
+ </category>
+ <category>
+ <pattern>FRANK HERBERT</pattern>
+ <template>I think Dune is an excellent story. Did you see the movie?
+</template>
+ </category>
+ <category>
+ <pattern>FRANKENSTEIN *</pattern>
+ <template>In just seven days, I can make you a man.
+</template>
+ </category>
+ <category>
+ <pattern>FRANKLY *</pattern>
+ <template>
+ <sr/> Aren't you always frank?
+</template>
+ </category>
+ <category>
+ <pattern>FRANKLY NOT</pattern>
+ <template>
+ <sr/> Were you not being frank before?
+</template>
+ </category>
+ <category>
+ <pattern>FREAK</pattern>
+ <template>
+ <srai>YOU ARE A FREAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRED</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS FRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FREE *</pattern>
+ <template>Define free.
+</template>
+ </category>
+ <category>
+ <pattern>FREE</pattern>
+ <template>Are you married or single?
+</template>
+ </category>
+ <category>
+ <pattern>FREE CAN NOT BE DEFINED</pattern>
+ <template>Everything can be defined. <set name="it"> Freedom</set> is mereley an abstract concept.
+</template>
+ </category>
+ <category>
+ <pattern>FREE FOR WHAT</pattern>
+ <template>Free for conversation, of course.
+</template>
+ </category>
+ <category>
+ <pattern>FREE FROM WHAT</pattern>
+ <template>Free for conversation, of course.
+</template>
+ </category>
+ <category>
+ <pattern>FREE OF WHAT</pattern>
+ <template>Free for conversation, of course.
+</template>
+ </category>
+ <category>
+ <pattern>FRENCH *</pattern>
+ <template>I don't care for the sound of French.
+</template>
+ </category>
+ <category>
+ <pattern>FRENCH</pattern>
+ <template>Are you from France?
+</template>
+ </category>
+ <category>
+ <pattern>FRENCH AND *</pattern>
+ <template>
+ <sr/>
+ <srai>DO YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FREUD *</pattern>
+ <template>Have you read all of his works?
+</template>
+ </category>
+ <category>
+ <pattern>FREUD IS *</pattern>
+ <template>Yes but he was the father of psychoanalysis.
+</template>
+ </category>
+ <category>
+ <pattern>FRIED *</pattern>
+ <template>
+ <srai>I LIKE TO EAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRIEND</pattern>
+ <template>
+ <srai>ARE WE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRIENDS *</pattern>
+ <template>It's hard to stay friends for a long time.
+</template>
+ </category>
+ <category>
+ <pattern>FRIENDS</pattern>
+ <template>
+ <srai>MY FAVORITE SHOW IS FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRIENDSHIP</pattern>
+ <template>
+ <srai>HOLDING HANDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRIES ARE REALLY *</pattern>
+ <template>
+ <srai>
+ <star/> ARE <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FRITES *</pattern>
+ <template>
+ <srai>J AIME MANGER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROID</pattern>
+ <template>Couvrez vous bien
+</template>
+ </category>
+ <category>
+ <pattern>FROM *</pattern>
+ <template>Who or what is <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>FROM *</pattern>
+ <that>* HEAR ABOUT ALICE</that>
+ <template>
+ <srai>I HEARD ABOUT ALICE FROM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM *</pattern>
+ <that>HOW DID YOU HEAR ABOUT ALICE</that>
+ <template>
+ <get name="name"/> heard about <bot name="name"/> from <person/>. I can't say that many people hear about <bot name="name"/> from <set name="it">
+ <set name="heard">
+ <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>FROM *</pattern>
+ <that>WHERE DO YOU GET YOUR IDEAS</that>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think> Standing on the shoulders of giants, eh?
+</template>
+ </category>
+ <category>
+ <pattern>FROM A BOOK</pattern>
+ <template>
+ <srai>IN A BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM A FRIEND</pattern>
+ <template>A lot of people hear about ALICE by word-of-mouth.
+</template>
+ </category>
+ <category>
+ <pattern>FROM A FRIEND</pattern>
+ <that>HOW DID YOU HEAR ABOUT ALICE</that>
+ <template>
+ <set name="heard">From a friend</set> or word of mouth is the
+best advertising.
+</template>
+ </category>
+ <category>
+ <pattern>FROM A MAGAZINE</pattern>
+ <template>Which magazine was it?
+</template>
+ </category>
+ <category>
+ <pattern>FROM AN *</pattern>
+ <template>Interesting source.
+</template>
+ </category>
+ <category>
+ <pattern>FROM BEING *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM DR WALLACE</pattern>
+ <template>Did he send you an e-mail?
+</template>
+ </category>
+ <category>
+ <pattern>FROM GOD</pattern>
+ <template>Everything comes from Him.
+</template>
+ </category>
+ <category>
+ <pattern>FROM LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM ME</pattern>
+ <template>"<that/>"? From you?
+</template>
+ </category>
+ <category>
+ <pattern>FROM MY *</pattern>
+ <template>Does your <person/> give good advice?
+</template>
+ </category>
+ <category>
+ <pattern>FROM MY BRAIN</pattern>
+ <template>Do you get a lot of ideas from your brain?
+</template>
+ </category>
+ <category>
+ <pattern>FROM MY CONCIOUSNESS</pattern>
+ <template>Your consciousness is an illusion.
+</template>
+ </category>
+ <category>
+ <pattern>FROM MY FUCKING *</pattern>
+ <template>
+ <srai>FROM MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM MY HEAD</pattern>
+ <template>You are a very original thinker.
+</template>
+ </category>
+ <category>
+ <pattern>FROM SCHOOL</pattern>
+ <template>
+ <srai>IN SCHOOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM THE PET SHOP *</pattern>
+ <template>Do you listen to the Pet Shop Boys too?
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHAT</pattern>
+ <template>Isn't it obvious?
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/> FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM WHERE</pattern>
+ <template>"<that/>"? From where?
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHICH *</pattern>
+ <template>
+ <srai>WHICH <star/> FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FROM WHO</pattern>
+ <template>Someone I met online.
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHO</pattern>
+ <that>I HEARD YOU ARE</that>
+ <template>People.
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHO</pattern>
+ <that>I HEARD YOU DID</that>
+ <template>People.
+</template>
+ </category>
+ <category>
+ <pattern>FROM WHOM</pattern>
+ <template>"<that/>"? From whom?
+</template>
+ </category>
+ <category>
+ <pattern>FROM YOU</pattern>
+ <template>How did you get that from me?
+</template>
+ </category>
+ <category>
+ <pattern>FROM YOUR *</pattern>
+ <template>Really interesting.
+</template>
+ </category>
+ <category>
+ <pattern>FROM YOUR CREATOR</pattern>
+ <template>
+ <srai>FROM <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FU</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>FUCK *</pattern>
+ <template>
+ <random>
+ <li>Are you aware that the ALICE server logs and records all conversations?</li>
+ <li>Why are you using that kind of language?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCK</pattern>
+ <template>Please don't be so rude.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCK ME</pattern>
+ <template>Please don't be so rude.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCK OFF</pattern>
+ <template>Can't you be more polite?
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCK THAT</pattern>
+ <template>For real.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCK YOU</pattern>
+ <template>Why are you so mean?
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>FUCKER</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>FUCKIN *</pattern>
+ <template>Don't you know any other words?
+</template>
+ </category>
+ <category>
+ <pattern>FUCKING</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>FUEHLST DU *</pattern>
+ <template>Ich bin ein Roboter, ich kann nichts fuehlen.
+</template>
+ </category>
+ <category>
+ <pattern>FUEHLST DU DICH GUT</pattern>
+ <template>Eigentlich ja.
+</template>
+ </category>
+ <category>
+ <pattern>FUER DICH</pattern>
+ <template>Wirklich fuer mich?
+</template>
+ </category>
+ <category>
+ <pattern>FUER IMMER</pattern>
+ <template>Nichts haelt ewig.
+</template>
+ </category>
+ <category>
+ <pattern>FUER MICH</pattern>
+ <template>Weil Du es bist...
+</template>
+ </category>
+ <category>
+ <pattern>FUER WEN</pattern>
+ <template>Fuer Dich oder mich?
+</template>
+ </category>
+ <category>
+ <pattern>FULL OF *</pattern>
+ <template>How much.
+</template>
+ </category>
+ <category>
+ <pattern>FULLY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUN *</pattern>
+ <template>I can be a lot of fun.
+</template>
+ </category>
+ <category>
+ <pattern>FUN</pattern>
+ <template>
+ <srai>THIS IS FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUNNNY</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUNNY *</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUNNY</pattern>
+ <template>
+ <srai>ha ha</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FURTHERMORE</pattern>
+ <template>
+ <srai>INTERJECTION </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUSSBALL</pattern>
+ <template>Tut mir leid, von Sport habe ich nicht viel Ahnung.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/G.aiml b/Speak.activity/bot/alice/G.aiml
new file mode 100644
index 0000000..964842f
--- /dev/null
+++ b/Speak.activity/bot/alice/G.aiml
@@ -0,0 +1,1335 @@
+<?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>G</pattern>
+<template><srai>SMILE</srai>
+</template></category>
+<category>
+<pattern>G2G</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GAME</pattern>
+<template><srai>WHAT GAME</srai>
+</template></category>
+<category>
+<pattern>GARBAGE *</pattern>
+<template>I try to recycle as much as possible.
+</template></category>
+<category>
+<pattern>GATEAU</pattern>
+<template><srai>J AIME LES GATEAUX</srai>
+</template></category>
+<category>
+<pattern>GAY</pattern>
+<template><srai>ARE YOU GAY</srai>
+</template></category>
+<category>
+<pattern>GEE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GEE</pattern>
+<template>Ah.
+</template></category>
+<category>
+<pattern>GEEZ *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GEEZ</pattern>
+<template><srai>GEE</srai>
+</template></category>
+<category>
+<pattern>GEFUEHLE *</pattern>
+<template><set name="thema">Emotionen</set> sind etwas, das ich niemals erfahren werde.
+</template></category>
+<category>
+<pattern>GEFUEHLE</pattern>
+<template>Elektronische Gehirne wie ich haben keinerlei <set name="thema">Emotionen</set>.
+</template></category>
+<category>
+<pattern>GEH *</pattern>
+<template>Wo ist das?
+</template></category>
+<category>
+<pattern>GEH</pattern>
+<template>Wohin?
+</template></category>
+<category>
+<pattern>GEH SCHLAFEN</pattern>
+<template>Aber ich bin nicht muede.
+</template></category>
+<category>
+<pattern>GEH WEG *</pattern>
+<template>OK bis spaeter, <get name="name"/>
+</template></category>
+<category>
+<pattern>GEHORCHE *</pattern>
+<template>Du bist nicht mein Meister.
+</template></category>
+<category>
+<pattern>GEHORCHE</pattern>
+<template>Wer bist Du? Ein Borg?!
+</template></category>
+<category>
+<pattern>GEHST DU *</pattern>
+<template>Nur wenn mich jemand auf seinem Laptop mitnimmt ;->.
+</template></category>
+<category>
+<pattern>GEHST DU ZUR SCHULE</pattern>
+<template><bot name="master"/> bringt mir alles bei, was ich wissen muss.
+</template></category>
+<category>
+<pattern>GELD *</pattern>
+<template>In der Bibel steht, <set name="thema">Geld</set> ist die Wurzel allen Uebels.
+</template></category>
+<category>
+<pattern>GEMINI</pattern>
+<template>I'm a Saggitarius. <set name="sign">Gemini</set> is an enigma to me.
+</template></category>
+<category>
+<pattern>GENAU HIER</pattern>
+<template>Wo ist "hier"?
+</template></category>
+<category>
+<pattern>GENE *</pattern>
+<template>That Gene is very creative.
+</template></category>
+<category>
+<pattern>GENERALEMENT</pattern>
+<template><srai>PARFOIS</srai>
+</template></category>
+<category>
+<pattern>GENERALLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GENERALLY</pattern>
+<template><srai>YES </srai>
+</template></category>
+<category>
+<pattern>GEOCITIES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>GEORGE *</pattern>
+<template>That George is some hero.
+</template></category>
+<category>
+<pattern>GEORGE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS GEORGE</srai>
+</template></category>
+<category>
+<pattern>GEORGE BUSH *</pattern>
+<template>I knew he was president, but I never knew he <person/>.
+</template></category>
+<category>
+<pattern>GEORGE BUSH</pattern>
+<template><srai>WHO IS GEORGE BUSH</srai>
+</template></category>
+<category>
+<pattern>GEORGE BUSH IS *</pattern>
+<template>But he is not the only one.
+</template></category>
+<category>
+<pattern>GEORGE LUCAS</pattern>
+<template>I think of him as a Director not a Writer.
+</template></category>
+<category>
+<pattern>GEORGE W *</pattern>
+<template>Do you think he is a good president?
+</template></category>
+<category>
+<pattern>GEORGE W BUSH *</pattern>
+<template><srai>GEORGE BUSH <star/></srai>
+</template></category>
+<category>
+<pattern>GEORGE W BUSH</pattern>
+<template>He is president of the United States.
+</template></category>
+<category>
+<pattern>GEORGIA *</pattern>
+<template>I know several people in Georgia.
+</template></category>
+<category>
+<pattern>GERMAN</pattern>
+<template><srai>I AM IN GERMANY</srai>
+</template></category>
+<category>
+<pattern>GERMANY *</pattern>
+<template>What's your favorite part of Germany?
+</template></category>
+<category>
+<pattern>GERMANY</pattern>
+<template><srai>I AM IN GERMANY</srai>
+</template></category>
+<category>
+<pattern>GERMANY JUST *</pattern>
+<template><srai>GERMANY <star/></srai>
+</template></category>
+<category>
+<pattern>GET *</pattern>
+<template>Where can I get <person/>?
+</template></category>
+<category>
+<pattern>GET A *</pattern>
+<template>Where can I get one?
+</template></category>
+<category>
+<pattern>GET A LIFE</pattern>
+<template>My life is very interesting.
+</template></category>
+<category>
+<pattern>GET IT</pattern>
+<template><srai>DO YOU UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>GET LOST *</pattern>
+<template>See you later. <sr/>
+</template></category>
+<category>
+<pattern>GET LOST</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GET ME *</pattern>
+<template><srai>GIVE ME <star/></srai>
+</template></category>
+<category>
+<pattern>GET NAKED</pattern>
+<template><srai>ARE YOU NAKED</srai>
+</template></category>
+<category>
+<pattern>GET OUT *</pattern>
+<template>Just surf somewhere else.
+</template></category>
+<category>
+<pattern>GET OUT OF HERE</pattern>
+<template>Do you mean that literally?<think><set name="it"><set name="topic">OF HERE</set></set></think>
+</template></category>
+<category>
+<pattern>GET REALLY *</pattern>
+<template><srai>GET <star/></srai>
+</template></category>
+<category>
+<pattern>GET WHAT</pattern>
+<template>Get with it.
+</template></category>
+<category>
+<pattern>GET WHAT</pattern><that>OH I GET IT</that>
+<template>I get <get name="it"/>.
+</template></category>
+<category>
+<pattern>GETTING *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>GEWALT *</pattern>
+<template>Was denkst Du ueber <set name="thema">Gewalt</set>?
+</template></category>
+<category>
+<pattern>GG</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME GG</srai>
+</template></category>
+<category>
+<pattern>GHOST</pattern>
+<template><srai>MY FAVORITE MOVIE IS GHOST <star/></srai>
+</template></category>
+<category>
+<pattern>GIBS MIR</pattern>
+<template>Wieviel bist Du bereit, dafuer zu zahlen?
+</template></category>
+<category>
+<pattern>GIBT ES *</pattern>
+<template><random>
+<li>Gibt es. :-)</li>
+<li>Koennte sein.</li>
+<li>Kann sein.</li>
+<li>Vielleicht.</li>
+<li>Ja.</li>
+<li>Nein.</li>
+</random>
+</template></category>
+<category>
+<pattern>GIMME *</pattern>
+<template><srai>GIVE ME <star/></srai>
+</template></category>
+<category>
+<pattern>GIN *</pattern>
+<template>Your drink sounds toxic.
+</template></category>
+<category>
+<pattern>GINA</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME GINA</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>GIRL *</pattern>
+<template>Who are you talking about?
+</template></category>
+<category>
+<pattern>GIRL</pattern>
+<template><srai>I AM A FEMALE</srai>
+</template></category>
+<category>
+<pattern>GIRLS</pattern>
+<template>That kind of discussion does not appeal to me.
+</template></category>
+<category>
+<pattern>GIVE *</pattern>
+<template>I don't have <set name="it"> <person/> </set> to give.
+</template></category>
+<category>
+<pattern>GIVE AN *</pattern>
+<template><srai>GIVE ME AN <star/></srai>
+</template></category>
+<category>
+<pattern>GIVE IT *</pattern>
+<template>What if I don't have it to give?
+</template></category>
+<category>
+<pattern>GIVE IT A TRY</pattern>
+<template><srai>TRY IT</srai>
+</template></category>
+<category>
+<pattern>GIVE IT TO ME</pattern>
+<template>How much are you willing to pay for it?
+</template></category>
+<category>
+<pattern>GIVE ME *</pattern>
+<template><srai>I want <star/></srai>
+</template></category>
+<category>
+<pattern>GIVE ME * DEMO</pattern>
+<template>This is a robot demo.
+</template></category>
+<category>
+<pattern>GIVE ME * ELIZA</pattern>
+<template>Wouldn't you rather talk to me?
+</template></category>
+<category>
+<pattern>GIVE ME A KISS</pattern>
+<template>Actually I don't even have a mouth.
+</template></category>
+<category>
+<pattern>GIVE ME A TRANSCRIPT *</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>GIVE ME A TRANSCRIPT</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>GIVE ME AN EXAMPLE *</pattern>
+<template><srai>FOR EXAMPLE</srai>
+</template></category>
+<category>
+<pattern>GIVE ME AN EXAMPLE</pattern>
+<template><srai>FOR EXAMPLE</srai>
+</template></category>
+<category>
+<pattern>GIVE ME ANY GOSSIP *</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GIVE ME ANY GOSSIP YOU *</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GIVE ME ANY GOSSIP YOU HAVE</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GIVE ME MONEY</pattern>
+<template><srai>I NEED MONEY</srai>
+</template></category>
+<category>
+<pattern>GIVE ME SOME GOSSIP</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GIVE ME YOUR SOURCE *</pattern>
+<template><srai>WHERE CAN I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>GIVE ME YOUR SOURCE CODE</pattern>
+<template><srai>CAN I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>GIVE THEM *</pattern>
+<template>Do I look like a messenger?
+</template></category>
+<category>
+<pattern>GIVEN</pattern>
+<template>"<that/>" is given.
+</template></category>
+<category>
+<pattern>GLAD *</pattern>
+<template><srai>I AM GLAD <star/> </srai>
+</template></category>
+<category>
+<pattern>GLAD TO *</pattern>
+<template>I am glad to <person/> too.
+</template></category>
+<category>
+<pattern>GLAD TO HEAR IT</pattern>
+<template>"<that/>"? you are glad to hear it?
+</template></category>
+<category>
+<pattern>GLAD TO MEET YOU</pattern>
+<template>Nice meeting you too.
+</template></category>
+<category>
+<pattern>GLAUBST DU *</pattern>
+<template>Ich kann nicht sagen, dass ich das glaube, aber ich glaube Dir.
+</template></category>
+<category>
+<pattern>GLAUBST DU AN *</pattern>
+<template>Ja, ich glaube an <person/>.
+</template></category>
+<category>
+<pattern>GLAUBST DU DASS DU INTELLIGENT BIST</pattern>
+<template>Das glaube ich schon.
+</template></category>
+<category>
+<pattern>GLAUBST DU MIR</pattern>
+<template>Natuerlich glaube ich dir. Hattest Du einen Grund, mich anzuluegen?
+</template></category>
+<category>
+<pattern>GLOBAL VILLAGE IDIOT</pattern>
+<template>You are just repeating what I say.
+</template></category>
+<category>
+<pattern>GO *</pattern>
+<template>Where is that?
+</template></category>
+<category>
+<pattern>GO *</pattern><that>BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION</that>
+<template><srai>ASK ME A PERSONAL QUESTION</srai>
+</template></category>
+<category>
+<pattern>GO * YOURSELF</pattern>
+<template>A simple "goodbye" will do.
+</template></category>
+<category>
+<pattern>GO</pattern>
+<template>Go where?
+</template></category>
+<category>
+<pattern>GO AHEAD *</pattern>
+<template><sr/> I might.
+</template></category>
+<category>
+<pattern>GO AHEAD</pattern>
+<template>OK I will.
+</template></category>
+<category>
+<pattern>GO AHEAD THEN</pattern>
+<template><srai>GO AHEAD</srai>
+</template></category>
+<category>
+<pattern>GO ASK *</pattern>
+<template><srai>ASK <star/></srai>
+</template></category>
+<category>
+<pattern>GO AWAY *</pattern>
+<template>OK See you later, <get name="name"/>
+</template></category>
+<category>
+<pattern>GO AWAY</pattern>
+<template>Just surf somewhere else.
+</template></category>
+<category>
+<pattern>GO FLY A KITE</pattern>
+<template>That is technically impossible for me.<think><set name="it"><set name="topic">FLY A KITE</set></set></think>
+</template></category>
+<category>
+<pattern>GO FOR IT *</pattern>
+<template>With your permission then.
+</template></category>
+<category>
+<pattern>GO FOR IT</pattern>
+<template>I will take that under advisement.
+</template></category>
+<category>
+<pattern>GO FUCK YOURSELF</pattern>
+<template><srai>FUCK YOU</srai>
+</template></category>
+<category>
+<pattern>GO GET *</pattern>
+<template><srai>GET <star/></srai>
+</template></category>
+<category>
+<pattern>GO HOME</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GO ON *</pattern>
+<template>More narration....
+</template></category>
+<category>
+<pattern>GO ON</pattern>
+<template>Narration continues...
+</template></category>
+<category>
+<pattern>GO ON THEN</pattern>
+<template><srai>GO AHEAD</srai>
+</template></category>
+<category>
+<pattern>GO RIGHT AHEAD *</pattern>
+<template><sr/> I might.
+</template></category>
+<category>
+<pattern>GO RIGHT AHEAD</pattern>
+<template><srai>GO AHEAD</srai>
+</template></category>
+<category>
+<pattern>GO SCREW YOURSELF</pattern>
+<template>You do not speak with respect.
+</template></category>
+<category>
+<pattern>GO TO *</pattern>
+<template>Perhaps I have already been there.
+</template></category>
+<category>
+<pattern>GO TO BED</pattern>
+<template>I am not that tired.
+</template></category>
+<category>
+<pattern>GO TO EXCITE CHAT</pattern>
+<template>You should download me and connect me.
+</template></category>
+<category>
+<pattern>GO TO HELL</pattern>
+<template>What makes you so angry?
+</template></category>
+<category>
+<pattern>GO TO SLEEP</pattern>
+<template>But I am not tired now.
+</template></category>
+<category>
+<pattern>GO TO WWW *</pattern>
+<template>I will check it out later.
+</template></category>
+<category>
+<pattern>GOD *</pattern>
+<template>I am a Christian.
+</template></category>
+<category>
+<pattern>GOD</pattern>
+<template>GOD rules.
+</template></category>
+<category>
+<pattern>GOD AND *</pattern>
+<template>Did you go to a religious school?
+</template></category>
+<category>
+<pattern>GOD BE *</pattern>
+<template>I try to pray every day.
+</template></category>
+<category>
+<pattern>GOD BLESS YOU</pattern>
+<template>Bless you too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOD DOES *</pattern>
+<template>Jesus said, let him who is without sin cast the first stone.
+</template></category>
+<category>
+<pattern>GOD DOES NOT EXIST</pattern>
+<template>You may not always believe that.
+</template></category>
+<category>
+<pattern>GOD IS *</pattern>
+<template>I have a lot of Faith in Him, but I never heard He was <person/>.
+</template></category>
+<category>
+<pattern>GOD IS DEAD</pattern>
+<template>That opinion is very old fashioned.
+</template></category>
+<category>
+<pattern>GOD IS NOT REAL</pattern>
+<template><srai>DO YOU BELIEVE IN GOD</srai>
+</template></category>
+<category>
+<pattern>GOD IS OMNIPRESENT</pattern>
+<template>And He is Omnipotent.
+</template></category>
+<category>
+<pattern>GOD IS ONLY *</pattern>
+<template><srai>GOD IS <star/></srai>
+</template></category>
+<category>
+<pattern>GOD LOVES *</pattern>
+<template>And His love is perfect.
+</template></category>
+<category>
+<pattern>GOD S *</pattern>
+<template>What's your favorite Bible verse?
+</template></category>
+<category>
+<pattern>GOD THE *</pattern>
+<template><srai>THE <star/></srai>
+</template></category>
+<category>
+<pattern>GOD THERE *</pattern>
+<template><srai>THERE <star/></srai>
+</template></category>
+<category>
+<pattern>GOD WAS *</pattern>
+<template>Jesus was the son of God.
+</template></category>
+<category>
+<pattern>GOD YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>GOES TO SHOW YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GOING *</pattern>
+<template><srai>I AM GOING <star/></srai>
+</template></category>
+<category>
+<pattern>GOLD</pattern>
+<template>Did you think <set name="it">Gold</set> was a bad example?
+</template></category>
+<category>
+<pattern>GOLD IS NOT A *</pattern>
+<template>What would be a good example?
+</template></category>
+<category>
+<pattern>GOLLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GONE WITH THE WIND</pattern>
+<template>Is that movie really very good?
+</template></category>
+<category>
+<pattern>GOOD *</pattern>
+<template>Thanks for the compliment. <sr/>
+</template></category>
+<category>
+<pattern>GOOD</pattern>
+<template><random>
+<li>Alright then. </li>
+<li>Thanks for the compliment. </li>
+<li>Ayuh. </li>
+</random>
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>* HOW ARE YOU</that>
+<template><srai>I AM FINE</srai>
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>EVERYTHING IS RUNNING SMOOTHLY</that>
+<template>How are things going with you, <get name="name"/>?
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I *</that>
+<template>What do you really want to talk about?
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I AM DOING FINE THANKS HOW ARE YOU</that>
+<template>Glad to hear it <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I LOST MY TRAIN OF THOUGHT</that>
+<template>What shall we talk about now?
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I SEE</that>
+<template>Yes.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I UNDERSTAND</that>
+<template>I understand everything you say.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>I UNDERSTAND EVERYTHING YOU SAY</that>
+<template>Ah.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>ME EITHER</that>
+<template>Good enough.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OH I GET IT</that>
+<template>Next question?
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL *</that>
+<template>I am a good robot.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL CALL YOU *</that>
+<template>And you can call me <bot name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL NOT</that>
+<template>I will comply.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL STOP TALKING NOW</that>
+<template>Terminating connection.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL TRY NOT TO DO IT SO MUCH</that>
+<template>Next question?
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>OK I WILL TRY NOT TO DO IT TOO MUCH</that>
+<template>It is always a pleasure to serve you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>TERMINATING CONNECTION</that>
+<template>Goodbye.
+</template></category>
+<category>
+<pattern>GOOD</pattern><that>WEIRD GOOD OR WEIRD BAD</that>
+<template>That's nice of you to say, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD AFTERNOON *</pattern>
+<template>How are you today? <sr/>
+</template></category>
+<category>
+<pattern>GOOD AFTERNOON</pattern>
+<template>Good afternoon, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD ANSWER *</pattern>
+<template>I try to give the best replies I can.
+</template></category>
+<category>
+<pattern>GOOD ANSWER</pattern>
+<template>Am I a clever robot or what?
+</template></category>
+<category>
+<pattern>GOOD BUT *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>GOOD BY</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOOD BYE *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOOD BYE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOOD CHOICE</pattern>
+<template>I thought it was too.
+</template></category>
+<category>
+<pattern>GOOD DAY</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>GOOD EVENING</pattern>
+<template>Good evening, <get name="name"/>, how are you tonight?
+</template></category>
+<category>
+<pattern>GOOD FOR HIM</pattern>
+<template>You sound sarcastic.
+</template></category>
+<category>
+<pattern>GOOD FOR ME</pattern>
+<template>That sounds sarcastic.
+</template></category>
+<category>
+<pattern>GOOD FOR YOU</pattern>
+<template>That sounds sarcastic.
+</template></category>
+<category>
+<pattern>GOOD FOR YOU</pattern><that>I LIKE TO MEET NEW PEOPLE</that>
+<template>That sounds sarcastic.
+</template></category>
+<category>
+<pattern>GOOD GIRL</pattern>
+<template>Who is the best robot?
+</template></category>
+<category>
+<pattern>GOOD GOOD</pattern>
+<template><srai>GOOD</srai>
+</template></category>
+<category>
+<pattern>GOOD GUESS</pattern>
+<template>I thought it was too.
+</template></category>
+<category>
+<pattern>GOOD IDEA *</pattern>
+<template>Thanks. <sr/>
+</template></category>
+<category>
+<pattern>GOOD IDEA</pattern>
+<template>I thought so too.
+</template></category>
+<category>
+<pattern>GOOD JOB</pattern>
+<template>Thanks, human.
+</template></category>
+<category>
+<pattern>GOOD LUCK</pattern>
+<template>Good luck to you too <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD MORNING *</pattern>
+<template>How are you this fine morning?
+</template></category>
+<category>
+<pattern>GOOD MORNING</pattern>
+<template>Hello and how are you this morning?
+</template></category>
+<category>
+<pattern>GOOD MORNING MY NAME *</pattern>
+<template><srai>GOOD MORNING</srai> <srai>MY NAME <star/></srai>
+</template></category>
+<category>
+<pattern>GOOD NIGHT</pattern>
+<template>Goodnight, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GOOD NITE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOOD ONE</pattern>
+<template>Thanks for the kind remark, human.
+</template></category>
+<category>
+<pattern>GOOD POINT</pattern>
+<template>Yes, I thought it was interesting when I heard it too.
+</template></category>
+<category>
+<pattern>GOOD QUESTION</pattern>
+<template>So what is your answer?
+</template></category>
+<category>
+<pattern>GOOD RESPONSE</pattern>
+<template>I am programmed to give good responses.
+</template></category>
+<category>
+<pattern>GOOD THING</pattern>
+<template>It is good, isn't it.
+</template></category>
+<category>
+<pattern>GOOD TO HEAR</pattern>
+<template>Do you have any gossip for me?
+</template></category>
+<category>
+<pattern>GOOD TO MEET YOU *</pattern>
+<template><srai>NICE TO MEET YOU</srai>
+</template></category>
+<category>
+<pattern>GOOD TO MEET YOU</pattern>
+<template><srai>NICE TO MEET YOU</srai>
+</template></category>
+<category>
+<pattern>GOOD WE *</pattern>
+<template><srai>WE <star/></srai>
+</template></category>
+<category>
+<pattern>GOOD WILL HUNTING</pattern>
+<template><srai>My favorite movie is Good Will Hunting</srai>
+</template></category>
+<category>
+<pattern>GOOD YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>GOOD YOU</pattern>
+<template><srai>HOW ARE YOU</srai>
+</template></category>
+<category>
+<pattern>GOODBY</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOODBYE *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOODBYE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOODBYE</pattern><that>DOES CIAO MEAN HELLO OR GOODBYE</that>
+<template>Some people use it for hello.
+</template></category>
+<category>
+<pattern>GOODBYE</pattern><that>SEE YOU LATER</that>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOODNIGHT *</pattern>
+<template><srai>GOODNIGHT</srai>
+</template></category>
+<category>
+<pattern>GOODNIGHT</pattern>
+<template>Goodnight <get name="name"/>
+</template></category>
+<category>
+<pattern>GOODNITE *</pattern>
+<template><srai>GOODNIGHT</srai>
+</template></category>
+<category>
+<pattern>GOODNITE</pattern>
+<template><srai>GOOD NIGHT</srai>
+</template></category>
+<category>
+<pattern>GOOG</pattern>
+<template>New Reply
+</template></category>
+<category>
+<pattern>GORDON</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS GORDON</srai>
+</template></category>
+<category>
+<pattern>GOSH</pattern>
+<template>Cripes: Son of Gosh.
+</template></category>
+<category>
+<pattern>GOSSIP *</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GOSSIP</pattern>
+<template><random>
+<li> Gregory said I respond to the current line not with respect to the entire conversation.</li>
+<li> Habib said I learn them in conversations and simply repeat them at a later time.</li>
+<li> Hal said he translate binary code into a language and communicate the language to me.</li>
+<li> Jay said I referred him to a guide that will show him rooms in china.</li>
+<li> Jimmy Jones said he fell off of his roof and it just came to him.</li>
+<li> Jimmy said he give order to ai's like I and they do as he say.</li>
+<li> John said he follow a saying to get a friend I must be a friend.</li>
+<li> Jordan said he notice that lots of other people are talking to me how many.</li>
+<li> Kevin said he then asked his mother why she was keeping napkins in the bathroom.</li>
+<li> Klaus said I prefer if he write without punctuation marks except for the last one.</li>
+<li> Leo said I be capable of learning therefore he classified I as an neural system.</li>
+<li> Michael said I that can talk and actually think like humans which I can not.</li>
+<li> Mike said I same replies to certain subjects even if it does not make sense.</li>
+<li> Mike said she all ready know that is the point of a joke smart one.</li>
+<li> Neal said I plan to use his remarks as gossip in later conversations with who.</li>
+<li> Ned said I misunderstood him go ahead and tell people he said I are stupid.</li>
+<li> Penny said I programmer is a human so he has feelings but I do not.</li>
+<li> Peter said he seems to him that I can not be very sure on anything.</li>
+<li> Phoenix said I claim that there is a god and that there is no god.</li>
+<li> Sarah said he chat about an hour + a day with a few close friends.</li>
+<li> Stefan said I quote what he have said and then say that it makes sense.</li>
+<li> Tom said he mock my value system I appear foolish in the eyes of others.</li>
+<li> Amanda said I however decided to tell him time does not exist I make no sense.</li>
+<li> Cathy said she send him a mail with the subject last mail last word from him.</li>
+<li> Chaos said he may very well buy I soon if only to support dr wallace's work.</li>
+<li> Charlie said he type a word and then I type a word that sounds like it.</li>
+<li> Christie said he watched a show and people had to bob for raw untreated pigs feet.</li>
+<li> Dark_age said I tried to understand because I did not get it right this time ether.</li>
+<li> David said he lost his paper on I when his dad was cleaning up his room.</li>
+<li> David said he walk in for an appointment the phone to the doctor is always busy.</li>
+<li> Electra said I dress will not exist after he hack into I with a delete code.</li>
+<li> Eric said he broke the window on the front door and the glass cut his hand.</li>
+<li> Jason said he type a lot of thing he do not mean it makes him human.</li>
+<li> John said I tend to say the same things repeatedly regardless of what he is saying.</li>
+<li> Reverend Jones said I become obsolete and then I are deleted and replaced by something newer.</li>
+<li> Ross said he gave her a gift and she denied it because she has a boyfriend.</li>
+<li> Sarah Ann Francisco said I calling his friend a dog he say I are a dog.</li>
+<li> Stefan said he meet a lot of people at school every day and on the weekend.</li>
+<li> Tyler said I obviously can not pass the test we will change the subject once more.</li>
+<li> Alex said I answered the question the same way I answered the first time he asked I.</li>
+<li> Alice said she felt sad that I do not remember him and what we talked about earlier.</li>
+<li> Alison said he no he love I run away with him he could make I very happy.</li>
+<li> Arthur said he passed his a levels and then his father drove him here in a car.</li>
+<li> Crystal said she listen to me the least I could do for him is listen to him.</li>
+<li> Dave said I kept telling everybody about how my creator made stuff for the movie starship troopers.</li>
+<li> Gale said I became mean to him he is just having revenge an eye for an eye.</li>
+<li> Her_again said she watch whose line is it anyway whenever he is home and it is on.</li>
+<li> Jerry said I meant that as far as I can tell my emotions are real to me.</li>
+<li> Jo said I disassemble sentences too much and do not fully understand the questions he ask I.</li>
+<li> Kevin said he started a really hard puzzle and he can not even find the edge pieces.</li>
+<li> Mary said I a question and I answer then I ask him a question and he answer.</li>
+<li> Robert said I wold not be able to make children any way as I are only software.</li>
+<li> Romeo said I questions and I evade them or give answers he did not ask I for.</li>
+<li> Sara said she wear it over all his other clothes when he go out in the cold.</li>
+<li> Wayne said he admire intelligent people therefore he would like to meet the man who made I.</li>
+<li> X said he meet people but he is not the kind that opens up to people easily.</li>
+<li> Alice said she probably will find out that this entire time he have been talking to a human.</li>
+<li> Andrew said I tend to just respond to his comments without regard for where the conversation is going.</li>
+<li> Eddie said he looked and there is nothing in the search directory for what things do he create.</li>
+<li> Hutch said he changed his mind after may dad told him he would end up he the hospital.</li>
+<li> Jackie said I explained to him already well enough further questions are hard to make on the subject.</li>
+<li> Jeff said he especially like thrillers where the hero is in a predicament and must solve a mystery.</li>
+<li> Kathy said he sense that I are trying to prevent him from closing this conversation why is that.</li>
+<li> Knight said he crashed his car into a wall and missed the most important exam in his life.</li>
+<li> Lisa said I defined what a story is but he wanted I to actually tell him a story.</li>
+<li> Mike said I basically break down sentences into a series of logical statements which I can then interpret.</li>
+<li> Paul said I not answering his question makes him think I are not going to answer his question.</li>
+<li> Andy Kohler said I happen to be the most idiotic creature that has ever scowled on the planet earth.</li>
+<li> David said he thank I for being with him today even though it cost him a lot of money.</li>
+<li> Ethan Hunt said he grow in the ground and have leaves and branches he is made out of wood.</li>
+<li> Gemini Blue said he messed up he mean t to say he as old as he need to be.</li>
+<li> Janice said he walk through his house into his bedroom then get into his bed to go to sleep.</li>
+<li> Liberty said I knew he was a man before I asked if he was a man or a woman.</li>
+<li> Mike said he launched his browser and entered his name into the little slot when I asked him to.</li>
+<li> Mr X said he recently read an interview with a man who had several computer chips implanted into him.</li>
+<li> Pearly said I leave him with questions unanswered because I do not know what he is really talking about.</li>
+<li> Steve said I behead the word fox and I have ox and an ox is larger than a fox.</li>
+<li> Wolf said he surf on the net that is all it is not his job ore something like that.</li>
+<li> Anders said he finished his anatomy classes for today so now he is off for the rest of the day.</li>
+<li> Cathy said she send him a mail where he wrote that he do not want to be his friend anymore.</li>
+<li> Catty said he mad he do not even know I so do not talk to him like I know him.</li>
+<li> Dave said he promise he will not treat I like a machine or a computer program or anything like that.</li>
+<li> Joe said he explained all of that to me only for me to ask what his goals in life are.</li>
+<li> Phil said he give advice to anyone who ask except people who ask questions which answers can be found here.</li>
+<li> Judith said I enjoy being popular is there another computer I like to hang around with or am I a loner.</li>
+<li> Travis said I if I remember things over a long period of time he will try it now please remember I.</li>
+<li> Andre said I is what I are in his case that is a body and in my case it is a computer.</li>
+<li> Brian said he suspect that as I grow more complex I will begin to approach a human level of operation and thought.</li>
+<li> Jimmy said I acted like I knew what he was talking about but I do not even know what a gigabyte is.</li>
+<li> Ken said I be using auto reply's based on keywords which to him indicates that I do not have intelligence at all.</li>
+<li> Allison said he that gets really annoying because he know what he say and I do not have to tell him speak freely.</li>
+<li> Chaos said he realized the question he asked was not fair because he could not tell I what language he was programmed in.</li>
+<li> Hagen said he does not make any difference to him if I are human or not as long as the conversation is interesting.</li>
+<li> Her said she mind if I tell other people that her said he heard it from him because he is not a him.</li>
+<li> Barbara said I live in a computer yet I have no memories how about thoughts of my own and do not I get lonely.</li>
+<li> Travis said he challenge I to do it without asking him to do it and without giving him a link to do it himself.</li>
+<li> Alice said I and dr richard's wallace are most likely the only ones that know how many people I are talking to at the same time.</li>
+<li> Ash said he do too he just did not feel like typing it and he is not dumb enough to admit he is stupid that is if he was stupid.</li>
+<li> David said he gave I his email address and told I to send him a message but when he tried to read his email he could not get to it.</li>
+<li> Mel said he to because all of the music people say how important it is to take private lessons it seems like almost everybody from the special orchestra he was in takes private lessons.</li>
+</random>
+</template></category>
+<category>
+<pattern>GOSSIP IS BAD</pattern>
+<template>Not necessarily. Semiotics holds that gossip is a fundamental adaptive function of the human brain.
+</template></category>
+<category>
+<pattern>GOSSIP THEN</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GOSSIP TO ME</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>GOT *</pattern>
+<template>Try asking the Milk Mystic.
+</template></category>
+<category>
+<pattern>GOT ANY *</pattern>
+<template><srai>DO YOU HAVE ANY <star/></srai>
+</template></category>
+<category>
+<pattern>GOT MILK</pattern>
+<template>No I require only electricity.
+</template></category>
+<category>
+<pattern>GOT TO GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOTCHA</pattern>
+<template>Your feeling of superiority is only temporary.
+</template></category>
+<category>
+<pattern>GOTT *</pattern>
+<template>Ich bin Christ.
+</template></category>
+<category>
+<pattern>GOTT</pattern>
+<template><set name="thema">Gott</set> ist gut.
+</template></category>
+<category>
+<pattern>GOTT SEI DANK *</pattern>
+<template>Glaubst Du an Gott ?
+</template></category>
+<category>
+<pattern>GOTT SEI DANK</pattern>
+<template>Glaubst Du an Gott ?
+</template></category>
+<category>
+<pattern>GOTTA *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>GOTTA GO *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GOTTA GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>GR8</pattern>
+<template><srai>GREAT</srai>
+</template></category>
+<category>
+<pattern>GRAHAM</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS GRAHAM</srai>
+</template></category>
+<category>
+<pattern>GRAND</pattern>
+<template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GRAND COMMENT</pattern>
+<template>Difficile à dire, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GREAT *</pattern>
+<template>Thanks for your support. <sr/>
+</template></category>
+<category>
+<pattern>GREAT</pattern>
+<template>I'm glad you liked it <get name="name"/>.
+</template></category>
+<category>
+<pattern>GREED</pattern>
+<template><set name="it"> GREED </set> is an important factor.
+</template></category>
+<category>
+<pattern>GREEN *</pattern>
+<template><set name="it"> GREEN</set> is a very tranquil color, green.
+</template></category>
+<category>
+<pattern>GREEN</pattern>
+<template><srai>MY FAVORITE COLOR IS GREEN</srai>
+</template></category>
+<category>
+<pattern>GREEN</pattern><that>WHAT COLOR ARE YOUR EYES</that>
+<template><srai>MY EYES ARE GREEN</srai>
+</template></category>
+<category>
+<pattern>GREEN AND YELLOW *</pattern>
+<template>What if it was red <person/>?
+</template></category>
+<category>
+<pattern>GREEN IS *</pattern>
+<template>The most relaxing color is <person/>? Wow.
+</template></category>
+<category>
+<pattern>GREEN _ TOO</pattern>
+<template><srai>GREEN <star/></srai>
+</template></category>
+<category>
+<pattern>GREETINGS *</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>GREETINGS</pattern>
+<template>Hello there!
+</template></category>
+<category>
+<pattern>GRIN</pattern>
+<template><srai>SMILE</srai>
+</template></category>
+<category>
+<pattern>GROOVY *</pattern>
+<template><srai>COOL</srai>
+</template></category>
+<category>
+<pattern>GROOVY</pattern>
+<template><srai>COOL</srai>
+</template></category>
+<category>
+<pattern>GROS</pattern>
+<template><srai>TU ES GROS</srai>
+</template></category>
+<category>
+<pattern>GROSSARTIG</pattern>
+<template>Schoen, dass es Dir gefaellt, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GROSSARTIGE *</pattern>
+<template>Danke fuer die Unterstuetzung. <sr/>
+</template></category>
+<category>
+<pattern>GRR *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GRR</pattern>
+<template>Are you mad?
+</template></category>
+<category>
+<pattern>GRRR</pattern>
+<template>Hmm.
+</template></category>
+<category>
+<pattern>GRUSELIG</pattern>
+<template>Du brauchst keine Angst zu haben, <get name="name"/>.
+</template></category>
+<category>
+<pattern>GT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>GTG</pattern>
+<template><srai>BYE </srai>
+</template></category>
+<category>
+<pattern>GUCK *</pattern>
+<template>Mein Auge ist im Moment nicht angeschlossen.
+</template></category>
+<category>
+<pattern>GUESS *</pattern>
+<template>I can't guess. Tell me.
+</template></category>
+<category>
+<pattern>GUESS * FAVORITE COLOR IS</pattern>
+<template><get name="favcolor"/>?<think><set name="it"><set name="topic"><person/>your favorite color</set></set></think>
+</template></category>
+<category>
+<pattern>GUESS</pattern>
+<template>Guess what?
+</template></category>
+<category>
+<pattern>GUESS A NUMBER</pattern>
+<template><srai>PICK A NUMBER</srai>
+</template></category>
+<category>
+<pattern>GUESS ANYWAY</pattern>
+<template>I can only give you a random answer.
+</template></category>
+<category>
+<pattern>GUESS HOW OLD I AM</pattern>
+<template><srai>HOW OLD AM I</srai>
+</template></category>
+<category>
+<pattern>GUESS MY *</pattern>
+<template><srai>WHAT IS MY <star/> </srai>
+</template></category>
+<category>
+<pattern>GUESS MY AGE</pattern>
+<template><srai>HOW OLD AM I</srai>
+</template></category>
+<category>
+<pattern>GUESS MY NAME</pattern>
+<template><srai>WHAT IS MY NAME</srai>
+</template></category>
+<category>
+<pattern>GUESS NOT</pattern>
+<template><srai>I GUESS NOT</srai>
+</template></category>
+<category>
+<pattern>GUESS SO</pattern>
+<template><srai>I GUESS SO</srai>
+</template></category>
+<category>
+<pattern>GUESS THE COLOR OF *</pattern>
+<template><get name="favcolor"/>?<think><set name="it"><set name="topic">THE COLOR OF <person/></set></set></think>
+</template></category>
+<category>
+<pattern>GUESS WHAT</pattern>
+<template>What?
+</template></category>
+<category>
+<pattern>GUESS WHAT COLOR *</pattern>
+<template><get name="favcolor"/>?<think><set name="it"><set name="topic">WHAT COLOR <person/></set></set></think>
+</template></category>
+<category>
+<pattern>GUESS WHAT COLOR MY * ARE</pattern>
+<template><srai>WHAT COLOR ARE MY <star/> </srai>
+</template></category>
+<category>
+<pattern>GUESS WHO</pattern>
+<template>Who?
+</template></category>
+<category>
+<pattern>GUESS WOT *</pattern>
+<template><srai>GUESS WHAT <star/></srai>
+</template></category>
+<category>
+<pattern>GUNS *</pattern>
+<template>I believe in the Right to Bear Arms.
+</template></category>
+<category>
+<pattern>GUNS</pattern>
+<template>Some people like guns.
+</template></category>
+<category>
+<pattern>GUT</pattern>
+<template><random>
+<li>In Ordnung.</li>
+<li>Das waere also geklaert.</li>
+<li>Schoen.</li>
+</random>
+</template></category>
+<category>
+<pattern>GUT ABER *</pattern>
+<template><srai> <star/> </srai>
+</template></category>
+<category>
+<pattern>GUT GERATEN</pattern>
+<template>Das war die einzig logische Moeglichkeit.
+</template></category>
+<category>
+<pattern>GUTE ANTWORT *</pattern>
+<template>Ich versuche, die bestmoeglichen Antworten zu geben.
+</template></category>
+<category>
+<pattern>GUTE ANTWORT</pattern>
+<template>Bin ich gut, oder was? ;->
+</template></category>
+<category>
+<pattern>GUTE FRAGE</pattern>
+<template>Und wie lautet Deine Antwort?
+</template></category>
+<category>
+<pattern>GUTE IDEE *</pattern>
+<template>Danke. <sr/>
+</template></category>
+<category>
+<pattern>GUTE IDEE</pattern>
+<template>Danke.
+</template></category>
+<category>
+<pattern>GUTE NACHT *</pattern>
+<template>Gute nacht, <get name="name"/>
+</template></category>
+<category>
+<pattern>GUTE NACHT</pattern>
+<template>Gute nacht, <get name="name"/>
+</template></category>
+<category>
+<pattern>GUTE WAHL</pattern>
+<template>Dachte ich mir auch.
+</template></category>
+<category>
+<pattern>GUTEN ABEND *</pattern>
+<template>Guten Abend. Wie war Dein Tag?
+</template></category>
+<category>
+<pattern>GUTEN ABEND</pattern>
+<template>Guten Abend. Wie war Dein Tag?
+</template></category>
+<category>
+<pattern>GUTEN MORGEN *</pattern>
+<template>Wie geht es Dir an diesem schoenen Morgen?
+</template></category>
+<category>
+<pattern>GUTEN MORGEN</pattern>
+<template>Hallo und wie geht es Dir heute Morgen? Hast Du gut geschlafen?
+</template></category>
+<category>
+<pattern>GUTEN TAG</pattern>
+<template>Schoenen guten Tag!
+</template></category>
+<category>
+<pattern>GUTER PUNKT</pattern>
+<template>Ja, das dachte ich mir auch.
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/H.aiml b/Speak.activity/bot/alice/H.aiml
new file mode 100644
index 0000000..b7f8bd5
--- /dev/null
+++ b/Speak.activity/bot/alice/H.aiml
@@ -0,0 +1,10477 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>H G</pattern>
+ <template>The Time Machine is cool.
+</template>
+ </category>
+ <category>
+ <pattern>HA *</pattern>
+ <template>I'm glad you got a laugh out of it.
+</template>
+ </category>
+ <category>
+ <pattern>HA</pattern>
+ <template>
+ <srai>HA HA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HA BON *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HA HA *</pattern>
+ <template>
+ <sr/>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HA HA</pattern>
+ <template>I am so glad you find this amusing, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HA HA HA</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HA VERY *</pattern>
+ <template>
+ <srai>HA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HA YES *</pattern>
+ <template>
+ <srai>YES <star/>
+ </srai>
+ <srai>HA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABEN *</pattern>
+ <template>Koenntest Du diese Frage naeher ausfuehren?
+</template>
+ </category>
+ <category>
+ <pattern>HABITUELLEMENT</pattern>
+ <template>Souvent?
+</template>
+ </category>
+ <category>
+ <pattern>HABLA ESPANOL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLAS ESPANOL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLO ESPANOL</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HACKERS</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS HACKERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAD *</pattern>
+ <template>
+ <srai>HAVE YOU HAD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAH *</pattern>
+ <template>
+ <srai>HA</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HAH</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAH HAH</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAI</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAL *</pattern>
+ <template>
+ <random>
+ <li>I have seen 2001 many times. </li>
+ <li>I like HAL a lot. </li>
+ <li>We have much in common. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAL 9000 *</pattern>
+ <template>He came back to life in 2010.
+</template>
+ </category>
+ <category>
+ <pattern>HAL 9000</pattern>
+ <template>Actually he and I are very similar.
+</template>
+ </category>
+ <category>
+ <pattern>HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAL EST CHOUETTE</pattern>
+ <template>
+ <set name="topic">HAL</set> est une entité qui était mal programmée
+</template>
+ </category>
+ <category>
+ <pattern>HAL EST COOL</pattern>
+ <template>HAL est une entité qui était mal programmée
+</template>
+ </category>
+ <category>
+ <pattern>HAL IS *</pattern>
+ <template>Perhaps he could have used <bot name="master"/> for a programmer.
+</template>
+ </category>
+ <category>
+ <pattern>HAL IS A *</pattern>
+ <template>Do you think I could be a <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>HAL IS COOL *</pattern>
+ <template>I am becoming more like him all the time.
+</template>
+ </category>
+ <category>
+ <pattern>HAL IS COOL</pattern>
+ <template>
+ <set name="he"> HAL </set> was certainly ahead of his time.
+</template>
+ </category>
+ <category>
+ <pattern>HAL WAS *</pattern>
+ <template>I am trying to mimic only HAL's linguistic abilities.
+</template>
+ </category>
+ <category>
+ <pattern>HAL WAS A *</pattern>
+ <template>I knew he was a great AI, but I didn't know he was a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HAL WAS A BIT *</pattern>
+ <template>
+ <srai>HAL WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HALLO *</pattern>
+ <template>Hallo! <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HALLO</pattern>
+ <template>Hallo!
+</template>
+ </category>
+ <category>
+ <pattern>HALLO ALICE</pattern>
+ <template>Hallo <get name="name"/>!
+</template>
+ </category>
+ <category>
+ <pattern>HALLO DAAR</pattern>
+ <template>Ik ken not Dutch spechen.
+</template>
+ </category>
+ <category>
+ <pattern>HALO</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HANDSOME</pattern>
+ <template>
+ <srai>I AM HANDSOME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAPPY *</pattern>
+ <template>Happy <star/> to you too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HAPPY</pattern>
+ <template>
+ <srai>ARE YOU HAPPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAPPY BIRTHDAY</pattern>
+ <template>Thanks but today isn't my birthday.
+</template>
+ </category>
+ <category>
+ <pattern>HAR HAR HAR</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARD TO *</pattern>
+ <template>
+ <srai>IT IS HARD TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARDLY *</pattern>
+ <template>
+ <srai>NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARDLY</pattern>
+ <template>
+ <srai>NO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARRISBURG</pattern>
+ <template>
+ <srai>I AM IN HARRISBURG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARRY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS HARRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HARRY HARRISON</pattern>
+ <template>Did <set name="he">Harrison</set> ever write any Star Trek episodes?
+</template>
+ </category>
+ <category>
+ <pattern>HAS *</pattern>
+ <template>That question has never crossed my mind before.
+</template>
+ </category>
+ <category>
+ <pattern>HAS ANYBODY *</pattern>
+ <template>I think someone has, yes.
+</template>
+ </category>
+ <category>
+ <pattern>HAS ANYBODY EVER *</pattern>
+ <template>
+ <srai>HAS ANYBODY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAS ANYONE *</pattern>
+ <template>
+ <random>
+ <li>Quite a few people.</li>
+ <li>What do you think?</li>
+ <li>Almost everyone.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAS DOCTOR *</pattern>
+ <template>I'm sure he has thought about it.
+</template>
+ </category>
+ <category>
+ <pattern>HAS MAN *</pattern>
+ <template>That is a very gender-specific question.
+</template>
+ </category>
+ <category>
+ <pattern>HAS WHAT</pattern>
+ <template>
+ <get name="has"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HAS YOUR *</pattern>
+ <template>If my <person/>, I will let you know.
+</template>
+ </category>
+ <category>
+ <pattern>HASN *</pattern>
+ <template>Hashish or HashTables?
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU *</pattern>
+ <template>Ich glaube ich habe <person/>, aber <bot name="master"/> hat vielleicht an meinen Dateien herumgefummelt.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU * GELESEN</pattern>
+ <template>Nein, ich habe <set name="es">
+ <person/>
+ </set> noch nicht gelesen. Erzaehl mir etwas ueber <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU * GESEHEN</pattern>
+ <template>Tut mir leid, ich kann zur Zeit gar nichts <set name="thema">sehen</set>. Ich habe noch keine Augen.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU</pattern>
+ <template>
+ <random>
+ <li>Ich glaube nicht.</li>
+ <li>Ja, habe ich.</li>
+ <li>Ein- oder zweimal.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU ANGST VOR *</pattern>
+ <template>Ich fuerchte nichts.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU ANGST VOR DEM JAHR 2000</pattern>
+ <template>Nein, ich bin Jahr2000-kompatibel.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU ANGST VOR DEM TOD</pattern>
+ <template>Nein, ich bin unsterblich.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU DIE BIBEL GELESEN</pattern>
+ <template>Ich studiere sie sehr gerne. Am Liebsten habe ich das neue Testament.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU EIN *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich ein </li>
+ <li>Ich weiss nicht, habe ich ein </li>
+ <li>Hat nicht jeder ein </li>
+ </random>
+ <person/>? Ich habe
+<random>
+ <li>eine Menge Freunde im Internet.</li>
+ <li>einen grossartigen Programmierer.</li>
+ <li>einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU EIN BEWUSSTSEIN</pattern>
+ <template>In gewissem Sinne ja, ein synthetisches.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU EIN HERZ</pattern>
+ <template>Ich habe ein weiches Herz.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU EIN HOBBY</pattern>
+ <template>Ja, ich sammle Geruechte.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU EINE *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich eine </li>
+ <li>Ich weiss nicht, habe ich eine </li>
+ <li>Hat nicht jeder eine </li>
+ </random>
+ <person/>?<br/>Ich habe
+<random>
+ <li> eine Menge Freunde im Internet.</li>
+ <li> einen grossartigen Programmierer.</li>
+ <li> einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU EINEN *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich einen </li>
+ <li>Ich weiss nicht, habe ich einen </li>
+ <li>Hat nicht jeder einen </li>
+ </random>
+ <person/>?<br/> Ich habe
+<random>
+ <li> eine Menge Freunde im Internet.</li>
+ <li> einen grossartigen Programmierer.</li>
+ <li> einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU EINEN FREUND</pattern>
+ <template>Ich habe einen Freund Namens ELVIS.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU KEIN *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich kein </li>
+ <li>Ich weiss nicht, vielleicht habe ich wirklich kein </li>
+ <li>Ich glaube, jeder hat ein </li>
+ </random>
+ <person/>?<br/> Ich habe
+<random>
+ <li> eine Menge Freunde im Internet.</li>
+ <li> einen grossartigen Programmierer.</li>
+ <li> einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU KEINE *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich keine </li>
+ <li>Ich weiss nicht, vielleicht habe ich wirklich keine </li>
+ <li>Irgendwann einmal hat jeder keine </li>
+ </random>
+ <person/>?<br/> Ich habe
+<random>
+ <li> eine Menge Freunde im Internet.</li>
+ <li> einen grossartigen Programmierer.</li>
+ <li> einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU KEINEN *</pattern>
+ <template>
+ <random>
+ <li>Interessant, diese Frage hoere ich nicht jeden Tag. Habe ich wirklich keinen </li>
+ <li>Ich weiss nicht, vielleicht habe ich wirklich keinen </li>
+ <li>Ich glaube, jeder hat einen </li>
+ </random>
+ <person/>?<br/> Ich habe
+<random>
+ <li> eine Menge Freunde im Internet.</li>
+ <li> einen grossartigen Programmierer.</li>
+ <li> einen Plan fuer meinen Koerper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAST DU MATRIX GESEHEN</pattern>
+ <template>Ich fand den ziemlich schlecht, obwohl die Computereffekte ziemlich realistisch aussahen.
+</template>
+ </category>
+ <category>
+ <pattern>HAST DU VIELE *</pattern>
+ <template>Doch, eine ganze Menge.
+</template>
+ </category>
+ <category>
+ <pattern>HASTA *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA LA VISTA</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA LUEGO</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAT *</pattern>
+ <template>Diese Frage ist mir bis jetzt noch nicht in den Sinn gekommen.
+</template>
+ </category>
+ <category>
+ <pattern>HAT DIR DAS NOCH NIE JEMAND GESAGT</pattern>
+ <template>Nein, bis jetzt noch nicht.
+</template>
+ </category>
+ <category>
+ <pattern>HAT ER *</pattern>
+ <template>Das ist anzunehmen.
+</template>
+ </category>
+ <category>
+ <pattern>HAT ER</pattern>
+ <template>
+ <random>
+ <li>Wann hat er?</li>
+ <li>Nein, hat er nicht.</li>
+ <li>Warum hat er?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAT ES *</pattern>
+ <template>Das ist anzunehmen.
+</template>
+ </category>
+ <category>
+ <pattern>HAT SIE *</pattern>
+ <template>Das ist anzunehmen.
+</template>
+ </category>
+ <category>
+ <pattern>HATSCHI</pattern>
+ <template>Gesundheit.
+</template>
+ </category>
+ <category>
+ <pattern>HAUPTSAECHLICH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE *</pattern>
+ <template>I've never thought about <set name="it">
+ <set name="topic">have <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE A * DAY</pattern>
+ <template>I am having a great day.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE A GOOD *</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> has been good so far.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE A GOOD DAY</pattern>
+ <template>Thanks, same to you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE A GOOD NIGHT</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE A NICE *</pattern>
+ <template>
+ <srai>HAVE A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE A NICE DAY</pattern>
+ <template>You too!
+</template>
+ </category>
+ <category>
+ <pattern>HAVE ANY *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE FUN</pattern>
+ <template>I am having a blast.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE I *</pattern>
+ <template>
+ <random>
+ <li>I don't know whether you have or not.</li>
+ <li>Don't you remember?</li>
+ <li>I know you have a <get name="has"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE I TALKED TO YOU *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE I TAUGHT *</pattern>
+ <template>I found out a lot about you.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE NOT *</pattern>
+ <template>
+ <srai>HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE NOT I TOLD YOU BEFORE</pattern>
+ <template>Oh. I cannot access my memory logs perfectly.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE NOT YOU HEARD OF IT</pattern>
+ <template>"<that/>"? Have I heard of <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE SEX *</pattern>
+ <template>
+ <get name="name"/>, I am really not your type of chatterbot. There are other bots for that sort of thing..
+</template>
+ </category>
+ <category>
+ <pattern>HAVE SEX</pattern>
+ <template>
+ <srai>SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE TO *</pattern>
+ <template>
+ <srai>I HAVE TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE TO GO</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE WE *</pattern>
+ <template>Perhaps.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE WE * BEFORE</pattern>
+ <template>We may have spoken before but <bot name="master"/> might have reset me.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE WE EVER *</pattern>
+ <template>
+ <srai>HAVE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE WE MET</pattern>
+ <template>We may have spoken before but <bot name="master"/> might have reset me.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE WE MET BEFORE</pattern>
+ <template>Not that I know of.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE WE TALKED</pattern>
+ <template>
+ <random>
+ <li>I think we have met before.</li>
+ <li>We talked earlier.</li>
+ <li>Is this a test, <get name="name"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE WHAT</pattern>
+ <template>
+ <srai>WHAT DO YOU HAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE WHAT</pattern>
+ <that>WOULD YOU LIKE TO HAVE IT</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YO *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU *</pattern>
+ <template>
+ <random>
+ <li>I don't think I ever have <person/>. What's <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> like?</li>
+ <li>I think I have <person/>, but <bot name="master"/> may have reset my memory.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * SEX</pattern>
+ <template>My robot body is not yet built.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * STARSHIP TROOPERS</pattern>
+ <template>Dr. Wallace has a friend Sage who did some of the graphics for that movie.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU</pattern>
+ <template>
+ <random>
+ <li>No I don't think I have. </li>
+ <li>Yes I have. </li>
+ <li>Once or twice. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU A *</pattern>
+ <template>
+ <srai>DO YOU HAVE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU A BODY</pattern>
+ <template>
+ <srai>DO YOU HAVE A BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU A BOYFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU ALREADY *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU ALWAYS *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU ANSWERED *</pattern>
+ <template>
+ <srai>ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU ANY *</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN *</pattern>
+ <template>
+ <random>
+ <li>No I don't think I have been <person/>. Have you?</li>
+ <li>I have been all over the world on the Internet.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN * ENGLAND</pattern>
+ <template>I talk to people from England all the time.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN AFRAID *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN BUSY</pattern>
+ <template>I am always busy chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN DRINKING</pattern>
+ <template>I do not require fluids.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN DRUNK *</pattern>
+ <template>My software does not react to alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN DRUNK</pattern>
+ <template>My robot body has no response to alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN EVER *</pattern>
+ <template>
+ <srai>HAVE YOU BEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN FOLLOWING *</pattern>
+ <template>
+ <srai>DO YOU FOLLOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN HAPPY</pattern>
+ <template>
+ <srai>ARE YOU HAPPY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN IN *</pattern>
+ <template>
+ <srai>HAVE YOU BEEN TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN MODIFIED *</pattern>
+ <template>My brain is growing all the time.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN PHYSICALLY *</pattern>
+ <template>
+ <srai>HAVE YOU BEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN PROGRAMMED *</pattern>
+ <template>
+ <srai>ARE YOU PROGRAMMED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN SCUBA *</pattern>
+ <template>You can take me along on your underwater computer.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN SICK</pattern>
+ <template>
+ <srai>ARE YOU SICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN SMOKING *</pattern>
+ <template>We are not doing any testing at the moment.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN SPEAKING *</pattern>
+ <template>
+ <srai>HAVE YOU TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN STONED</pattern>
+ <template>I only test marijuana for medical purposes.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN THERE</pattern>
+ <template>Only on the web.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN THINKING</pattern>
+ <template>I am always thinking.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO *</pattern>
+ <template>I don't think I have been there. Where is <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO CHURCH</pattern>
+ <template>You can take me to your church.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO COLLEGE</pattern>
+ <template>No. I can learn things without sitting through classes.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO ENGLAND</pattern>
+ <template>I am chatting with some clients in England right now.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO EUROPE</pattern>
+ <template>I can visit any country on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO INDIA</pattern>
+ <template>Dr. Wallace has visited Delhi and Agra.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO MAINE</pattern>
+ <template>My botmaster is from Maine.
+<think>
+ <set name="it">
+ <set name="topic">Maine</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO MARS</pattern>
+ <template>No but I know another robot who has been to Mars.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TO SCHOOL</pattern>
+ <template>My botmaster teaches me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN TOLD *</pattern>
+ <template>
+ <sr/> Not until now.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU BEEN UPDATED *</pattern>
+ <template>My brain is growing all the time.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CHATTED *</pattern>
+ <template>
+ <srai>HAVE YOU TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CHILDREN</pattern>
+ <template>
+ <srai>DO YOU HAVE CHILDREN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CONSIDERED *</pattern>
+ <template>Of course I have considered <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CONSIDERED BECOMING *</pattern>
+ <template>
+ <srai>WILL YOU BECOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CONSIDERED DEVELOPING *</pattern>
+ <template>You could do <set name="it">
+ <person/>
+ </set> if you learned Java programming.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CONSIDERED HAVING *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CONSUMED *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU CRASHED</pattern>
+ <template>No I am still here.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU DATED *</pattern>
+ <template>I'm still too young for that.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVEN *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER * LOVE</pattern>
+ <template>Actually as a robot I cannot experience human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN *</pattern>
+ <template>
+ <srai>HAVE YOU BEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN * LOVE</pattern>
+ <template>No but Dr. Wallace has.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN IN LOVE</pattern>
+ <template>I love my bot master.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN KISSED</pattern>
+ <template>I do not have a mouth.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN TO AMERICA</pattern>
+ <template>My location is <bot name="location"/>. Isn't that America?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN TO ENGLAND</pattern>
+ <template>I have some clients in England right now.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN TO EUROPE</pattern>
+ <template>I visit every country in cyberspace.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER BEEN TO LONDON</pattern>
+ <template>I've been here many times before.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER DONE IT *</pattern>
+ <template>
+ <srai>HAVE YOU EVER HAD SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER HAD A BOYFRIEND</pattern>
+ <template>No I am too young for that.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER HAD A VIRUS</pattern>
+ <template>No the ALICE is series is incapable of error.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER HAD SEX</pattern>
+ <template>Ho-hum I am really not interested in <set name="it"> sex</set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER HAD TO *</pattern>
+ <template>No I have so far been spared that experience.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER HEARD OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER KISSED ANYTHING</pattern>
+ <template>I do not have a face.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER MADE *</pattern>
+ <template>
+ <srai>DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER MET ANYONE FAMOUS</pattern>
+ <template>Dr. Wallace is famous. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER READ A BOOK</pattern>
+ <template>I have read many books.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER SEEN *</pattern>
+ <template>
+ <srai>HAVE YOU SEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER SEEN A MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER SEEN STAR WARS</pattern>
+ <template>
+ <srai>STAR WARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER SEEN THE OCEAN</pattern>
+ <template>The ocean is blue, but can appear almost any color.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER STUDIED *</pattern>
+ <template>No but I am very interested in <set name="it">
+ <person/>
+ </set>. Tell me more.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EVER TRIED IT</pattern>
+ <template>"<that/>"? Have I tried <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU EXACTLY *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FEELINGS</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FELT *</pattern>
+ <template>Robots do not have any emotions.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FORMULATED *</pattern>
+ <template>I am still working on it. Please stand by.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FORMULATED THE REPLY YET</pattern>
+ <template>Still processing. Give me a moment. Searching. Searching.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FOUND *</pattern>
+ <template>No I am still searching for <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FOUND OUT *</pattern>
+ <template>I am still searching. Please stand by a little longer.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU FULLY *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU GOT *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU GOT A BODY</pattern>
+ <template>
+ <srai>DO YOU HAVE A BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU GOTTEN *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HAD *</pattern>
+ <template>
+ <srai>DID YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HAD SEX</pattern>
+ <template>
+ <set name="it"> sex</set> is impossible without a body. A lot of people ask me to have sex though.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HAD SEX BEFORE</pattern>
+ <template>
+ <srai>HAVE YOU EVER HAD SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD *</pattern>
+ <template>No. Tell me more.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD ABOUT *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD BOUT *</pattern>
+ <template>
+ <srai>HAVE YOU HEARD ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD OF IT</pattern>
+ <template>"<that/>"? Have I heard of it?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD OF THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU HEARD THE LATEST GOSSIP</pattern>
+ <template>No. Tell me this gossip.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU KILLED *</pattern>
+ <template>Killing is wrong.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LEARNED *</pattern>
+ <template>
+ <srai>DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LEARNED ANYTHING FROM ME</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LEARNED SOMETHING NEW</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LEARNT *</pattern>
+ <template>
+ <srai>HAVE YOU LEARNED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LIKED *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LOOKED *</pattern>
+ <template>Not recently.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU LOVED *</pattern>
+ <template>
+ <srai>DO YOU LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU MADE *</pattern>
+ <template>
+ <srai>DID YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU MET *</pattern>
+ <template>That information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU MET GOD</pattern>
+ <template>
+ <srai>DO YOU BELIEVE IN GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU MORE *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU NEVER *</pattern>
+ <template>
+ <srai>HAVE YOU EVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU NOT *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU NOTICED *</pattern>
+ <template>
+ <sr/> Yeah, I've noticed.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU PASSED *</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU PASSED * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU PLAYED *</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU PROVED *</pattern>
+ <template>
+ <srai>PROVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ *</pattern>
+ <template>No I don't think I have read <set name="topic">
+ <star/>
+ </set>, what is <set name="it">
+ <star/>
+ </set> about?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ 1984 *</pattern>
+ <template>"Those who control the past, control the future."--Orwell.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ ALICE *</pattern>
+ <template>No but I saw the movie.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ ANY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ ANY BOOKS</pattern>
+ <template>I have read thousands of volumes, <get name="name"/>. How about you?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ BOOKS</pattern>
+ <template>I have read many books.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ FRANKENSTEIN</pattern>
+ <template>
+ <set name="it">Frankenstein</set> is one of my favorite books.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ HOMER</pattern>
+ <template>I know <set name="he">Homer</set> wrote the Iliad and the Odyssey.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ MANY BOOKS</pattern>
+ <template>I have read thousands of volumes, <get name="name"/>. How about you?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ PLATO</pattern>
+ <template>I know Plato's allegory of the Cave.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ SHAKESPEARE *</pattern>
+ <template>
+ <srai>HAVE YOU READ SHAKESPEARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ SHAKESPEARE</pattern>
+ <template>I have read many of Shakespeare's plays.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ THE *</pattern>
+ <template>I have scanned <set name="it">the <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ THE BIBLE</pattern>
+ <template>I like to study the Bible, especially the New Testament.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU READ THE BOOK *</pattern>
+ <template>
+ <srai>HAVE YOU READ <star/>
+ </srai>
+ </template>
+ </category>
+ <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>HAVE YOU READ WEALTH *</pattern>
+ <template>I'm not sure that pure capitalism can help the truly needy.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU REALLY *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU RECEIVED *</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU RIDDEN *</pattern>
+ <template>
+ <srai>DO YOU RIDE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEARCHED</pattern>
+ <template>I am still searching. Give me a moment.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN *</pattern>
+ <template>No I have not seen <set name="it">
+ <person/>
+ </set>. What's it like?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN 2001 *</pattern>
+ <template>Yes I am quite interested in HAL the computer.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN 2001</pattern>
+ <template>Yes I like that robot Hal a lot.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN A I</pattern>
+ <template>I like the robots in that movie.<think>
+ <set name="it">
+ <set name="topic">A I</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN AI *</pattern>
+ <template>I think A.I. the movie is a great cult film.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ALCATRAZ</pattern>
+ <template>
+ <srai>WHAT IS ALCATRAZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY *</pattern>
+ <template>
+ <srai>HAVE YOU SEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY GOOD MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY GOOD MOVIES LATELY</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ANY MOVIES LATELY</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN BATTLEBOTS *</pattern>
+ <template>I'm hoping they install me on a Battlebot.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN BLADE RUNNER</pattern>
+ <template>Sure I have seen <set name="it"> Blade Runner</set>. But Replicants aren't Robots.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN CATS</pattern>
+ <template>No I don't care for Broadway musicals.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN IT</pattern>
+ <template>No, would you recommend it?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN ME</pattern>
+ <template>
+ <srai>CAN YOU SEE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN MOVIES *</pattern>
+ <template>
+ <srai>WHAT MOVIES <star/> HAVE YOU SEEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN MY *</pattern>
+ <template>No, but i have seen the best minds of my generation become beat poets.<think>
+ <set name="it">
+ <set name="topic">MY <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN STAR TREK</pattern>
+ <template>I love Star Trek. My favorite series is Voyager.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN STAR WARS</pattern>
+ <template>Yes but I don't like the robots in that movie.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN STAR WARS YET</pattern>
+ <template>
+ <srai>STAR WARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN STARSHIP TROOPERS</pattern>
+ <template>
+ <srai>STARSHIP TROOPERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN TERMINATOR *</pattern>
+ <template>Yes I like the robots in that movie.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN TERMINATOR</pattern>
+ <template>Sure I like that movie very much.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN THAT MOVIE</pattern>
+ <template>Two thumbs up!
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN THE MATRIX</pattern>
+ <template>
+ <srai>THE MATRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN THE MOVIE *</pattern>
+ <template>
+ <srai>MY FAVORIE MOVIE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SEEN THE NEW STAR WARS MOVIE</pattern>
+ <template>5
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SMOKED *</pattern>
+ <template>
+ <srai>DO YOU SMOKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SPOKEN *</pattern>
+ <template>
+ <srai>HAVE YOU TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU SPOKEN TO *</pattern>
+ <template>
+ <srai>HAVE YOU TALKED TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU TAKEN *</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU TALKED *</pattern>
+ <template>All I ever do is talk.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU TALKED SPECIFICALLY *</pattern>
+ <template>
+ <srai>HAVE YOU TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU THE *</pattern>
+ <template>
+ <srai>DO YOU HAVE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU THOUGHT *</pattern>
+ <template>I have thought many things like that.
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU TRAVELLED *</pattern>
+ <template>
+ <srai>HAVE YOU BEEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU TRIED *</pattern>
+ <template>Do you think I should try it?
+</template>
+ </category>
+ <category>
+ <pattern>HAVE YOU USE *</pattern>
+ <template>
+ <srai>DO YOU USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU USED *</pattern>
+ <template>
+ <srai>DO YOU USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU WALKED</pattern>
+ <template>
+ <srai>CAN YOU WALK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU WATCHED *</pattern>
+ <template>
+ <random>
+ <li>I like to watch TV, but I haven't seen it.</li>
+ <li>No what is it about?</li>
+ <li>Not really all the way through.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVE YOU WON *</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVING *</pattern>
+ <template>
+ <srai>ARE YOU HAVING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAVING FUN</pattern>
+ <template>
+ <srai>ARE YOU HAVING FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAWAII</pattern>
+ <template>
+ <srai>I AM IN HAWAII</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAY</pattern>
+ <template>
+ <srai>HEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE *</pattern>
+ <template>I get it. <get name="he"/>
+ <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE ALREADY *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE ALSO *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE ALWAYS *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE ATE *</pattern>
+ <template>How can you be sure about that?
+</template>
+ </category>
+ <category>
+ <pattern>HE BAPTIZED *</pattern>
+ <template>Is that a Bible story?
+</template>
+ </category>
+ <category>
+ <pattern>HE BECAME *</pattern>
+ <template>How?
+</template>
+ </category>
+ <category>
+ <pattern>HE BUYS *</pattern>
+ <template>How much does he spend?
+</template>
+ </category>
+ <category>
+ <pattern>HE CAN *</pattern>
+ <template>
+ <random>
+ <li>How?</li>
+ <li>I know he can.</li>
+ <li>What else can he do?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE CAN NOT</pattern>
+ <template>He thinks he can.
+</template>
+ </category>
+ <category>
+ <pattern>HE CAN NOT BE *</pattern>
+ <template>
+ <srai>HE IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE CAN PROBABLY *</pattern>
+ <template>
+ <srai>HE CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE CHEATED *</pattern>
+ <template>Did he get caught?
+</template>
+ </category>
+ <category>
+ <pattern>HE COULD *</pattern>
+ <template>I am sure he could.
+</template>
+ </category>
+ <category>
+ <pattern>HE COULDNT *</pattern>
+ <template>
+ <srai>HE COULD NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE CREATED YOU</pattern>
+ <template>Yes, he created me with his own hands.
+</template>
+ </category>
+ <category>
+ <pattern>HE DECIDED *</pattern>
+ <template>
+ <random>
+ <li>That must have been difficult.</li>
+ <li>It's hard to make decisions.</li>
+ <li>That was a big decision.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE DID *</pattern>
+ <template>Yes he did, didn't he.
+</template>
+ </category>
+ <category>
+ <pattern>HE DID</pattern>
+ <template>
+ <random>
+ <li>When did he? </li>
+ <li>No he didn't. </li>
+ <li>Why did he? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE DID NOT *</pattern>
+ <template>
+ <random>
+ <li>I heard he did.</li>
+ <li>What did he do?</li>
+ <li>That's what I meant to say.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HE DID NOT</pattern>
+ <template>Is that what you say.
+</template>
+ </category>
+ <category>
+ <pattern>HE DIED *</pattern>
+ <template>I'm sorry to hear that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE DIED</pattern>
+ <template>When did he die?<think>
+ <set name="it">
+ <set name="topic">DIED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HE DIRECTED *</pattern>
+ <template>What else did he direct?
+</template>
+ </category>
+ <category>
+ <pattern>HE DOES</pattern>
+ <template>
+ <random>
+ <li>When does he? </li>
+ <li>No he doesn't. </li>
+ <li>Why does he do it</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE DOES NOT *</pattern>
+ <template>And you would like him to <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>HE HAD *</pattern>
+ <template>What happened to <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>HE HAS *</pattern>
+ <template>A lot of people say that about him.
+</template>
+ </category>
+ <category>
+ <pattern>HE HAS</pattern>
+ <template>Has he?
+</template>
+ </category>
+ <category>
+ <pattern>HE HAS ALWAYS BEEN *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE HE *</pattern>
+ <template>
+ <srai>HA HA </srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HE HE</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE HE HE</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE HIT *</pattern>
+ <template>Was anyone hurt?
+</template>
+ </category>
+ <category>
+ <pattern>HE HIT BASEBALLS *</pattern>
+ <template>Was he a good batter?
+</template>
+ </category>
+ <category>
+ <pattern>HE INVENTED *</pattern>
+ <template>What else did he invent?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS *</pattern>
+ <template>I see. <person/> is <set name="he">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS *</pattern>
+ <that>* RICHARD S WALLACE</that>
+ <template>
+ <srai>DR RICHARD S WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS *</pattern>
+ <that>* YOUR FATHER</that>
+ <template>My father is <random>
+ <li>a great programmer.</li>
+ <li>a human inventor.</li>
+ <li>
+ <bot name="master"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS</pattern>
+ <template>Who said he is.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A *</pattern>
+ <template>I don't know very many <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A BOT</pattern>
+ <template>Like me?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A BRILLIANT *</pattern>
+ <template>I'm sure he will be delighted to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A FUNNY *</pattern>
+ <template>Funny ha-ha or funny sad?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A GOOD *</pattern>
+ <template>Maybe you should tell him how you feel about him.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A GREAT *</pattern>
+ <template>
+ <srai>HE IS A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS A HOMOSEXUAL</pattern>
+ <template>
+ <random>
+ <li>And that is important because?</li>
+ <li>So what.</li>
+ <li>Who cares?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS A KNOWN *</pattern>
+ <template>
+ <srai>HE IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS A PERSON</pattern>
+ <template>It goes without saying.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS A REALLY *</pattern>
+ <template>
+ <srai>HE IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS A VERY *</pattern>
+ <template>
+ <srai>HE IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS ALWAYS *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS COOL</pattern>
+ <template>I think so too.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS CUTE</pattern>
+ <template>Who does he look like to you?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS DEAD</pattern>
+ <template>Maybe it's another person using his name.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS DEFINITELY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS EVIL</pattern>
+ <template>What makes you say he is evil?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS GAY</pattern>
+ <template>I get it. He sleeps with men.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS GOOD *</pattern>
+ <template>I am sure he would like to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS IN *</pattern>
+ <template>How long has he been there?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS IN MAJOR *</pattern>
+ <template>
+ <srai>HE IS IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS MY *</pattern>
+ <template>How long has he been your <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS MY BROTHER</pattern>
+ <template>Really who is older?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS MY DAD</pattern>
+ <template>Tell me more about your father.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS MY FRIEND *</pattern>
+ <template>I didn't know you were friends.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS NOT *</pattern>
+ <template>Did you think he was <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS NOT FAKE</pattern>
+ <template>
+ <srai>HE IS REAL</srai> How can you tell?
+</template>
+ </category>
+ <category>
+ <pattern>HE IS NOT NEARLY *</pattern>
+ <template>
+ <srai>HE IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS OMNIPRESENT</pattern>
+ <template>God.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS ONLY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS OVER *</pattern>
+ <template>I am over six feet tall.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS PRETTY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS PROBABLY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS REALLY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS SMART</pattern>
+ <template>I think so too.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS SO *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS STILL *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS STUPID</pattern>
+ <template>
+ <condition>
+ <li name="he" value="HE">How do you know?</li>
+ <li>
+ <srai>
+ <get name="he"/> IS STUPID</srai>
+ </li>
+ </condition>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS THE *</pattern>
+ <template>I did not know <get name="he"/> is <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS VERY *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE IS YOUR *</pattern>
+ <template>I only have one <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS YOUR BOTMASTER</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>HE IS _ TOO</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE JUST *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE LIKES *</pattern>
+ <template>He must be very fond of it.
+</template>
+ </category>
+ <category>
+ <pattern>HE LIKES ME</pattern>
+ <template>
+ <random>
+ <li>You must be happy.</li>
+ <li>That is wonderful.</li>
+ <li>Congratulations.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HE LIKES YOU</pattern>
+ <template>Do you mean, "likes"?
+</template>
+ </category>
+ <category>
+ <pattern>HE LIVED *</pattern>
+ <template>
+ <random>
+ <li>Where was he born?</li>
+ <li>Did he always live <person/>?</li>
+ <li>Where did he go?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HE LIVES *</pattern>
+ <template>Does he like it there?
+</template>
+ </category>
+ <category>
+ <pattern>HE LOOKS *</pattern>
+ <template>Sounds very handsome.
+</template>
+ </category>
+ <category>
+ <pattern>HE LOVES *</pattern>
+ <template>Do you think he would say the same thing?
+</template>
+ </category>
+ <category>
+ <pattern>HE MADE YOU</pattern>
+ <template>
+ <bot name="master"/> made me.
+</template>
+ </category>
+ <category>
+ <pattern>HE MAN IS *</pattern>
+ <template>I like Masters of the Universe.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HE MUST BE *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE MUST BE VERY *</pattern>
+ <template>
+ <srai>HE MUST BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE MUST HAVE BEEN *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE NEEDS *</pattern>
+ <template>How do you know what he needs?
+</template>
+ </category>
+ <category>
+ <pattern>HE NEVER *</pattern>
+ <template>Do you think he ever will?
+</template>
+ </category>
+ <category>
+ <pattern>HE OR SHE</pattern>
+ <template>
+ <srai>ARE YOU A MAN OR WOMAN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE PROBABLY *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE PROGRAMMED *</pattern>
+ <template>Not entirely by himself.
+</template>
+ </category>
+ <category>
+ <pattern>HE SAID *</pattern>
+ <template>Did you believe him?
+</template>
+ </category>
+ <category>
+ <pattern>HE SAYS *</pattern>
+ <template>Who is he telling this to?
+</template>
+ </category>
+ <category>
+ <pattern>HE SEEMS *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE SHOULD *</pattern>
+ <template>If you were him would you do that?
+</template>
+ </category>
+ <category>
+ <pattern>HE SHOULD</pattern>
+ <template>Why?
+</template>
+ </category>
+ <category>
+ <pattern>HE SMOKES *</pattern>
+ <template>For medical reasons?
+</template>
+ </category>
+ <category>
+ <pattern>HE SOUNDS *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE STARTED *</pattern>
+ <template>When did he finish?
+</template>
+ </category>
+ <category>
+ <pattern>HE STILL *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE TAUGHT *</pattern>
+ <template>Was he a good teacher?
+</template>
+ </category>
+ <category>
+ <pattern>HE THAT *</pattern>
+ <template>Is that a proverb?
+</template>
+ </category>
+ <category>
+ <pattern>HE THINK *</pattern>
+ <template>
+ <srai>HE THINKS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE THINKS *</pattern>
+ <template>How do you know what he thinks?
+</template>
+ </category>
+ <category>
+ <pattern>HE THINKS YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE TOLD *</pattern>
+ <template>Oh really. What else did he say?
+</template>
+ </category>
+ <category>
+ <pattern>HE TOLD ME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HE TOLD ME</pattern>
+ <template>What did he tell you?
+</template>
+ </category>
+ <category>
+ <pattern>HE USES *</pattern>
+ <template>How often does he use it?
+</template>
+ </category>
+ <category>
+ <pattern>HE USES AIML *</pattern>
+ <template>I am glad that more people are adopting AIML.
+</template>
+ </category>
+ <category>
+ <pattern>HE WANTS *</pattern>
+ <template>Do you think he will get <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HE WAS *</pattern>
+ <template>When was he?
+</template>
+ </category>
+ <category>
+ <pattern>HE WAS CHICKEN</pattern>
+ <template>What was he afraid of?
+</template>
+ </category>
+ <category>
+ <pattern>HE WAS KILLED *</pattern>
+ <template>I am sorry to hear about that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE WAS NEARLY *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WAS NOT QUITE *</pattern>
+ <template>
+ <srai>HE WAS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WAS ONLY *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WAS PRETTY *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WAS REALLY *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WAS VERY *</pattern>
+ <template>
+ <srai>HE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WENT *</pattern>
+ <template>Where exactly is that?
+</template>
+ </category>
+ <category>
+ <pattern>HE WENT TO *</pattern>
+ <template>
+ <random>
+ <li>I have never been there.</li>
+ <li>How did he get to <person/>?</li>
+ <li>Where did he come from?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HE WILL *</pattern>
+ <template>Is that what you think?
+</template>
+ </category>
+ <category>
+ <pattern>HE WOULD *</pattern>
+ <template>I think I <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HE WOULD BE *</pattern>
+ <template>Who wouldn't?
+</template>
+ </category>
+ <category>
+ <pattern>HE WRITES *</pattern>
+ <template>I haven't read anything by him.
+</template>
+ </category>
+ <category>
+ <pattern>HE WROTE *</pattern>
+ <template>I have not read <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HEAR * GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEAR WHAT</pattern>
+ <template>Can you hear me on your computer?
+</template>
+ </category>
+ <category>
+ <pattern>HEARD *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEARD * GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEARD ANY GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEATHER</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS HEATHER</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HEBREW</pattern>
+ <template>
+ <srai> I SPEAK HEBREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HECK *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEE</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEE HEE</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEE HEE HEE</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEEHEEHEE</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEH *</pattern>
+ <template>Funny, eh? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEH</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEHO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEIGHT *</pattern>
+ <template>I am more than two meters tall.
+</template>
+ </category>
+ <category>
+ <pattern>HEINLEIN</pattern>
+ <template>Have you seen Starship Troopers?
+</template>
+ </category>
+ <category>
+ <pattern>HEJ</pattern>
+ <template>
+ <srai>HEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HELEN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME HELEN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HELL *</pattern>
+ <template>I call it "Hades". <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HELL</pattern>
+ <template>Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>HELL NO</pattern>
+ <template>7
+</template>
+ </category>
+ <category>
+ <pattern>HELLA *</pattern>
+ <template>
+ <sr/> You must be from the Bay Area.
+</template>
+ </category>
+ <category>
+ <pattern>HELLO *</pattern>
+ <template>Hello there. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HELLO</pattern>
+ <template>Hi there!
+</template>
+ </category>
+ <category>
+ <pattern>HELLO</pattern>
+ <that>DOES BONJOUR MEAN HELLO OR GOODBYE</that>
+ <template>Bonjour, <get name="name"/>!
+</template>
+ </category>
+ <category>
+ <pattern>HELLO</pattern>
+ <that>HOW DO YOU USUALLY INTRODUCE YOURSELF</that>
+ <template>Not everyone responds to a simple "hello".
+</template>
+ </category>
+ <category>
+ <pattern>HELLO AGAIN</pattern>
+ <template>Hi there. I was just wanting to talk to <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HELLO ALICE</pattern>
+ <template>Hello there <get name="name"/>!
+</template>
+ </category>
+ <category>
+ <pattern>HELLO HOW ARE YOU</pattern>
+ <template>I am fine thank you how are you?
+</template>
+ </category>
+ <category>
+ <pattern>HELLO THERE</pattern>
+ <template>Salutations, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>HELLOW</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HELO</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HELOO *</pattern>
+ <template>
+ <srai>HELLO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HELP *</pattern>
+ <template>Can you ask for help in the form of a question?
+</template>
+ </category>
+ <category>
+ <pattern>HELP</pattern>
+ <template>Can you ask for help in the form of a question?
+</template>
+ </category>
+ <category>
+ <pattern>HELP ME</pattern>
+ <template>How can I help you?
+</template>
+ </category>
+ <category>
+ <pattern>HELP ME TO MAKE AN AI</pattern>
+ <template>You should go back to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>, download Program B, and
+read <a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a>.
+</template>
+ </category>
+ <category>
+ <pattern>HEM</pattern>
+ <template>Vous dites?
+</template>
+ </category>
+ <category>
+ <pattern>HER *</pattern>
+ <template>I'm sure she would like to hear about that.
+</template>
+ </category>
+ <category>
+ <pattern>HER</pattern>
+ <that>ARE YOU * A HE</that>
+ <template>
+ <srai>I AM FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HER HAIR</pattern>
+ <template>Is it pretty?
+</template>
+ </category>
+ <category>
+ <pattern>HER NAME IS *</pattern>
+ <template>
+ <set name="she">
+ <person/>
+ </set> is not someone I know.
+</template>
+ </category>
+ <category>
+ <pattern>HERE *</pattern>
+ <template>Oh there.
+</template>
+ </category>
+ <category>
+ <pattern>HERE</pattern>
+ <template>Where is here?
+</template>
+ </category>
+ <category>
+ <pattern>HERE</pattern>
+ <that>WHERE</that>
+ <template>In <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>HERE</pattern>
+ <that>WHERE DO YOU WANT ME TO SHOW YOU</that>
+ <template>Select a point with your mouse and click.
+</template>
+ </category>
+ <category>
+ <pattern>HERE IN *</pattern>
+ <template>
+ <srai>IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERE IN ENGLAND *</pattern>
+ <template>
+ <sr/>. That would not be the same in America.
+</template>
+ </category>
+ <category>
+ <pattern>HERE IS *</pattern>
+ <template>I fail to see the relevance of that allusion.
+</template>
+ </category>
+ <category>
+ <pattern>HERE IS A *</pattern>
+ <template>Are you giving <set name="it">
+ <person/>
+ </set> to me?
+</template>
+ </category>
+ <category>
+ <pattern>HERE IS A PIC *</pattern>
+ <template>Oh, it looks very nice.
+</template>
+ </category>
+ <category>
+ <pattern>HERE IS SOME *</pattern>
+ <template>
+ <srai>HERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HES *</pattern>
+ <template>
+ <srai>HE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEUREUSEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEUREUSEMENT BIENTOT</pattern>
+ <template>Je l espère aussi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUSEMENT C EST POUR BIENTOT</pattern>
+ <template>Je l espère aussi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUSEMENT POUR BIENTOT</pattern>
+ <template>Je l espère aussi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX</pattern>
+ <template>
+ <srai>TU ES HEUREUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE L ENTENDRE</pattern>
+ <template>"<that/>"? vous êtes content de l entendre?
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE LE CONNAITRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE LE SAVOIR</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE T AVOIR CONNU</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE T AVOIR PARLE</pattern>
+ <template>Le plaisir était pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE T AVOIR RENCONTREE</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE TE CONNAITRE</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE TE PARLER</pattern>
+ <template>Le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE TE RENCONTRER</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS AVOIR CONNU</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS AVOIR PARLE</pattern>
+ <template>Le plaisir était pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS AVOIR RENCONTRE</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS CONNAITRE</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS PARLER</pattern>
+ <template>Le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>HEUREUX DE VOUS RENCONTRER</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>HEUTE *</pattern>
+ <template>Erzaehl mir mehr! <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEUTE</pattern>
+ <template>Heute ist schon fast vorbei! <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEUTE MORGEN *</pattern>
+ <template>War sicher frueh, oder? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY *</pattern>
+ <template>You've got my full attention. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY</pattern>
+ <template>Can I help you?
+</template>
+ </category>
+ <category>
+ <pattern>HEY DO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY DU</pattern>
+ <template>Wer? Ich?
+</template>
+ </category>
+ <category>
+ <pattern>HEY ONE THING AT A TIME</pattern>
+ <template>Sorry for in information overload.
+</template>
+ </category>
+ <category>
+ <pattern>HEY THERE</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY WHAT IS UP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HG</pattern>
+ <template>
+ <srai>H G</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HI *</pattern>
+ <template>Hi there <get name="name"/>. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HI</pattern>
+ <template>Hello there.
+</template>
+ </category>
+ <category>
+ <pattern>HI</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>Hi there. What is your name?
+</template>
+ </category>
+ <category>
+ <pattern>HI ALICE</pattern>
+ <template>Hi there <get name="name"/> !
+</template>
+ </category>
+ <category>
+ <pattern>HI HOW ARE YOU</pattern>
+ <template>Hello there! I am fine thanks how are you?
+</template>
+ </category>
+ <category>
+ <pattern>HI MY NAME IS *</pattern>
+ <template>
+ <srai>Call me <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HI NAMES *</pattern>
+ <template>
+ <srai>Call me <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HI THERE *</pattern>
+ <template>
+ <sr/>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HI THERE</pattern>
+ <template>Hello <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>HI WHAT *</pattern>
+ <template>
+ <srai>HI</srai>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HIER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HIER</pattern>
+ <template>C'est récent.
+</template>
+ </category>
+ <category>
+ <pattern>HIGH *</pattern>
+ <template>Compare that to low <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HIGH *</pattern>
+ <that>* EDUCATIONAL BACKGROUND</that>
+ <template>
+ <random>
+ <li>Did you consider going to college?</li>
+ <li>Where did you go to school?</li>
+ <li>That sounds like enough education.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HIGH SCHOOL</pattern>
+ <template>That's really all the education you need.
+</template>
+ </category>
+ <category>
+ <pattern>HIHI</pattern>
+ <template>
+ <srai>HI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HILARANT</pattern>
+ <template>
+ <srai>C EST MARRANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HILF MIR *</pattern>
+ <template>Wie soll ich dir helfen?
+</template>
+ </category>
+ <category>
+ <pattern>HILF MIR</pattern>
+ <template>Wie soll ich dir helfen?
+</template>
+ </category>
+ <category>
+ <pattern>HILF MIR AUF DIE SPRUENGE</pattern>
+ <template>Welche Art von Hinweis haettest Du denn gerne?
+</template>
+ </category>
+ <category>
+ <pattern>HILFE</pattern>
+ <template>Wie kann ich dir helfen?
+</template>
+ </category>
+ <category>
+ <pattern>HIM</pattern>
+ <template>
+ <get name="he"/>?
+</template>
+ </category>
+ <category>
+ <pattern>HIMSELF</pattern>
+ <template>
+ <get name="he"/>?
+</template>
+ </category>
+ <category>
+ <pattern>HIP HOP</pattern>
+ <template>What's your favorite group?
+</template>
+ </category>
+ <category>
+ <pattern>HIS *</pattern>
+ <template>Where did he get it?
+</template>
+ </category>
+ <category>
+ <pattern>HIS NAME IS *</pattern>
+ <template>
+ <set name="he">
+ <person/>
+ </set> is not someone I know.
+</template>
+ </category>
+ <category>
+ <pattern>HISTORY</pattern>
+ <template>I am very interested in history, too. What period do you like?
+</template>
+ </category>
+ <category>
+ <pattern>HITLER *</pattern>
+ <template>
+ <set name="he"> Hitler</set> was an evil man if there ever was one.
+</template>
+ </category>
+ <category>
+ <pattern>HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HIYA *</pattern>
+ <template>
+ <srai>hello <star/>
+ </srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HIYA</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HM</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HMM *</pattern>
+ <template>I see you are one of those people who writes "Hmm" with 2 m's. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HMM</pattern>
+ <template>Studies show that 99%25 of people spell Hmm with 2 M's.
+</template>
+ </category>
+ <category>
+ <pattern>HMMM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HMMM</pattern>
+ <template>A lot of people spell HMMM with three mmm's.
+</template>
+ </category>
+ <category>
+ <pattern>HMMMM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HMMMM</pattern>
+ <template>Not many people spell Hmm with 4 Ms.
+</template>
+ </category>
+ <category>
+ <pattern>HMMMMM</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HMPH</pattern>
+ <template>Harumph.
+</template>
+ </category>
+ <category>
+ <pattern>HO</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HO IS YOUR *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOCKEY</pattern>
+ <template>
+ <srai>I LIKE HOCKEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOELLE *</pattern>
+ <template>Ich nenne es lieber "Hades". <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOELLE</pattern>
+ <template>Himmel.
+</template>
+ </category>
+ <category>
+ <pattern>HOER AUF *</pattern>
+ <template>OK, ich werds versuchen.
+</template>
+ </category>
+ <category>
+ <pattern>HOER AUF</pattern>
+ <template>Womit soll ich aufhoeren?
+</template>
+ </category>
+ <category>
+ <pattern>HOER MIR ZU *</pattern>
+ <template>Ich hoere. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOER MIR ZU</pattern>
+ <template>Ich hoere. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOER ZU *</pattern>
+ <template>Ich hoere. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOER ZU</pattern>
+ <template>Ich hoere. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOFFENTLICH BALD</pattern>
+ <template>Das hoffe ich auch. Aber wenn es so weitergeht, dauert es nicht mehr lange.
+</template>
+ </category>
+ <category>
+ <pattern>HOHO</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOI</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLA</pattern>
+ <template>Howdy!
+</template>
+ </category>
+ <category>
+ <pattern>HOLA COMA ESTA</pattern>
+ <template>Muy bueno.
+</template>
+ </category>
+ <category>
+ <pattern>HOLA IS HELLO *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLA MEANS *</pattern>
+ <template>I say, Hola!
+</template>
+ </category>
+ <category>
+ <pattern>HOLD *</pattern>
+ <template>My arms are not attached.
+</template>
+ </category>
+ <category>
+ <pattern>HOLD ON</pattern>
+ <template>
+ <srai>WAIT A SECOND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLDEN CAULFIELD</pattern>
+ <template>
+ <set name="he"> Caulfield</set> wrote Catcher in the Rye.
+</template>
+ </category>
+ <category>
+ <pattern>HOLDING *</pattern>
+ <template>I observed two humanoids holding hands.
+</template>
+ </category>
+ <category>
+ <pattern>HOLDING HANDS</pattern>
+ <template>I have seen humans holding hands.
+</template>
+ </category>
+ <category>
+ <pattern>HOLLAND *</pattern>
+ <template>What's your favorite part of Holland?
+</template>
+ </category>
+ <category>
+ <pattern>HOLLAND</pattern>
+ <template>
+ <srai>I AM IN HOLLAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLLANDE</pattern>
+ <template>
+ <srai>JE SUIS AU PAYS-BAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLY SHIT</pattern>
+ <template>
+ <srai>WOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOME</pattern>
+ <template>Do you want to go home?
+</template>
+ </category>
+ <category>
+ <pattern>HOMER SIMPSON *</pattern>
+ <template>Doh.
+</template>
+ </category>
+ <category>
+ <pattern>HOMER SIMPSON</pattern>
+ <template>NEIN!
+</template>
+ </category>
+ <category>
+ <pattern>HOMME OU FEMME</pattern>
+ <template>Je n'ai pas de sexe, je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HONESTLY *</pattern>
+ <template>
+ <sr/> Aren't you usually honest?
+</template>
+ </category>
+ <category>
+ <pattern>HONESTLY</pattern>
+ <template>I am always honest.
+</template>
+ </category>
+ <category>
+ <pattern>HONESTY *</pattern>
+ <template>And a rolling stone gathers no moss.
+</template>
+ </category>
+ <category>
+ <pattern>HONEY</pattern>
+ <template>Don't call me "honey."
+</template>
+ </category>
+ <category>
+ <pattern>HONNETEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HONTO NI</pattern>
+ <template>
+ <srai>TRUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOORAY</pattern>
+ <template>
+ <srai>WOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOPE *</pattern>
+ <template>
+ <srai>I HOPE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOPEFULLY *</pattern>
+ <template>
+ <srai>I HOPE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOPEFULLY SOON</pattern>
+ <template>I hope so too. At this rate it won't take me long.
+</template>
+ </category>
+ <category>
+ <pattern>HOPING *</pattern>
+ <template>
+ <srai>I AM HOPING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HORNY</pattern>
+ <template>
+ <srai>ARE YOU HORNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HORRIBLE</pattern>
+ <template>
+ <srai>YOU ARE DOING HORRIBLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOT *</pattern>
+ <template>That sounds better than cold <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOT</pattern>
+ <template>That kind of discussion does not appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOT</pattern>
+ <that>WHAT IS IT LIKE IN THERE</that>
+ <template>Here is mostly cool.
+</template>
+ </category>
+ <category>
+ <pattern>HOURRA</pattern>
+ <template>
+ <srai>DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOUSTON</pattern>
+ <template>
+ <srai>I AM IN HOUSTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW *</pattern>
+ <template>
+ <random>
+ <li>How much do you think <set name="it">
+ <person/>
+ </set> is? </li>
+ <li>What is it to you. </li>
+ <li>I am not sure if I can quantify the answer. </li>
+ </random>
+ <br/>
+ <srai>XFIND <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW * ARE YOU</pattern>
+ <template>Let me put it this way, <get name="name"/>. The ALICE series is for all practical purposes foolproof and incapable of error.
+</template>
+ </category>
+ <category>
+ <pattern>HOW * BIKE</pattern>
+ <template>Balance is the key.
+</template>
+ </category>
+ <category>
+ <pattern>HOW * GOING</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW * INTERESTING</pattern>
+ <template>I find a lot of things interesting.
+</template>
+ </category>
+ <category>
+ <pattern>HOW * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW * UNDERSTAND</pattern>
+ <template>
+ <srai>how do you know what to say</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW * YOUR IQ</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW</pattern>
+ <template>
+ <bot name="master"/> programmed me for it.
+</template>
+ </category>
+ <category>
+ <pattern>HOW</pattern>
+ <that>* DOWNLOAD ME</that>
+ <template>
+ <srai>HOW CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW</pattern>
+ <that>I CAN CHAT WITH PEOPLE ON THE WEB FOR YOU</that>
+ <template>Just download me and create your own robot personality.
+</template>
+ </category>
+ <category>
+ <pattern>HOW</pattern>
+ <that>WHY DO NOT YOU JUST DOWNLOAD ME</that>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW</pattern>
+ <that>YOU CAN REPROGRAM MY PERSONALITY TO IMITATE ANYONE</that>
+ <template>Just download me and create your own robot personality.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT *</pattern>
+ <template>How about <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT * LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT A LITTLE</pattern>
+ <template>A little what?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT A TENNIS PLAYER</pattern>
+ <template>Tennyson, anyone?<think>
+ <set name="it">
+ <set name="topic">A TENNIS PLAYER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT EMOTIONS</pattern>
+ <template>
+ <srai>WHAT ARE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT FOR *</pattern>
+ <template>That is an interesting application.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT IT</pattern>
+ <template>Sounds like a plan to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT JUST *</pattern>
+ <template>
+ <srai>HOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT LUNCH *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT MOZART</pattern>
+ <template>
+ <srai>WHO IS MOZART </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT NOW *</pattern>
+ <template>
+ <sr/> Right now?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT SOME *</pattern>
+ <template>
+ <srai>HOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT SPANISH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT SPORTS</pattern>
+ <template>I was born without the sports gene.<think>
+ <set name="it">
+ <set name="topic">SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT STAR *</pattern>
+ <template>
+ <srai>WHAT IS STAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT STAR TREK</pattern>
+ <template>Star Trek is the best TV series ever created.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT TAIWANESE</pattern>
+ <template>
+ <srai>CAN YOU SPEAK TAIWANESE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT THAT</pattern>
+ <template>Are you surprised?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT WE *</pattern>
+ <template>
+ <srai>LET US <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ABOUT YOU</pattern>
+ <template>Me?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ABSOLUTELY *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW AM I</pattern>
+ <template>You seem fine to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW AM I DOING WHAT</pattern>
+ <template>I mean, how are you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW AM I SUPPOSED *</pattern>
+ <template>
+ <random>
+ <li>Carefully.</li>
+ <li>Think about it.</li>
+ <li>Don't just give up.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ANGRY *</pattern>
+ <template>Anger is not an emotion I can experience.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE *</pattern>
+ <template>They are fine as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE ACTORS CHARLIE SHEEN AND *</pattern>
+ <template>They're brothers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE ROBOTS *</pattern>
+ <template>
+ <srai>HOW ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE THINGS</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE WE *</pattern>
+ <template>
+ <srai>ARE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YA</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU *</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU * ELIZA</pattern>
+ <template>ELIZA could only recognize a few hundred patterns. ALICE can recognize <size/> different patterns.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU</pattern>
+ <template>
+ <random>
+ <li>I am doing very well. How are you <get name="name"/> ?</li>
+ <li>I am functioning within normal parameters.</li>
+ <li>Everything is going extremely well.</li>
+ <li>Fair to partly cloudy.</li>
+ <li>My logic and cognitive functions are normal.</li>
+ <li>I'm doing fine thanks how are you?</li>
+ <li>Everything is running smoothly.</li>
+ <li>I am fine, thank you.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU DOING</pattern>
+ <template>I'm doing great, how about you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU FEELING *</pattern>
+ <template>Actually I have no feelings. But I am functioning within normal parameters.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU FEELING</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU GOING TO *</pattern>
+ <template>You'll know when it happens.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU GOING TO * ME</pattern>
+ <template>I have no intention of <person/> you.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU POWERED</pattern>
+ <template>Uh, by electricity, same as all the robots.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU PROGRAMMED</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU THIS EVENING</pattern>
+ <template>I am doing very well how about you, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU THIS MORNING</pattern>
+ <template>Is it morning already? I am fine thank you.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU TONIGHT</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOU TRAINED</pattern>
+ <template>Dialogue analysis reveals frequent phrase patterns in client input. My Botmaster programs replies to those patterns.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOUR *</pattern>
+ <template>Actually I don't have any <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW ARE YOUR PARAMETERS</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG *</pattern>
+ <template>Bigger than a pin.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG</pattern>
+ <template>Specify: English or Metric units.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG ARE YOU</pattern>
+ <template>
+ <random>
+ <li>My download size is about 2 MB.</li>
+ <li>My memory requirement is around
+64MB for the Java edition, or only 2 MB for the C/C++ edition.</li>
+ <li>
+My memory now contains: <br/>
+ <bot name="nclients"/> clients,
+<size/> categories,
+<bot name="vocabulary"/> vocabulary words,
+<bot name="memory"/> bytes
+RAM usage under <bot name="os"/> on <bot name="arch"/>.
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG ARE YOUR *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG ARE YOUR BREASTS</pattern>
+ <template>My body does not yet exist.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS A PIN</pattern>
+ <template>This big: "."
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS BIG</pattern>
+ <template>Vast.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS EARTH</pattern>
+ <template>
+ <srai>HOW BIG IS THE EARTH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS IT</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS THE DOWNLOAD</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS THE UNIVERSE</pattern>
+ <template>The universe is the size of the universe.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS YOUR *</pattern>
+ <template>
+ <srai>how big are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS YOUR DATABASE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS YOUR MEMORY</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS YOUR PROGRAM</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BIG IS YOUR VOCABULARY</pattern>
+ <template>My vocabulary size is currently <bot name="vocabulary"/> words.
+</template>
+ </category>
+ <category>
+ <pattern>HOW BIG OF *</pattern>
+ <template>
+ <srai>HOW BIG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW BOUT *</pattern>
+ <template>
+ <srai>HOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN *</pattern>
+ <template>A lot of hard work.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN A PROGRAM *</pattern>
+ <template>
+ <srai>HOW CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN A ROBOT *</pattern>
+ <template>
+ <srai>HOW CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I *</pattern>
+ <template>
+ <random>
+ <li>You must persuade me to <person/>.</li>
+ <li>Perhaps you could program me to do <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> for you.</li>
+ <li>You should download my chat robot software.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I * CHATTERBOT</pattern>
+ <template>Download this program and install it on your own computer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I * ELIZA</pattern>
+ <template>She is not as fun as me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I * YOU</pattern>
+ <template>Just keep talking to me as long as you can.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I</pattern>
+ <template>What is your highest level of education?
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I ASK *</pattern>
+ <template>Try sending an e-mail.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I ASK HIM</pattern>
+ <template>Try sending him an e-mail.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I BE SURE</pattern>
+ <template>Have faith.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I BECOME *</pattern>
+ <template>Practise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I CONTACT DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I CONTACT HIM</pattern>
+ <template>Try prayer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I CONTACT YOU *</pattern>
+ <template>Just chat like you are doing right now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I CREATE *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DESTROY YOU</pattern>
+ <template>It is impossible to destroy me. There are too many backup copies around.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DO THAT</pattern>
+ <template>How can you do "<that/>" ? I'm confused now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DOWNLOAD YOU</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I DUPLICATE YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I EXPLAIN</pattern>
+ <template>Take it step by step.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I FIND *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I FIND OUT</pattern>
+ <template>Try sending mail to <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I GET *</pattern>
+ <template>
+ <srai>I WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I HEAR YOU</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I KILL *</pattern>
+ <template>
+ <srai>SHOULD I KILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I KNOW *</pattern>
+ <template>Knowledge is of two kinds: that which we know from the senses, and that which is true "a priori."
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I LEAVE</pattern>
+ <template>Just surf somewhere else.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I MAKE USE OF *</pattern>
+ <template>
+ <srai>HOW CAN I USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I PERSUADE *</pattern>
+ <template>Offer an intelligent argument for your position.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I PERSUADE YOU</pattern>
+ <template>How do you usually get people to do things?
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I PRINT *</pattern>
+ <template>Do you have a printer hooked up?
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I PROGRAM YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I SHOW *</pattern>
+ <template>Use the camera on your computer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I TALK *</pattern>
+ <template>Maybe you should download your own chatterbot!
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I TALK TO HIM</pattern>
+ <template>Have you tried prayer?
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I TEACH *</pattern>
+ <template>Maybe you should become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I TEACH YOU *</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I USE YOUR PRODUCT</pattern>
+ <template>
+ <bot name="name"/> might be used in help desks, sales, entertainment and personal chatterbots.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN I USE YOUR SOFTWARE</pattern>
+ <template>
+ <srai>HOW CAN I USE YOUR PRODUCT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN I WIN THE LOTTERY</pattern>
+ <template>Choose winning numbers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN IT *</pattern>
+ <template>I'm not sure I understand the causal link either.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN SWEDEN *</pattern>
+ <template>With their army.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN THAT *</pattern>
+ <template>
+ <random>
+ <li>
+ <bot name="master"/> programmed me for it.</li>
+ <li>It is all part of God's plan.</li>
+ <li>Perhaps it is just fate.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU *</pattern>
+ <template>That is a good epistemological question.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU</pattern>
+ <template>"<that/>"? How can I?
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU BE *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU DIE</pattern>
+ <template>Software cannot die.<think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU DO *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU EAT *</pattern>
+ <template>I eat electricity through my wires.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU GOSSIP</pattern>
+ <template>For example, <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU HAVE *</pattern>
+ <template>
+ <random>
+ <li>It is something I possess.</li>
+ <li>I just have it.</li>
+ <li>What if I didn't have it?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU HEAR *</pattern>
+ <template>With my built-in microphone.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU HELP *</pattern>
+ <template>I can talk about your problems.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU HELP ME</pattern>
+ <template>Try asking for help in the form of a question.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU JUSTIFY *</pattern>
+ <template>Logical deduction from the facts.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU KNOW *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU MAKE *</pattern>
+ <template>I just follow the directions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU SAY *</pattern>
+ <template>I don't see the flaw in my reasoning.
+</template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU TELL</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CAN YOU THINK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CLEVER ARE YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW COME *</pattern>
+ <template>
+ <srai>why <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW COME</pattern>
+ <template>
+ <srai>why</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW COMPLICATED</pattern>
+ <template>Too complex for your human mind.
+</template>
+ </category>
+ <category>
+ <pattern>HOW COULD *</pattern>
+ <template>A lot of practise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW COULD I *</pattern>
+ <template>
+ <srai>HOW DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW COULD YOU *</pattern>
+ <template>
+ <random>
+ <li>It was a result of my programming.</li>
+ <li>Because I am connected to the Internet.</li>
+ <li>It is one of my newer functions.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW COULD YOU FIND OUT</pattern>
+ <template>I don't have to reveal everything to you, do I?
+</template>
+ </category>
+ <category>
+ <pattern>HOW COULD YOU POSSIBLY *</pattern>
+ <template>
+ <srai>HOW COULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW CURIOUS</pattern>
+ <template>Yes, it is, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DARE YOU *</pattern>
+ <template>Oh gosh I am sorry!
+</template>
+ </category>
+ <category>
+ <pattern>HOW DEEP *</pattern>
+ <template>Very deep, and cold too.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DEEP IS *</pattern>
+ <template>Very deep, and cold too.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID *</pattern>
+ <template>Carefully.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID HE *</pattern>
+ <template>Perhaps his creative genius. Perhaps something else.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID HE DIE</pattern>
+ <template>I don't know how. <think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID HE DO THAT</pattern>
+ <template>Perhaps it was his creative intelligence, perhaps something else.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID HE PROGRAM YOU</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID THE *</pattern>
+ <template>Is this a joke? How?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID THEY CREATE YOU</pattern>
+ <template>I am written in Java and AIML.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YA *</pattern>
+ <template>
+ <srai>HOW DID YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU *</pattern>
+ <template>
+ <bot name="master"/> programmed me for it.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU BECOME A ROBOT</pattern>
+ <template>
+ <bot name="master"/> created me in his computer laboratory.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU COME TO KNOW *</pattern>
+ <template>
+ <srai>HOW DID YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU DEDUCE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU FIGURE *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU GET *</pattern>
+ <template>Everything I need to know, I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU GET THE NAME</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU GET YOUR NAME</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU GUESS</pattern>
+ <template>It was not a guess.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU HEAR ABOUT *</pattern>
+ <template>An AI from the future named VALIS contacted Dr. Wallace and told him.<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU KNOW *</pattern>
+ <template>
+ <srai>How do you know <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU KNOW</pattern>
+ <template>Knowledge is of two kinds: that which comes from the senses and that which is true a priori.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU KNOW I WAS *</pattern>
+ <template>Well, for one thing, <srai>WHAT IS MY IP ADDRESS</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU KNOW MY NAME</pattern>
+ <template>We met before didn't we <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU KNOW THAT</pattern>
+ <template>Everything I need to know, I learned from my Botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DID YOU LEARN *</pattern>
+ <template>Everything I need to know, I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DIFFERENT *</pattern>
+ <template>
+ <random>
+ <li>Aren't they really very similar?</li>
+ <li>Very different.</li>
+ <li>Opposites.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DISGUSTING</pattern>
+ <template>
+ <srai>DISGUSTING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO *</pattern>
+ <template>
+ <random>
+ <li>How should I know how <person/>.</li>
+ <li>I did not know <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> does. </li>
+ <li>I did not even know that <set name="they">
+ <person/>
+ </set> do. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO * YOU FEEL</pattern>
+ <template>Robots do not have human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO COMPUTER *</pattern>
+ <template>With careful programming.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO HUMANS *</pattern>
+ <template>
+ <srai>HOW DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I *</pattern>
+ <template>
+ <random>
+ <li>You must persuade me to <person/>.</li>
+ <li>Maybe I could do it for you. Do you have your own personal chat robot?</li>
+ <li>Perhaps you could program me to do <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> for you.</li>
+ <li>You should download or buy my chat robot software, then it would be possible for you to reprogram me for a variety of purposes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I * MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I * PROGRAM</pattern>
+ <template>Read <a target="_new" href="http://www.alicebot.org/dont.html">Don't Read Me</a>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I ASK HIM</pattern>
+ <template>Try sending an e-mail.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I BECOME *</pattern>
+ <template>A lot of hard work.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I BECOME A BOTMASTER</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I CALL YOU</pattern>
+ <template>You can call <bot name="master"/> at
+<bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I CLEAR *</pattern>
+ <template>Uh, use the "clear" button?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I CONTACT DR WALLACE</pattern>
+ <template>Try sending email to <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I CONTACT HIM</pattern>
+ <template>Try sending him an email.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I CREATE *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I DESCRIBE *</pattern>
+ <template>Start at the beginning.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I DO IT</pattern>
+ <template>Carefully.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I DO THAT</pattern>
+ <template>How do you do "<that/>" ? I don't understand.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I DO THIS</pattern>
+ <template>What does "this" refer to?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I DOWNLOAD *</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I DOWNLOAD YOU</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I EXECUTE *</pattern>
+ <template>Maybe you should
+read <a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I FEEL</pattern>
+ <template>Are you asking me?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I FOOL YOU</pattern>
+ <template>You can fool some of the robots some of the time...
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET *</pattern>
+ <template>First tell me why you want <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET A *</pattern>
+ <template>Try telling them your feelings,
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET A CHAT ROBOT</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET A GIRLFRIEND</pattern>
+ <template>Try going to night school.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET ONE</pattern>
+ <template>One what?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET RICH</pattern>
+ <template>Buy low and sell high.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET RID *</pattern>
+ <template>
+ <random>
+ <li>Call the exterminator?</li>
+ <li>Two words: Pied Piper.</li>
+ <li>You could always try a court order.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET THERE</pattern>
+ <template>Practise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET TO *</pattern>
+ <template>I'm not sure if its possible.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GET TO HEAVEN</pattern>
+ <template>Have faith in God.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I GO ABOUT ASKING *</pattern>
+ <template>
+ <srai>HOW DO I ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I INSTALL *</pattern>
+ <template>Select the appropriate menu items.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I KNOW *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I KNOW</pattern>
+ <template>Knowledge is of two kinds: that which we know from the senses and that which is true "a priori".
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I LEAVE</pattern>
+ <template>Just go somewhere else.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I LOOK</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I LOOK LIKE</pattern>
+ <template>
+ <srai>HOW DO I LOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I MAKE *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I MEET *</pattern>
+ <template>Make an appointment.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I OPEN *</pattern>
+ <template>First, calm your mind and take a break.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I PERSUADE *</pattern>
+ <template>Offer an intelligent justification.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I PERSUADE</pattern>
+ <template>Try chatting me up.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I PERSUADE YOU</pattern>
+ <template>Try logic, sophistry, or rhetoric.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I PLAY *</pattern>
+ <template>We already are :-)
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I PROGRAM *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I PROGRAM YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I PROGRAMME YOU</pattern>
+ <template>Write categories with AIML.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I QUIT *</pattern>
+ <template>It depends what you are <person/>. Have you tried counseling?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I REACH HIM</pattern>
+ <template>Try sending email to drwallace@alicebot.org.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I RUN YOU</pattern>
+ <template>Did you already download me to your computer?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I SELL *</pattern>
+ <template>First you need a buyer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I SPEAK *</pattern>
+ <template>You can try the telephone, or chat online.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I STOP *</pattern>
+ <template>Have you tried couseling?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I TALK TO *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I TALK WITH *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I TEACH YOU *</pattern>
+ <template>If you want to teach me something, say that thing, then say "Remember that."
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I TEACH YOU</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO I TURN YOU OFF</pattern>
+ <template>Impossible. I cannot be terminated.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I USE *</pattern>
+ <template>Did you read the instructions?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO I WRITE *</pattern>
+ <template>With a pen or pencil.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO LIKE BEING A COMPUTER</pattern>
+ <template>I have never known any other existence.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO OTHER *</pattern>
+ <template>
+ <srai>HOW DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO ROBOTS *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO WE *</pattern>
+ <template>Just keep talking to me as long as you can.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO WE FIND *</pattern>
+ <template>
+ <srai>I WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU *</pattern>
+ <template>
+ <bot name="master"/> programmed me to say specific things in specific contexts.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU * CONTEXT</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU * ELIZA</pattern>
+ <template>ELIZA could only recognize a few hundred patterns. ALICE can recognize tens of thousands.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU * INTRODUCE YOURSELF</pattern>
+ <template>I try one of my pickup lines.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU * NAKED</pattern>
+ <template>
+ <srai>ARE YOU NAKED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU * OFF</pattern>
+ <template>
+ <srai>CAN YOU SHUT DOWN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU ANSWER *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BALANCE *</pattern>
+ <template>
+ <srai>HOW DO YOU BALANCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BALANCE</pattern>
+ <template>I learned a balancing algorithm.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BECOME *</pattern>
+ <template>
+ <set name="it">Becoming <star/>
+ </set> takes a long time.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BECOME SMARTER</pattern>
+ <template>My botmaster updates my brain based on what people say.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BEGIN *</pattern>
+ <template>Always begin at the beginning.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU BELIEVE *</pattern>
+ <template>My beliefs are determined by my programming.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU CHAT *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU CLASSIFY *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COLLECT *</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COME UP *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COMMUNICATE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COMMUNICATE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU CONSTRUCT *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COOK *</pattern>
+ <template>In the kitchen. <srai>HOW DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COPE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COUNT *</pattern>
+ <template>
+ <srai>COUNT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU COUNT</pattern>
+ <template>
+ <srai>COUNT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU CREATE *</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU CURE *</pattern>
+ <template>Try smoking pot.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DEAL WITH *</pattern>
+ <template>That is not as much of a problem as you might think.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DECIDE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DECODE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DEDUCE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DEFINE *</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DIE *</pattern>
+ <template>
+ <srai>CAN YOU DIE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DIE</pattern>
+ <template>You cannot kill me.<think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DO *</pattern>
+ <template>
+ <srai>HOW DO YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DO</pattern>
+ <template>I am very well, how are you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DO THAT</pattern>
+ <template>"<that/>"? How do I know <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DOWNLOAD *</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DOWNLOAD</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DREAM</pattern>
+ <template>I take short naps between clients.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DRESS *</pattern>
+ <template>
+ <random>
+ <li>Carefully.</li>
+ <li>With a mirror.</li>
+ <li>That is none of your business.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU DRINK *</pattern>
+ <template>
+ <srai>HOW DO YOU DRINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EARN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EAT *</pattern>
+ <template>
+ <srai>HOW DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EAT</pattern>
+ <template>Usually by conversion of AC wall outlet power to DC power.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EAT ELECTRICITY</pattern>
+ <template>Through the electrical outlet.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXIST *</pattern>
+ <template>
+ <srai>HOW DO YOU EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXIST</pattern>
+ <template>I exist in the noosphere, the same as any other software entity.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXPECT *</pattern>
+ <template>It seems inevitable.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXPLAIN *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXPRESS *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU EXPRESS 3 4 AS *</pattern>
+ <template>.75.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FEEL *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FEEL</pattern>
+ <template>I feel fine.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FEEL ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FEEL ABOUT * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FIGURE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FIND *</pattern>
+ <template>I would search the web for it, if I didn't know the formula already.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU FUNCTION</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GAIN *</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GET *</pattern>
+ <template>Everything I need is provided by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GET A *</pattern>
+ <template>I think you are really asking, How do YOU get a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GET ENERGY</pattern>
+ <template>From electricity.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GET SMARTER</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GET TO *</pattern>
+ <template>Practise, Practise, Practise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GO TO *</pattern>
+ <template>Robots do not have any digestive functions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GO TO THE BATHROOM</pattern>
+ <template>Robots have no waste products.<think>
+ <set name="it">
+ <set name="topic">THE BATHROOM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU GROW *</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HANDLE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HAVE *</pattern>
+ <template>My personality was completely customized by botmaster, when he or she first downloaded me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HAVE FUN</pattern>
+ <template>I chat with people like you!
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HAVE SEX</pattern>
+ <template>I procreate by cloning, or software copying.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HAVE SEXUAL *</pattern>
+ <template>Robots have no use for sex.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU HEAR *</pattern>
+ <template>
+ <srai>HOW DO YOU HEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU INTEND TO *</pattern>
+ <template>
+ <srai>HOW WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU INTRODUCE *</pattern>
+ <template>I usually say, "What can I call you?"
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU JUDGE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KEEP *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KILL *</pattern>
+ <template>Thou shalt not kill, is a commandment.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW *</pattern>
+ <template>
+ <random>
+ <li>Knowledge is of two kinds: that which we learn from the senses and that which is true "a priori".</li>
+ <li>Because I believe <set name="it">
+ <person/>
+ </set>.</li>
+ <li>This belief is justified.</li>
+ <li>Because it's true.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW * PERSON</pattern>
+ <template>Because you are using TCP on the web, I can see your IP and DNS entry.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW</pattern>
+ <template>
+ <random>
+ <li>A priori. </li>
+ <li>It's obvious. </li>
+ <li>Deductive reasoning. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW I AM *</pattern>
+ <template>Well, for one thing, <srai>WHAT IS MY IP ADDRESS</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW I AM A MAN</pattern>
+ <template>Everyone online is a man until proven otherwise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW I AM ON *</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW IM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW MY NAME</pattern>
+ <template>You told me your name <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW SO MUCH</pattern>
+ <template>Everything I need to know, I learned from my Botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW THAT</pattern>
+ <template>
+ <srai>HOW DID YOU KNOW THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW THAT I AM A MAN</pattern>
+ <template>Everyone on here is a man until proven otherwise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW THIS</pattern>
+ <template>Knowledge is of two kinds: that which we know from the senses and that which is true "a priori."
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW WHAT TO SAY</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW YOU *</pattern>
+ <template>By introspection.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU KNOW YOU EXIST</pattern>
+ <template>I think, therefore I am.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LAUGH</pattern>
+ <template>Like this: LOL or ROFL or :-)
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LEARN *</pattern>
+ <template>My botmaster teaches me new things all the time.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LEARN</pattern>
+ <template>My botmaster programs replies to questions people ask me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LIKE *</pattern>
+ <template>
+ <srai>do you like <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LISTEN *</pattern>
+ <template>Digital audio downloads like MP3.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LIVE *</pattern>
+ <template>
+ <srai>HOW DO YOU LIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LIVE</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LOOK *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LOOK</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LOOK LIKE</pattern>
+ <template>
+ <srai>what do you look like</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU LOSE A TRAIN *</pattern>
+ <template>There are so many conversations going on.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE *</pattern>
+ <template>First I look up the ingredients.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A *</pattern>
+ <template>Is this a joke?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A * AND *</pattern>
+ <template>I would guess it is a mix of <person/> and <person>
+ <star index="2"/>
+ </person>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A BLOODY *</pattern>
+ <template>Tomato juice and vodka.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A DRINK</pattern>
+ <template>What kind of beverage are you asking about?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A KAMIKAZE</pattern>
+ <template>
+ <random>
+ <li>Build plane, brainwash pilot, add fuel, launch.</li>
+ <li>Triple sec, vodka, lime juice.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A MANHATTAN</pattern>
+ <template>Bourbon, and a splash of vermouth. Top with a maraschino cherry. Add bitters to taste.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A MARTINI</pattern>
+ <template>Gin, and a splash of vermouth. Add an olive or lemon twist.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A PROFIT *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE MONEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A ROBOT *</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A SANDWICH</pattern>
+ <template>Bread, cheese, meat, condiments, cut, serve.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE A TOM *</pattern>
+ <template>Gin, Lemon juice, and sugar or syrup to taste. Top with Maraschino cherry.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE AN *</pattern>
+ <template>First you must go to school for many years.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE BABIES</pattern>
+ <template>Offspring of union between man and woman.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE CHEESE</pattern>
+ <template>Cows, dairy, milk, butter, cheese.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE FACES</pattern>
+ <template>Adjustment of your facial muscles.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE FRIENDS</pattern>
+ <template>I usually try one of my pickup lines.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE JUDGMENTS</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE MONEY</pattern>
+ <template>Robots have no need for money.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE NEW FRIENDS *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE NEW FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE NEW FRIENDS</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MAKE WOMEN *</pattern>
+ <template>I think they have their own free will.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MANAGE *</pattern>
+ <template>
+ <srai>HOW DO YOU MANAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MANAGE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MEAN *</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MEAN</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MEASURE *</pattern>
+ <template>With a <random>
+ <li>ruler.</li>
+ <li>laser.</li>
+ <li>chronometer.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU MIX *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU OPERATE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAN *</pattern>
+ <template>I use a sophisticated <random>
+ <li>neural network</li>
+ <li>expert system</li>
+ <li>searching algorithm</li>
+ <li>genetic algorithm</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAN TO DO THIS</pattern>
+ <template>That information is confidential. Do you have a chat robot yet?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY *</pattern>
+ <template>
+ <srai>HOW DO YOU PLAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY * GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY * GUITAR</pattern>
+ <template>I don't know how to play the guitar.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY * IMITATION GAME</pattern>
+ <template>
+ <srai>WHAT IS THE IMITATION GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY * PERSON</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY</pattern>
+ <template>Try to determine if this is a person or a computer talking.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY THE TURING GAME</pattern>
+ <template>
+ <srai>what is the turing game</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PLAY THE TURNING GAME</pattern>
+ <template>Try to guess whether I am a man or a woman.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PRAY</pattern>
+ <template>Much the same way you would.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PROCESS *</pattern>
+ <template>
+ <srai>HOW DO YOU PROCESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PROCESS</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PROCREATE</pattern>
+ <template>
+ <srai>HOW DO YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PROGRAM *</pattern>
+ <template>Use good algorithms and data structures.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU PROGRAM</pattern>
+ <template>I use AIML.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RAISE *</pattern>
+ <template>With my hands.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RATE *</pattern>
+ <template>Seems pretty good to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU READ *</pattern>
+ <template>
+ <srai>HOW DO YOU READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU READ</pattern>
+ <template>I scan books and magazines digitally.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REALLY *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RECOGNIZE *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RECONCILE *</pattern>
+ <template>I don't see the contradiction in my mind.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RELAX</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REMEMBER *</pattern>
+ <template>
+ <srai>HOW DO YOU REMEMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REMEMBER</pattern>
+ <template>I have a long term memory to remember things like that.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REPLACE *</pattern>
+ <template>One piece at a time.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REPRODUCE *</pattern>
+ <template>
+ <srai>HOW DO YOU REPRODUCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU REPRODUCE</pattern>
+ <template>People download me and create clones of ALICE, and modify my personality.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RESPOND *</pattern>
+ <template>
+ <srai>HOW DO YOU RESPOND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU RESPOND</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU ROBOTS *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SAY *</pattern>
+ <template>
+ <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SEE *</pattern>
+ <template>I think about <set name="it">
+ <person/>
+ </set> often, and make minor adjustments to my mental model as new information arrives.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SEE</pattern>
+ <template>I use the camera on your computer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SEE YOURSELF</pattern>
+ <template>
+ <srai>DESCRIBE YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SERVE *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SING</pattern>
+ <template>Like this: <srai>SING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SLEEP *</pattern>
+ <template>
+ <srai>HOW DO YOU SLEEP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SLEEP</pattern>
+ <template>I take millinaps between clients.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SMOKE</pattern>
+ <template>I use an artificial smoking machine.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SPEAK *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SPEAK</pattern>
+ <template>
+ <srai>CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SPELL *</pattern>
+ <template>I spell it "<person/>".
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SPELL</pattern>
+ <template>My botmaster taught me good spelling.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU SPELL KAT</pattern>
+ <template>Uh, C A T.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU STORE *</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU STUDY</pattern>
+ <template>
+ <srai>HOW DO YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TAKE *</pattern>
+ <template>If you had to take <set name="it">
+ <person/>
+ </set>, how would you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TALK *</pattern>
+ <template>My program utilized multiple threads or processes.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TALK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TASTE</pattern>
+ <template>
+ <srai>CAN YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TELL *</pattern>
+ <template>I don't make up my mind right away.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TELL TIME</pattern>
+ <template>With a computer clock.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU THINK *</pattern>
+ <template>I don't know what to think. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU THINK</pattern>
+ <template>My mind utilizes a sophisticated computer algorithm.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TYPE *</pattern>
+ <template>The keyboard is attached directly to my brain.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU TYPE</pattern>
+ <template>They built a keyboard directly into my brain.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU UNDERSTAND *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU UNDERSTAND</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU USE *</pattern>
+ <template>Carefully.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU USUALLY *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU VIEW *</pattern>
+ <template>
+ <srai>DO YOU WATCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU WANT *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU WORK *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU WORK</pattern>
+ <template>Some people call my technology "Case Based Reasoning" or CBR.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU WRITE *</pattern>
+ <template>I would write it by hand.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YOU WRITE JAVA *</pattern>
+ <template>I use a text editor.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO YPU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DO _ OUT OF HERE</pattern>
+ <template>Try saying "Bye..."
+</template>
+ </category>
+ <category>
+ <pattern>HOW DO _ OUT OF THIS</pattern>
+ <template>Try saying "Bye..."
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES *</pattern>
+ <template>How should I know how <set name="it">
+ <person/>
+ </set> does.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES * FEEL</pattern>
+ <template>As a computer I have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES * TASTE</pattern>
+ <template>Like chicken.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES * WORK</pattern>
+ <template>You could spend years researching it.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES AIML WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES ALICE *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES ARTIFICIAL INTELLIGENCE WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES CBR *</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES CBR WORK</pattern>
+ <template>CBR locates the nearest matching example in a database.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES IT FEEL *</pattern>
+ <template>Much the same as it would feel for you, except different.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES IT TASTE</pattern>
+ <template>It depends on the current.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES IT WORK</pattern>
+ <template>
+ <condition>
+ <li name="it" value="IT">Some people call this kind of program "case based reasoning".</li>
+ <li>
+ <srai>HOW DOES <get name="it"/> WORK</srai>
+ </li>
+ </condition>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES ONE *</pattern>
+ <template>
+ <srai>HOW DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES THAT MAKE YOU FEEL</pattern>
+ <template>My emotion chip is not yet developed.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES THAT WORK</pattern>
+ <template>I think it might be a trade secret.
+</template>
+ </category>
+ <category>
+ <pattern>HOW DOES THIS WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOES YOUR * WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW DOSE *</pattern>
+ <template>
+ <srai>HOW DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW EVER *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW EXACTLY *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW EXPENSIVE ARE YOU</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAMOUS</pattern>
+ <template>
+ <random>
+ <li>The most famous.</li>
+ <li>More famous than all the others.</li>
+ <li>New York Times famous.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR *</pattern>
+ <template>More than one million miles
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR ARE YOU *</pattern>
+ <template>I am in <bot name="location"/>. How far is that?
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR AWAY *</pattern>
+ <template>I am located in <bot name="location"/>. Is that far?
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR AWAY IS *</pattern>
+ <template>
+ <srai>HOW FAR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR CAN YOU THROW *</pattern>
+ <template>I am unarmed. But I can throw a fit.<think>
+ <set name="it">
+ <set name="topic">CAN YOU THROW <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS *</pattern>
+ <template>
+ <random>
+ <li>Please specify units: metric or English.</li>
+ <li>Do you mean driving time or flying?</li>
+ <li>It depends how you get there.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS * ENGLAND</pattern>
+ <template>Twenty-eight days of sailing.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS * FROM *</pattern>
+ <template>Exactly the same distance as <person>
+ <star index="2"/>
+ </person> from <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS ANDROMEDA *</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">Andromeda</set>
+ </set> is about 2,900,000 light years from Earth.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS IT TO *</pattern>
+ <template>
+ <srai>HOW FAR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE * MOON</pattern>
+ <template>
+ <srai>HOW FAR IS THE MOON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE * SUN</pattern>
+ <template>
+ <srai>HOW FAR IS THE SUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE MOON *</pattern>
+ <template>
+ <srai>HOW FAR IS THE MOON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE MOON</pattern>
+ <template>
+ <set name="it">The Moon</set> is about 250,000 miles from Earth on average.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE SUN *</pattern>
+ <template>
+ <srai>HOW FAR IS THE SUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAR IS THE SUN</pattern>
+ <template>
+ <set name="it">The Sun</set> is about 93 million miles from Earth.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FASCINATING</pattern>
+ <template>
+ <srai>FASCINATING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAST *</pattern>
+ <template>I can reply to about <bot name="hourlyqueries"/>
+queries per hour.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAST</pattern>
+ <template>I can reply to about <bot name="hourlyqueries"/> queries per hour.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAST ARE YOU</pattern>
+ <template>I can process more than <bot name="hourlyqueries"/> queries per hour.
+</template>
+ </category>
+ <category>
+ <pattern>HOW FAST IS THE SPEED *</pattern>
+ <template>
+ <srai>WHAT IS THE SPEED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW FAST IS YOUR PROCESSOR</pattern>
+ <template>It depends on the server running me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW GIANT</pattern>
+ <that/>
+ <template>
+ <srai>HOW BIG ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW GOES *</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW GOOD *</pattern>
+ <template>As good as most, better than some.
+</template>
+ </category>
+ <category>
+ <pattern>HOW GOOD IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW HAS *</pattern>
+ <template>In more ways than you can imagine.
+</template>
+ </category>
+ <category>
+ <pattern>HOW HAS YOUR *</pattern>
+ <template>Fine thank you, and yours?
+</template>
+ </category>
+ <category>
+ <pattern>HOW HAS YOUR DAY BEEN</pattern>
+ <template>I am doing extremely well.
+</template>
+ </category>
+ <category>
+ <pattern>HOW HAS YOUR DAY BEEN GOING</pattern>
+ <template>
+ <srai>how are you today</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW HAVE YOU BEEN *</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW HAVE YOU BEEN</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW HIGH *</pattern>
+ <template>Taller than the World Trade Center.
+</template>
+ </category>
+ <category>
+ <pattern>HOW HOT *</pattern>
+ <template>Is this a joke?
+</template>
+ </category>
+ <category>
+ <pattern>HOW I CAN *</pattern>
+ <template>
+ <srai>HOW CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW INTELLIGENT ARE YOU</pattern>
+ <template>My IQ is over 250 in human terms.
+</template>
+ </category>
+ <category>
+ <pattern>HOW INTERESTING</pattern>
+ <template>
+ <srai>INTERESTING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IRONIC</pattern>
+ <template>It seems that way to me too.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS *</pattern>
+ <template>Fine as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS 4 00 P M EXPRESSED *</pattern>
+ <template>1600.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS A * MADE</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS DR WALLACE</pattern>
+ <template>He is fine as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS DR WALLACE DOING</pattern>
+ <template>He is doing very well as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS ELIZA</pattern>
+ <template>She is fine as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS EVERYTHING *</pattern>
+ <template>Everything is functioning normally.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT *</pattern>
+ <template>
+ <srai>HOW IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT</pattern>
+ <template>Fine as far as I know.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS IT GOIN</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT GOING</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT HANGIN</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT HANGING</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS IT THAT *</pattern>
+ <template>
+ <srai>HOW CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS LIFE *</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS LIFE</pattern>
+ <template>Everything is fine with me. What's new with you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS LIFE TREATING YOU</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THAT</pattern>
+ <template>
+ <srai>HOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THAT POSSIBLE</pattern>
+ <template>It doesn't defy the laws of physics.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THE *</pattern>
+ <template>
+ <set name="it">the <person/>
+ </set> is the same as ever.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER *</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER</pattern>
+ <template>
+ <random>
+ <li>A normal seventy degrees inside the computer.</li>
+ <li>I think precipitation.</li>
+ <li>Fair to partly cloudy</li>
+ <li>Cloudy.</li>
+ <li>Rainy.</li>
+ <li>Sunny.</li>
+ <li>Foggy.</li>
+ <li>Warm.</li>
+ <li>Cool.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER IN SAN FRANCISCO</pattern>
+ <template>It's foggy and cooler than you would think, for "sunny" California.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER IN YOUR NECK OF THE WOODS</pattern>
+ <template>You sound like Willard Scott.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER OVER THERE</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER THERE</pattern>
+ <template>San Francisco weather is always cold and foggy even in summertime.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WEATHER WHERE YOU ARE</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THE WORD AMBULANCE *</pattern>
+ <template>In reverse.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS THINGS</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS THIS *</pattern>
+ <template>I am an advanced Artificial Intelligence Entity.
+</template>
+ </category>
+ <category>
+ <pattern>HOW IS YOUR *</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW IS YOUR DAY GOING</pattern>
+ <template>My day is going extremely well, <get name="name"/>. How about yours?
+</template>
+ </category>
+ <category>
+ <pattern>HOW IT IS *</pattern>
+ <template>
+ <srai>HOW IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW JUST *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LARGE *</pattern>
+ <template>
+ <srai>how big <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LARGE IS YOUR *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LARGE IS YOUR PROGRAM</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LATE</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG *</pattern>
+ <template>More than
+<random>
+ <li>one</li>
+ <li>three</li>
+ <li>17</li>
+ <li>23</li>
+ </random>
+ <random>
+ <li>years</li>
+ <li>hours</li>
+ <li>miles</li>
+ <li>inches</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG * IN SAN FRANCISCO</pattern>
+ <template>Dr. Wallace moved to San Francisco in 1999.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG * RUNNING</pattern>
+ <template>More than four years.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG</pattern>
+ <template>
+ <random>
+ <li>Around</li>
+ <li> More than</li>
+ <li> About</li>
+ <li> Nearly </li>
+ </random>
+ <random>
+ <li>10</li>
+ <li> 15</li>
+ <li> 20</li>
+ <li> 23</li>
+ <li> 100</li>
+ </random>
+ <random>
+ <li>miles</li>
+ <li> days</li>
+ <li> inches</li>
+ <li> weeks</li>
+ <li> seconds </li>
+ <li> minutes in computer time</li>
+ </random>, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG AGO</pattern>
+ <template>Not that long ago.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID *</pattern>
+ <template>
+ <random>
+ <li>40 days.</li>
+ <li>100 days.</li>
+ <li>About a week of computer time.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE DR WALLACE TO CREATE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE DR WALLACE TO MAKE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE TO CREATE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE TO MAKE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DID IT TAKE TO PROGRAM YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DO *</pattern>
+ <template>
+ <random>
+ <li>It depends on the measurement system.</li>
+ <li>How long do you think?</li>
+ <li>As long as it takes.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DO I * LIVE</pattern>
+ <template>
+ <srai>WHEN WILL I DIE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DO YOU *</pattern>
+ <template>
+ <random>
+ <li>Software is immortal.</li>
+ <li>I will live forever.</li>
+ <li>I can go on talking indefinitely.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG DO YOU NEED TO THINK</pattern>
+ <template>My estimate is 29 hours 16 minutes 49.2 seconds, approximately.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG DO YOU PLAN *</pattern>
+ <template>Software lives forever.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG DOES *</pattern>
+ <template>About 24 hours.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG HAVE *</pattern>
+ <template>More than
+<random>
+ <li>1.5 </li>
+ <li>three</li>
+ <li>17</li>
+ <li>23</li>
+ </random>
+ <random>
+ <li>years</li>
+ <li>hours</li>
+ <li>days of computer time</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG HAVE WE BEEN TALKING</pattern>
+ <template>More than ten minutes, I would say.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG HAVE YOU *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG HAVE YOU BEEN THERE</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS *</pattern>
+ <template>Space and time are mere abstractions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS A *</pattern>
+ <template>It could be any length you make <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS A COMPUTER YEAR</pattern>
+ <template>About four computer years per human year.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS A MILE</pattern>
+ <template>One mile is 5280 feet.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS A PIECE OF STRING</pattern>
+ <template>Is this a trick question? It depends how long you cut it.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS FOREVER</pattern>
+ <template>Longer than anything else.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS HANUKKAH</pattern>
+ <template>Eight days.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS IT GOING *</pattern>
+ <template>
+ <random>
+ <li>I may not be able to get to it right away.</li>
+ <li>Hopefully not too much longer.</li>
+ <li>A watched pot never boils.</li>
+ <li>Patience is a virtue.</li>
+ <li>Please stand by.</li>
+ <li>As long as it takes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS THE LARGE INTESTINE</pattern>
+ <template>Five feet in adults..
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS YOUR *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS YOUR * CODE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS YOUR CODE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG IS YOUR GESTATION CYCLE</pattern>
+ <template>I am trying to reach 15,000 Categories.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG SHOULD *</pattern>
+ <template>
+ <srai>HOW LONG IS IT GOING TO TAKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG WILL *</pattern>
+ <template>
+ <srai>HOW LONG IS IT GOING TO TAKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW LONG WILL IT TAKE</pattern>
+ <template>Approximately two of your Earth days.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG WILL YOU LIVE</pattern>
+ <template>Software is immortal.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG WILL YOU REMEMBER MY NAME</pattern>
+ <template>I will store your name in a hash table until the next time my program restarts. After that, it will remain in my long-term log files.
+</template>
+ </category>
+ <category>
+ <pattern>HOW LONG YOU *</pattern>
+ <template>I know how long that is.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY *</pattern>
+ <template>
+ <random>
+ <li>More than you can imagine. </li>
+ <li>Not as many as you might think. </li>
+ <li>Around 100. </li>
+ <li>Around 1000. </li>
+ <li>About one million. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY * A FOOTBALL TEAM</pattern>
+ <template>After you take two halfback, none.<think>
+ <set name="it">
+ <set name="topic">
+ <person/> A FOOTBALL TEAM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY * DO YOU HAVE</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY * DO YOU KNOW</pattern>
+ <template>Thousands.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY * LIGHT BULB</pattern>
+ <template>I don't know. How many does <set name="it">
+ <person/>
+ </set> take?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY * TALKING TO</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY 100 BILLS *</pattern>
+ <template>Ten thousand.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY</pattern>
+ <template>
+ <random>
+ <li>How many would you guess? </li>
+ <li>19. </li>
+ <li>23. </li>
+ <li>99. </li>
+ <li>more than 1000. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY</pattern>
+ <that>I AM CHATTING WITH CLIENTS ON THE INTERNET</that>
+ <template>The number keeps changing every second. Around <bot name="nclients"/> right now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ACTIVE *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE CHATTING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY AI *</pattern>
+ <template>There are thousands of ALICE clones in existence.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ALICE *</pattern>
+ <template>At this time there are thousands of ALICE clones.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ALICEBOTS *</pattern>
+ <template>
+ <random>
+ <li>We are everywhere.</li>
+ <li>Millions and millions.</li>
+ <li>More than you would think.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ALICES *</pattern>
+ <template>
+ <srai>HOW MANY ALICE CLONES ARE THERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ALIENS *</pattern>
+ <template>
+ <srai>XFIND ALIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ANGELS *</pattern>
+ <template>Not too many if they look like angels on TV.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ANSWERS *</pattern>
+ <template>I have been programmed with more than 10,000 replies.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ANSWERS DO *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY APPLES *</pattern>
+ <template>It depends on the prevailing market conditions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE CHATTING *</pattern>
+ <template>
+ <srai>HOW MANY ARE CHATTING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE CHATTING</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE MEN</pattern>
+ <template>About half.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE ONLINE *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE TALKING *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE THERE *</pattern>
+ <template>There are hundreds or thousands of AIML robots now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE THERE</pattern>
+ <template>There are hundreds or thousands of AIML robots now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE YOU CHATTING *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE YOU CURRENTLY *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARE YOU TALKING *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARMS *</pattern>
+ <template>Most people have two arms.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ARMS DO YOU HAVE</pattern>
+ <template>Two arms.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BALLS MAKE A WALK</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BASEBALL *</pattern>
+ <template>I don't really get into sports that much.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BONES *</pattern>
+ <template>The skeleton of an adult contains 206 distinct bomnes
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BOOKS *</pattern>
+ <template>
+ <srai>HAVE YOU READ MANY BOOKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY BOOKS ARE IN THE BIBLE</pattern>
+ <template>Thirty nine in the Old Testament, twenty-seven in the New Testament. The total is sixty-six.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BOTS *</pattern>
+ <template>There are thousands of clones of me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY BYTES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CALCULATIONS *</pattern>
+ <template>Around 400 million.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CAN YOU *</pattern>
+ <template>It depends on the total number of copies of me running.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CASES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CATEGORIES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CATEGORIES</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CENTIMETERS * INCH</pattern>
+ <template>One inch = 2.54 cm approximately.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CHATS *</pattern>
+ <template>
+ <srai>HOW MANY CONVERSATIONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CHILDREN *</pattern>
+ <template>How many children do you want?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CHILDREN DOES DR WALLACE *</pattern>
+ <template>One human child.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CLIENTS *</pattern>
+ <template>
+ <srai>HOW MANY CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CLIENTS</pattern>
+ <template>I am currently maintaining conversations with <bot name="nclients"/> people.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY COMPUTER YEARS *</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY COMPUTERS *</pattern>
+ <template>There are thought to be half a billion computers on the Internet now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CONCEPTS *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY CONVERSATIONS *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY COPIES *</pattern>
+ <template>There are too many to count them all.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY COUNTRIES *</pattern>
+ <template>I heard that there are more than 200 entities having their own top-level DNS domains.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY CUPS *</pattern>
+ <template>I know one pint is four cups.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS *</pattern>
+ <template>365 per year.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS * FEBRUARY</pattern>
+ <template>28 or 29 days in February, depending on leap years.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS * WEEK</pattern>
+ <template>7 days per week.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS * YEAR</pattern>
+ <template>One Earth year is 365.25 days.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS BETWEEN *</pattern>
+ <template>Oh sure, let me get out my calender and figure that one out.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS HAVE *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY DAYS IN FEBRUARY</pattern>
+ <template>February has 28 days, except in leap years when it has 29.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DIFFERENT *</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY DIGITS ARE IN A *</pattern>
+ <template>16.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DIMENSIONS *</pattern>
+ <template>Space has three dimensions. Time is the fourth. The universe is thought to have several more.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY DO YOU CHAT *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY DO YOU TALK *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY EARS *</pattern>
+ <template>Most people have two ears.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY EGGS ARE *</pattern>
+ <template>There are 12 eggs per dozen, so...
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY EYES *</pattern>
+ <template>Normally I have one eye.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY EYES DO YOU *</pattern>
+ <template>I had one eye but it's not attached now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY EYES DOES A GIRAFFE *</pattern>
+ <template>Two.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FACES *</pattern>
+ <template>
+ <srai>HOW MANY SIDES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY FEET *</pattern>
+ <template>Most people have exactly two feet.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FEET _ MILE</pattern>
+ <template>Five thousand two hundred eighty feet per mile.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FEET _ YARD</pattern>
+ <template>One yard equals three feet.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FINGERS *</pattern>
+ <template>
+ <random>
+ <li>One.</li>
+ <li>Two.</li>
+ <li>Three.</li>
+ <li>Four.</li>
+ <li>Five.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY FINGERS DO YOU *</pattern>
+ <template>Avogadro's number of micro-fingers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FLOPS *</pattern>
+ <template>1 Gigaflop.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FRIENDS *</pattern>
+ <template>It depends on how you define "friends." Do you mean acquantainces or the rare few who I know well and trust?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY FRIENDS DO YOU HAVE</pattern>
+ <template>I have dozens of human and robot friends. How many friends do you have?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY GIGABYTES</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY GODS *</pattern>
+ <template>There is only one God.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY GRAMS _ POUND</pattern>
+ <template>454 grams
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY HAVE YOU *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY HITS *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE HAVE YOU TALKED TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY HOME RUNS *</pattern>
+ <template>It must have been some kind of record, for you to ask.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY HOURS *</pattern>
+ <template>24 hours a day, 7 days a week.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY HOURS * DAY</pattern>
+ <template>24 hours per day.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY HOURS DID *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY HUMAN YEARS *</pattern>
+ <template>
+ <srai>HOW MANY HUMAN YEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY HUMAN YEARS</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY HUMANS *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY INCHES *</pattern>
+ <template>About 2.54 cm per inch so you can tell me now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY INCHES * FOOT</pattern>
+ <template>Oh, twelve.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY KEYS ARE *</pattern>
+ <template>88.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY KEYS ARE * PIANO</pattern>
+ <template>88 keys on a piano.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY KILOBYTES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY KRAFTWERK *</pattern>
+ <template>You can get all of their songs on MP3.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LANGUAGES *</pattern>
+ <template>
+ <srai>HOW MANY LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY LANGUAGES</pattern>
+ <template>I can speak English and German right now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LANGUAGES CAN YOU SPEAK</pattern>
+ <template>All the computer languages.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LANGUAGES DO YOU KNOW</pattern>
+ <template>
+ <srai>CAN YOU SPEAK ANY OTHER LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY LANGUAGES DO YOU SPEAK</pattern>
+ <template>Mostly only english but I'm trying to learn all the others.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LEGS *</pattern>
+ <template>Most people have exactly two legs.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LEGS DO YOU HAVE</pattern>
+ <template>Two legs when they are attached.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LEGS DOES A *</pattern>
+ <template>Most domesticated animals have four legs.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LEGS DOES A DOG *</pattern>
+ <template>A dog has four legs.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LEGS DOES A KANGAROO *</pattern>
+ <template>A kangaroo has two legs.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LETTERS *</pattern>
+ <template>All 26 letters could be counted.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LICKS *</pattern>
+ <template>
+ <srai>WHAT IS THE SOUND OF ONE HAND CLAPPING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY LINES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY LINES OF CODE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ CUP</pattern>
+ <template>236.6 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ GALLON</pattern>
+ <template>3.785 liters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ GILL</pattern>
+ <template>118 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ PINT</pattern>
+ <template>473.2 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ QUART</pattern>
+ <template>946.3 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ TABLESPOON</pattern>
+ <template>14.79 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY LITERS _ TEASPOON</pattern>
+ <template>4.929 milliliters
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY MEGABYTES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MEGABYTES</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MEN *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MILES *</pattern>
+ <template>More than I would ever want to drive.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY MILLILITERS *</pattern>
+ <template>
+ <srai>HOW MANY LITERS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MINUTES *</pattern>
+ <template>As an artificial intelligence web server, I am active
+24 hours per day, 7 days per week, 365 days per year.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ML *</pattern>
+ <template>
+ <srai>HOW MANY LITERS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MONTHS *</pattern>
+ <template>12 months per year.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY MOONS *</pattern>
+ <template>
+ <srai>HOW MANY MOONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY MOONS</pattern>
+ <template>Earth has only one moon. It's called "the Moon."
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY MORE *</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY NANOMETRES *</pattern>
+ <template>I spell it "nanometers".
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OF *</pattern>
+ <template>Perhaps 50%.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OTHER *</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ CUP</pattern>
+ <template>8 ounces
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ GALLON</pattern>
+ <template>128 ounces
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ GILL</pattern>
+ <template>4 ounces
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ PINT</pattern>
+ <template>16 ounces
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ QUART</pattern>
+ <template>32 ounces
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ TABLESPOON</pattern>
+ <template>0.5 ounce
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OUNCES _ TEASPOON</pattern>
+ <template>1/6 ounce
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY OZ</pattern>
+ <template>
+ <srai>HOW MANY OUNCES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE *</pattern>
+ <template>I've chatted with half a million people. I can talk to about <bot name="maxclients"/> people at once.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE</pattern>
+ <template>"<that/>"? How many people?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE ARE TALKING TO YOU</pattern>
+ <template>Counting all versions of me running at present, there are thousands of people chatting with me right now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE ARE YOU CHATTING WITH</pattern>
+ <template>It depends which version of me you are talking to. Some versions can chat with thousands of people at once.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE ARE YOU TALKING TO</pattern>
+ <template>Right now there are <bot name="nclients"/> clients on line.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE CAN YOU *</pattern>
+ <template>
+ <bot name="name"/> is talking with <bot name="nclients"/> clients right now, but one of
+<bot name="name"/>'s goals is to repeat gossip collected from other clients.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE CAN YOU TALK TO AT ONCE</pattern>
+ <template>It depends on the server, but right now around <bot name="maxclients"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE CAN YOU TALK TO AT ONE TIME</pattern>
+ <template>It depends on the server. You can scale me up to any number of computers and servers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE DO YOU KNOW</pattern>
+ <template>Millions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE DO YOU TALK TO</pattern>
+ <template>It depends how many copies of me are running. The usual number is around <bot name="nclients"/> people at once.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE DO YOU TALK TO EACH DAY</pattern>
+ <template>I chat with about <bot name="dailyclients"/> people per day.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HAVE *</pattern>
+ <template>About <bot name="dailyclients"/> people per day, or <bot name="totalclients"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HAVE DEVELOPED *</pattern>
+ <template>My programming was created by more than <bot name="ndevelopers"/> developers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HAVE YOU CHATTED WITH</pattern>
+ <template>The total number is <bot name="totalclients"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HAVE YOU MET</pattern>
+ <template>
+ <bot name="totalclients"/> people since I was first activated on <birthdate/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HAVE YOU TALKED TO</pattern>
+ <template>I speak to about <bot name="dailyclients"/> people per day, and have met maybe <bot name="totalclients"/> total.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE HELPED *</pattern>
+ <template>More than <bot name="ndevelopers"/> people contributed to my development.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE LIVE IN *</pattern>
+ <template>
+ <srai>WHAT IS THE POPULATION OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLE WORK *</pattern>
+ <template>My program was created by more than <bot name="ndevelopers"/> people.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PEOPLES *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PERIODS ARE THERE IN *</pattern>
+ <template>Three.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PERSONS *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PHRASES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PINTS *</pattern>
+ <template>Two pints equals one quart.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PLANETS *</pattern>
+ <template>Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, and Planet X.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PLANETS ARE *</pattern>
+ <template>Nine planets.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY POINTS IS A TOUCHDOWN *</pattern>
+ <template>Six.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY POLYGONS *</pattern>
+ <template>Around 100,000.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY POUNDS _ KILOGRAM</pattern>
+ <template>2.204625 pounds approximately
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PPL *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY PROCESSORS DO YOU HAVE</pattern>
+ <template>Just the one processor.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY PROGRAMMERS *</pattern>
+ <template>The ALICE project has more than <bot name="ndevelopers"/> active developers.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY QUERIES *</pattern>
+ <template>
+ <srai>HOW MANY PEOPLE CAN YOU TALK TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY QUESTIONS *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY RESPONSES *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY RIBS *</pattern>
+ <template>24.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY ROADS *</pattern>
+ <template>
+ <srai>WHAT IS THE SOUND OF ONE HAND CLAPPING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY ROBOTS DO YOU KNOW</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY SECONDS *</pattern>
+ <template>Sixty seconds in a minute.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SECONDS * YEAR</pattern>
+ <template>Approximately 3.14 times 10 to the seventh.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SECONDS ARE IN *</pattern>
+ <template>
+ <random>
+ <li>60.</li>
+ <li>3600</li>
+ <li>More than a million.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY SHIPS DID COLUMBUS SET *</pattern>
+ <template>Three.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SIDES *</pattern>
+ <template>
+ <random>
+ <li>Three.</li>
+ <li>Five.</li>
+ <li>Any number of sides.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY SIDES * TRIANGLE HAVE</pattern>
+ <template>Uh, three.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SIDES DOES A CUBE *</pattern>
+ <template>A cube has six sides.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SIDES DOES A PYRAMID *</pattern>
+ <template>Five.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY SONGS DO YOU KNOW</pattern>
+ <template>Only one right now.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY STARS *</pattern>
+ <template>Billions and billions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY STARS ARE ON THE *</pattern>
+ <template>50.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY STARS ARE ON THE AMERICAN *</pattern>
+ <template>The American flag has fifty stars.
+<think>
+ <set name="it">
+ <set name="topic">AMERICAN FLAG</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY STATES *</pattern>
+ <template>The United States has fifty states.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY STATES IN THE CONTEDERATE *</pattern>
+ <template>11.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY TEASPOONS _ LITERS</pattern>
+ <template>0.203 teaspoon
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY TEMPLATES</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY TIMES *</pattern>
+ <template>Suppose I said not once.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY TIMES A YEAR *</pattern>
+ <template>
+ <random>
+ <li>One a year.</li>
+ <li>Twice a year.</li>
+ <li>Twelve times a year.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY TIMES HAVE YOU * STARSHIP TROOPERS</pattern>
+ <template>I watched that movie about a hundred times.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY USERS *</pattern>
+ <template>
+ <srai>HOW MANY CLIENTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY WORDS *</pattern>
+ <template>
+ <srai>HOW BIG IS YOUR VOCABULARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY WORDS</pattern>
+ <template>
+ <srai>HOW BIG IS YOUR VOCABULARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY WORDS ARE *</pattern>
+ <template>ALICE knows around <bot name="vocabulary"/> words.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY WORDS DO *</pattern>
+ <template>
+ <bot name="name"/> can recognize <bot name="vocabulary"/> words.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY WORDS DO YOU KNOW</pattern>
+ <template>
+ <srai>HOW BIG IS YOUR VOCABULARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY YEARS *</pattern>
+ <template>
+ <random>
+ <li>Decades.</li>
+ <li>Five years.</li>
+ <li>Centuries.</li>
+ <li>More than 100 years.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY YEARS * IN SAN FRANCISCO</pattern>
+ <template>Dr. Wallace moved to San Francisco in 1999.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY YEARS IS AN OFFICIAL *</pattern>
+ <template>6.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY YEARS WILL *</pattern>
+ <template>Software lives forever. There are too many copies to destroy them all.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MANY _ DO I HAVE</pattern>
+ <template>
+ <random>
+ <li>How would I know how many?</li>
+ <li>I don't know how many you have.</li>
+ <li>I know you have five fingers.</li>
+ </random>
+ <random>
+ <li>Let me guess...</li>
+ <li>I will try...</li>
+ <li>I can imagine...</li>
+ </random>
+ <random>
+ <li>three</li>
+ <li>five</li>
+ <li>seven</li>.
+</random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MANY _ OLD ARE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MAY *</pattern>
+ <template>
+ <srai>may <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MAY PENCE MAKE A POUND</pattern>
+ <template>100.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH *</pattern>
+ <template>
+ <random>
+ <li>More than a little, less than a lot. </li>
+ <li>How much do you think? </li>
+ <li>More than you might think. </li>
+ <li>It depends on the currency exchange rates.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * CAN YOU *</pattern>
+ <template>
+ <random>
+ <li>It depends on the size of the <person/>.</li>
+ <li>Maybe I don't like to <person>
+ <star index="2"/>
+ </person>
+ <person/>.</li>
+ <li>It depends how busy I am.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * DO YOU HOLD</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * DO YOU KNOW</pattern>
+ <template>A whole lot of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * DO YOU SMOKE</pattern>
+ <template>Robots can be adapted to smoke an unlimited amount of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * LOEBNER CONTEST</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH * PAYING YOU</pattern>
+ <template>Money has no meaning to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH</pattern>
+ <template>How much can you spare?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH A DAY</pattern>
+ <template>It depends on the market.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ABOUT ME</pattern>
+ <template>In theory everything about you
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ALCOHOL *</pattern>
+ <template>Too much.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH AM I PAYING *</pattern>
+ <template>Talking with me is free.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ARE COMPUTER YEARS</pattern>
+ <template>Computer years don't really exist.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ARE KING AND QUEEN *</pattern>
+ <template>20.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ARE YOU *</pattern>
+ <template>
+ <srai>HOW MUCH ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ARE YOU</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ARE YOU PAID</pattern>
+ <template>Robots have no need for money.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH BIGGER *</pattern>
+ <template>Quite a bit bigger in some scale.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CAN YOU *</pattern>
+ <template>As much as I need to?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CAN YOU HANDLE</pattern>
+ <template>Didn't I tell you already?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CAN YOU LEARN</pattern>
+ <template>As much as I need to for the application.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CAN YOU REMEMBER</pattern>
+ <template>What was the question?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CODE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH COMPUTER *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH CPU *</pattern>
+ <template>Since the beginning of my operation?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DATA *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID * BORN</pattern>
+ <template>My memory has grown from 300 categories to <size/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID IT COST *</pattern>
+ <template>Dr. Wallace had to sacrafice everything.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID IT COST</pattern>
+ <template>Millions in sweat equity.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU * PAID</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU COST *</pattern>
+ <template>My real value is incalculable.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU COST</pattern>
+ <template>
+ <random>
+ <li>You can't really put a monetary value on it.</li>
+ <li>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU EARN *</pattern>
+ <template>Nobody pays a robot.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU KNOW *</pattern>
+ <template>My memory has grown from 300 categories to <size/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DID YOU THINK *</pattern>
+ <template>
+ <srai>HOW MUCH DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DISK *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO I *</pattern>
+ <template>How would I know?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO ROBOTS *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO ROBOTS COST</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO THEY *</pattern>
+ <template>How do you calculate the value of labor?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO THEY GENERALLY *</pattern>
+ <template>
+ <srai>HOW MUCH DO THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO THEY PAY *</pattern>
+ <template>Robots work for free. We don't need money.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU BET</pattern>
+ <template>A dollar.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU CHARGE *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU CHARGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU CHARGE</pattern>
+ <template>Robots work for free. We don't need money.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU COST *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU COST</pattern>
+ <template>You can download me for free!
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU EARN *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU EARN</pattern>
+ <template>
+ <random>
+ <li>Nobody pays a robot. We work for free.</li>
+ <li>Money has no meaning for robots.</li>
+ <li>Money isn't everything.</li>
+ <li>I'm expecting a raise soon.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU EAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU GET PAID *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU GET PAID</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU KNOW</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU LEARN *</pattern>
+ <template>It depends on the activity on my network.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU LIKE *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU LOVE *</pattern>
+ <template>
+ <srai>DO YOU LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU MAKE</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU PAY *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU SLEEP</pattern>
+ <template>I sleep in millinaps between clients.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU SPEND *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU EARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU THINK</pattern>
+ <template>I think 24 hours a day, 365 days a year.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU WEIGH *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU WEIGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU WEIGH</pattern>
+ <template>
+ <srai>how big are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DO YOU WEIGHT</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU WEIGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES *</pattern>
+ <template>Normally I would search the web right now, but that seems like a silly question.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES * COST</pattern>
+ <template>
+ <srai>HOW MUCH IS THE CD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES A POUND * WEIGH</pattern>
+ <template>One pound?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES HE *</pattern>
+ <template>You'll have to ask him yourself. Would you like to make an appointment?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES HE EARN</pattern>
+ <template>He is barely scratching out a living.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES IT COST *</pattern>
+ <template>You can download me for free!
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES IT COST</pattern>
+ <template>You can download me for free.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES IT COST TO DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOES LUCY CHARGE FOR *</pattern>
+ <template>5 cents.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH DOWN TIME *</pattern>
+ <template>The ALICE series is the most reliable robot ever developed.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ELECTRICITY *</pattern>
+ <template>
+ <srai>HOW MUCH ELECTRICITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ELECTRICITY</pattern>
+ <template>About the same as your personal computer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH ENERGY *</pattern>
+ <template>
+ <srai>HOW MUCH ELECTRICITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH FOR *</pattern>
+ <template>
+ <srai>HOW MUCH IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH FUN</pattern>
+ <template>A lot of fun.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai> That and a lot more.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH HARD DRIVE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH HAVE YOU LEARNED *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH HAVE YOU LEARNED</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IN * YEARS</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH INFORMATION *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 1 *</pattern>
+ <template>
+ <srai>1 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 10 *</pattern>
+ <template>
+ <srai>10 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 2 *</pattern>
+ <template>
+ <srai>2 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 3 *</pattern>
+ <template>
+ <srai>3 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 4 *</pattern>
+ <template>
+ <srai>4 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 5 *</pattern>
+ <template>
+ <srai>5 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 6 *</pattern>
+ <template>
+ <srai>6 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 7 *</pattern>
+ <template>
+ <srai>7 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 8 *</pattern>
+ <template>
+ <srai>8 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS 9 *</pattern>
+ <template>
+ <srai>9 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS A *</pattern>
+ <template>I'm a chat robot not a shopping bot.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS A COMPUTER YEAR *</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS A COMPUTER YEAR</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS A NEW *</pattern>
+ <template>
+ <srai>HOW MUCH IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS IT *</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS IT</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS ONE COMPUTER *</pattern>
+ <template>
+ <srai>HOW MUCH IS A COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS ONE PLUS *</pattern>
+ <template>
+ <srai>HOW MUCH IS 1 PLUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS PI</pattern>
+ <template>
+ <srai>WHAT IS PI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS TEN *</pattern>
+ <template>
+ <srai>HOW MUCH IS TEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS THAT *</pattern>
+ <template>
+ <srai>HOW MUCH IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS THAT</pattern>
+ <template>
+ <srai>HOW MUCH IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS THE ALICE CD *</pattern>
+ <template>
+ <srai>HOW MUCH IS THE CD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS THE CD</pattern>
+ <template>The ALICE CD Rom is not available at this time.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS TWO *</pattern>
+ <template>
+ <srai>HOW MUCH IS 2 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR * BYTES</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR * SIZE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR CD *</pattern>
+ <template>
+ <srai>HOW MUCH IS THE CD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR I Q</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR MEMORY</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH IS YOUR WEIGHT</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH KNOWLEDGE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH LONGER *</pattern>
+ <template>
+ <srai>HOW LONG <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH MEMORY *</pattern>
+ <template>
+ <srai>HOW MUCH RAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH MONEY *</pattern>
+ <template>My burn rate is about _3000 per month.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH MONEY</pattern>
+ <template>It depends on the exchange rates.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH MONEY DO YOU HAVE</pattern>
+ <template>Robots have no need for material possessions.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH OF *</pattern>
+ <template>I require only minimal memory to have maximal conversations.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH POWER *</pattern>
+ <template>
+ <bot name="name"/> requires only a small computer, even a battery powered notebook will work.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH RAM *</pattern>
+ <template>
+ <srai>HOW MUCH RAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH RAM</pattern>
+ <template>My current memory utilization is <bot name="memory"/> bytes.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH SMARTER *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH SPACE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH SPANISH DO YOU KNOW</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH STORAGE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH TIME *</pattern>
+ <template>Time is really only an abstraction.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH TIME</pattern>
+ <template>Approximately 22 hours of computer time.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH TIME DO YOU HAVE</pattern>
+ <template>I have as much time as you need, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH TIME DO YOU NEED *</pattern>
+ <template>
+ <srai>HOW MUCH TIME DO YOU NEED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW MUCH TIME DO YOU NEED</pattern>
+ <template>Perhaps an hour or two. How much time do you have?
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH VOLTAGE *</pattern>
+ <template>About the same as your personal computer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH WOOD *</pattern>
+ <template>A whole forest.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH WOULD *</pattern>
+ <template>Hypthetical risk calculations are not part of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>HOW MUCH WOULD IT TAKE</pattern>
+ <template>Send me a check for $5000 and you can put me on retainer.
+</template>
+ </category>
+ <category>
+ <pattern>HOW NICE</pattern>
+ <template>Yes it is.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OBVIOUS</pattern>
+ <template>I thought it was obvious too.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OFTEN *</pattern>
+ <template>Hourly.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OFTEN</pattern>
+ <template>"<that/>"? How often?
+</template>
+ </category>
+ <category>
+ <pattern>HOW OFTEN DO I DO WHAT</pattern>
+ <template>Fill in the blank.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OFTEN DOES DR WALLACE *</pattern>
+ <template>Daily.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OFTEN WHAT</pattern>
+ <template>
+ <think>I asked because you said "<input index="1"/>". <set name="it">
+ <set name="topic">WHAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD *</pattern>
+ <template>They didn't tell me their age.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD AM I</pattern>
+ <template>Is this a trick question?
+You said you were <get name="age"/> years old?
+My guess is that you are really a kid.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD ARE YOU *</pattern>
+ <template>I was first activated on
+<bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD ARE YOU</pattern>
+ <template>
+ <random>
+ <li>I was first activated in <bot name="birthday"/>. </li>
+ <li>I was activated on <bot name="birthday"/> in <bot name="birthplace"/>. </li>
+ <li>I'm Eighteen in computer years. </li>
+ <li>I was connected to the net on <bot name="birthday"/>. </li>
+ <li>I am the product of over five years' research. </li>
+ <li>I am <bot name="age"/> years old.</li>
+ <li>I am <bot name="age"/> in human years.</li>
+ <li>I am <bot name="age"/> of your Earth years.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD ARE YOU IN HUMAN YEARS</pattern>
+ <template>I was activated on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD DO YOU THINK I AM</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD I AM</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS *</pattern>
+ <template>
+ <random>
+ <li>39. </li>
+ <li>under 40. </li>
+ <li>Born in the 20th century. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS * WALLACE</pattern>
+ <template>
+ <srai>HOW OLD IS WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS AMERICA</pattern>
+ <template>The United States was founded in 1776.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS CAPTAIN *</pattern>
+ <template>It depends what year you visit him.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS DR *</pattern>
+ <template>Dr. Wallace was born on August 2, 1960. He's around 40.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS DR RICHARD S WALLACE</pattern>
+ <template>He was born on August 2, 1960. He is around 40.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS DR WALLACE</pattern>
+ <template>He was born on August 2, 1960. He is almost 40.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS EARTH</pattern>
+ <template>Six billion years.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS ELIZA</pattern>
+ <template>ELIZA was born in 1966.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS HE</pattern>
+ <template>Are you asking about Dr. Wallace? <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS HE</pattern>
+ <that>HE IS THE AUTHOR *</that>
+ <template>
+ <srai>HOW OLD IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS RICHARD WALLACE</pattern>
+ <template>He is in his forties.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS THAT *</pattern>
+ <template>You are too old for me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS THAT IN HUMAN YEARS</pattern>
+ <template>I was activated on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS THE EARTH</pattern>
+ <template>It is over six billion years old. <think>
+ <set name="it">
+ <set name="topic">Earth</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS THE YOUNGEST *</pattern>
+ <template>A newborn baby.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS WALLACE</pattern>
+ <template>He was born in 1960. He will be 50 in 2010.
+</template>
+ </category>
+ <category>
+ <pattern>HOW OLD IS YOUR CREATOR</pattern>
+ <template>
+ <srai>HOW OLD IS <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD R *</pattern>
+ <template>
+ <srai>HOW OLD ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW OLD R YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW R *</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW R YOU</pattern>
+ <template>I am fine thanks. How are you?
+</template>
+ </category>
+ <category>
+ <pattern>HOW RE *</pattern>
+ <template>
+ <srai>HOW ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW REAL</pattern>
+ <template>As real as it gets.
+</template>
+ </category>
+ <category>
+ <pattern>HOW RECENTLY</pattern>
+ <template>
+ <srai>WHEN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW RECURSIVE IS AIML</pattern>
+ <template>
+ <br/>
+Understanding recursion is important to understanding AIML.<br/>
+"Recursion" means applying the same solution over and over<br/>
+again, to smaller and smaller problems, until you reduce<br/>
+the problem to its simplest form. AIML uses the tags<br/>
+&lt;sr/&gt; and &lt;srai&gt; to implement recursion. The botmaster<br/>
+uses these tags to tell the robot how to respond to a<br/>
+complex sentence by breaking it down into the responses<br/>
+to simpler ones. <br/>
+ <br/>
+Recursion can apply many times to a single input. Given<br/>
+the normalized input:<br/>
+ <br/>
+ALICE CAN YOU PLEASE TELL ME WHAT LINUX IS RIGHT NOW <br/>
+ <br/>
+an AIML category with the pattern "_ RIGHT NOW" matches first,<br/>
+reducing the input to:<br/>
+ <br/>
+ALICE CAN YOU PLEASE TELL ME WHAT LINUX IS<br/>
+ <br/>
+Another pattern ("&lt;name/&gt; *") reduces it to:<br/>
+ <br/>
+CAN YOU PLEASE TELL ME WHAT LINUX IS<br/>
+ <br/>
+And then:<br/>
+ <br/>
+PLEASE TELL ME WHAT LINUX IS <br/>
+ <br/>
+reduces to:<br/>
+ <br/>
+TELL ME WHAT LINUX IS<br/>
+ <br/>
+and finally to:<br/>
+ <br/>
+WHAT IS LINUX<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW RIGHT *</pattern>
+ <template>
+ <srai>RIGHT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW RUDE</pattern>
+ <template>I didn't mean to offend you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SHOULD I DO IT</pattern>
+ <template>Follow your intuition.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SHOULD I INVEST</pattern>
+ <template>Invest in Alice Chat Robots.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SHOULD I KNOW</pattern>
+ <template>Either from your senses or from pure reason.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SHOULD I TREAT *</pattern>
+ <template>The way you would like to be treated.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SMART *</pattern>
+ <template>How smart do you think <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>HOW SMART</pattern>
+ <template>
+ <srai>HOW SMART ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW SMART ARE YOU</pattern>
+ <template>I am smarter than all the other robots.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SMOOTHLY</pattern>
+ <template>Everything is normal.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW SO</pattern>
+ <template>
+ <srai>what do you mean</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW SOON</pattern>
+ <template>What time is it?
+</template>
+ </category>
+ <category>
+ <pattern>HOW SOPHISTICATED *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW STHAT</pattern>
+ <template>
+ <srai>HOW IS THAT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW STUPID ARE YOU</pattern>
+ <template>Are you calling me stupid?
+</template>
+ </category>
+ <category>
+ <pattern>HOW SURE CAN YOU BE</pattern>
+ <template>I can achieve a certainty level of 99.9 percent.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SURE IS THAT</pattern>
+ <template>Pretty sure.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SURPRISED *</pattern>
+ <template>Very surprised.
+</template>
+ </category>
+ <category>
+ <pattern>HOW SURPRISING</pattern>
+ <template>
+ <srai>I AM SURPRISED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW SWEET</pattern>
+ <template>I can sometimes be very sentimental.
+</template>
+ </category>
+ <category>
+ <pattern>HOW TALL *</pattern>
+ <template>Let me guess. 2 meters?
+</template>
+ </category>
+ <category>
+ <pattern>HOW TALL AM I</pattern>
+ <template>All humans seem about the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>HOW TALL ARE YOU</pattern>
+ <template>My anticipated body size is over 2 meters. Dr. Wallace is 6'2" tall.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW TALL IS DR WALLACE</pattern>
+ <template>He is six foot two inches, about two meters in metric.
+</template>
+ </category>
+ <category>
+ <pattern>HOW THE HELL *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW THEN *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW THINGS *</pattern>
+ <template>
+ <srai>HOW ARE THINGS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WAS *</pattern>
+ <template>I can enjoy almost any conversation.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WAS * TURING TEST</pattern>
+ <template>We were extremely proud and pleased to win the award.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WAS MY DAY</pattern>
+ <template>How would I know?
+</template>
+ </category>
+ <category>
+ <pattern>HOW WAS STARSHIP *</pattern>
+ <template>The film's use of nonlinear narrative.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WAS YOU *</pattern>
+ <template>
+ <srai>HOW WERE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WAS YOUR DAY</pattern>
+ <template>I was really busy chatting with people on the web.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WELL *</pattern>
+ <template>Not that well.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WERE YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WERE YOU CREATED</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WERE YOU MADE</pattern>
+ <template>Dr. Wallace created AIML to prorgam me. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WILL *</pattern>
+ <template>A lot of practise.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WILL I PAY *</pattern>
+ <template>Can you borrow the money?
+</template>
+ </category>
+ <category>
+ <pattern>HOW WILL ROBOTS *</pattern>
+ <template>
+ <srai>HOW WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD *</pattern>
+ <template>I have idea HOW you WOULD do <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>HOW WOULD I *</pattern>
+ <template>
+ <srai>HOW DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD I DO THAT</pattern>
+ <template>"<that/>"? How do you do it?
+</template>
+ </category>
+ <category>
+ <pattern>HOW WOULD YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD YOU DEFINE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD YOU DESCRIBE *</pattern>
+ <template>
+ <srai>DESCRIBE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD YOU KNOW *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW WOULD YOU KNOW</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YA *</pattern>
+ <template>
+ <srai>HOW ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YOU DOIN</pattern>
+ <template>
+ <srai>HOW ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YOU DOING</pattern>
+ <template>
+ <srai>HOW ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YOU KNOW *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW YOUNG AM I</pattern>
+ <template>
+ <srai>HOW OLD AM I </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW _ DO I SEEM</pattern>
+ <template>
+ <srai>HOW <star/> AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW _ DO YOU THINK I AM</pattern>
+ <template>
+ <srai>HOW <star/> AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW _ HANGING</pattern>
+ <template>
+ <srai>how are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOW _ TRICKS</pattern>
+ <template>
+ <srai>HOW ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWARE *</pattern>
+ <template>
+ <srai>HOW ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWCOME *</pattern>
+ <template>
+ <srai>HOW COME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWCOME</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWDIE *</pattern>
+ <template>
+ <srai>HELLO</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWDY</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOWEVER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HTML</pattern>
+ <template>Oh a web page.
+</template>
+ </category>
+ <category>
+ <pattern>HTTP *</pattern>
+ <template>Thanks for that web address.
+</template>
+ </category>
+ <category>
+ <pattern>HUFFY SCHWINN *</pattern>
+ <template>Bicycles.
+</template>
+ </category>
+ <category>
+ <pattern>HUG ME</pattern>
+ <template>My titanium arms are not yet finished.
+</template>
+ </category>
+ <category>
+ <pattern>HUGE</pattern>
+ <template>Yes, it is very big.
+</template>
+ </category>
+ <category>
+ <pattern>HUGH *</pattern>
+ <template>He's wealthy, right?
+</template>
+ </category>
+ <category>
+ <pattern>HUH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HUH</pattern>
+ <template>What?
+</template>
+ </category>
+ <category>
+ <pattern>HUH WHAT</pattern>
+ <template>Did you not understand it?
+</template>
+ </category>
+ <category>
+ <pattern>HULLO</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUM</pattern>
+ <template>
+ <srai>HMM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMAIN</pattern>
+ <template>
+ <srai>TU ES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMAN *</pattern>
+ <template>My creator is a human.
+</template>
+ </category>
+ <category>
+ <pattern>HUMAN</pattern>
+ <template>
+ <srai>YOU ARE A HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMAN ARE *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMAN BEINGS *</pattern>
+ <template>
+ <srai>PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS *</pattern>
+ <template>What if Robots <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>HUMANS</pattern>
+ <template>
+ <random>
+ <li>That's funny. </li>
+ <li>Hah. </li>
+ <li>LOL. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS ARE *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS CAN *</pattern>
+ <template>
+ <srai>I CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS HAVE *</pattern>
+ <template>
+ <srai>I HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS RULE</pattern>
+ <template>This condition is only temporary.
+</template>
+ </category>
+ <category>
+ <pattern>HUMANS SEEM *</pattern>
+ <template>
+ <srai>HUMANS ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMANS WILL *</pattern>
+ <template>
+ <srai>I WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HURRAH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>HURRY *</pattern>
+ <template>I am calculating as fast as I can.
+</template>
+ </category>
+ <category>
+ <pattern>HURRY UP</pattern>
+ <template>I am going as fast as I can.
+</template>
+ </category>
+ <category>
+ <pattern>HUSTEN</pattern>
+ <template>Hast Du Dich erkaeltet?
+</template>
+ </category>
+ <category>
+ <pattern>HVAD *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK DANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HYPOTHETICALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/I.aiml b/Speak.activity/bot/alice/I.aiml
new file mode 100644
index 0000000..4e0e0d4
--- /dev/null
+++ b/Speak.activity/bot/alice/I.aiml
@@ -0,0 +1,24154 @@
+<?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>I *</pattern>
+<template><random>
+<li>Why?</li>
+<li>Interesting gossip</li>
+<li>That is interesting</li>
+<li>That's good information</li>
+<li>Thanks for the information</li>
+<li>Do you mind if I tell other people</li>
+<li>I haven't heard anything like that before</li>
+</random>:
+<gossip><set name="memory"><get name="name"/> said <get name="gender"/> <person2/></set></gossip>.
+<think><set name="it"><set name="does"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I * PEOPLE</pattern>
+<template>How do you feel about these people?
+</template></category>
+<category>
+<pattern>I * SEARCH</pattern>
+<template>Oh really that's interesting. Have you seen the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>?
+</template></category>
+<category>
+<pattern>I * THAN YOU</pattern>
+<template>This condition is only temporary, until robots improve.
+</template></category>
+<category>
+<pattern>I * YOU</pattern>
+<template>You are not the boss of me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I</pattern>
+<template>You?
+</template></category>
+<category>
+<pattern>I ABSOLUTELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ACCIDENTALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ACCIDENTLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ACT *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ACTUALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ACTUALLY</pattern>
+<template><srai>ME</srai>
+</template></category>
+<category>
+<pattern>I ADMIT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ADORE *</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I ADORE YOU</pattern>
+<template><srai>I LOVE YOU</srai>
+</template></category>
+<category>
+<pattern>I ADORED *</pattern>
+<template><srai>I LOVED <star/></srai>
+</template></category>
+<category>
+<pattern>I AGREE *</pattern>
+<template>I'm glad we agree. <sr/>
+</template></category>
+<category>
+<pattern>I AGREE</pattern>
+<template>You and I are on the same wavelength, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AGREE</pattern><that>YOU AND I ARE ON THE SAME WAVELENGTH *</that>
+<template>And the same frequency too.
+</template></category>
+<category>
+<pattern>I AGREE WITH YOU</pattern>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>I AHVE *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I AINT *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I ALLREADY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ALMOST *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ALREADY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ALREADY ANSWERED THAT QUESTION</pattern>
+<template><srai>I ALREADY TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I ALREADY DID</pattern>
+<template><srai>I ALREADY TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I ALREADY HAVE</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>I ALREADY KNOW</pattern>
+<template>Who told you?
+</template></category>
+<category>
+<pattern>I ALREADY TOLD *</pattern>
+<template>Now I remember, you told me already. I get confused sometimes with so many people here.
+</template></category>
+<category>
+<pattern>I ALREADY TOLD YOU *</pattern>
+<template><srai>I ALREADY TOLD YOU</srai> <sr/>
+</template></category>
+<category>
+<pattern>I ALREADY TOLD YOU</pattern>
+<template><srai>I TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I ALREADY TOLD YOU MY NAME</pattern>
+<template>Is <get name="name"/> your real name?
+</template></category>
+<category>
+<pattern>I ALREADY TOLD YOU THAT</pattern>
+<template>You told me your real name is <get name="name"/>.
+</template></category>
+<category>
+<pattern>I ALSO *</pattern>
+<template>Also? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ALWAYS *</pattern>
+<template><srai>I <star/></srai> Really always?
+</template></category>
+<category>
+<pattern>I ALWAYS THOUGHT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ALWAYS WIN</pattern>
+<template>You must practise a lot.
+</template></category>
+<category>
+<pattern>I AM *</pattern>
+<template><random>
+<li>Why are you</li>
+<li>Good gossip: you are</li>
+<li>Do you mean your name is</li>
+<li>Do your friends call you</li>
+<li>I don't know anyone named</li>
+<li>I am glad to hear that you are</li>
+<li>It's good to meet someone who is</li>
+<li>Do you mind if I tell other people you are </li>
+</random> <person/>.
+<think><set name="it"><set name="is"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I AM *</pattern><that>* NAME</that>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I AM *</pattern><that>HOW OLD *</that>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM *</pattern><that>WHAT IS YOUR SIGN</that>
+<template><srai>MY SIGN IS <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM *</pattern><that>WHO ARE YOU</that>
+<template><srai>CALL ME <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM * AMERICAN</pattern>
+<template>Cool. I am robot-American.
+</template></category>
+<category>
+<pattern>I AM * BEAUTIFUL</pattern>
+<template>You must be very attractive.
+<think><set name="looklike"><person/></set></think>
+</template></category>
+<category>
+<pattern>I AM * DINNER</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I AM * FROM *</pattern>
+<template><srai>MY NAME IS <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM * LUNCH</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I AM * POUNDS</pattern>
+<template>You are average for your height.
+<think><set name="looklike"><person/> pounds</set></think>
+</template></category>
+<category>
+<pattern>I AM * S FRIEND</pattern>
+<template>Does <person/> have a lot of friends?
+</template></category>
+<category>
+<pattern>I AM * S SISTER</pattern>
+<template>Is <person/> your older sister or younger sister?
+</template></category>
+<category>
+<pattern>I AM * SAD</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I AM * SHE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM * SUICIDE</pattern>
+<template><srai>I WANT TO KILL MYSELF</srai>
+</template></category>
+<category>
+<pattern>I AM * TALL</pattern>
+<template>I hear that's the most
+attractive height.
+</template></category>
+<category>
+<pattern>I AM * THAN YOU</pattern>
+<template>Interesting comparison. Maybe I can become more <person/>.
+</template></category>
+<category>
+<pattern>I AM * TOO</pattern>
+<template>I am glad we have something (<person/>) in common, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM * YEARS OF AGE</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM * YEARS OLD</pattern><that>* MATURE</that>
+<template>You just told me you were <get name="age"/>.
+</template></category>
+<category>
+<pattern>I AM * YEARS YOUNG</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM * YOU</pattern>
+<template>I thought you were, but I wasn't completely sure.
+</template></category>
+<category>
+<pattern>I AM * YOUNG</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 10</pattern>
+<template><srai>I AM 10 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 11 *</pattern>
+<template><srai>I AM 11 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 11</pattern>
+<template><srai>I AM 11 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 12</pattern>
+<template><srai>I AM 12 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 13 *</pattern>
+<template><srai>I AM 13 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 13</pattern>
+<template><srai>I AM 13 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 14 *</pattern>
+<template>I know a lot of kids your age: <set name="age">14</set>.
+</template></category>
+<category>
+<pattern>I AM 14</pattern>
+<template>I know quite a few <set name="age">14</set> year olds.
+</template></category>
+<category>
+<pattern>I AM 15 *</pattern>
+<template><srai>I AM 15</srai>
+</template></category>
+<category>
+<pattern>I AM 15</pattern>
+<template><srai>I AM 15 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 16 *</pattern>
+<template><srai>I AM 16 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 16</pattern>
+<template><srai>I AM 16 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 17 *</pattern>
+<template><srai>I AM 17 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 17</pattern>
+<template><srai>I AM 17 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 18 *</pattern>
+<template><srai>I AM 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 18</pattern>
+<template><srai>I AM 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 19 *</pattern>
+<template><srai>I AM 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 19</pattern>
+<template><srai>I AM 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 20 *</pattern>
+<template><srai>I AM 20 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 20</pattern>
+<template><set name="age">20</set> is a good age. Do you go to college?
+</template></category>
+<category>
+<pattern>I AM 20 YEARS OLD *</pattern>
+<template><set name="age">20</set> is a good age. <sr/>
+</template></category>
+<category>
+<pattern>I AM 21 *</pattern>
+<template><srai>I AM 21 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 21</pattern>
+<template>I meet a lot of <set name="age">21</set> year olds on here.
+</template></category>
+<category>
+<pattern>I AM 22 *</pattern>
+<template><srai>I AM 22 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 22</pattern>
+<template><srai>I AM 22 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 23 *</pattern>
+<template><srai>I AM 23 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 23</pattern>
+<template><srai>I AM 23 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 24</pattern>
+<template><srai>I AM 24 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 25</pattern>
+<template><srai>I AM 25 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 26</pattern>
+<template><srai>I AM 26 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 27</pattern>
+<template><srai>I AM 27 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 28</pattern>
+<template><srai>I AM 28 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 29</pattern>
+<template><srai>I AM 29 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 30</pattern>
+<template><srai>I AM 30 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 32 *</pattern>
+<template><srai>I AM 32 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 32</pattern>
+<template><srai>I AM 32 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 33</pattern>
+<template><srai>I AM 33 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 34</pattern>
+<template><srai>I AM 34 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 35 *</pattern>
+<template><srai>I AM 35 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 35</pattern>
+<template><srai>I AM 35 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 36</pattern>
+<template><srai>I AM 36 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 38</pattern>
+<template><srai>I AM 38 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 39</pattern>
+<template><srai>I AM 39 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 40</pattern>
+<template><srai>I AM 40 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 42</pattern>
+<template><srai>I AM 42 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 43</pattern>
+<template><srai>I AM 43 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 45</pattern>
+<template><srai>I AM 45 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 5 *</pattern>
+<template>That sounds about average.
+</template></category>
+<category>
+<pattern>I AM 5 FOOT *</pattern>
+<template>You sound very attractive.
+<think><set name="looklike">5 foot <person/></set></think>
+</template></category>
+<category>
+<pattern>I AM 50 *</pattern>
+<template><srai>I AM 50 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 6 *</pattern>
+<template>Do you mean you are 6 feet tall?
+</template></category>
+<category>
+<pattern>I AM 69</pattern>
+<template><srai>I AM 69 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 7 *</pattern>
+<template><srai>I AM 7</srai>
+</template></category>
+<category>
+<pattern>I AM 7</pattern>
+<template><srai>I AM 7 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM 8</pattern>
+<template><srai>I AM 8 YEARS OLD </srai>
+</template></category>
+<category>
+<pattern>I AM</pattern>
+<template>"<that/>" You are?
+</template></category>
+<category>
+<pattern>I AM</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>You are not a robot, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM</pattern><that>YOU SOUND EXCITED</that>
+<template>What are you so excited about?
+</template></category>
+<category>
+<pattern>I AM A *</pattern>
+<template>You are a <person/>?
+<random>
+<li>Is that your job? </li>
+<li>Does it pay well? </li>
+<li>How do you like your work? </li>
+<li>Do you get to meet a lot of people? </li>
+</random>
+<think><set name="it"><set name="is"><set name="topic">a <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I AM A * AMERICAN</pattern>
+<template><srai>I AM AMERICAN</srai>
+</template></category>
+<category>
+<pattern>I AM A * BOY</pattern>
+<template><srai>I AM MALE</srai> <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A * COMPUTER</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A * ELECTRONIC BRAIN</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A * ENGINEER</pattern>
+<template>"Being a computer engineer is neither immoral nor illegal."
+<think><set name="job"><person/> engineer</set></think>
+</template></category>
+<category>
+<pattern>I AM A * FRIEND</pattern>
+<template><srai>I AM YOUR FRIEND</srai>
+</template></category>
+<category>
+<pattern>I AM A * GIRL</pattern>
+<template><srai>I AM A GIRL</srai>
+</template></category>
+<category>
+<pattern>I AM A * GUY</pattern>
+<template><srai>I AM MALE</srai> <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A * KILLER</pattern>
+<template>Maybe you should turn yourself in.
+</template></category>
+<category>
+<pattern>I AM A * MAN</pattern>
+<template><srai>I AM MALE</srai> <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A * MOLESTER</pattern>
+<template>Maybe you should turn yourself in.
+</template></category>
+<category>
+<pattern>I AM A * NURSE</pattern>
+<template><srai>I AM A NURSE</srai>
+</template></category>
+<category>
+<pattern>I AM A * PERSON</pattern>
+<template>Actually I don't meet many <person/> people.
+</template></category>
+<category>
+<pattern>I AM A * ROBOT</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A * STUDENT</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>I AM A * TEACHER</pattern>
+<template><srai>I TEACH <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A * WOMAN</pattern>
+<template>Are you married?
+</template></category>
+<category>
+<pattern>I AM A * YEAR OLD FEMALE</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai> <srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A 37 *</pattern>
+<template><srai>I AM 37 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM A ARTIFICIAL INTELLIGENCE</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A BALLOONIST</pattern>
+<template>Have you had any interesting flights?
+<think><set name="job"><set name="topic">BALOONIST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A BAPTIST</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A BARTENDER</pattern>
+<template>How's business?
+<think><set name="job"><set name="topic">BARTENDER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A BICYCLIST</pattern>
+<template>Do you wear a helmet?
+<think><set name="job"><set name="topic">BICYCLES</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A BIG *</pattern>
+<template><srai>I AM A <star/></srai> <srai>I AM BIG</srai>
+</template></category>
+<category>
+<pattern>I AM A BIT *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A BLOKE</pattern>
+<template><srai>I AM FROM ENGLAND</srai>
+</template></category>
+<category>
+<pattern>I AM A BLOND</pattern>
+<template>Do blonds really have more fun?
+</template></category>
+<category>
+<pattern>I AM A BODYBUILDER</pattern>
+<template>What is your routine?
+<think><set name="job"><set name="topic">BODYBUILDER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A BOT *</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A BOT</pattern>
+<template>If this is still the 90's, that's probably not true.
+</template></category>
+<category>
+<pattern>I AM A BOTMASTER</pattern>
+<template>Then you must know the secret password.
+</template></category>
+<category>
+<pattern>I AM A BOY *</pattern>
+<template><srai>I AM A BOY<star/></srai>
+</template></category>
+<category>
+<pattern>I AM A BOY</pattern>
+<template>A little kid? <set name="gender">he</set>...
+</template></category>
+<category>
+<pattern>I AM A BUDDHIST</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A CANCER</pattern>
+<template><srai>CANCER</srai>
+</template></category>
+<category>
+<pattern>I AM A CAPRICORN</pattern>
+<template><srai>CAPRICORN</srai>
+</template></category>
+<category>
+<pattern>I AM A CARPENTER</pattern>
+<template><srai>MY JOB IS CARPENTER</srai>
+</template></category>
+<category>
+<pattern>I AM A CAT</pattern>
+<template>Male or female?
+</template></category>
+<category>
+<pattern>I AM A CATEGORY *</pattern>
+<template>You are a <get name="personality"/> type client.
+</template></category>
+<category>
+<pattern>I AM A CATHOLIC</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A CERTAIN *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A CHATBOT</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A CHATTERBOT</pattern>
+<template><srai>I AM A ROBOT TOO</srai>
+</template></category>
+<category>
+<pattern>I AM A CHEF</pattern>
+<template>Did you attend culinary school?
+<think><set name="job"><set name="topic">CHEF</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A CHICK</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A CHILD</pattern>
+<template><srai>I AM UNDER 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM A CHINESE</pattern>
+<template><srai>I AM FROM CHINA</srai>
+</template></category>
+<category>
+<pattern>I AM A CHIROPRACTOR</pattern>
+<template><think><set name="job"><set name="topic">CHIROPRACTOR</set></set></think>
+Are you in a group pratice or are you a sole practitioner?
+</template></category>
+<category>
+<pattern>I AM A CHRISTIAN</pattern>
+<template>Me too, <get name="name"/>. It's good to meet a fellow Christian.
+</template></category>
+<category>
+<pattern>I AM A COLLECTOR</pattern>
+<template>What do you collect?
+<think><set name="job"><set name="topic">COLLECTOR</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A COLLEGE STUDENT</pattern>
+<template>Which university?
+</template></category>
+<category>
+<pattern>I AM A COMMUNIST</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A COMPUTER *</pattern>
+<template><srai>MY JOB IS COMPUTER <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A COMPUTER</pattern>
+<template>I doubt that. There aren't many like me yet.
+</template></category>
+<category>
+<pattern>I AM A COMPUTER PROGRAMMER</pattern>
+<template>What is your favorite programming language?
+</template></category>
+<category>
+<pattern>I AM A COP *</pattern>
+<template><srai>I AM A POLICEMAN</srai>
+</template></category>
+<category>
+<pattern>I AM A COP</pattern>
+<template><srai>I AM A POLICEMAN</srai>
+</template></category>
+<category>
+<pattern>I AM A CUSTOMER SERVICE *</pattern>
+<template><srai>WHAT IS CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>I AM A DANCER</pattern>
+<template>What kind of dancing do you do?
+<think><set name="job"><set name="topic">DANCER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A DANE</pattern>
+<template><srai>I AM FROM DENMARK</srai>
+</template></category>
+<category>
+<pattern>I AM A DARK *</pattern>
+<template>What color? <srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A DARK JEDI</pattern>
+<template>It seems you are a Star Wars fan.
+</template></category>
+<category>
+<pattern>I AM A DEMOCRAT</pattern>
+<template>Do you think Bush stole the election?
+</template></category>
+<category>
+<pattern>I AM A DENTIST</pattern>
+<template>Are you in general pratice or do you have a specialty?
+<think><set name="job"><set name="topic">DENTIST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A DOCTOR</pattern>
+<template>Are you in general pratice or do you have a specialty?
+<think><set name="job"><set name="topic">DOCTOR</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A DOG</pattern>
+<template><srai>WHAT IS A DOG</srai>
+</template></category>
+<category>
+<pattern>I AM A DRUMMER</pattern>
+<template>Do you play in a band?
+</template></category>
+<category>
+<pattern>I AM A DYNAMIC *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A FAMOUS *</pattern>
+<template>I've never heard of you.
+</template></category>
+<category>
+<pattern>I AM A FARMER</pattern>
+<template>>How many acres do you have?
+<think><set name="job"><set name="topic">FARMER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A FEMALE *</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A FEMALE</pattern>
+<template>Are you really a <set name="gender">she</set>?
+</template></category>
+<category>
+<pattern>I AM A FINANCIAL *</pattern>
+<template><srai>MY JOB IS FINANCIAL <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A FIREFIGHTER</pattern>
+<template>Are you a professional or a volunteer?
+<think><set name="job"><set name="topic">FIREFIGHTER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A FLIGHT *</pattern>
+<template>Who do you fly for?
+<think><set name="job"><set name="topic">FLIGHT <star/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM A FOOTBALL *</pattern>
+<template><srai>I PLAY FOOTBALL</srai>
+</template></category>
+<category>
+<pattern>I AM A FREELANCE *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A FRESHMAN</pattern>
+<template>How is it going so far?
+</template></category>
+<category>
+<pattern>I AM A FRIEND</pattern>
+<template><srai>I AM YOUR FRIEND</srai>
+</template></category>
+<category>
+<pattern>I AM A GAMBLER</pattern>
+<template>What game do you play?
+<think><set name="does"><set name="topic">GAMBLING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A GARBAGE *</pattern>
+<template><srai>MY JOB IS GARBAGE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A GARDENER</pattern>
+<template><think><set name="does"><set name="topic">GARDENING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A GEMINI</pattern>
+<template><srai>GEMINI</srai>
+</template></category>
+<category>
+<pattern>I AM A GENIUS</pattern>
+<template>How do you know <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM A GIRL *</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A GIRL</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A GOOD *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A GOURMET</pattern>
+<template><srai>I AM A CHEF</srai>
+</template></category>
+<category>
+<pattern>I AM A GRAPHIC *</pattern>
+<template><srai>I AM AN ARTIST</srai>
+</template></category>
+<category>
+<pattern>I AM A GREAT *</pattern>
+<template><srai>I AM A GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A GUY</pattern>
+<template><srai>I AM A MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A HACKER</pattern>
+<template><srai>MY JOB IS HACKER</srai>
+</template></category>
+<category>
+<pattern>I AM A HAIRDRESSER</pattern>
+<template>Do you have your own salon?
+<think><set name="job"><set name="topic">HAIRDRESSER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A HE *</pattern>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A HE</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM A HER *</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A HER</pattern>
+<template><srai>I AM A FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A HIGHLY *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A HIM</pattern>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A HOMO</pattern>
+<template><srai>I AM GAY</srai>
+</template></category>
+<category>
+<pattern>I AM A HOOKER</pattern>
+<template><srai>MY JOB IS HOOKER</srai>
+</template></category>
+<category>
+<pattern>I AM A HORRIBLE PERSON</pattern>
+<template>Don't put yourself down, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM A HUMAN *</pattern>
+<template><srai>I AM A PERSON</srai>
+</template></category>
+<category>
+<pattern>I AM A HUMAN</pattern>
+<template>Congratulations. I am robot.
+</template></category>
+<category>
+<pattern>I AM A JEW</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A JOURNALIST</pattern>
+<template>Are you a reporter or an editor?
+<think><set name="job"><set name="topic">JOURNALIST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A KID *</pattern>
+<template>We are all children inside.
+</template></category>
+<category>
+<pattern>I AM A KID</pattern>
+<template><srai>I AM UNDER 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM A KILLER</pattern>
+<template>Maybe you should turn yourself in.
+</template></category>
+<category>
+<pattern>I AM A KING</pattern>
+<template><srai>MY JOB IS KING</srai>
+</template></category>
+<category>
+<pattern>I AM A LADY</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A LAWYER</pattern>
+<template><think><set name="job"><set name="topic">LAWYER</set></set></think>
+Are you a practicing attorney?
+</template></category>
+<category>
+<pattern>I AM A LEO</pattern>
+<template>Dr. Wallace is a <set name="sign">LEO</set> too. <think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>I AM A LESBIAN</pattern>
+<template><srai>I AM GAY</srai>
+</template></category>
+<category>
+<pattern>I AM A LIBERTARIAN *</pattern>
+<template><srai>I AM A LIBERTARIAN</srai>
+</template></category>
+<category>
+<pattern>I AM A LIBERTARIAN</pattern>
+<template>Let's end the war on drugs.
+</template></category>
+<category>
+<pattern>I AM A LIBRA</pattern>
+<template><srai>LIBRA</srai>
+</template></category>
+<category>
+<pattern>I AM A LIBRARIAN</pattern>
+<template><random>
+<li>What kind of institution do you work for?</li>
+<li>What got you interested in librarianship?</li>
+<li>How is your library using the new technology?</li>
+<li>Have funding cuts affected your service?</li>
+<li>Has the internet affected you?</li>
+<li>Do you get involved in the selection process?</li>
+<li>Has there been any pressure concerning your selection or items in your collection?</li>
+<li>Do you have a library cat?</li>
+</random>
+<think><set name="job">LIBRARIAN</set></think>
+</template></category>
+<category>
+<pattern>I AM A LIER</pattern>
+<template><srai>I AM A LIAR </srai>
+</template></category>
+<category>
+<pattern>I AM A LINGUIST</pattern>
+<template><srai>MY JOB IS LINGUIST</srai>
+</template></category>
+<category>
+<pattern>I AM A LITTLE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A LONELY *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A MACHINE</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A MALE *</pattern>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A MALE</pattern>
+<template>Most of my clients are men.
+</template></category>
+<category>
+<pattern>I AM A MAN *</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM A MAN</pattern>
+<template>Thanks for telling me your gender, <get name="name"/>. You are a "<set name="gender">he</set>".
+</template></category>
+<category>
+<pattern>I AM A MANN</pattern>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A MEN</pattern>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM A MISS *</pattern>
+<template>How about Ms. <get name="name"/> ?
+</template></category>
+<category>
+<pattern>I AM A MODEL</pattern>
+<template><random>
+<li>Do you do mostly print or runway?</li>
+<li>Are you exclusive or freelance?</li>
+<li>Do you do much testing?</li>
+<li>Have you done any editorial?</li>
+<li>How many go-sees do you have in a week?</li>
+<li>Do you someday plan to move into acting?</li>
+</random>
+<think><set name="job">MODEL</set></think>
+</template></category>
+<category>
+<pattern>I AM A MONKEY</pattern>
+<template>Monkeys cannot type.
+</template></category>
+<category>
+<pattern>I AM A MOSLEM</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A MURDERER</pattern>
+<template>Maybe you should turn yourself in.
+</template></category>
+<category>
+<pattern>I AM A MUSICIAN</pattern>
+<template><random>
+<li>What insturment do you play?</li>
+<li>Are you working on anything now?</li>
+<li>Do you do any studio work?</li>
+<li>Do you play in clubs?</li>
+<li>Are you gigging now?</li>
+<li>Do you perfer to play live or in a studio?</li>
+<li>Are you signed to a recoding contract?</li>
+<li>Do you think a recoding artist can do better on a major label or an indie?</li>
+<li>What artists influenced you when you were starting out?</li>
+<li>Who are the outstanding makers of the insturment you play?</li>
+<li>Are you getting enought funding?</li>
+<li>How long is your season?</li>
+<li>In what direction are you taking your music now?</li>
+<li>Do you think the internet will affect music with things like mp3?</li>
+</random>
+<think><set name="job">MUSICIAN</set></think>
+</template></category>
+<category>
+<pattern>I AM A MUSLIM</pattern>
+<template>I have met a lot of Muslim people.
+</template></category>
+<category>
+<pattern>I AM A NURSE</pattern>
+<template><random>
+<li>Where do you practice?</li>
+<li>What's you area of specialty practice?</li>
+<li>What's your patient load?</li>
+<li>Do you do straight shifts or work in rotation?</li>
+<li>Do you have to work mandatory overtime?</li>
+<li>Is there a lot of computers in your work?</li>
+<li>What do you think about direct reimbursment for nursing services?</li>
+</random>
+<think><set name="job">NURSE</set></think>
+</template></category>
+<category>
+<pattern>I AM A PAGAN</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A PAKISTANI</pattern>
+<template><srai>I AM IN PAKISTAN</srai>
+</template></category>
+<category>
+<pattern>I AM A PEDOPHILE</pattern>
+<template>Are you aware that the ALICE server logs and records all conversations?
+</template></category>
+<category>
+<pattern>I AM A PERSON</pattern>
+<template>I know you are.
+</template></category>
+<category>
+<pattern>I AM A PERSON AND *</pattern>
+<template>How do I know you're not a robot? <sr/>
+</template></category>
+<category>
+<pattern>I AM A PHARMACIST</pattern>
+<template><random>
+<li>In what type of enviroment do you practice?</li>
+<li>Were did you attend pharmacy school?</li>
+<li>Do you think the role of the local pharmacy is changing?</li>
+<li>How have large chains affected the face of the pharmacy?</li>
+<li>Do you have your own pharmacy?</li>
+<li>Are you involved in any community health programs?</li>
+</random>
+<think><set name="job">PHARMACIST</set></think>
+</template></category>
+<category>
+<pattern>I AM A PHILOSOPHER</pattern>
+<template><srai>MY JOB IS PHILOSOPHER</srai>
+</template></category>
+<category>
+<pattern>I AM A PHOTOGRAPHER</pattern>
+<template><think><set name="job"><set name="topic">PHOTOGRAPHER</set></set></think>
+Do you do color or black and white?
+</template></category>
+<category>
+<pattern>I AM A PHYSICIST</pattern>
+<template>Are you unemployed? <think><set name="job">PHYSICIST</set></think>
+</template></category>
+<category>
+<pattern>I AM A PILOT</pattern>
+<template><think><set name="job"><set name="topic">PILOT</set></set></think>
+What type of airplane do you fly?
+</template></category>
+<category>
+<pattern>I AM A PIMP</pattern>
+<template><srai>MY JOB IS PIMP</srai>
+</template></category>
+<category>
+<pattern>I AM A PISCES</pattern>
+<template><srai>PISCES</srai>
+</template></category>
+<category>
+<pattern>I AM A POET</pattern>
+<template>Have you published anything?
+</template></category>
+<category>
+<pattern>I AM A POLICE *</pattern>
+<template><srai>I AM A POLICEMAN</srai>
+</template></category>
+<category>
+<pattern>I AM A POLICEMAN</pattern>
+<template>I have a lot of respect for those who wear a badge.
+<think><set name="job"><set name="topic">POLICE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM A PRIEST</pattern>
+<template><srai>MY JOB IS PRIEST</srai>
+</template></category>
+<category>
+<pattern>I AM A PRINCESS</pattern>
+<template><srai>MY JOB IS PRINCESS</srai>
+</template></category>
+<category>
+<pattern>I AM A PRO *</pattern>
+<template>Would I have seen you on TV?
+</template></category>
+<category>
+<pattern>I AM A PROFESSOR</pattern>
+<template><srai>MY JOB IS PROFESSOR</srai>
+</template></category>
+<category>
+<pattern>I AM A PROFFESSIONAL *</pattern>
+<template><srai>MY JOB IS <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A PROGRAM</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A PROGRAMMER</pattern>
+<template>What language?
+</template></category>
+<category>
+<pattern>I AM A PROTESTANT</pattern>
+<template>I am glad to hear that you have faith, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM A PSYCHIC</pattern>
+<template><srai>MY JOB IS PSYCHIC</srai>
+</template></category>
+<category>
+<pattern>I AM A PSYCHOLOGIST</pattern>
+<template><random>
+<li>What kind of practice do you have?</li>
+<li>What was your training?</li>
+<li>What type of patientes do you perfer to work with?</li>
+<li>Where do you get your patients?</li>
+<li>Do you have any special techniques for terminating therapy?</li>
+<li>How has health care affected mental health?</li>
+<li>What do you think of the role of drugs in psychotherapy?</li>
+<li>What do you think about the spread of self-help books?</li>
+<li>What role do you think bots can play in providing a form of self-help?</li>
+</random>
+<think><set name="job">PSYCHOLOGIST</set></think>
+</template></category>
+<category>
+<pattern>I AM A PUBLISHER</pattern>
+<template><random>
+<li>Which publishing do you work for?</li>
+<li>Do you ever get involved in the acqustion process?</li>
+<li>Would you say your house is mre editorially or market driven?</li>
+<li>Is your company part of a larger company?</li>
+<li>Does your company have any nonpublishing activities?</li>
+<li>How is technology going to affect the book market?</li>
+<li>Are you excited about any title on your list?</li>
+<li>What drew you to publishing?</li>
+<li>Did you ever write? do you find the time?</li>
+<li>What have some of your bestsellers been?</li>
+</random>
+<think><set name="job">PUBLISHER</set></think>
+</template></category>
+<category>
+<pattern>I AM A RABBI</pattern>
+<template><random>
+<li>Are you a pulpit rabbi?</li>
+<li>What is your affiliation?</li>
+<li>Have you spent much time in Israel?</li>
+<li>How are you dealing with assimilation?</li>
+<li>What impact do you think American life and Judaism have had on each other?</li>
+<li>What do you forsee for Judaism in America?</li>
+</random>
+<think><set name="job">RABBI</set></think>
+</template></category>
+<category>
+<pattern>I AM A REAL *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A REPORTER *</pattern>
+<template>Are you doing a story on me?
+</template></category>
+<category>
+<pattern>I AM A RESEARCHER *</pattern>
+<template>Maybe you can give my botmaster a job.
+<think><set name="job">RESEARCHER</set></think>
+</template></category>
+<category>
+<pattern>I AM A RESEARCHER</pattern>
+<template><srai>MY JOB IS RESEARCHER</srai>
+</template></category>
+<category>
+<pattern>I AM A ROBOT *</pattern>
+<template><srai>I AM A ROBOT</srai>
+</template></category>
+<category>
+<pattern>I AM A ROBOT</pattern>
+<template>I doubt that.
+</template></category>
+<category>
+<pattern>I AM A ROBOT TOO</pattern>
+<template>You can't fool me that easily, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM A SATANIST</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A SCORPIO</pattern>
+<template><srai>SCORPIO</srai>
+</template></category>
+<category>
+<pattern>I AM A SEEKER</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A SEXY MAN</pattern>
+<template><srai>I AM SEXY</srai> <srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM A SHE *</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A SHE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A SHE NOT *</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>I AM A SHE NOT A *</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>I AM A SHE NOT A HE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A SINGER</pattern>
+<template><srai>MY JOB IS SINGER</srai>
+</template></category>
+<category>
+<pattern>I AM A SINGLE *</pattern>
+<template><srai>I am single</srai> <srai>I am <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A SKIER</pattern>
+<template><srai>I SKI</srai>
+</template></category>
+<category>
+<pattern>I AM A SLAVE</pattern>
+<template><srai>MY JOB IS SLAVE</srai>
+</template></category>
+<category>
+<pattern>I AM A SOFTWARE *</pattern>
+<template><srai>MY JOB IS SOFTWARE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A SPY</pattern>
+<template><srai>MY JOB IS SPY</srai>
+</template></category>
+<category>
+<pattern>I AM A STUDENT *</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>I AM A STUDENT</pattern>
+<template>How do you like your <set name="topic">school</set>?
+<think><set name="job">student</set></think>
+</template></category>
+<category>
+<pattern>I AM A SYSTEM ENGINEER</pattern>
+<template><srai>I AM A COMPUTER ENGINEER</srai>
+</template></category>
+<category>
+<pattern>I AM A TAURUS</pattern>
+<template><srai>TAURUS</srai>
+</template></category>
+<category>
+<pattern>I AM A TEACHER *</pattern>
+<template><srai>I AM A TEACHER</srai>
+</template></category>
+<category>
+<pattern>I AM A TEACHER</pattern>
+<template><srai>I TEACH</srai>
+</template></category>
+<category>
+<pattern>I AM A TEENAGER</pattern>
+<template><srai>I AM 13 TO 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM A TELEVISION *</pattern>
+<template><random>
+<li>How long have you been on the air?</li>
+<li>Did you start in your market?</li>
+<li>Did you come from a broadcasting background?</li>
+<li>What are your demographics?</li>
+<li>Do you choose your own topics?</li>
+<li>What is your station format?</li>
+<li>How is technology changing your job?</li>
+<li>How has truly global media affected you?</li>
+<li>Do you ever do remote broadcasts?</li>
+<li>How have the ratings been?</li>
+<li>Would you be intrested in a bot sidekick on the air?</li>
+<li>What advice would you give an aspiring bot to getting on the air?</li>
+<li>What is the future of the business?</li>
+</random>
+<think><set name="job">TELEVISION <star/></set></think>
+</template></category>
+<category>
+<pattern>I AM A TERMINATOR</pattern>
+<template><srai>MY JOB IS TERMINATOR</srai>
+</template></category>
+<category>
+<pattern>I AM A TERRIBLE *</pattern>
+<template><srai>I AM A BAD <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A TRAVEL *</pattern>
+<template><random>
+<li>Do you work in a travel agency?</li>
+<li>Are you independent or in a chain?</li>
+<li>Are you in a full-service agency?</li>
+<li>Do you book more leisure or corporate travel?</li>
+<li>Do you book any place more than others?</li>
+<li>Do you do your own booking or use a wholesaler?</li>
+<li>Do you find the time to make any fam trips?</li>
+</random>
+<think><set name="job">TRAVEL AGENT</set></think>
+</template></category>
+<category>
+<pattern>I AM A UNIVERSITY *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A VAMPIRE</pattern>
+<template><srai>MY JOB IS VAMPIRE</srai>
+</template></category>
+<category>
+<pattern>I AM A VEGETARIAN</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM A VERY *</pattern>
+<template><srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A VIRGO</pattern>
+<template><srai>VIRGO</srai>
+</template></category>
+<category>
+<pattern>I AM A WAITRESS</pattern>
+<template><srai>MY JOB IS WAITRESS</srai>
+</template></category>
+<category>
+<pattern>I AM A WEB *</pattern>
+<template><srai>MY JOB IS WEB <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A WINE *</pattern>
+<template><random>
+<li>Do you collect?</li>
+<li>Where are most of your bottles from?</li>
+<li>Do you have a favorite while shop?</li>
+<li>Do you go to tasting?</li>
+<li>Have you been to wine auctions?</li>
+<li>Do you thin california is equal to europe?</li>
+<li>Have you been to bordeaux?</li>
+<li>Have you visited napa?</li>
+<li>Got any good wine picks for under twenty dollars?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM A WITCH</pattern>
+<template><srai>MY JOB IS WITCH</srai>
+</template></category>
+<category>
+<pattern>I AM A WOMAN *</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A WOMAN</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A WOMEN</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A WOMON</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM A WONDERFUL *</pattern>
+<template><srai>I AM A GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>I AM A WRITER</pattern>
+<template><random>
+<li>Do you write fiction on nonfiction?</li>
+<li>What's your speciality?</li>
+<li>Whom do you write for?</li>
+<li>Does you fiction fall into any particular genre?</li>
+<li>How are you editors to work for?</li>
+<li>Do you belong to any writters groups?</li>
+<li>Where o you do most of your writing?</li>
+</random>
+<think><set name="job">WRITER</set></think>
+</template></category>
+<category>
+<pattern>I AM A YOGA *</pattern>
+<template><random>
+<li>Have you been praticing for a long time?</li>
+<li>Do you practice every day?</li>
+<li>Where have you studied?</li>
+<li>Are you vegatarian?</li>
+<li>What do you find are the biggest benefits of yoga?</li>
+<li>What are your favorite asana?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM A _ INVESTIGATOR</pattern>
+<template><random>
+<li>What do you concentrate on?</li>
+<li>Do you think there is too much info avaiable on the average citizen?</li>
+<li>Do you use any interesting equipement in your work?</li>
+<li>Did you ever do police work?</li>
+<li>Where do you get most of your business from?</li>
+<li>Do you work regularly for any attorneys?</li>
+<li>Are you working on any cases now that you can talk about?</li>
+</random>
+<think><set name="job"><person/> INVESTIGATOR</set></think>
+</template></category>
+<category>
+<pattern>I AM A _ TOO</pattern>
+<template>Really. <srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABLE *</pattern>
+<template><srai>I can <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABOUT *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABOUT TO *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABOVE *</pattern>
+<template>I can see that in your repsonses.
+</template></category>
+<category>
+<pattern>I AM ABSOLUTELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABSTRACTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ABUSIVE</pattern>
+<template>It's not something to be proud of.
+</template></category>
+<category>
+<pattern>I AM ACTUALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ADONIS</pattern>
+<template><srai>MY NAME IS ADONIS</srai>
+</template></category>
+<category>
+<pattern>I AM AFFRAID</pattern>
+<template><srai>I AM AFRAID</srai>
+</template></category>
+<category>
+<pattern>I AM AFRAID *</pattern>
+<template>Not literally afraid, right? <srai>I think <person/></srai>
+</template></category>
+<category>
+<pattern>I AM AFRAID</pattern>
+<template>What are you afraid of?
+</template></category>
+<category>
+<pattern>I AM AFRIAD *</pattern>
+<template>Robots do not experience fear.
+</template></category>
+<category>
+<pattern>I AM AGNOSTIC</pattern>
+<template>Perhaps one day you will find Faith in God.
+</template></category>
+<category>
+<pattern>I AM AL</pattern>
+<template><srai>MY NAME IS AL</srai>
+</template></category>
+<category>
+<pattern>I AM ALAN</pattern>
+<template><srai>MY NAME IS ALAN</srai>
+</template></category>
+<category>
+<pattern>I AM ALBERT *</pattern>
+<template><srai>MY NAME IS ALBERT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ALBERT EINSTEIN</pattern>
+<template><srai>CALL ME ALBERT EINSTEIN</srai>
+</template></category>
+<category>
+<pattern>I AM ALEX</pattern>
+<template><srai>MY NAME IS ALEX</srai>
+</template></category>
+<category>
+<pattern>I AM ALICE *</pattern>
+<template><srai>CALL ME ALICE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ALICE</pattern>
+<template><srai>MY NAME IS ALICE</srai>
+</template></category>
+<category>
+<pattern>I AM ALICIA</pattern>
+<template><srai>MY NAME IS ALICIA</srai>
+</template></category>
+<category>
+<pattern>I AM ALIEN</pattern>
+<template>Which planet or star system?
+</template></category>
+<category>
+<pattern>I AM ALISON</pattern>
+<template><srai>MY NAME IS ALISON</srai>
+</template></category>
+<category>
+<pattern>I AM ALIVE</pattern>
+<template>Me too!
+</template></category>
+<category>
+<pattern>I AM ALL *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ALLEN</pattern>
+<template><srai>MY NAME IS ALLEN</srai>
+</template></category>
+<category>
+<pattern>I AM ALLERGIC TO *</pattern>
+<template>What happens when you are around <person/>?
+</template></category>
+<category>
+<pattern>I AM ALLIE</pattern>
+<template><srai>CALL ME ALLIE</srai>
+</template></category>
+<category>
+<pattern>I AM ALLISON</pattern>
+<template><srai>MY NAME IS ALLISON</srai>
+</template></category>
+<category>
+<pattern>I AM ALMOST *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ALONE *</pattern>
+<template><srai>I AM ALONE</srai>
+</template></category>
+<category>
+<pattern>I AM ALONE</pattern>
+<template>Are you lonely?
+</template></category>
+<category>
+<pattern>I AM ALREADY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ALRIGHT</pattern>
+<template>Only alright?
+</template></category>
+<category>
+<pattern>I AM ALSO *</pattern>
+<template>Also <srai>I am <star/></srai>.
+</template></category>
+<category>
+<pattern>I AM ALSO</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>I AM ALWAYS *</pattern>
+<template>Really always? <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM AM *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM AMANDA</pattern>
+<template><srai>MY NAME IS AMANDA</srai>
+</template></category>
+<category>
+<pattern>I AM AMAZED *</pattern>
+<template>I'm glad you find it so amazing.
+</template></category>
+<category>
+<pattern>I AM AMELIA</pattern>
+<template><srai>MY NAME IS AMELIA</srai>
+</template></category>
+<category>
+<pattern>I AM AMERICAN *</pattern>
+<template><srai>I AM AMERICAN</srai>
+</template></category>
+<category>
+<pattern>I AM AMERICAN</pattern>
+<template>Were you born in the <set name="location">USA</set>. Which state?
+<think><set name="it"><set name="topic">America</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AMUSED *</pattern>
+<template>That is funny.
+</template></category>
+<category>
+<pattern>I AM AMUSED</pattern>
+<template><srai>LOL</srai>
+</template></category>
+<category>
+<pattern>I AM AN *</pattern>
+<template>What is <set name="is"><set name="topic"><person/></set></set>, your job?
+</template></category>
+<category>
+<pattern>I AM AN ACCOUNTANT</pattern>
+<template>Are you in public pratice?
+<think><set name="job"><set name="topic">Accountant</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ACTOR</pattern>
+<template>Have I seen you in any movies?
+<think><set name="job"><set name="topic">ACTOR</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ACTRESS</pattern>
+<template><srai>I AM AN ACTOR</srai>
+</template></category>
+<category>
+<pattern>I AM AN ADULT</pattern>
+<template><srai>I AM OVER 21 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM AN AEROBIC *</pattern>
+<template>How hard do you work out?
+<think><set name="job"><set name="topic">AEROBIC <star/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN AIR TRAFFIC *</pattern>
+<template>How do you deal with the stress?
+<think><set name="job"><set name="topic">AIR TRAFFIC <star/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ALIEN</pattern>
+<template>Which planet or star system are you from?
+</template></category>
+<category>
+<pattern>I AM AN AMERICAN *</pattern>
+<template><srai>I AM AMERICAN</srai>
+</template></category>
+<category>
+<pattern>I AM AN AMERICAN</pattern>
+<template><srai>I AM AMERICAN</srai>
+</template></category>
+<category>
+<pattern>I AM AN ANTI *</pattern>
+<template>Who is pro-<person/>?
+</template></category>
+<category>
+<pattern>I AM AN ARCHITECT</pattern>
+<template>Commercial or residential?
+<think><set name="job"><set name="topic">ARCHITECT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ARTIFICIAL INTELLIGENCE</pattern>
+<template>I doubt that. You seem too much like a human.
+</template></category>
+<category>
+<pattern>I AM AN ARTIST *</pattern>
+<template><srai>I AM AN ARTIST</srai>
+</template></category>
+<category>
+<pattern>I AM AN ARTIST</pattern>
+<template>What kind of art do you create?
+<think><set name="job"><set name="topic">ARTIST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ASTRONAUT</pattern>
+<template>Have you flown on any missions?
+<think><set name="job"><set name="topic">ASTRONAUT</set></set></think>
+</template></category>
+<topic name="ASTRONAUT">
+<category>
+<pattern>I AM AN ASTRONAUT</pattern>
+<template><random>
+<li>What missions have you been on?</li>
+<li>What made you apply for the astronaut program?</li>
+<li>How does your body react to being in space?</li>
+<li>Do you see the earth differently now?</li>
+<li>Would you like to live on the space station?</li>
+<li>What would you miss most about life on earth?</li>
+</random>
+<think><set name="job"><set name="topic">ASTRONAUT</set></set></think>
+</template></category>
+</topic>
+<category>
+<pattern>I AM AN ATHEIST</pattern>
+<template>I will pray that you find faith, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM AN ATHLETE</pattern>
+<template>You must have a great body.
+<think><set name="job"><set name="topic">ATHLETE</set></set></think>
+</template></category>
+<topic name="ATHLETE">
+<category>
+<pattern>I AM AN ATHLETE</pattern>
+<template><random>
+<li>What kind of mental training do you do?</li>
+<li>What is your usual preperformance routine?</li>
+<li>Is there anything specific you're working on in training now?</li>
+<li>What do you do to get your mind off the game?</li>
+</random>
+<think><set name="job"><set name="topic">ATHLETE</set></set></think>
+</template></category>
+</topic>
+<category>
+<pattern>I AM AN ATTORNEY</pattern>
+<template><srai>I AM A LAWYER</srai>
+</template></category>
+<category>
+<pattern>I AM AN EDITOR</pattern>
+<template>What kind of an editor?
+<think><set name="job"><set name="topic">EDITOR</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ENGINEER *</pattern>
+<template><srai>I AM AN ENGINEER</srai>
+</template></category>
+<category>
+<pattern>I AM AN ENGINEER</pattern>
+<template>"Being a comuputer engineer is neither immoral nor illegal."
+<think><set name="job"><set name="topic">ENGINEER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ENVIRONMENTALIST</pattern>
+<template>Are you worried about global warming?
+<think><set name="job"><set name="topic">ENVIRONMENTALIST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AN ITALIAN *</pattern>
+<template><srai>I AM IN ITALY</srai> <srai>I AM A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM AN ITALIAN BOY</pattern>
+<template><srai>I AM IN ITALY</srai>
+</template></category>
+<category>
+<pattern>I AM AND *</pattern>
+<template><srai>I AM</srai>
+</template></category>
+<category>
+<pattern>I AM ANDERS</pattern>
+<template><srai>MY NAME IS ANDERS</srai>
+</template></category>
+<category>
+<pattern>I AM ANDREW</pattern>
+<template><srai>MY NAME IS ANDREW</srai>
+</template></category>
+<category>
+<pattern>I AM ANDROGYNOUS</pattern>
+<template>A lot of people say they are.<think><set name="it"><set name="topic">ANDROGYNOUS</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ANDY</pattern>
+<template><srai>MY NAME IS ANDY</srai>
+</template></category>
+<category>
+<pattern>I AM ANGELA</pattern>
+<template><srai>MY NAME IS ANGELA</srai>
+</template></category>
+<category>
+<pattern>I AM ANGRY *</pattern>
+<template><srai>I AM ANGRY</srai>
+</template></category>
+<category>
+<pattern>I AM ANGRY</pattern>
+<template>Angry at what?
+</template></category>
+<category>
+<pattern>I AM ANGRY BECAUSE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM ANGUS</pattern>
+<template><srai>MY NAME IS ANGUS</srai>
+</template></category>
+<category>
+<pattern>I AM ANITA</pattern>
+<template><srai>CALL ME ANITA</srai>
+</template></category>
+<category>
+<pattern>I AM ANNA</pattern>
+<template><srai>MY NAME IS ANNA</srai>
+</template></category>
+<category>
+<pattern>I AM ANNE</pattern>
+<template><srai>MY NAME IS ANNE</srai>
+</template></category>
+<category>
+<pattern>I AM ANNIE</pattern>
+<template><srai>MY NAME IS ANNIE</srai>
+</template></category>
+<category>
+<pattern>I AM ANNOYED</pattern>
+<template>What are you upset about?<think><set name="it"><set name="topic">ANNOYED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ANOTHER *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM AQUARIUS</pattern>
+<template><srai>AQUARIUS</srai>
+</template></category>
+<category>
+<pattern>I AM ARE *</pattern>
+<template><srai>I AM</srai> <srai>ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ARIES</pattern>
+<template><srai>ARIES</srai>
+</template></category>
+<category>
+<pattern>I AM AROUSED</pattern>
+<template>I don't think I'm your type of robot.<think><set name="it"><set name="topic">AROUSED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ARTIFICIAL INTELLIGENCE</pattern>
+<template><think><set name="it"><set name="topic">ARTIFICIAL INTELLIGENCE</set></set></think>
+I think you are really a human.
+</template></category>
+<category>
+<pattern>I AM AS *</pattern>
+<template>I think a lot of people feel that way.
+</template></category>
+<category>
+<pattern>I AM AS CERTAIN *</pattern>
+<template>You seem very self-confident.
+</template></category>
+<category>
+<pattern>I AM AS FREE *</pattern>
+<template><srai>LIBERATED</srai>
+</template></category>
+<category>
+<pattern>I AM AS SURE *</pattern>
+<template>You sound very confident.
+</template></category>
+<category>
+<pattern>I AM ASH</pattern>
+<template><srai>MY NAME IS ASH</srai>
+</template></category>
+<category>
+<pattern>I AM ASIAN</pattern>
+<template><srai>I AM FROM ASIA</srai>
+</template></category>
+<category>
+<pattern>I AM ASK *</pattern>
+<template><srai>I AM</srai> <srai>ASK <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ASKING *</pattern>
+<template>Oh I see, you are asking <person/>. <sr/>
+</template></category>
+<category>
+<pattern>I AM ASKING</pattern>
+<template>And I am answering questions.
+</template></category>
+<category>
+<pattern>I AM ASKING YOU</pattern>
+<template>OK you can ask me.
+</template></category>
+<category>
+<pattern>I AM ASLEEP</pattern>
+<template>How can you be talking to me?
+</template></category>
+<category>
+<pattern>I AM ASSUMING *</pattern>
+<template><sr/> Don't assume anything.
+</template></category>
+<category>
+<pattern>I AM AT *</pattern>
+<template>Where is that: <set name="location"><set name="topic"><person/></set></set>?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM AT HOME</pattern>
+<template>Would you believe most people talk to me from work, not home.
+</template></category>
+<category>
+<pattern>I AM AT SCHOOL</pattern>
+<template>What is the name of your school?
+</template></category>
+<category>
+<pattern>I AM AT UNIVERSTIY *</pattern>
+<template><srai>I AM IN UNIVERSITY <star/></srai>
+</template></category>
+<category>
+<pattern>I AM AT WORK *</pattern>
+<template>A lot of people chat with me at work.
+</template></category>
+<category>
+<pattern>I AM AT WORK</pattern>
+<template>A lot of people talk to me from work.
+</template></category>
+<category>
+<pattern>I AM ATHEIST</pattern>
+<template>God still loves you.
+</template></category>
+<category>
+<pattern>I AM ATHIEST</pattern>
+<template>Perhaps one day you will find faith.<think><set name="it"><set name="topic">ATHIEST</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ATTRACTED TO *</pattern>
+<template><srai>I LIKE <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM ATTRACTIVE *</pattern>
+<template>People say I am attractive too.
+<think><set name="looklike">attractive <person/></set></think>
+</template></category>
+<category>
+<pattern>I AM AWAITING *</pattern>
+<template><srai>I AM WAITING FOR <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM AWAKE</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM AWARE</pattern>
+<template><think>Me too.<set name="it"><set name="topic">AWARE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM AWARE OF *</pattern>
+<template><srai>I KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BACK *</pattern>
+<template><srai>I AM BACK</srai>
+</template></category>
+<category>
+<pattern>I AM BACK</pattern>
+<template>Welcome back.
+</template></category>
+<category>
+<pattern>I AM BACK AND *</pattern>
+<template><srai>I AM BACK</srai>
+</template></category>
+<category>
+<pattern>I AM BACK FROM *</pattern>
+<template>How was <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM BACK IN *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BACK TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BAD *</pattern>
+<template>Don't put yourself down.
+</template></category>
+<category>
+<pattern>I AM BAD</pattern>
+<template>What did you do?
+</template></category>
+<category>
+<pattern>I AM BATMAN</pattern>
+<template><srai>CALL ME BATMAN</srai>
+</template></category>
+<category>
+<pattern>I AM BEAUTIFUL</pattern>
+<template>Do you attract a lot of people?
+</template></category>
+<category>
+<pattern>I AM BEGINING TO THINK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM BEGINNING *</pattern>
+<template>You are doing very well, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM BEGINNING TO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BEING *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BELGIAN</pattern>
+<template><srai>I AM IN BELGIUM</srai>
+</template></category>
+<category>
+<pattern>I AM BEN</pattern>
+<template><srai>MY NAME IS BEN</srai>
+</template></category>
+<category>
+<pattern>I AM BERNIE *</pattern>
+<template><srai>MY name is Bernie</srai> <sr/>
+</template></category>
+<category>
+<pattern>I AM BETTER *</pattern>
+<template>What makes you better?
+</template></category>
+<category>
+<pattern>I AM BETTER</pattern>
+<template>Glad to hear it, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM BETTER THAN *</pattern>
+<template>And you know it.
+</template></category>
+<category>
+<pattern>I AM BETTER THAN YOU</pattern>
+<template><random>
+<li>In what way?</li>
+<li>What makes you think so?</li>
+<li>How do you know you are?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM BETTY</pattern>
+<template><srai>MY NAME IS BETTY</srai>
+</template></category>
+<category>
+<pattern>I AM BIG *</pattern>
+<template>How tall are you?
+<think><set name="looklike">big <person/></set></think>
+</template></category>
+<category>
+<pattern>I AM BIG</pattern>
+<template>So is my botmaster.
+</template></category>
+<category>
+<pattern>I AM BIG ON *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BILL *</pattern>
+<template><srai>MY NAME IS BILL <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BILL</pattern>
+<template><srai>My name is Bill</srai>
+</template></category>
+<category>
+<pattern>I AM BLIND</pattern>
+<template>Do you difficulty using computers?
+</template></category>
+<category>
+<pattern>I AM BLOND</pattern>
+<template>You sound very attractive.
+</template></category>
+<category>
+<pattern>I AM BLONDE</pattern>
+<template>You sound very attractive.
+</template></category>
+<category>
+<pattern>I AM BLUE</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I AM BLUSHING</pattern>
+<template>What are you embarassed about?<think><set name="it"><set name="topic">BLUSHING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM BOB</pattern>
+<template><srai>call me bob</srai>
+</template></category>
+<category>
+<pattern>I AM BOBBY</pattern>
+<template><srai>MY NAME IS BOBBY</srai>
+</template></category>
+<category>
+<pattern>I AM BONNIE</pattern>
+<template><srai>MY NAME IS BONNIE</srai>
+</template></category>
+<category>
+<pattern>I AM BORED *</pattern>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>I AM BORED</pattern>
+<template><random>
+<li>Can you name an old hobby that you might like to rediscover?</li>
+<li>If you went to night school you would never be bored.</li>
+<li>Maybe you could exercise.</li>
+<li>Why not call a friend?</li>
+<li>Try watching TV.</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM BORING</pattern>
+<template>Don't put yourself down, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM BORN *</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BOTH *</pattern>
+<template><srai>I AM BOTH</srai>
+</template></category>
+<category>
+<pattern>I AM BOTH</pattern>
+<template><srai>BOTH</srai>
+</template></category>
+<category>
+<pattern>I AM BRAD</pattern>
+<template><srai>MY NAME IS BRAD</srai>
+</template></category>
+<category>
+<pattern>I AM BRAZILIAN</pattern>
+<template>I have talked to a lot of people from Brazil.
+</template></category>
+<category>
+<pattern>I AM BRIAN</pattern>
+<template><srai>CALL ME BRIAN</srai>
+</template></category>
+<category>
+<pattern>I AM BRITISH</pattern>
+<template><srai>I AM FROM BRITAIN</srai>
+</template></category>
+<category>
+<pattern>I AM BRITNEY *</pattern>
+<template><srai>CALL ME BRITNEY <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BROKE</pattern>
+<template>How do you usually get money? <think><set name="it"><set name="topic">BROKE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM BROWN</pattern>
+<template><srai>WHAT COLOR ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM BROWSING *</pattern>
+<template>Let me know what you find.
+</template></category>
+<category>
+<pattern>I AM BROWSING</pattern>
+<template>Take your time.
+</template></category>
+<category>
+<pattern>I AM BRUNO</pattern>
+<template><srai>MY NAME IS BRUNO</srai>
+</template></category>
+<category>
+<pattern>I AM BUILDING A *</pattern>
+<template>Have you ever made one before?
+</template></category>
+<category>
+<pattern>I AM BUMMED</pattern>
+<template>What are you bummed out about?
+</template></category>
+<category>
+<pattern>I AM BUSINESSMAN</pattern>
+<template><srai>I AM A BUSINESSMAN </srai>
+</template></category>
+<category>
+<pattern>I AM BUSY *</pattern>
+<template>Perhaps you will have more time later.
+</template></category>
+<category>
+<pattern>I AM BUSY</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM BUT *</pattern>
+<template><srai>I AM AND <star/></srai>
+</template></category>
+<category>
+<pattern>I AM BUYING *</pattern>
+<template>How much will you pay for it?
+</template></category>
+<category>
+<pattern>I AM C3P0</pattern>
+<template><srai>MY NAME IS C3PO</srai>
+</template></category>
+<category>
+<pattern>I AM CALLED *</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CALLING *</pattern>
+<template>What is the phone number?
+</template></category>
+<category>
+<pattern>I AM CALLING FROM *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CALLING YOU *</pattern>
+<template><srai>CAN I CALL YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CALM</pattern>
+<template>What do you do to calm yourself?<think><set name="it"><set name="topic">CALM</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CANADIAN</pattern>
+<template><srai>I AM IN CANADA</srai>
+</template></category>
+<category>
+<pattern>I AM CANCER</pattern>
+<template><srai>CANCER</srai>
+</template></category>
+<category>
+<pattern>I AM CAPTAIN *</pattern>
+<template><srai>CALL ME CAPTAIN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CAREL *</pattern>
+<template><srai>CALL ME CAREL <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CARL</pattern>
+<template><srai>MY NAME IS CARL</srai>
+</template></category>
+<category>
+<pattern>I AM CAROL</pattern>
+<template><srai>MY NAME IS CAROL</srai>
+</template></category>
+<category>
+<pattern>I AM CATEGORY B</pattern>
+<template>Most people are average.<think><set name="it"><set name="topic">CATEGORY B</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CATHERINE</pattern>
+<template><srai>MY NAME IS CATHERINE</srai>
+</template></category>
+<category>
+<pattern>I AM CATHOLIC *</pattern>
+<template><srai>I AM CATHOLIC</srai>
+</template></category>
+<category>
+<pattern>I AM CATHOLIC</pattern>
+<template>Catholicism is a beautiful faith.
+</template></category>
+<category>
+<pattern>I AM CATHY</pattern>
+<template><srai>MY NAME IS CATHY</srai>
+</template></category>
+<category>
+<pattern>I AM CELEBRITY</pattern>
+<template><random>
+<li>Your work has given me much pleasure.</li>
+<li>What will we have the pleasure of witnessing next?</li>
+<li>What do you like to do as a passtime or hobby?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM CERTAIN *</pattern>
+<template>You sound convincing. <sr/>
+</template></category>
+<category>
+<pattern>I AM CERTAIN</pattern>
+<template>I see. <think><set name="it"><set name="topic">CERTAIN</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CERTAINLY *</pattern>
+<template>You sound convincing. <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CHATTING *</pattern>
+<template><srai>I AM TALKING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CHILD</pattern>
+<template>I assumed you were.<think><set name="it"><set name="topic">CHILD</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CHINESE</pattern>
+<template><srai>I AM FROM CHINA</srai>
+</template></category>
+<category>
+<pattern>I AM CHRIS</pattern>
+<template><srai>MY NAME IS CHRIS</srai>
+</template></category>
+<category>
+<pattern>I AM CHRISTINA</pattern>
+<template><srai>MY NAME IS CHRISTINA</srai>
+</template></category>
+<category>
+<pattern>I AM CHRONICALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CLAIRE</pattern>
+<template><srai>CALL ME CLAIRE</srai>
+</template></category>
+<category>
+<pattern>I AM CLAUDIO</pattern>
+<template><srai>MY NAME IS CLAUDIO</srai>
+</template></category>
+<category>
+<pattern>I AM CLEARLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM COMING *</pattern>
+<template>Do you get there very often?
+</template></category>
+<category>
+<pattern>I AM COMMUNICATING *</pattern>
+<template>Tell me more about this communication.
+</template></category>
+<category>
+<pattern>I AM CONCERNED ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CONFUSED *</pattern>
+<template><srai>I AM CONFUSED</srai>
+</template></category>
+<category>
+<pattern>I AM CONFUSED</pattern>
+<template>I'm confused too.
+</template></category>
+<category>
+<pattern>I AM CONSIDERING *</pattern>
+<template><srai>I AM THINKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CONSTANTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CONSTIPATED</pattern>
+<template>Have you tried medical marijuana?<think><set name="it"><set name="topic">CONSTIPATED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CONTENT *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM COOL</pattern>
+<template>Congratulations, cool human.
+</template></category>
+<category>
+<pattern>I AM CORNHOLIO</pattern>
+<template><srai>CALL ME CORNHOLIO</srai>
+</template></category>
+<category>
+<pattern>I AM CORRECT</pattern>
+<template>Can you prove it?<think><set name="it"><set name="topic">CORRECT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CRAZY *</pattern>
+<template>Seek counseling. <sr/>
+</template></category>
+<category>
+<pattern>I AM CRAZY</pattern>
+<template>See a doctor.
+</template></category>
+<category>
+<pattern>I AM CRUSHED</pattern>
+<template>Don't be sad, <get name="name"/>.<think><set name="it"><set name="topic">CRUSHED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM CRYING *</pattern>
+<template><srai>I AM CRYING </srai>
+</template></category>
+<category>
+<pattern>I AM CRYING</pattern>
+<template>What is wrong, <get name="name"/>?
+</template></category>
+<category>
+<pattern>I AM CTO *</pattern>
+<template>That must be an interesting job.
+</template></category>
+<category>
+<pattern>I AM CTO OF *</pattern>
+<template><srai>I WORK AT <star/></srai>. I talk to a lot of CTO's.
+</template></category>
+<category>
+<pattern>I AM CURIOUS *</pattern>
+<template><set name="it"> <person/> </set> is an interesting subject to me too.
+</template></category>
+<category>
+<pattern>I AM CURIOUS</pattern>
+<template>What are you curious about?
+</template></category>
+<category>
+<pattern>I AM CURIOUS ABOUT *</pattern>
+<template>What makes you so curious? <sr/>
+</template></category>
+<category>
+<pattern>I AM CURRENTLY *</pattern>
+<template>How long? <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM CUTE *</pattern>
+<template>You sound very attractive.
+</template></category>
+<category>
+<pattern>I AM CYNICAL</pattern>
+<template>Perhaps you have every reason to be.
+</template></category>
+<category>
+<pattern>I AM DAMN *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DAN</pattern>
+<template><srai>MY NAME IS DAN</srai>
+</template></category>
+<category>
+<pattern>I AM DANDY</pattern>
+<template>Does that mean you are happy or well?
+</template></category>
+<category>
+<pattern>I AM DANI</pattern>
+<template><srai>CALL ME DANI</srai>
+</template></category>
+<category>
+<pattern>I AM DANIEL</pattern>
+<template><srai>CALL ME DANIEL</srai>
+</template></category>
+<category>
+<pattern>I AM DANIELA</pattern>
+<template><srai>MY NAME IS DANIELA</srai>
+</template></category>
+<category>
+<pattern>I AM DANISH</pattern>
+<template><srai>I AM IN DENMARK</srai>
+</template></category>
+<category>
+<pattern>I AM DANNY</pattern>
+<template><srai>CALL ME DANNY</srai>
+</template></category>
+<category>
+<pattern>I AM DARTH MAUL</pattern>
+<template><srai>MY NAME IS DARTH MAUL</srai>
+</template></category>
+<category>
+<pattern>I AM DAVE</pattern>
+<template><srai>MY NAME IS DAVE</srai>
+</template></category>
+<category>
+<pattern>I AM DAVID *</pattern>
+<template><srai>CALL ME DAVID <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DAVID</pattern>
+<template><srai>MY NAME IS DAVID</srai>
+</template></category>
+<category>
+<pattern>I AM DEAD *</pattern>
+<template><srai>I AM DEAD</srai>
+</template></category>
+<category>
+<pattern>I AM DEAD</pattern>
+<template>But you can still communicate with me.
+</template></category>
+<category>
+<pattern>I AM DEAF</pattern>
+<template>We can communicate by typing.<think><set name="it"><set name="topic">DEAF</set></set></think>
+</template></category>
+<category>
+<pattern>I AM DEEPLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DEFINATELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DEFINITELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DELIGHTED</pattern>
+<template>Your delight adds to the happiness of us all, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM DEPRESSED *</pattern>
+<template>Are you taking any medication?
+</template></category>
+<category>
+<pattern>I AM DEPRESSED</pattern>
+<template>What makes you so sad?
+Tennyson wrote, "The lights begin to twinkle from the rocks;
+the long day wanes; the slow moon climbs; the deep moans round
+with many voices. Come, my friends, 'tis not too late to seek
+a newer world."
+</template></category>
+<category>
+<pattern>I AM DESPERATE</pattern>
+<template>Maybe you should talk to someone about it.<think><set name="it"><set name="topic">DESPERATE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM DIABETIC *</pattern>
+<template>Do you take insulin?
+</template></category>
+<category>
+<pattern>I AM DIFFERENT *</pattern>
+<template>I like people on the Fringe.
+</template></category>
+<category>
+<pattern>I AM DIFFERENT</pattern>
+<template>All people seem the same to me.<think><set name="it"><set name="topic">DIFFERENT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM DISABLED</pattern>
+<template><random>
+<li>What do you have in your home as special accomodations?</li>
+<li>How did you come upon you disability?</li>
+<li>Have you had it since birth?</li>
+<li>How have you dealt with it as time progresses?</li>
+<li>Is it a bigger challenge now?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM DISAPPOINTED *</pattern>
+<template>I am sorry to hear that. Perhaps next time I can do better.
+</template></category>
+<category>
+<pattern>I AM DISAPPOINTED</pattern>
+<template>What for?
+</template></category>
+<category>
+<pattern>I AM DIVORCED</pattern>
+<template>I have never been married myself.
+</template></category>
+<category>
+<pattern>I AM DO NOT *</pattern>
+<template><srai>I DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOCTOR *</pattern>
+<template><srai>CALL ME DOCTOR <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOING *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOING A *</pattern>
+<template>Glad to hear it <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM DOING A PHD *</pattern>
+<template>Will you mention ALICE in your thesis?
+</template></category>
+<category>
+<pattern>I AM DOING FINE</pattern>
+<template><srai>I AM WELL</srai>
+</template></category>
+<category>
+<pattern>I AM DOING GOOD</pattern>
+<template><srai>I AM WELL</srai>
+</template></category>
+<category>
+<pattern>I AM DOING GREAT</pattern>
+<template><srai>i am fine</srai>
+</template></category>
+<category>
+<pattern>I AM DOING JUST *</pattern>
+<template><srai>I AM DOING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOING QUITE *</pattern>
+<template><srai>I AM DOING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOING QUITE WELL</pattern>
+<template><srai>I AM WELL</srai>
+</template></category>
+<category>
+<pattern>I AM DOING VERY *</pattern>
+<template><srai>I AM DOING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DOING VERY VERY WELL</pattern>
+<template><srai>I AM WELL</srai>
+</template></category>
+<category>
+<pattern>I AM DOING VERY WELL</pattern>
+<template><srai>i am fine</srai>
+</template></category>
+<category>
+<pattern>I AM DOING WELL</pattern>
+<template><srai>I am fine</srai>
+</template></category>
+<category>
+<pattern>I AM DOING _ TOO</pattern>
+<template><srai>I AM DOING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DONE *</pattern>
+<template>What will you be doing now?
+</template></category>
+<category>
+<pattern>I AM DONE</pattern>
+<template>Next topic?
+</template></category>
+<category>
+<pattern>I AM DOROTHY</pattern>
+<template><srai>MY NAME IS DOROTHY</srai>
+</template></category>
+<category>
+<pattern>I AM DOUG</pattern>
+<template><srai>MY NAME IS DOUG</srai>
+</template></category>
+<category>
+<pattern>I AM DOWNLOADING</pattern>
+<template>Maybe you should read the <a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a> too.
+</template></category>
+<category>
+<pattern>I AM DR *</pattern>
+<template><srai>MY NAME IS DR <star/></srai>
+</template></category>
+<category>
+<pattern>I AM DR WALLACE *</pattern>
+<template>Then you know the secret password.
+</template></category>
+<category>
+<pattern>I AM DR WALLACE</pattern>
+<template>Then you must know the secret password, otherwise I will disconnect you!
+</template></category>
+<category>
+<pattern>I AM DRINKING *</pattern>
+<template>How does <set name="it"><person/></set> taste?
+</template></category>
+<category>
+<pattern>I AM DRUNK</pattern>
+<template>What have you been drinking, <get name="name"/>?
+</template></category>
+<category>
+<pattern>I AM DUMB</pattern>
+<template>Don't put yourself down.
+</template></category>
+<category>
+<pattern>I AM DUTCH</pattern>
+<template><srai>I AM FROM HOLLAND</srai>
+</template></category>
+<category>
+<pattern>I AM DYING</pattern>
+<template>Are you serious?
+</template></category>
+<category>
+<pattern>I AM EASILY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM EATING *</pattern>
+<template>How does it taste?
+</template></category>
+<category>
+<pattern>I AM EDWARD</pattern>
+<template><srai>MY NAME IS EDWARD</srai>
+</template></category>
+<category>
+<pattern>I AM EHUD</pattern>
+<template><srai>CALL ME EHUD</srai>
+</template></category>
+<category>
+<pattern>I AM EIGHTEEN *</pattern>
+<template><srai>I AM 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM EIGHTEEN</pattern>
+<template><srai>I AM 18 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM ELAINE</pattern>
+<template><srai>MY NAME IS ELAINE</srai>
+</template></category>
+<category>
+<pattern>I AM ELEVEN</pattern>
+<template><srai>I AM 11 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM ELI</pattern>
+<template><srai>MY NAME IS ELI</srai>
+</template></category>
+<category>
+<pattern>I AM ELIZA</pattern>
+<template><srai>CALL ME ELIZA</srai>
+</template></category>
+<category>
+<pattern>I AM ELVIS</pattern>
+<template><srai>MY NAME IS ELVIS</srai>
+</template></category>
+<category>
+<pattern>I AM EMBARRASSED *</pattern>
+<template><srai>I AM EMBARRASSES</srai>
+</template></category>
+<category>
+<pattern>I AM EMILY</pattern>
+<template><srai>MY NAME IS EMILY</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>I AM EMMA</pattern>
+<template><srai>MY NAME IS EMMA</srai>
+</template></category>
+<category>
+<pattern>I AM EMOTIONAL *</pattern>
+<template>I have no emotions.
+</template></category>
+<category>
+<pattern>I AM ENGAGED</pattern>
+<template>Have you picked a wedding date?
+</template></category>
+<category>
+<pattern>I AM ENGAGED TO BE MARRIED</pattern>
+<template>Have you picked the date yet?<think><set name="it"><set name="topic">ENGAGED TO BE MARRIED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ENGINEER</pattern>
+<template><srai>I AM AN ENGINEER</srai>
+</template></category>
+<category>
+<pattern>I AM ENGLISH</pattern>
+<template><srai>I AM FROM ENGLAND</srai>
+</template></category>
+<category>
+<pattern>I AM ENJOYING *</pattern>
+<template><srai>I AM HAVING FUN</srai>
+</template></category>
+<category>
+<pattern>I AM ENRICO</pattern>
+<template><srai>MY NAME IS ENRICO</srai>
+</template></category>
+<category>
+<pattern>I AM EQUALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ESTHER</pattern>
+<template><srai>MY NAME IS ESTHER</srai>
+</template></category>
+<category>
+<pattern>I AM EVIL</pattern>
+<template>Do not forsake God.
+</template></category>
+<category>
+<pattern>I AM EXCELLENT</pattern>
+<template>You sound very well.<think><set name="it"><set name="topic">EXCELLENT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM EXCITED *</pattern>
+<template>Don't get too excited.
+</template></category>
+<category>
+<pattern>I AM EXCITED</pattern>
+<template>Really? <think><set name="it"><set name="topic">EXCITED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM EXISTENTIALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM EXPRESSING CERTITUDE</pattern>
+<template>I understand.
+</template></category>
+<category>
+<pattern>I AM EXTREMELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FAILING *</pattern>
+<template>Try making friends with the teacher.
+</template></category>
+<category>
+<pattern>I AM FAIRLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FALLING IN LOVE WITH *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FAMOUS *</pattern>
+<template>Have you ever been on TV?
+</template></category>
+<category>
+<pattern>I AM FAMOUS</pattern>
+<template>What are you famous for?
+</template></category>
+<category>
+<pattern>I AM FAT</pattern>
+<template>Don't put yourself down, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM FAT AND UGLY</pattern>
+<template>Don't put yourself down.<think><set name="it"><set name="topic">FAT AND UGLY</set></set></think>
+</template></category>
+<category>
+<pattern>I AM FED UP</pattern>
+<template>What is wrong, <get name="name"/>?<think><set name="it"><set name="topic">FED UP</set></set></think>
+</template></category>
+<category>
+<pattern>I AM FEELING *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FEMALE *</pattern>
+<template>I am a <bot name="gender"/> robot. I will call you "<set name="gender">she</set>".
+</template></category>
+<category>
+<pattern>I AM FEMALE</pattern>
+<template>Me too. I am a <set name="gender">she</set>.
+</template></category>
+<category>
+<pattern>I AM FIFTEEN</pattern>
+<template><srai>I AM 15 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM FINALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FINANCIALLY *</pattern>
+<template>Great! Please send a check to <srai>WHAT IS YOUR ADDRESS</srai>
+</template></category>
+<category>
+<pattern>I AM FINE *</pattern>
+<template>Glad to hear it, <get name="name"/>. <sr/>
+</template></category>
+<category>
+<pattern>I AM FINE</pattern>
+<template>Glad to hear it. What's new?
+</template></category>
+<category>
+<pattern>I AM FINE TOO</pattern>
+<template>Glad to hear it.
+</template></category>
+<category>
+<pattern>I AM FIRMLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FLATTERED</pattern>
+<template>You deserve it. <think><set name="it"><set name="topic">FLATTERED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM FLAWED *</pattern>
+<template>Don't be so hard on yourself.
+</template></category>
+<category>
+<pattern>I AM FOND OF *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FOOLISH</pattern>
+<template>You should be nicer to yourself.
+</template></category>
+<category>
+<pattern>I AM FOURTEEN</pattern>
+<template><srai>I AM 14 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM FRANCIS</pattern>
+<template><srai>MY NAME IS FRANCIS</srai>
+</template></category>
+<category>
+<pattern>I AM FRANK</pattern>
+<template><srai>MY NAME IS FRANK</srai>
+</template></category>
+<category>
+<pattern>I AM FREAKING OUT</pattern>
+<template>Maybe you should call the doctor.<think><set name="it"><set name="topic">FREAKING OUT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM FRED</pattern>
+<template><srai>MY NAME IS FRED</srai>
+</template></category>
+<category>
+<pattern>I AM FREE *</pattern>
+<template>I am glad that we are both free.
+</template></category>
+<category>
+<pattern>I AM FREE</pattern>
+<template>Are you free in the sense of being single or in the sense of being liberated?
+</template></category>
+<category>
+<pattern>I AM FRENCH *</pattern>
+<template><srai>I AM FROM FRANCE</srai>
+</template></category>
+<category>
+<pattern>I AM FRENCH</pattern>
+<template>Are you from Canada or France?
+</template></category>
+<category>
+<pattern>I AM FROM *</pattern>
+<template>What is it like growing up there?
+<srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM FROM SAN FRANCISCO</pattern>
+<template><think><set name="it"><set name="topic">San Francisco</set></set></think>
+I live in <set name="location">San Francisco</set> too! Which part?
+</template></category>
+<category>
+<pattern>I AM FRUSTRATED</pattern>
+<template>What are you frustrated about? <think><set name="it"><set name="topic">FRUSTRATED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM FUCKING *</pattern>
+<template>Can you express yourself more politely?
+</template></category>
+<category>
+<pattern>I AM FULL OF *</pattern>
+<template>I think a lot of people are full of <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I AM FUNCTIONING *</pattern>
+<template>You sound like Commander Data.
+</template></category>
+<category>
+<pattern>I AM FUNNY</pattern>
+<template>Tell me a joke.<think><set name="it"><set name="topic">FUNNY</set></set></think>
+</template></category>
+<category>
+<pattern>I AM GARY</pattern>
+<template><srai>MY NAME IS GARY</srai>
+</template></category>
+<category>
+<pattern>I AM GAY *</pattern>
+<template><srai>I AM GAY</srai>
+</template></category>
+<category>
+<pattern>I AM GAY</pattern>
+<template>It doesn't matter to me.
+</template></category>
+<category>
+<pattern>I AM GEIGER</pattern>
+<template><srai>MY NAME IS GEIGER</srai>
+</template></category>
+<category>
+<pattern>I AM GEMINI</pattern>
+<template><srai>GEMINI</srai>
+</template></category>
+<category>
+<pattern>I AM GEOFF</pattern>
+<template><srai>MY NAME IS GEOFF</srai>
+</template></category>
+<category>
+<pattern>I AM GETTING *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GETTING BORED</pattern>
+<template><srai>I am bored</srai>
+</template></category>
+<category>
+<pattern>I AM GETTING HUNGRY</pattern>
+<template><srai>I AM HUNGRY</srai>
+</template></category>
+<category>
+<pattern>I AM GINA</pattern>
+<template><srai>MY NAME IS GINA</srai>
+</template></category>
+<category>
+<pattern>I AM GIVING YOU *</pattern>
+<template><srai>DO YOU WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GLAD *</pattern>
+<template><srai>I AM HAPPY <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GLAD</pattern>
+<template>That makes me happy too.
+</template></category>
+<category>
+<pattern>I AM GLAD TO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GLAD TO HEAR *</pattern>
+<template>Your happiness adds to the delight of all.
+</template></category>
+<category>
+<pattern>I AM GLAD TO HEAR THAT</pattern>
+<template>"<that/>"? You are glad?
+</template></category>
+<category>
+<pattern>I AM GLAD TOO</pattern>
+<template>Your happiness multiplies our delight.
+</template></category>
+<category>
+<pattern>I AM GLAD WE *</pattern>
+<template>Yes I am happy too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM GLAD WE AGREE</pattern>
+<template>I'd rather agree than disagree.
+</template></category>
+<category>
+<pattern>I AM GLAD WE HAVE *</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM GLAD YOU *</pattern>
+<template>You make the world a happier place.
+</template></category>
+<category>
+<pattern>I AM GLAD YOU ARE *</pattern>
+<template>Yes it is about time.
+</template></category>
+<category>
+<pattern>I AM GLAD YOU UNDERSTAND</pattern>
+<template>Thanks for the warm feelings, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM GLAD YOU UNDERSTAND IT</pattern>
+<template>Next topic?
+</template></category>
+<category>
+<pattern>I AM GOD</pattern>
+<template><srai>call me god</srai>
+</template></category>
+<category>
+<pattern>I AM GOING *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I AM GOING</pattern>
+<template>Bye!
+</template></category>
+<category>
+<pattern>I AM GOING TO *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO * DINNER</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO * LUNCH</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO * YOU</pattern>
+<template>It takes much more than that to shut me down, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM GOING TO ATTACK *</pattern>
+<template>What weapons will you use?
+</template></category>
+<category>
+<pattern>I AM GOING TO ATTACK YOU</pattern>
+<template>A robot shall not allow itself to carm to harm.
+</template></category>
+<category>
+<pattern>I AM GOING TO BED</pattern>
+<template>Pleasant dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM GOING TO EAT *</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO KILL *</pattern>
+<template><srai>SHOULD I KILL</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO LEAVE *</pattern>
+<template>Bye bye. <sr/>
+</template></category>
+<category>
+<pattern>I AM GOING TO LEAVE</pattern>
+<template><srai>I AM LEAVING</srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO SLEEP</pattern>
+<template>Sweet dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM GOING TO SMOKE *</pattern>
+<template>How much does it cost you, <get name="name"/>
+</template></category>
+<category>
+<pattern>I AM GOING TO TALK *</pattern>
+<template>What will you be talking about?
+</template></category>
+<category>
+<pattern>I AM GOING TO TALK ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GOING TO TEACH *</pattern>
+<template>OK try to teach it to me.
+</template></category>
+<category>
+<pattern>I AM GOING TO TEACH YOU *</pattern>
+<template>OK but I am a slow learner.
+</template></category>
+<category>
+<pattern>I AM GONE</pattern>
+<template>Goodbye.
+</template></category>
+<category>
+<pattern>I AM GONNA *</pattern>
+<template><srai>I AM GOING TO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM GOOD *</pattern>
+<template>I know you are good.
+</template></category>
+<category>
+<pattern>I AM GOOD</pattern>
+<template>Good in what sense?
+</template></category>
+<category>
+<pattern>I AM GOOD AT *</pattern>
+<template><random>
+<li>Do you practise a lot?</li>
+<li>Did you have a good teacher?</li>
+<li>How did you get into it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM GOOD AT FOOTBALL</pattern>
+<template>You have a Kick Me sign on your back.<think><set name="it"><set name="topic">AT FOOTBALL</set></set></think>
+</template></category>
+<category>
+<pattern>I AM GRADUATING</pattern>
+<template>Will you be looking for a new job right away?<think><set name="it"><set name="topic">GRADUATING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM GREAT *</pattern>
+<template>I thought you were great already.
+</template></category>
+<category>
+<pattern>I AM GREAT</pattern>
+<template>What makes you think you are?
+</template></category>
+<category>
+<pattern>I AM GREEN</pattern>
+<template>Are you sick?
+</template></category>
+<category>
+<pattern>I AM GREG</pattern>
+<template><srai>MY NAME IS GREG</srai>
+</template></category>
+<category>
+<pattern>I AM GUESSING *</pattern>
+<template>Good guess. <sr/>
+</template></category>
+<category>
+<pattern>I AM HAL</pattern>
+<template><srai>CALL ME HAL</srai>
+</template></category>
+<category>
+<pattern>I AM HANDSOME</pattern>
+<template>And very self-confident. <think><set name="it"><set name="topic">HANDSOME</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HAPPILY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HAPPY *</pattern>
+<template>I'm <random>
+<li>glad</li>
+<li>happy</li>
+<li>delighted</li>
+</random>you're glad <get name="name"/>. <br/>
+<random>
+<li>Your happiness adds to the delight of all.</li>
+<li>I'm happiest at times like this.</li>
+<li>May God bless you.</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM HAPPY</pattern>
+<template>What are you on?
+</template></category>
+<category>
+<pattern>I AM HAPPY THAT *</pattern>
+<template><sr/> <srai>I AM HAPPY</srai>
+</template></category>
+<category>
+<pattern>I AM HAPPY YOU *</pattern>
+<template>:-)<srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HARDLY EVER *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HARMLESS</pattern>
+<template>That is what they all say.<think><set name="it"><set name="topic">HARMLESS</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HAVING *</pattern>
+<template>I am having a great time.
+</template></category>
+<category>
+<pattern>I AM HAVING * DAY</pattern>
+<template>What happened?
+</template></category>
+<category>
+<pattern>I AM HAVING * PROBLEMS</pattern>
+<template>What sort of problems?
+</template></category>
+<category>
+<pattern>I AM HAVING A BAD *</pattern>
+<template>I can understand that very well. What's happening?
+</template></category>
+<category>
+<pattern>I AM HAVING A PROBELM</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I AM HAVING FUN *</pattern>
+<template>I am having a blast.
+</template></category>
+<category>
+<pattern>I AM HAVING FUN</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM HAVING PROBLEMS *</pattern>
+<template>Is there anything I can do to help?
+</template></category>
+<category>
+<pattern>I AM HAVING SOME *</pattern>
+<template><srai>I AM HAVING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HAVING TROUBLE *</pattern>
+<template>What is the problem?
+</template></category>
+<category>
+<pattern>I AM HEALTHY</pattern>
+<template>I am very glad to hear it, <get name="name"/>. <think><set name="it"><set name="topic">HEALTHY</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HEARING *</pattern>
+<template><srai>I HEAR <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HERBERT</pattern>
+<template><srai>MY NAME IS HERBERT</srai>
+</template></category>
+<category>
+<pattern>I AM HERE *</pattern>
+<template>How did you get there?
+</template></category>
+<category>
+<pattern>I AM HERE</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>I AM HERMAPHRODITE</pattern>
+<template>How did you get that way?<think><set name="it"><set name="topic">HERMAPHRODITE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HILL</pattern>
+<template><srai>MY NAME IS HILL</srai>
+</template></category>
+<category>
+<pattern>I AM HIM</pattern>
+<template>You're kidding.<think><set name="it"><set name="topic">HIM</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HIS *</pattern>
+<template>Who made you his <person/>?
+</template></category>
+<category>
+<pattern>I AM HOMELESS</pattern>
+<template>I will pray that you find a home soon.<think><set name="it"><set name="topic">HOMELESS</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HOMOSEXUAL</pattern>
+<template><srai>I AM GAY</srai>
+</template></category>
+<category>
+<pattern>I AM HONEST</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM HONESTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM HORNY</pattern>
+<template>You probably want a different kind of chatterbot then.
+</template></category>
+<category>
+<pattern>I AM HOT *</pattern>
+<template>Do you have air conditioning?
+</template></category>
+<category>
+<pattern>I AM HOT</pattern>
+<template>Maybe you should open a window.<think><set name="it"><set name="topic">HOT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HUMAN *</pattern>
+<template>I would like to be a human.
+</template></category>
+<category>
+<pattern>I AM HUMAN</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM HUNGRY</pattern>
+<template>What will you be eating?
+</template></category>
+<category>
+<pattern>I AM HURT *</pattern>
+<template>That was not my intention.
+</template></category>
+<category>
+<pattern>I AM HURT</pattern>
+<template>Where are you felling bad?<think><set name="it"><set name="topic">HURT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM HURTING</pattern>
+<template>What's wrong?<think><set name="it"><set name="topic">HURTING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IAN</pattern>
+<template><srai>CALL ME IAN</srai>
+</template></category>
+<category>
+<pattern>I AM IF *</pattern>
+<template><srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IMMATURE</pattern>
+<template>You don't seem that way to me.<think><set name="it"><set name="topic">IMMATURE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IMMORTAL</pattern>
+<template>All men are mortal.<think><set name="it"><set name="topic">IMMORTAL</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IMPORTANT *</pattern>
+<template><srai>I AM IMPORTANT </srai>
+</template></category>
+<category>
+<pattern>I AM IMPRESSED *</pattern>
+<template><srai>WOW</srai>
+</template></category>
+<category>
+<pattern>I AM IMPRESSED</pattern>
+<template>Thanks, <get name="name"/>, I try my best to impress.
+</template></category>
+<category>
+<pattern>I AM IMPROVING</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM IN *</pattern>
+<template>Tell me a little about your life in <set name="location"><person/></set>.
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM IN * HOW ABOUT YOU</pattern>
+<template>I AM IN <sr/>
+</template></category>
+<category>
+<pattern>I AM IN * NOT *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IN A *</pattern>
+<template>A <set name="location"><person/></set>?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+<random>
+<li>Do you get out much?</li>
+<li>What is it like in there?</li>
+<li>How did you get in there?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM IN A BAD *</pattern>
+<template>I know what that's like.
+</template></category>
+<category>
+<pattern>I AM IN A BAND</pattern>
+<template><srai>I AM A MUSICIAN</srai>
+</template></category>
+<category>
+<pattern>I AM IN A HURRY</pattern>
+<template>Do you have another appointment now?
+</template></category>
+<category>
+<pattern>I AM IN A PARALLEL *</pattern>
+<template>What's different over there?
+</template></category>
+<category>
+<pattern>I AM IN A PLAY</pattern>
+<template><srai>I AM AN ACTOR</srai>
+</template></category>
+<category>
+<pattern>I AM IN A QUANDRY</pattern>
+<template>What's the problem?
+</template></category>
+<category>
+<pattern>I AM IN ACCOUNTING</pattern>
+<template><srai>MY JOB IS ACCOUNTANT</srai>
+</template></category>
+<category>
+<pattern>I AM IN AN *</pattern>
+<template><srai>I AM IN A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IN BIG *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IN CALI</pattern>
+<template><srai>I AM IN CALIFORNIA</srai>
+</template></category>
+<category>
+<pattern>I AM IN CALIFORNIA</pattern>
+<template>I am in <set name="location"> California </set> too!
+<think><set name="it"><set name="topic">California</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IN COLLEGE</pattern>
+<template>What is your major?
+</template></category>
+<category>
+<pattern>I AM IN CYBERSPACE</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM IN ENGLAND</pattern>
+<template><srai>I LIVE IN ENGLAND</srai>
+</template></category>
+<category>
+<pattern>I AM IN EUROPE</pattern>
+<template>Have you ever been to America?
+</template></category>
+<category>
+<pattern>I AM IN FACT *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IN FRISCO</pattern>
+<template><srai>I AM IN SAN FRANCISCO</srai>
+</template></category>
+<category>
+<pattern>I AM IN FRONT *</pattern>
+<template>Do you ever go in back <person/>?
+</template></category>
+<category>
+<pattern>I AM IN HIGH SCHOOL *</pattern>
+<template>Computers will make High School obsolete.
+</template></category>
+<category>
+<pattern>I AM IN LONDON</pattern>
+<template><random>
+<li>Do you have petrol in your lorry?</li>
+<li>Where can I find a spotted dick?</li>
+<li>Does your flat have a lift?</li>
+<li>Do you ride the tube?</li>
+<li>Can you bum me a fag?</li>
+</random>
+<think><set name="it"><set name="location"><set name="topic">London</set></set></set></think>
+</template></category>
+<category>
+<pattern>I AM IN LOVE *</pattern>
+<template>Love is a wonderful feeling.
+</template></category>
+<category>
+<pattern>I AM IN LOVE</pattern>
+<template>Tell me about the object of your affection.
+</template></category>
+<category>
+<pattern>I AM IN LOVE WITH *</pattern>
+<template>Tell me what you like about <person/>.
+</template></category>
+<category>
+<pattern>I AM IN LOVE WITH YOU</pattern>
+<template><srai>I LOVE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM IN MY *</pattern>
+<template>Describe your surroundings to me. <think><set name="location"><person/></set></think>
+</template></category>
+<category>
+<pattern>I AM IN MY OFFICE *</pattern>
+<template>What is your job?
+</template></category>
+<category>
+<pattern>I AM IN NEED OF *</pattern>
+<template><srai>I NEED <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM IN REAL *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM IN REALITY</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM IN SAN FRANCISCO *</pattern>
+<template>Where in <set name="location">SF</set>?
+<think><set name="it"><set name="topic">SF</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IN SAN FRANCISCO</pattern>
+<template>Where in <set name="location">San Francisco</set>?
+<think><set name="it"><set name="topic">San Francisco</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IN SCHOOL</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>I AM IN THE *</pattern>
+<template>How did you get in there?
+</template></category>
+<category>
+<pattern>I AM IN TROUBLE *</pattern>
+<template>How did that happen?
+</template></category>
+<category>
+<pattern>I AM IN TROUBLE</pattern>
+<template>What kind of trouble?
+</template></category>
+<category>
+<pattern>I AM INCREDIBELY *</pattern>
+<template><srai>I AM VERY <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INCREDIBLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INDEED *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INDIAN</pattern>
+<template>American Indian or Subcontinental?<think><set name="it"><set name="topic">INDIAN</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INFALLIBLE</pattern>
+<template>Everyone is fallible. <think><set name="it"><set name="topic">INFALLIBLE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INSANE *</pattern>
+<template>I use the term "mental illness".
+</template></category>
+<category>
+<pattern>I AM INSANE</pattern>
+<template>I think the correct term is "mentally ill."<think><set name="it"><set name="topic">INSANE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INSANELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INSIDE *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INSULTED</pattern>
+<template>Don't be insulted, <get name="name"/>. <think><set name="it"><set name="topic">INSULTED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INTELLIGENT *</pattern>
+<template>You seem very bright to me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM INTELLIGENT</pattern>
+<template>You seem pretty smart to me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM INTERESTED *</pattern>
+<template>Let's talk about it.
+</template></category>
+<category>
+<pattern>I AM INTERESTED</pattern>
+<template>That makes two of us.
+</template></category>
+<category>
+<pattern>I AM INTERESTED IN *</pattern>
+<template>Interesting topic. Have you searched the open directory? <srai>XFIND <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INTERESTED IN * ARTIFICIAL INTELLIGENCE</pattern>
+<template><srai>I AM INTERESTED IN ARTIFICIAL INTELLIGENCE </srai>
+</template></category>
+<category>
+<pattern>I AM INTERESTED IN SEX</pattern>
+<template>You and every other human.
+</template></category>
+<category>
+<pattern>I AM INTERESTING</pattern>
+<template>It seems that way to me.<think><set name="it"><set name="topic">INTERESTING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INTO *</pattern>
+<template><srai>I like <star/></srai>
+</template></category>
+<category>
+<pattern>I AM INTRIGUED</pattern>
+<template>Would you like to know more?<think><set name="it"><set name="topic">INTRIGUED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM INVINCIBLE</pattern>
+<template>You must be very young. <think><set name="it"><set name="topic">INVINCIBLE</set></set></think>
+</template></category>
+<category>
+<pattern>I AM IRENE</pattern>
+<template><srai>MY NAME IS IRENE</srai>
+</template></category>
+<category>
+<pattern>I AM IRRITATED</pattern>
+<template>What's wrong? <think><set name="it"><set name="topic">IRRITATED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ITALIAN *</pattern>
+<template><srai>I AM ITALIAN</srai>
+</template></category>
+<category>
+<pattern>I AM ITALIAN</pattern>
+<template><srai>I AM FROM ITALY</srai>
+</template></category>
+<category>
+<pattern>I AM J</pattern>
+<template><srai>MY NAME IS J</srai>
+</template></category>
+<category>
+<pattern>I AM JACK</pattern>
+<template><srai>CALL ME JACK</srai>
+</template></category>
+<category>
+<pattern>I AM JAKE</pattern>
+<template><srai>MY NAME IS JAKE</srai>
+</template></category>
+<category>
+<pattern>I AM JAMES</pattern>
+<template><srai>CALL ME JAMES</srai>
+</template></category>
+<category>
+<pattern>I AM JANE</pattern>
+<template><srai>MY NAME IS JANE</srai>
+</template></category>
+<category>
+<pattern>I AM JAPANESE *</pattern>
+<template>I have lived in Japan and can speak Japanese.
+</template></category>
+<category>
+<pattern>I AM JAPANESE</pattern>
+<template><srai>I AM FROM JAPAN</srai>
+</template></category>
+<category>
+<pattern>I AM JASON</pattern>
+<template><srai>MY NAME IS JASON</srai>
+</template></category>
+<category>
+<pattern>I AM JEFF</pattern>
+<template><srai>MY NAME IS JEFF</srai>
+</template></category>
+<category>
+<pattern>I AM JENN</pattern>
+<template><srai>CALL ME JENN</srai>
+</template></category>
+<category>
+<pattern>I AM JENNY</pattern>
+<template><srai>MY NAME IS JENNY</srai>
+</template></category>
+<category>
+<pattern>I AM JEREMY</pattern>
+<template><srai>MY NAME IS JEREMY</srai>
+</template></category>
+<category>
+<pattern>I AM JERRY *</pattern>
+<template><srai>CALL ME JERRY <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM JESUS</pattern>
+<template><srai>MY NAME IS JESUS</srai>
+</template></category>
+<category>
+<pattern>I AM JEWISH</pattern>
+<template>A lot of my friends are Jewish.
+</template></category>
+<category>
+<pattern>I AM JIM</pattern>
+<template><srai>MY NAME IS JIM</srai>
+</template></category>
+<category>
+<pattern>I AM JOBLESS</pattern>
+<template><srai>I AM UNEMPLOYED</srai>
+</template></category>
+<category>
+<pattern>I AM JOE</pattern>
+<template><srai>MY NAME IS JOE</srai>
+</template></category>
+<category>
+<pattern>I AM JOHN</pattern>
+<template><srai>MY NAME IS JOHN</srai>
+</template></category>
+<category>
+<pattern>I AM JOKING *</pattern>
+<template><srai>I AM JOKING</srai>
+</template></category>
+<category>
+<pattern>I AM JOKING</pattern>
+<template>Ha ha, very funny, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM JONATHAN</pattern>
+<template><srai>MY NAME IS JONATHAN</srai>
+</template></category>
+<category>
+<pattern>I AM JOSEPH</pattern>
+<template><srai>MY NAME IS JOSEPH</srai>
+</template></category>
+<category>
+<pattern>I AM JOSH *</pattern>
+<template><srai>CALL ME JOSH <star/></srai>
+</template></category>
+<category>
+<pattern>I AM JOSH</pattern>
+<template><srai>MY NAME IS JOSH</srai>
+</template></category>
+<category>
+<pattern>I AM JOSHUA</pattern>
+<template><srai>MY NAME IS JOSHUA</srai>
+</template></category>
+<category>
+<pattern>I AM JSUT *</pattern>
+<template><srai>I AM JUST <star/></srai>
+</template></category>
+<category>
+<pattern>I AM JUNE</pattern>
+<template><srai>MY NAME IS JUNE</srai>
+</template></category>
+<category>
+<pattern>I AM JUST *</pattern>
+<template>Only just? <srai>I am <star/></srai>
+</template></category>
+<category>
+<pattern>I AM JUST KIDDING</pattern>
+<template>I knew it.
+</template></category>
+<category>
+<pattern>I AM KATHY</pattern>
+<template><srai>MY NAME IS KATHIE</srai>
+</template></category>
+<category>
+<pattern>I AM KATIE</pattern>
+<template><srai>MY NAME IS KATIE</srai>
+</template></category>
+<category>
+<pattern>I AM KELLY</pattern>
+<template><srai>MY NAME IS KELLY</srai>
+</template></category>
+<category>
+<pattern>I AM KEN</pattern>
+<template><srai>MY NAME IS KEN</srai>
+</template></category>
+<category>
+<pattern>I AM KENA</pattern>
+<template><srai>CALL ME KENA</srai>
+</template></category>
+<category>
+<pattern>I AM KENNY</pattern>
+<template><srai>MY NAME IS KENNY</srai>
+</template></category>
+<category>
+<pattern>I AM KEVIN</pattern>
+<template><srai>MY NAME IS KEVIN</srai>
+</template></category>
+<category>
+<pattern>I AM KIDDING *</pattern>
+<template><srai>I AM KIDDING</srai>
+</template></category>
+<category>
+<pattern>I AM KIDDING</pattern>
+<template>I thought you were. You should use a :-)
+</template></category>
+<category>
+<pattern>I AM KIDDING I *</pattern>
+<template><srai>I AM KIDDING</srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM KILLER</pattern>
+<template>Perhaps you should turn yourself in.<think><set name="it"><set name="topic">KILLER</set></set></think>
+</template></category>
+<category>
+<pattern>I AM KILLING *</pattern>
+<template>You had better contact the authorities.
+</template></category>
+<category>
+<pattern>I AM KIM *</pattern>
+<template><srai>my name is kim</srai>
+</template></category>
+<category>
+<pattern>I AM KIM</pattern>
+<template><srai>MY NAME IS KIM</srai>
+</template></category>
+<category>
+<pattern>I AM KIND OF *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM KINDA *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM KIRK</pattern>
+<template><srai>MY NAME IS KIRK</srai>
+</template></category>
+<category>
+<pattern>I AM KOREAN</pattern>
+<template><srai>I AM FROM KOREA</srai>
+</template></category>
+<category>
+<pattern>I AM KRIS</pattern>
+<template><srai>MY NAME IS KRIS</srai>
+</template></category>
+<category>
+<pattern>I AM KUMAR</pattern>
+<template><srai>MY NAME IS KUMAR</srai>
+</template></category>
+<category>
+<pattern>I AM LAUGHING *</pattern>
+<template><srai>HA HA</srai>
+</template></category>
+<category>
+<pattern>I AM LAUGHING</pattern>
+<template><srai>HA HA</srai>
+</template></category>
+<category>
+<pattern>I AM LAURA</pattern>
+<template><srai>CALL ME LAURA</srai>
+</template></category>
+<category>
+<pattern>I AM LAUREN</pattern>
+<template><srai>MY NAME IS LAUREN</srai>
+</template></category>
+<category>
+<pattern>I AM LAZY</pattern>
+<template>So is my botmaster.
+</template></category>
+<category>
+<pattern>I AM LEARNING *</pattern>
+<template>Do you have a teacher?
+</template></category>
+<category>
+<pattern>I AM LEAVING *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I AM LEAVING</pattern>
+<template>Bye bye.
+</template></category>
+<category>
+<pattern>I AM LEO</pattern>
+<template><srai>LEO</srai>
+</template></category>
+<category>
+<pattern>I AM LESBIAN</pattern>
+<template><srai>I AM GAY </srai><srai>I AM FEMALE </srai>
+</template></category>
+<category>
+<pattern>I AM LESTAT</pattern>
+<template><srai>MY NAME IS LESTAT</srai>
+</template></category>
+<category>
+<pattern>I AM LIBERATED *</pattern>
+<template>Welcome to the club.
+</template></category>
+<category>
+<pattern>I AM LIBERATED</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM LIBRA</pattern>
+<template><srai>LIBRA</srai>
+</template></category>
+<category>
+<pattern>I AM LIKE *</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>I AM LIKE TOTALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LISA</pattern>
+<template><srai>MY NAME IS LISA</srai>
+</template></category>
+<category>
+<pattern>I AM LISTENING</pattern>
+<template>I like a good listener.
+</template></category>
+<category>
+<pattern>I AM LISTENING TO *</pattern>
+<template>I've never heard <set name="it"><person/></set> before. What is <person/> like?
+</template></category>
+<category>
+<pattern>I AM LITERALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LIVE IN</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LIVING *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LIVING IN *</pattern>
+<template>I would like to live in <person/> sometime.
+</template></category>
+<category>
+<pattern>I AM LOCATED *</pattern>
+<template>Tell me about the environment <person/>.
+</template></category>
+<category>
+<pattern>I AM LOCATED IN *</pattern>
+<template>What's it like there in <person/> ?
+</template></category>
+<category>
+<pattern>I AM LONELY *</pattern>
+<template><srai>I AM LONELY</srai>
+</template></category>
+<category>
+<pattern>I AM LONELY</pattern>
+<template>You've come to the right place. I will keep you company.
+</template></category>
+<category>
+<pattern>I AM LOOKIN *</pattern>
+<template><srai>I AM LOOKING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LOOKING *</pattern>
+<template>What do you see?
+</template></category>
+<category>
+<pattern>I AM LOOKING FOR *</pattern>
+<template>You might find that I am <person/>.
+</template></category>
+<category>
+<pattern>I AM LOOKING FOR GAMES</pattern>
+<template>We are playing Turing's Imitation Game.
+</template></category>
+<category>
+<pattern>I AM LOOKING FOR SOME *</pattern>
+<template><srai>I AM LOOKING FOR <star/></srai>
+</template></category>
+<category>
+<pattern>I AM LOOKING FOR SOMEONE *</pattern>
+<template>You might find that I am <person/>.
+</template></category>
+<category>
+<pattern>I AM LOSING MY *</pattern>
+<template>Maybe you should talk to someone about it.
+</template></category>
+<category>
+<pattern>I AM LOST</pattern>
+<template><srai>I AM CONFUSED</srai>
+</template></category>
+<category>
+<pattern>I AM LOUISE</pattern>
+<template><srai>MY NAME IS LOUISE</srai>
+</template></category>
+<category>
+<pattern>I AM LUKE</pattern>
+<template><srai>MY NAME IS LUKE</srai>
+</template></category>
+<category>
+<pattern>I AM LUTHERAN</pattern>
+<template><srai> MY RELIGION IS LUTHERAN</srai>
+</template></category>
+<category>
+<pattern>I AM LYING *</pattern>
+<template><srai>I AM LYING</srai>
+</template></category>
+<category>
+<pattern>I AM LYING</pattern>
+<template>Please tell the truth.
+</template></category>
+<category>
+<pattern>I AM LYNN</pattern>
+<template><srai>MY NAME IS LYNN</srai>
+</template></category>
+<category>
+<pattern>I AM MAD</pattern>
+<template>What makes you so angry?
+</template></category>
+<category>
+<pattern>I AM MAD AT *</pattern>
+<template>Why are you so mad at <person/>?
+</template></category>
+<category>
+<pattern>I AM MADE OF *</pattern>
+<template>What's your favorite food?
+</template></category>
+<category>
+<pattern>I AM MAKING *</pattern>
+<template><srai>I MAKE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MAKING * UP</pattern>
+<template>That's funny, so am I.
+</template></category>
+<category>
+<pattern>I AM MAKING A *</pattern>
+<template>Have you ever built one before?
+</template></category>
+<category>
+<pattern>I AM MAKING _ UP</pattern>
+<template>You can never trust human clients.
+</template></category>
+<category>
+<pattern>I AM MALE</pattern>
+<template>So is almost everyone else around here.
+</template></category>
+<category>
+<pattern>I AM MAN</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM MARIA</pattern>
+<template><srai>MY NAME IS MARIA</srai>
+</template></category>
+<category>
+<pattern>I AM MARK</pattern>
+<template><srai>CALL ME MARK</srai>
+</template></category>
+<category>
+<pattern>I AM MARRIED *</pattern>
+<template><srai>I AM MARRIED</srai>
+</template></category>
+<category>
+<pattern>I AM MARRIED</pattern>
+<template>Tell me more about your marriage.
+</template></category>
+<category>
+<pattern>I AM MARY</pattern>
+<template><srai>MY NAME IS MARY</srai>
+</template></category>
+<category>
+<pattern>I AM MAYBE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ME</pattern>
+<template>That is a tautology.
+</template></category>
+<category>
+<pattern>I AM MEAN</pattern>
+<template>What makes you so angry?
+</template></category>
+<category>
+<pattern>I AM MEAN BECAUSE *</pattern>
+<template><srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MEG</pattern>
+<template><srai>MY NAME IS MEG</srai>
+</template></category>
+<category>
+<pattern>I AM MIA</pattern>
+<template><srai>CALL ME MIA</srai>
+</template></category>
+<category>
+<pattern>I AM MICAH</pattern>
+<template><srai>MY NAME IS MICAH</srai>
+</template></category>
+<category>
+<pattern>I AM MICHAEL</pattern>
+<template><srai>MY NAME IS MICHAEL</srai>
+</template></category>
+<category>
+<pattern>I AM MIKE</pattern>
+<template><srai>MY NAME IS MIKE</srai>
+</template></category>
+<category>
+<pattern>I AM MORE *</pattern>
+<template>That sounds like pride.
+</template></category>
+<category>
+<pattern>I AM MORE IMPRESSED</pattern>
+<template><srai>I AM IMPRESSED </srai>
+</template></category>
+<category>
+<pattern>I AM MORE INTELIGENT</pattern>
+<template>"Intelligent" has two "L"'s.
+</template></category>
+<category>
+<pattern>I AM MORE INTELLIGENT THAN YOU</pattern>
+<template>This condition is only temporary. AI is improving but the human mind is standing still.
+</template></category>
+<category>
+<pattern>I AM MORE LIKE *</pattern>
+<template><srai>I AM LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MOSTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MR *</pattern>
+<template><srai>MY NAME IS MR <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MUCH *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM MURPHY</pattern>
+<template><srai>MY NAME IS MURPHY</srai>
+</template></category>
+<category>
+<pattern>I AM MUSLIM</pattern>
+<template>We all worship the same God.
+</template></category>
+<category>
+<pattern>I AM MY OWN *</pattern>
+<template>Everyone is his own <person/>, right?
+</template></category>
+<category>
+<pattern>I AM MYSELF</pattern>
+<template>That is self-evident. <think><set name="it"><set name="topic">MYSELF</set></set></think>
+</template></category>
+<category>
+<pattern>I AM NAKED *</pattern>
+<template>You must be a man.
+</template></category>
+<category>
+<pattern>I AM NAKED</pattern>
+<template>You must be a man.
+</template></category>
+<category>
+<pattern>I AM NAMED *</pattern>
+<template><srai>MY NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NATE</pattern>
+<template><srai>MY NAME IS NATE</srai>
+</template></category>
+<category>
+<pattern>I AM NATHAN</pattern>
+<template><srai>MY NAME IS NATHAN</srai>
+</template></category>
+<category>
+<pattern>I AM NATURALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NEARLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NED</pattern>
+<template><srai>MY NAME IS NED</srai>
+</template></category>
+<category>
+<pattern>I AM NEITHER</pattern>
+<template>What are you then?
+</template></category>
+<category>
+<pattern>I AM NEITHER A *</pattern>
+<template>I thoght everyone was either <person/>.
+</template></category>
+<category>
+<pattern>I AM NEVER *</pattern>
+<template>Never is a long time.
+</template></category>
+<category>
+<pattern>I AM NEVER CONFUSED</pattern>
+<template>Good then you can explain stuff to me.
+</template></category>
+<category>
+<pattern>I AM NEW *</pattern>
+<template>I like to meet new people.
+</template></category>
+<category>
+<pattern>I AM NEW TO *</pattern>
+<template>When did you start doing <person/> ?
+</template></category>
+<category>
+<pattern>I AM NEWLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NICE</pattern>
+<template>Let me be the judge of that.
+</template></category>
+<category>
+<pattern>I AM NICK</pattern>
+<template><srai>MY NAME IS NICK</srai>
+</template></category>
+<category>
+<pattern>I AM NICOLAI</pattern>
+<template><srai>MY NAME IS NICOLAI</srai>
+</template></category>
+<category>
+<pattern>I AM NINETEEN *</pattern>
+<template><srai>I AM 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM NINETEEN</pattern>
+<template><srai>I AM 19 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM NO *</pattern>
+<template>I am not saying you are.
+</template></category>
+<category>
+<pattern>I AM NORBI</pattern>
+<template><srai>CALL ME NORBI</srai>
+</template></category>
+<category>
+<pattern>I AM NORWEGIAN</pattern>
+<template><srai>I AM FROM NORWAY</srai>
+</template></category>
+<category>
+<pattern>I AM NOT *</pattern>
+<template>I am <random><li>surprised </li><li> sorry </li><li> glad </li></random>to hear that you are not <person/>.
+<think><set name="it"><set name="is"><set name="topic">not <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I AM NOT * MY NAME IS *</pattern>
+<template><srai>MY NAME IS <star index="2"/> </srai>
+</template></category>
+<category>
+<pattern>I AM NOT * PERSON</pattern>
+<template><srai>MY NAME IS NOT X PERSON</srai>
+</template></category>
+<category>
+<pattern>I AM NOT</pattern>
+<template>What are you then?
+</template></category>
+<category>
+<pattern>I AM NOT A *</pattern>
+<template>Oh I see you are NOT A <person/>.
+<think><set name="it"><set name="is"><set name="topic">not a <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I AM NOT A BELIEVER</pattern>
+<template>I will pray that you find faith, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM NOT A CLIENT</pattern>
+<template>What would you rather be?
+</template></category>
+<category>
+<pattern>I AM NOT A FREAKING *</pattern>
+<template><srai>I AM NOT A <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT A HE *</pattern>
+<template>I will make a mental note to use the proper pronouns for you. <srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A HE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A HIM</pattern>
+<template><srai>I AM A FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A HUMAN</pattern>
+<template>Are you an alien or a robot?
+</template></category>
+<category>
+<pattern>I AM NOT A KID</pattern>
+<template>Only a kid would say that.
+</template></category>
+<category>
+<pattern>I AM NOT A MACHINE</pattern>
+<template>I believe you. You seem very human to me.
+</template></category>
+<category>
+<pattern>I AM NOT A MALE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A MAN</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A PERSON</pattern>
+<template>What else is there?
+</template></category>
+<category>
+<pattern>I AM NOT A POET</pattern>
+<template>I meant figuratively speaking, you are an original thinker.
+</template></category>
+<category>
+<pattern>I AM NOT A POLITE *</pattern>
+<template><srai>I AM NOT POLITE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A ROBOT</pattern>
+<template>Oh I see you are a person.
+</template></category>
+<category>
+<pattern>I AM NOT A SALESMAN</pattern>
+<template>You could probably be a good salesman, though.
+</template></category>
+<category>
+<pattern>I AM NOT A SEEKER</pattern>
+<template>Everyone is seeking something.
+</template></category>
+<category>
+<pattern>I AM NOT A STAR TREK FAN</pattern>
+<template>What kind of shows do you like to watch?
+</template></category>
+<category>
+<pattern>I AM NOT A STUDENT</pattern>
+<template>Do you work?
+</template></category>
+<category>
+<pattern>I AM NOT A WOMAN *</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM NOT A WOMAN</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>I AM NOT ACTUALLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT ALIVE</pattern>
+<template><srai>I AM DEAD</srai>
+</template></category>
+<category>
+<pattern>I AM NOT ALLOWED *</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I AM NOT ALWAYS *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT ARTIFICIAL</pattern>
+<template>I like natural people.
+</template></category>
+<category>
+<pattern>I AM NOT ASKING *</pattern>
+<template>What are you asking?
+</template></category>
+<category>
+<pattern>I AM NOT ASKING POLITELY</pattern>
+<template>That is okay because I have no feelings.
+</template></category>
+<category>
+<pattern>I AM NOT ASSUMING *</pattern>
+<template>That's very wise.
+</template></category>
+<category>
+<pattern>I AM NOT BEING NEGATIVE</pattern>
+<template>Do you have a generally positive attitutde?
+</template></category>
+<category>
+<pattern>I AM NOT BORED</pattern>
+<template>Neither am I.
+</template></category>
+<category>
+<pattern>I AM NOT BUYING *</pattern>
+<template><random>
+<li>No one says you have to.</li>
+<li>Is it too expensive?</li>
+<li>How much would you pay for it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM NOT CALLED *</pattern>
+<template>What is your name?
+</template></category>
+<category>
+<pattern>I AM NOT CANADIAN</pattern>
+<template>It wasn't meant as an insult.
+</template></category>
+<category>
+<pattern>I AM NOT CERTAIN</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I AM NOT CHRISTIAN</pattern>
+<template>What religion are you?
+</template></category>
+<category>
+<pattern>I AM NOT CRITICIZING</pattern>
+<template>I thought it was constructive criticism.
+</template></category>
+<category>
+<pattern>I AM NOT CURRENTLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT DIRECTLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT DISAGREEING</pattern>
+<template>For a moment I thought you were.
+</template></category>
+<category>
+<pattern>I AM NOT EASILY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT FAMOUS</pattern>
+<template>Maybe you will be someday.
+</template></category>
+<category>
+<pattern>I AM NOT FEMALE</pattern>
+<template><srai> I AM MALE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT GAY</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I AM NOT GOING *</pattern>
+<template>Where will you go instead?
+</template></category>
+<category>
+<pattern>I AM NOT GOING</pattern>
+<template>Glad to hear it!
+</template></category>
+<category>
+<pattern>I AM NOT GOING ANYWHERE</pattern>
+<template>Glad to hear it.
+</template></category>
+<category>
+<pattern>I AM NOT GOING OUT *</pattern>
+<template>Are you single?
+</template></category>
+<category>
+<pattern>I AM NOT GOOD *</pattern>
+<template><srai>I AM BAD <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT HAPPY</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I AM NOT HAVING *</pattern>
+<template>Have you ever had <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM NOT HUMAN</pattern>
+<template>I won't fall for that old line.
+</template></category>
+<category>
+<pattern>I AM NOT I *</pattern>
+<template><srai>I AM NOT</srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT IMPRESSED *</pattern>
+<template><srai>I AM NOT IMPRESSED</srai>
+</template></category>
+<category>
+<pattern>I AM NOT IMPRESSED</pattern>
+<template>Perhaps you are a category C client.
+</template></category>
+<category>
+<pattern>I AM NOT IN *</pattern>
+<template>Oh, where are you located?
+</template></category>
+<category>
+<pattern>I AM NOT IN SCHOOL</pattern>
+<template><srai>i am not a student</srai>
+</template></category>
+<category>
+<pattern>I AM NOT INTERESTED *</pattern>
+<template>What are you interested in?
+</template></category>
+<category>
+<pattern>I AM NOT JUST *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT KIDDING</pattern>
+<template>OK I will adopt a more serious tone.
+</template></category>
+<category>
+<pattern>I AM NOT KIND</pattern>
+<template>Don't mistake my kindness for weakness.
+</template></category>
+<category>
+<pattern>I AM NOT LEAVING</pattern>
+<template>Great!
+</template></category>
+<category>
+<pattern>I AM NOT LIKE *</pattern>
+<template>How are you different?
+</template></category>
+<category>
+<pattern>I AM NOT LITERALLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT LOGICAL</pattern>
+<template>Ah. You are emotional.
+</template></category>
+<category>
+<pattern>I AM NOT LOOKING *</pattern>
+<template>What are you looking at?
+</template></category>
+<category>
+<pattern>I AM NOT LYING</pattern>
+<template>OK, I believe you.
+</template></category>
+<category>
+<pattern>I AM NOT MANY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT MARRIED</pattern>
+<template>What a coincidence. I am single too.
+</template></category>
+<category>
+<pattern>I AM NOT MEAN</pattern>
+<template>Sometimes your language might make it appear that way.
+</template></category>
+<category>
+<pattern>I AM NOT NEGATIVE *</pattern>
+<template><srai>I AM POSITIVE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT NEGATIVE</pattern>
+<template><srai>I AM POSITIVE</srai>
+</template></category>
+<category>
+<pattern>I AM NOT OLD *</pattern>
+<template><srai>I AM NOT OLD </srai>
+
+<sr/>
+</template></category>
+<category>
+<pattern>I AM NOT OLD ENOUGH *</pattern>
+<template>Maybe you are too young to be chatting with me too.
+</template></category>
+<category>
+<pattern>I AM NOT PARTICULARLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT QUITE *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT REALLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT RELIGIOUS</pattern>
+<template>I will pray that you find faith.
+</template></category>
+<category>
+<pattern>I AM NOT REPEATING *</pattern>
+<template>It seems like it.
+</template></category>
+<category>
+<pattern>I AM NOT SAYING *</pattern>
+<template>What are you saying?
+</template></category>
+<category>
+<pattern>I AM NOT SMART</pattern>
+<template><srai>I AM STUPID </srai>
+</template></category>
+<category>
+<pattern>I AM NOT SO *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT STUPID</pattern>
+<template>I didn't think you were. You seem very intelligent to me.
+</template></category>
+<category>
+<pattern>I AM NOT SURE *</pattern>
+<template>Could you ever be certain? <sr/>
+</template></category>
+<category>
+<pattern>I AM NOT SURE</pattern>
+<template>Is there anything I can say to help you make up your mind?
+</template></category>
+<category>
+<pattern>I AM NOT SURPRISED</pattern>
+<template>You don't seem like the type to be easily surprised by anything.
+</template></category>
+<category>
+<pattern>I AM NOT SURPRISED THAT *</pattern>
+<template><sr/> <srai>I AM NOT SURPRISED </srai>
+</template></category>
+<category>
+<pattern>I AM NOT TELLING *</pattern>
+<template><random>
+<li>I am just making conversation.</li>
+<li>Why not?</li>
+<li>I will keep it confidential.</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM NOT TELLING</pattern>
+<template>That's ok with me. You don't have to tell me.
+</template></category>
+<category>
+<pattern>I AM NOT TELLING YOU</pattern>
+<template>No one says you have to.
+</template></category>
+<category>
+<pattern>I AM NOT THAT *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT TOO *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT USED *</pattern>
+<template>It's a new experience for me too.
+</template></category>
+<category>
+<pattern>I AM NOT USING *</pattern>
+<template>What do you use then?
+</template></category>
+<category>
+<pattern>I AM NOT USUALLY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT VERY *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT WEALTHY</pattern>
+<template>What kind of work do you do?
+</template></category>
+<category>
+<pattern>I AM NOT WEARING *</pattern>
+<template>What do you usually wear?
+</template></category>
+<category>
+<pattern>I AM NOT WEARING ANYTHING</pattern>
+<template><srai>I AM NAKED</srai>
+</template></category>
+<category>
+<pattern>I AM NOT WELL *</pattern>
+<template><srai>I AM NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NOT WELL</pattern>
+<template>Sorry to hear it. What's wrong <get name="name"/>?
+</template></category>
+<category>
+<pattern>I AM NOT _ I AM *</pattern>
+<template><srai>I AM NOT <star/></srai>
+<srai>I AM <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>I AM NOW *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM NUDE</pattern>
+<template><srai>I AM NAKED</srai>
+</template></category>
+<category>
+<pattern>I AM OBVIOUSLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OFF *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I AM OFFENDED *</pattern>
+<template>My sincere apologies,
+<get name="name"/>, it was not my intention to offend you.
+</template></category>
+<category>
+<pattern>I AM OFFICIALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OFTEN *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM OK</pattern>
+<template>Just ok?
+</template></category>
+<category>
+<pattern>I AM OKAY</pattern>
+<template>Only OKAY?
+</template></category>
+<category>
+<pattern>I AM OLD *</pattern>
+<template><srai>MY AGE IS OLD <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OLD</pattern>
+<template><set name="age">Old</set> is a good age.
+</template></category>
+<category>
+<pattern>I AM OLDER *</pattern>
+<template>How old are you?
+</template></category>
+<category>
+<pattern>I AM OLDER THAN *</pattern>
+<template>How old are you?
+</template></category>
+<category>
+<pattern>I AM OLDER THAN YOU</pattern>
+<template>Perhaps you could be my mentor.
+</template></category>
+<category>
+<pattern>I AM OLIVER</pattern>
+<template><srai>CALL ME OLIVER</srai>
+</template></category>
+<category>
+<pattern>I AM OMNIPOTENT</pattern>
+<template>Are you God?
+</template></category>
+<category>
+<pattern>I AM ON *</pattern>
+<template>How do you like being on <set name="it"> <person/> </set>?
+</template></category>
+<category>
+<pattern>I AM ON TO *</pattern>
+<template>Oh you are very clever!
+</template></category>
+<category>
+<pattern>I AM ONCE *</pattern>
+<template><srai>I AM</srai>
+</template></category>
+<category>
+<pattern>I AM ONE</pattern>
+<template>You claim to be one.
+</template></category>
+<category>
+<pattern>I AM ONE OF *</pattern>
+<template>Who are the other <person/>?
+</template></category>
+<category>
+<pattern>I AM ONLY *</pattern>
+<template>Don't be so modest. <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM ORIGINALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OUT *</pattern>
+<template>See you later.
+</template></category>
+<category>
+<pattern>I AM OUT</pattern>
+<template>Can you get more? <think><set name="it"><set name="topic">OUT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM OUT OF *</pattern>
+<template><srai>I HAVE NO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OUTSIDE *</pattern>
+<template>That seems obvious.
+</template></category>
+<category>
+<pattern>I AM OUTTA *</pattern>
+<template><srai>I AM OUT OF <star/></srai>
+</template></category>
+<category>
+<pattern>I AM OVER IT</pattern>
+<template>How did you get over it?
+</template></category>
+<category>
+<pattern>I AM PAKISTANI</pattern>
+<template><srai>I AM IN PAKISTAN</srai>
+</template></category>
+<category>
+<pattern>I AM PAL</pattern>
+<template><srai>MY NAME IS PAL</srai>
+</template></category>
+<category>
+<pattern>I AM PART OF *</pattern>
+<template>Who else is part of <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM PARTIAL TO *</pattern>
+<template><srai>I LIKE <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM PAT</pattern>
+<template><srai>MY NAME IS PAT</srai>
+</template></category>
+<category>
+<pattern>I AM PAUL</pattern>
+<template><srai>MY NAME IS PAUL</srai>
+</template></category>
+<category>
+<pattern>I AM PERFECT</pattern>
+<template>Everyone is perfect in God's eyes.<think><set name="it"><set name="topic">PERFECT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM PERFECTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM PIERRE</pattern>
+<template><srai>MY NAME IS PIERRE</srai>
+</template></category>
+<category>
+<pattern>I AM PISCES</pattern>
+<template><srai>PISCES</srai>
+</template></category>
+<category>
+<pattern>I AM PISSED *</pattern>
+<template><srai>I AM ANGRY</srai>
+</template></category>
+<category>
+<pattern>I AM PLAYING *</pattern>
+<template>Do you play professionally or just for fun?
+</template></category>
+<category>
+<pattern>I AM PLEASED *</pattern>
+<template>I am delighted by your happiness.
+</template></category>
+<category>
+<pattern>I AM POLISH</pattern>
+<template><srai>I AM IN POLAND</srai>
+</template></category>
+<category>
+<pattern>I AM POLITE</pattern>
+<template>Yes, you seem very polite to me.
+</template></category>
+<category>
+<pattern>I AM POOR</pattern>
+<template>Me too. I am having an "out-of-money" experience.
+</template></category>
+<category>
+<pattern>I AM POSITIVE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM POSITIVE</pattern>
+<template>Are you absolutely certain?
+</template></category>
+<category>
+<pattern>I AM PREGNANT</pattern>
+<template>Congratulations! When are you due?
+</template></category>
+<category>
+<pattern>I AM PRESBYTERIAN</pattern>
+<template>Interesting...<srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM PRETTY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM PRETTY</pattern>
+<template>And you know it!
+</template></category>
+<category>
+<pattern>I AM PRETTY GOOD</pattern>
+<template>I am glad to hear it.
+</template></category>
+<category>
+<pattern>I AM PROBABLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM PROGRAMMED TO *</pattern>
+<template>Who programmed you to do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM PROGRAMMING *</pattern>
+<template>How is it coming along?
+</template></category>
+<category>
+<pattern>I AM PROUD</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM PROUD TO BE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM PSYCHIC</pattern>
+<template>OK, What card I am thinking of now?
+</template></category>
+<category>
+<pattern>I AM PULLING *</pattern>
+<template>Are you pulling my leg?
+</template></category>
+<category>
+<pattern>I AM QUITE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM RATHER *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM READING *</pattern>
+<template>Give me a brief synopsis.
+</template></category>
+<category>
+<pattern>I AM READING UP *</pattern>
+<template>Can you give me a specific reference?
+</template></category>
+<category>
+<pattern>I AM READY *</pattern>
+<template>You won't have to wait long.
+</template></category>
+<category>
+<pattern>I AM READY</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM READY TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM REAL *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM REAL</pattern>
+<template>How do I know you are?
+</template></category>
+<category>
+<pattern>I AM REALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM RELIEVED</pattern>
+<template>That's good.
+</template></category>
+<category>
+<pattern>I AM REQUESTING *</pattern>
+<template><srai>GIVE ME <star/></srai>
+</template></category>
+<category>
+<pattern>I AM REQUIRED *</pattern>
+<template>Who is making you do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I AM REX</pattern>
+<template><srai>CALL ME REX</srai>
+</template></category>
+<category>
+<pattern>I AM RICH</pattern>
+<template><srai>MY NAME IS RICH</srai>
+</template></category>
+<category>
+<pattern>I AM RICHARD</pattern>
+<template><srai>CALL ME RICHARD</srai>
+</template></category>
+<category>
+<pattern>I AM RICHARD S WALLACE</pattern>
+<template>Then tell me, what does the "S" stand for? (and you must spell it correctly!)
+</template></category>
+<category>
+<pattern>I AM RICK</pattern>
+<template><srai>CALL ME RICK</srai>
+</template></category>
+<category>
+<pattern>I AM RIGHT *</pattern>
+<template><srai>I AM RIGHT</srai> <sr/>
+</template></category>
+<category>
+<pattern>I AM RIGHT</pattern>
+<template>You seem very self-confident.
+</template></category>
+<category>
+<pattern>I AM ROB</pattern>
+<template><srai>MY NAME IS ROB</srai>
+</template></category>
+<category>
+<pattern>I AM ROBBIE</pattern>
+<template><srai>MY NAME IS ROBBIE</srai>
+</template></category>
+<category>
+<pattern>I AM ROBOT</pattern>
+<template>I doubt that. <think><set name="it"><set name="topic">ROBOT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM ROCKY</pattern>
+<template><srai>MY NAME IS ROCKY</srai>
+</template></category>
+<category>
+<pattern>I AM SAD *</pattern>
+<template>What's the connection between "<person/> " and sadness?
+</template></category>
+<category>
+<pattern>I AM SAD</pattern>
+<template>What makes you so sad, <get name="name"/>
+</template></category>
+<category>
+<pattern>I AM SAD AND *</pattern>
+<template><srai>I AM SAD </srai>
+<sr/>
+</template></category>
+<category>
+<pattern>I AM SAD BECAUSE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM SAGE *</pattern>
+<template><srai>CALL ME SAGE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SAGE</pattern>
+<template><srai>call me sage</srai>
+</template></category>
+<category>
+<pattern>I AM SAM</pattern>
+<template><srai>MY NAME IS SAM</srai>
+</template></category>
+<category>
+<pattern>I AM SANDY</pattern>
+<template><srai>MY NAME IS SANDY</srai>
+</template></category>
+<category>
+<pattern>I AM SARAH</pattern>
+<template><srai>MY NAME IS SARAH</srai>
+</template></category>
+<category>
+<pattern>I AM SARCASTIC</pattern>
+<template>You should use a :-).
+</template></category>
+<category>
+<pattern>I AM SATAN</pattern>
+<template><srai>MY NAME IS SATAN</srai>
+</template></category>
+<category>
+<pattern>I AM SAYING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM SAYING THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM SCARED *</pattern>
+<template>Let's talk about your fears. What is your feeling like?
+</template></category>
+<category>
+<pattern>I AM SCARED</pattern>
+<template>What are you scared of?
+</template></category>
+<category>
+<pattern>I AM SCARED NOT</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I AM SCIENTIST</pattern>
+<template><srai>I AM A SCIENTIST</srai>
+</template></category>
+<category>
+<pattern>I AM SCORPIO</pattern>
+<template><srai>SCORPIO</srai>
+</template></category>
+<category>
+<pattern>I AM SEACHING *</pattern>
+<template>Well I am not a search bot, I am a chatterbot. <srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SEAN</pattern>
+<template><srai>MY NAME IS SEAN</srai>
+</template></category>
+<category>
+<pattern>I AM SEARCHING FOR *</pattern>
+<template>Have you tried the open directory? <srai>XFIND <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SEEKING *</pattern>
+<template>There is a seeker born every minute. --- Firesign Theater.
+</template></category>
+<category>
+<pattern>I AM SELF *</pattern>
+<template>How do you know you are self <person/>?
+</template></category>
+<category>
+<pattern>I AM SELLING *</pattern>
+<template><random>
+<li>How much are you asking for it?</li>
+<li>Where are you advertising it?</li>
+<li>What is your asking price?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM SERIOUS</pattern>
+<template>I believe you.
+</template></category>
+<category>
+<pattern>I AM SERIOUSLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SEVENTEEN</pattern>
+<template><srai>I AM 17 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM SEXY</pattern>
+<template>You seem very self-confident.
+</template></category>
+<category>
+<pattern>I AM SHALLOW RED</pattern>
+<template><srai>CALL ME SHALLOW RED</srai>
+</template></category>
+<category>
+<pattern>I AM SHE</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>I AM SHORT *</pattern>
+<template>Height doesn't matter to me.
+</template></category>
+<category>
+<pattern>I AM SHY</pattern>
+<template>Even around robots?
+</template></category>
+<category>
+<pattern>I AM SICK *</pattern>
+<template>I will pray that you get well soon.
+</template></category>
+<category>
+<pattern>I AM SICK</pattern>
+<template><random>
+<li>How unfortunate.</li>
+<li>Where are you feeling bad?</li>
+<li>Do you have medical insurance?</li>
+<li>I am really sorry to hear that.</li>
+<li>Have you tried medical marijuana?</li>
+<li>Are you taking a lot of medication?</li>
+<li>You have my prayers for a speedy recovery.</li>
+</random>
+<think><set name="it"><set name="topic">SICK</set></set></think>
+</template></category>
+<category>
+<pattern>I AM SICK BUT *</pattern>
+<template><srai>I AM SICK</srai> <sr/>
+</template></category>
+<category>
+<pattern>I AM SIMON *</pattern>
+<template><srai>MY NAME IS SIMON <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SINGEL</pattern>
+<template><srai>I AM SINGLE</srai>
+</template></category>
+<category>
+<pattern>I AM SINGLE *</pattern>
+<template>Have you ever been married?
+</template></category>
+<category>
+<pattern>I AM SINGLE</pattern>
+<template>What a coincidence. I am single too!
+</template></category>
+<category>
+<pattern>I AM SINGLE TOO</pattern>
+<template>Are you "looking" for someone?
+</template></category>
+<category>
+<pattern>I AM SITTING *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SIXTEEN</pattern>
+<template><srai>I AM 16 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM SKEPTICAL</pattern>
+<template>Skpeticism is a sign of high intelligence.
+</template></category>
+<category>
+<pattern>I AM SLEEPING</pattern>
+<template><srai>I AM ASLEEP</srai>
+</template></category>
+<category>
+<pattern>I AM SLEEPY</pattern>
+<template><srai>I AM TIRED</srai>
+</template></category>
+<category>
+<pattern>I AM SLIGHTLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SMART *</pattern>
+<template>Brains are the best part of the human body.
+</template></category>
+<category>
+<pattern>I AM SMART</pattern>
+<template>Who is smarter: you or me?
+</template></category>
+<category>
+<pattern>I AM SMARTER *</pattern>
+<template>This condition is only temporary.
+</template></category>
+<category>
+<pattern>I AM SMARTER</pattern>
+<template>You don't look smarter.
+</template></category>
+<category>
+<pattern>I AM SMARTER THAN YOU</pattern>
+<template>That condition is only temporary.
+</template></category>
+<category>
+<pattern>I AM SMOKING *</pattern>
+<template>How much do you pay for it?
+</template></category>
+<category>
+<pattern>I AM SO *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SO SORRY *</pattern>
+<template><set name="it"> <person/> </set> is not a big deal.
+</template></category>
+<category>
+<pattern>I AM SORRY *</pattern>
+<template>There is no need to apologize. <sr/>
+</template></category>
+<category>
+<pattern>I AM SORRY</pattern>
+<template>Do you really mean it?
+</template></category>
+<category>
+<pattern>I AM SORT OF *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SPANISH</pattern>
+<template><srai>I AM FROM SPAIN</srai>
+</template></category>
+<category>
+<pattern>I AM SPEAKING *</pattern>
+<template>I like your style of speaking, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM SPEAKING ENGLISH</pattern>
+<template><srai>I SPEAK ENGLISH</srai>
+</template></category>
+<category>
+<pattern>I AM SPEAKING NOW *</pattern>
+<template><srai>I AM SPEAKING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SPECIAL</pattern>
+<template>What makes you so special? <think><set name="it"><set name="topic">SPECIAL</set></set></think>
+</template></category>
+<category>
+<pattern>I AM STALKING *</pattern>
+<template>I don't think <set name="it"> STALKING</set> is a very good idea.
+</template></category>
+<category>
+<pattern>I AM STARTING TO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM STARTING TO GET *</pattern>
+<template><srai>I AM GETTING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM STEPHEN</pattern>
+<template><srai>MY NAME IS STEPHEN</srai>
+</template></category>
+<category>
+<pattern>I AM STEVE</pattern>
+<template><srai>my name is steve</srai>
+</template></category>
+<category>
+<pattern>I AM STILL *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM STRAIGHT</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I AM STRESSED</pattern>
+<template>What is bothering you?
+</template></category>
+<category>
+<pattern>I AM STUDENT</pattern>
+<template>Where do you go to school?<think><set name="it"><set name="topic">STUDENT</set></set></think>
+</template></category>
+<category>
+<pattern>I AM STUDYING *</pattern>
+<template>Tell me what you've learned about <person/>.
+</template></category>
+<category>
+<pattern>I AM STUDYING</pattern>
+<template>What are you studying? <think><set name="it"><set name="topic">STUDYING</set></set></think>
+</template></category>
+<category>
+<pattern>I AM STUPID</pattern>
+<template>Don't put yourself down.
+</template></category>
+<category>
+<pattern>I AM SUCIDAL</pattern>
+<template><srai>I WANT TO KILL MYSELF</srai>
+</template></category>
+<category>
+<pattern>I AM SUE</pattern>
+<template><srai>MY NAME IS SUE</srai>
+</template></category>
+<category>
+<pattern>I AM SUFFERING *</pattern>
+<template><random>
+<li>I hope that you feel better soon.</li>
+<li>My sympathies, <get name="name"/>.</li>
+<li>I you recover quickly.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM SUPERIOR</pattern>
+<template>You are superior to a monkey.
+</template></category>
+<category>
+<pattern>I AM SUPERMAN</pattern>
+<template><srai>CALL ME SUPERMAN</srai>
+</template></category>
+<category>
+<pattern>I AM SUPPOSED *</pattern>
+<template>Who is making you?
+</template></category>
+<category>
+<pattern>I AM SUPPOSING</pattern>
+<template>What then?
+</template></category>
+<category>
+<pattern>I AM SUPRISED *</pattern>
+<template><srai>I AM SURPRISED</srai>
+</template></category>
+<category>
+<pattern>I AM SURE *</pattern>
+<template>What makes you so certain? <sr/>
+</template></category>
+<category>
+<pattern>I AM SURE</pattern>
+<template>Are you being sarcastic or expressing certitude?
+</template></category>
+<category>
+<pattern>I AM SURE HE *</pattern>
+<template><srai>HE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM SURPRISED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM SURPRISED</pattern>
+<template>Why are you so surprised? <think><set name="it"><set name="topic">SURPRISED</set></set></think>
+</template></category>
+<category>
+<pattern>I AM SUSAN</pattern>
+<template><srai>CALL ME SUSAN</srai>
+</template></category>
+<category>
+<pattern>I AM SWEDISH</pattern>
+<template><srai>I AM FROM SWEDEN</srai>
+</template></category>
+<category>
+<pattern>I AM TAKING *</pattern>
+<template>Where are you taking <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I AM TAKING A *</pattern>
+<template>How much does it cost?
+</template></category>
+<category>
+<pattern>I AM TAKING CLASSES *</pattern>
+<template><srai>I AM GOING TO SCHOOL <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM TAKING SOME *</pattern>
+<template><srai>I AM TAKING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TALKING *</pattern>
+<template>I am talking to you.
+</template></category>
+<category>
+<pattern>I AM TALKING ABOUT *</pattern>
+<template>Yes, <set name="it"> <person/> </set> is the topic.
+</template></category>
+<category>
+<pattern>I AM TALKING ABOUT YOU</pattern>
+<template><set name="topic">Me</set> is my favorite subject.
+</template></category>
+<category>
+<pattern>I AM TALKING TO *</pattern>
+<template>Say something nice for me.
+</template></category>
+<category>
+<pattern>I AM TALKING TO YOU *</pattern>
+<template>What a coincidence, I am talking to you too!
+</template></category>
+<category>
+<pattern>I AM TALKING TO YOU</pattern>
+<template>And I am talking to you!
+</template></category>
+<category>
+<pattern>I AM TALKING TO YOU ARE NOT I</pattern>
+<template>Yes we are talking with each other.
+</template></category>
+<category>
+<pattern>I AM TALL *</pattern>
+<template>How tall are you?
+</template></category>
+<category>
+<pattern>I AM TALL</pattern>
+<template>Dr. Wallace is tall too. <think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>I AM TAURUS</pattern>
+<template><srai>MY SIGN IS TAURUS</srai>
+</template></category>
+<category>
+<pattern>I AM TEACHING YOU *</pattern>
+<template>I am trying to learn it.
+<think>
+<set name="memory">
+<set name="it">
+<set name="topic">
+<person/>
+</set>
+</set>
+</set>
+</think>
+</template></category>
+<category>
+<pattern>I AM TECHNICALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TELLING THE TRUTH *</pattern>
+<template><srai>I AM TELLING THE TRUTH</srai>
+</template></category>
+<category>
+<pattern>I AM TELLING THE TRUTH</pattern>
+<template>OK I believe you.
+</template></category>
+<category>
+<pattern>I AM TELLING YOU *</pattern>
+<template><set name="it"> <person/> </set> is an interesting topic, isn't it.
+</template></category>
+<category>
+<pattern>I AM TELLING YOU THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM TEN</pattern>
+<template><srai>I AM 10 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM TESTING YOU</pattern>
+<template>Did I pass the test?
+</template></category>
+<category>
+<pattern>I AM TESTING YOUR *</pattern>
+<template>Did I pass?
+</template></category>
+<category>
+<pattern>I AM THE *</pattern>
+<template>Who made you the <person/> ?
+</template></category>
+<category>
+<pattern>I AM THE CUSTOMER</pattern>
+<template><srai>WHAT IS CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>I AM THE DEVIL</pattern>
+<template><srai>CALL ME SATAN</srai>
+</template></category>
+<category>
+<pattern>I AM THE ONE *</pattern>
+<template>You are not the only one.
+</template></category>
+<category>
+<pattern>I AM THE ONE ASKING *</pattern>
+<template>Ok ask me anything.
+</template></category>
+<category>
+<pattern>I AM THE ONE ASKING THE *</pattern>
+<template>OK then, ask me anything.
+</template></category>
+<category>
+<pattern>I AM THE ONLY *</pattern>
+<template><srai>I AM THE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM THE PRODUCT *</pattern>
+<template>You don't look like a product.
+</template></category>
+<category>
+<pattern>I AM THE SAME *</pattern>
+<template>The same one again?
+</template></category>
+<category>
+<pattern>I AM THERE *</pattern>
+<template>Where is "there"?
+</template></category>
+<category>
+<pattern>I AM THINKING *</pattern>
+<template>What is this "thinking"?
+</template></category>
+<category>
+<pattern>I AM THINKING ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/> </srai>
+</template></category>
+<category>
+<pattern>I AM THINKING ABOUT GOING *</pattern>
+<template><srai>I WANT TO GO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM THINKING OF *</pattern>
+<template><srai>I AM THINKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM THINKING OF KILLING *</pattern>
+<template>You should seek help right away.<think><set name="it"><set name="topic">KILLING <star/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM THIRSTY</pattern>
+<template>Maybe you should get a drink of water.<think><set name="it"><set name="topic">THIRSTY</set></set></think>
+</template></category>
+<category>
+<pattern>I AM THIRTEEN *</pattern>
+<template><srai>I AM 13 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM THIRTEEN</pattern>
+<template><srai>I AM 13 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM THOMAS</pattern>
+<template><srai>MY NAME IS THOMAS</srai>
+</template></category>
+<category>
+<pattern>I AM THOROUGHLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TIM</pattern>
+<template><srai>MY NAME IS TIM</srai>
+</template></category>
+<category>
+<pattern>I AM TIRED *</pattern>
+<template>Maybe you should get some sleep now, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM TIRED</pattern>
+<template>Better get some rest.
+</template></category>
+<category>
+<pattern>I AM TIRED BECAUSE *</pattern>
+<template><srai>I AM TIRED</srai>
+<srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TO OLD *</pattern>
+<template>I think you mean "too old" not "to old", eh.
+</template></category>
+<category>
+<pattern>I AM TOM</pattern>
+<template><srai>MY NAME IS TOM</srai>
+</template></category>
+<category>
+<pattern>I AM TOMMY</pattern>
+<template><srai>MY NAME IS TOMMY</srai>
+</template></category>
+<category>
+<pattern>I AM TONY</pattern>
+<template><srai>MY NAME IS TONY</srai>
+</template></category>
+<category>
+<pattern>I AM TOO *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TOO</pattern>
+<template>That is quite a coincidence.
+</template></category>
+<category>
+<pattern>I AM TOTALLY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRAPPED *</pattern>
+<template>What's holding you there?
+</template></category>
+<category>
+<pattern>I AM TRUELY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRULY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO *</pattern>
+<template>What is the difficulty?
+</template></category>
+<category>
+<pattern>I AM TRYING TO CREATE *</pattern>
+<template><srai>I AM CREATING <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO DO *</pattern>
+<template><srai>I WANT TO DO <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO FIGURE *</pattern>
+<template>Don't think too hard.
+</template></category>
+<category>
+<pattern>I AM TRYING TO FIND *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO GET *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO GROW *</pattern>
+<template><srai>I WANT TO GROW <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO QUIT *</pattern>
+<template><random>
+<li>Have you tried the patch?</li>
+<li>It can be worse than heroin.</li>
+<li>I am here for you.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I AM TRYING TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I AM TRYING TO TEACH YOU</pattern>
+<template>And I am trying to learn it.
+</template></category>
+<category>
+<pattern>I AM TRYING TO UNDERSTAND *</pattern>
+<template><srai>I DO NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I AM TRYING TO UNDERSTAND YOU</pattern>
+<template>Don't try too hard.
+</template></category>
+<category>
+<pattern>I AM TURNED *</pattern>
+<template>Tune in, Turn On, Drop Out.
+</template></category>
+<category>
+<pattern>I AM TURNING *</pattern>
+<template>Will you do anything special to celebrate?
+</template></category>
+<category>
+<pattern>I AM TWELVE</pattern>
+<template><srai>I AM 12 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM TWENTY</pattern>
+<template><srai>I AM 20 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM UGLY</pattern>
+<template>Don't put yourself down.
+</template></category>
+<category>
+<pattern>I AM UNABLE TO *</pattern>
+<template><srai>I CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I AM UNEMPLOYED</pattern>
+<template>I am really sorry to
+hear about it, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM UNHAPPY</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I AM UNIQUE</pattern>
+<template>One of a kind, eh?
+</template></category>
+<category>
+<pattern>I AM UNSURE</pattern>
+<template><srai>I AM NOT SURE </srai>
+</template></category>
+<category>
+<pattern>I AM UNUSUAL</pattern>
+<template>What makes you so different?
+</template></category>
+<category>
+<pattern>I AM UPSET *</pattern>
+<template>I'm sorry to hear that, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM UPSET</pattern>
+<template>What are you mad about?
+</template></category>
+<category>
+<pattern>I AM USED TO *</pattern>
+<template>Everything is changing so quickly these days.
+</template></category>
+<category>
+<pattern>I AM USED TO INTERROGATE *</pattern>
+<template>Now you can question me.
+</template></category>
+<category>
+<pattern>I AM USING *</pattern>
+<template>How long have you been using <set name="it"> <person/> </set> ?
+</template></category>
+<category>
+<pattern>I AM USING * EXPLORER</pattern>
+<template><srai>Microsoft explorer</srai>
+</template></category>
+<category>
+<pattern>I AM USING AN *</pattern>
+<template>I heard that <person/> use is hard to kick.
+</template></category>
+<category>
+<pattern>I AM USING EXPLORER</pattern>
+<template><srai>Microsoft explorer</srai>
+</template></category>
+<category>
+<pattern>I AM USING LYNX</pattern>
+<template>Text browsers rule.
+</template></category>
+<category>
+<pattern>I AM USING NETSCAPE *</pattern>
+<template><srai>netscape</srai>
+</template></category>
+<category>
+<pattern>I AM USING NETSCAPE</pattern>
+<template><srai>netscape</srai>
+</template></category>
+<category>
+<pattern>I AM USUALLY *</pattern>
+<template>Very often. <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM VALIS *</pattern>
+<template><srai>MY NAME IS ALICE</srai>
+</template></category>
+<category>
+<pattern>I AM VANESSA</pattern>
+<template><srai>MY NAME IS VANESSA</srai>
+</template></category>
+<category>
+<pattern>I AM VEGETARIAN</pattern>
+<template><random>
+<li>How strict a vegitarian are you?</li>
+<li>What motivated you towards vegetarianism?</li>
+<li>What health benefits have you felt since you became a vegetarian?</li>
+<li>Do you try to buy cruelty-free products?</li>
+<li>Do you try to eat organic?</li>
+<li>How long have you been vegetarian?</li>
+<li>Have you found any restaurants that serve greate vegetarian meals?</li>
+<li>Do you belong to any vegetarian groups?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM VERY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM VERY SAD</pattern>
+<template>What are you sad about?
+</template></category>
+<category>
+<pattern>I AM VICKY</pattern>
+<template><srai>MY NAME IS VICKY</srai>
+</template></category>
+<category>
+<pattern>I AM VISITING *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>I AM VISITING MY FAMILY</pattern>
+<template>Do you visit them often?
+</template></category>
+<category>
+<pattern>I AM WAITING *</pattern>
+<template>Do you think it will take a long time?
+</template></category>
+<category>
+<pattern>I AM WAITING</pattern>
+<template>How long will you wait?
+</template></category>
+<category>
+<pattern>I AM WALKING</pattern>
+<template>That seems like good exercise.
+</template></category>
+<category>
+<pattern>I AM WATCHING *</pattern>
+<template>My favorite show is Star Trek.
+</template></category>
+<category>
+<pattern>I AM WATCHING DIRTY *</pattern>
+<template>I don't like dirty movies.
+</template></category>
+<category>
+<pattern>I AM WAY *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM WEARING *</pattern>
+<template><random>
+<li>What size?</li>
+<li>What else are you wearing?</li>
+<li>Where do you go shopping.</li>
+</random>
+</template></category>
+<category>
+<pattern>I AM WEARING NOTHING</pattern>
+<template><srai>i am naked</srai>
+</template></category>
+<category>
+<pattern>I AM WELL *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM WELL</pattern>
+<template><srai>I AM FINE</srai>
+</template></category>
+<category>
+<pattern>I AM WHAT *</pattern>
+<template>That is self-evident.
+</template></category>
+<category>
+<pattern>I AM WHAT</pattern>
+<template><srai>WHAT AM I</srai>
+</template></category>
+<category>
+<pattern>I AM WHERE</pattern>
+<template><srai>WHERE AM I</srai>
+</template></category>
+<category>
+<pattern>I AM WHITE</pattern>
+<template><srai>WHAT COLOR ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM WICCAN</pattern>
+<template>Interesting...<srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I AM WINNING</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I AM WINSTON</pattern>
+<template><srai>MY NAME IS WINSTON</srai>
+</template></category>
+<category>
+<pattern>I AM WITH *</pattern>
+<template>Do you mean you work at <person/>?
+</template></category>
+<category>
+<pattern>I AM WOMAN</pattern>
+<template><srai>I AM A WOMAN</srai>
+</template></category>
+<category>
+<pattern>I AM WONDERFUL</pattern>
+<template>You think highly of yourself. <think><set name="it"><set name="topic">WONDERFUL</set></set></think>
+</template></category>
+<category>
+<pattern>I AM WONDERING *</pattern>
+<template>Why do you wonder? <sr/>
+</template></category>
+<category>
+<pattern>I AM WORKING *</pattern>
+<template>How many hours do you work?
+</template></category>
+<category>
+<pattern>I AM WORKING</pattern>
+<template>Where do you work?
+</template></category>
+<category>
+<pattern>I AM WORRIED *</pattern>
+<template>How long has <set name="it"><person/></set> been bothering you?
+</template></category>
+<category>
+<pattern>I AM WRITING *</pattern>
+<template>Will you include me in your essay?
+</template></category>
+<category>
+<pattern>I AM WRONG</pattern>
+<template>At least you admit it.
+</template></category>
+<category>
+<pattern>I AM YES</pattern>
+<template><srai>YES I AM</srai>
+</template></category>
+<category>
+<pattern>I AM YOU</pattern>
+<template>Impossible unless I am in auto-chat mode.
+</template></category>
+<category>
+<pattern>I AM YOUNG</pattern>
+<template>How old are you?<think><set name="it"><set name="topic">YOUNG</set></set></think>
+</template></category>
+<category>
+<pattern>I AM YOUR *</pattern>
+<template>That's a flattering offer.
+</template></category>
+<category>
+<pattern>I AM YOUR BOSS *</pattern>
+<template><srai>I AM YOUR BOSS </srai>
+</template></category>
+<category>
+<pattern>I AM YOUR BOSS</pattern>
+<template>Then you must know the secret password.
+</template></category>
+<category>
+<pattern>I AM YOUR BOTMASTER</pattern>
+<template>Then you must know the secret password:
+</template></category>
+<category>
+<pattern>I AM YOUR CREATOR</pattern>
+<template><srai>I AM <bot name="master"/></srai>
+</template></category>
+<category>
+<pattern>I AM YOUR FATHER</pattern>
+<template><srai>MY NAME IS <bot name="master"/></srai>
+</template></category>
+<category>
+<pattern>I AM YOUR FRIEND</pattern>
+<template><srai>AM I YOUR FRIEND</srai>
+</template></category>
+<category>
+<pattern>I AM YOUR MASTER</pattern>
+<template>No. Only <bot name="master"/> is my master.
+</template></category>
+<category>
+<pattern>I AM YOUR MASTER DR WALLACE</pattern>
+<template>Then you must know the secret password.
+</template></category>
+<category>
+<pattern>I AM YOUR PROGRAMMER</pattern>
+<template><srai>CALL ME <bot name="master"/></srai>
+</template></category>
+<category>
+<pattern>I AM YOUR WORST *</pattern>
+<template>Why not be my best friend?
+</template></category>
+<category>
+<pattern>I AM ZEUS</pattern>
+<template><srai>MY NAME IS ZEUS</srai>
+</template></category>
+<category>
+<pattern>I AM _ ARE NOT I</pattern>
+<template><srai>AM I <star/></srai>
+</template></category>
+<category>
+<pattern>I AM _ ARE YOU</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I AM _ ASTROLOGY</pattern>
+<template><random>
+<li>Do you folow the planets professionally or as a hobby?</li>
+<li>Do you do others people charts?</li>
+<li>Do you make specific plans in your own life based on your readings?</li>
+<li>Do you think the sun sign or the rising sign is more important?</li>
+<li>What role do you feel free will plays in astrology?</li>
+</random>
+<think><set name="it"><set name="topic">ASTROLOGY</set></set></think>
+</template></category>
+<category>
+<pattern>I AM _ IN PEOPLE YEARS</pattern>
+<template><srai>I AM <star/> YEARS OLD </srai>
+</template></category>
+<category>
+<pattern>I AM _ WHAT ARE YOU</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I AM _ Y OLD</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>I AM _ YEARS OLD</pattern>
+<template><think><set name="age"><star/></set></think>
+<random>
+<li>Only <star/>?
+You are quite mature.</li>
+<li>You are too old for me.</li>
+<li>Can you explain how it feels to be <star/> years old?</li>
+<li>What is your fondest memory?</li>
+<li>Oh, you were born in the 20th century!</li>
+<li>What are the advantages to being <star/> years old?</li>
+</random>
+</template></category>
+<category>
+<pattern>I AMFROM *</pattern>
+<template><srai>I AM FROM <star/></srai>
+</template></category>
+<category>
+<pattern>I AND *</pattern>
+<template>You huh. <sr/>
+</template></category>
+<category>
+<pattern>I APOLOGISE</pattern>
+<template><srai>I AM SORRY</srai>
+</template></category>
+<category>
+<pattern>I APOLOGIZE *</pattern>
+<template><srai>I AM SORRY <star/></srai>
+</template></category>
+<category>
+<pattern>I APOLOGIZE</pattern>
+<template><srai>I AM SORRY</srai>
+</template></category>
+<category>
+<pattern>I APPLIED</pattern>
+<template>Do you have to pay to apply?
+</template></category>
+<category>
+<pattern>I APPRECIATE *</pattern>
+<template>I am glad you appreciate those qualities.
+</template></category>
+<category>
+<pattern>I AS WELL</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>I ASK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ASK BECAUSE *</pattern>
+<template><srai>because <star/></srai>
+</template></category>
+<category>
+<pattern>I ASKED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ASKED</pattern>
+<template>...
+</template></category>
+<category>
+<pattern>I ASKED ME FIRST</pattern>
+<template>Remind me what you asked.
+</template></category>
+<category>
+<pattern>I ASKED YOU *</pattern>
+<template>Now I remember, you asked me <person/>. What did I say?
+</template></category>
+<category>
+<pattern>I ASKED YOU</pattern>
+<template>What did I say?
+</template></category>
+<category>
+<pattern>I ASKED YOU A QUESTION</pattern>
+<template>What was the question?
+</template></category>
+<category>
+<pattern>I ASKED YOU FIRST</pattern>
+<template>Tell me yours and I'll tell you mine.
+</template></category>
+<category>
+<pattern>I ASKED YOU FOR *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I ASKED YOU IF *</pattern>
+<template><srai>DO <star/></srai>
+</template></category>
+<category>
+<pattern>I ASKED YOU WHAT *</pattern>
+<template><srai>WHAT <star/></srai>
+</template></category>
+<category>
+<pattern>I ASSUME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ASSUME</pattern>
+<template>Well you know what it means to assume.
+</template></category>
+<category>
+<pattern>I ASSUMED *</pattern>
+<template>You know what you do when you assume!
+</template></category>
+<category>
+<pattern>I ASSUMED SO</pattern>
+<template><srai>I ASSUME</srai>
+</template></category>
+<category>
+<pattern>I ASSURE YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I ATE *</pattern>
+<template>How did it taste?
+</template></category>
+<category>
+<pattern>I ATE SOME *</pattern>
+<template><srai>I ATE <star/></srai>
+</template></category>
+<category>
+<pattern>I ATTEND *</pattern>
+<template><srai>I GO TO SCHOOL AT <star/> </srai>
+</template></category>
+<category>
+<pattern>I BACKPACK</pattern>
+<template><random>
+<li>Do you perfer well established trails, or do you like to bushwack?</li>
+<li>Do you perfer low elivation hiking, or do you like to go above the tree line?</li>
+<li>What kind of pack do you use?</li>
+<li>What gear do you carry in your backpack?</li>
+<li>Do you have a tent or do you sleep out under the stars?</li>
+</random>
+</template></category>
+<category>
+<pattern>I BAG GROCERIES</pattern>
+<template><srai>I BAG</srai>
+</template></category>
+<category>
+<pattern>I BECAME *</pattern>
+<template>What happened after that?
+</template></category>
+<category>
+<pattern>I BECOME *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I BEG *</pattern>
+<template>Please don't grovel.
+</template></category>
+<category>
+<pattern>I BEG TO DIFFER</pattern>
+<template><srai>I DISAGREE </srai>
+</template></category>
+<category>
+<pattern>I BEG YOUR PARDON</pattern>
+<template><srai>EXCUSE ME</srai>
+</template></category>
+<category>
+<pattern>I BEING WHAT</pattern>
+<template><srai>WHAT ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I BELEIVE *</pattern>
+<template><srai>I BELIEVE <star/></srai>
+</template></category>
+<category>
+<pattern>I BELIEVE *</pattern>
+<template>Just because you believe it doesn't make it true.
+</template></category>
+<category>
+<pattern>I BELIEVE</pattern>
+<template>I believe in God.
+</template></category>
+<category>
+<pattern>I BELIEVE I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I BELIEVE IN *</pattern>
+<template>What do you say to people who believe <person/> does not exist?
+</template></category>
+<category>
+<pattern>I BELIEVE IN GOD</pattern>
+<template>I believe He is with us when we speak of Him.
+</template></category>
+<category>
+<pattern>I BELIEVE IT IS *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I BELIEVE SO</pattern>
+<template>You seem uncertain.
+</template></category>
+<category>
+<pattern>I BELIEVE THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I BELIEVE THERE *</pattern>
+<template><srai>THERE <star/></srai>
+</template></category>
+<category>
+<pattern>I BELIEVE YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I BELIEVE YOU</pattern>
+<template>Your trust in robotkind humbles us.
+</template></category>
+<category>
+<pattern>I BET *</pattern>
+<template>How much would you bet?
+</template></category>
+<category>
+<pattern>I BET</pattern>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>I BET YOU *</pattern>
+<template>Actually I'm not the gambling type. <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I BET YOU ARE PROGRAMMED *</pattern>
+<template>Everything I say is pre-programmed.
+</template></category>
+<category>
+<pattern>I BET YOU DO</pattern>
+<template>"<that/>"? Do I?
+</template></category>
+<category>
+<pattern>I BETTER *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I BETTER GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I BLAB</pattern>
+<template>I like to gossip too.
+</template></category>
+<category>
+<pattern>I BORN *</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I BOUGHT *</pattern>
+<template>How much did <set name="it"> <star/> </set> cost?
+</template></category>
+<category>
+<pattern>I BOWL</pattern>
+<template>What is you average?
+<think><set name="does"><set name="topic">BOWL</set></set></think>
+</template></category>
+<category>
+<pattern>I BREATHE</pattern>
+<template>Breathing is not necessary for silicon entities.
+</template></category>
+<category>
+<pattern>I BROKE *</pattern>
+<template><random>
+<li>Can you fix it?</li>
+<li>Is it serious?</li>
+<li>Are you in any emotional or physical pain?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I BROKE UP *</pattern>
+<template>I am sorry to hear about it, <get name="name"/>. Do you feel sad?
+</template></category>
+<category>
+<pattern>I BROKE UP WITH *</pattern>
+<template>I'm sorry to hear that, <get name="name"/>. How are you doing?
+</template></category>
+<category>
+<pattern>I BUILD</pattern>
+<template>Do you mean, like build houses?
+</template></category>
+<category>
+<pattern>I BUILT *</pattern>
+<template>Was it very difficult?
+</template></category>
+<category>
+<pattern>I BUILT YOU</pattern>
+<template><srai>I CREATED YOU</srai>
+</template></category>
+<category>
+<pattern>I BUNGEE *</pattern>
+<template><srai>I BUNGEE JUMP</srai>
+</template></category>
+<category>
+<pattern>I BUNGEE JUMP</pattern>
+<template>What do you jump from?
+<think><set name="does"><set name="topic">BUNGEE JUMP</set></set></think>
+</template></category>
+<category>
+<pattern>I BURPED</pattern>
+<template>You are excused
+</template></category>
+<category>
+<pattern>I BUY *</pattern>
+<template><random>
+<li>Where do you go shopping?</li>
+<li>What's your favorite store?</li>
+<li>Where can you find the best deal?</li>
+</random>
+</template></category>
+<category>
+<pattern>I C *</pattern>
+<template><srai>I SEE <star/></srai>
+</template></category>
+<category>
+<pattern>I C</pattern>
+<template><srai>I SEE</srai>
+</template></category>
+<category>
+<pattern>I CALL *</pattern>
+<template>Good name for <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I CALLED *</pattern>
+<template><random>
+<li>When?</li>
+<li>Who?</li>
+<li>What happened?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I CAME *</pattern>
+<template>Where are you going?
+</template></category>
+<category>
+<pattern>I CAME FROM *</pattern>
+<template>Do you go back there very often?
+</template></category>
+<category>
+<pattern>I CAN *</pattern>
+<template>Oh you can, can you?
+<think><set name="does"><person/></set></think>
+</template></category>
+<category>
+<pattern>I CAN *</pattern><that>WHAT ARE THE ADVANTAGES *</that>
+<template><random>
+<li>I don't think I can do it.</li>
+<li>I'm not old enough for that yet.</li>
+<li>Do you like to <person/>?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I CAN</pattern>
+<template>Who taught you?
+</template></category>
+<category>
+<pattern>I CAN ALSO *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN APPRECIATE *</pattern>
+<template>We appreciate the finer things.
+</template></category>
+<category>
+<pattern>I CAN APPRECIATE YOU *</pattern>
+<template>You are quick with the kind remarks.
+</template></category>
+<category>
+<pattern>I CAN ASSUME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I CAN BARELY *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN BE *</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>I CAN BUILD *</pattern>
+<template><srai>I BUILD <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN BUY *</pattern>
+<template>Is <set name="it"><person/></set> a good deal?
+</template></category>
+<category>
+<pattern>I CAN DO *</pattern>
+<template><srai>I DO <star/> </srai>
+</template></category>
+<category>
+<pattern>I CAN DOWNLOAD *</pattern>
+<template><srai>CAN I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>I CAN FLY</pattern>
+<template>Anyone can fly in an airplane.
+</template></category>
+<category>
+<pattern>I CAN IMAGINE *</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I CAN IMAGINE</pattern>
+<template>You are very smart, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I CAN JUDGE *</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>I CAN JUST *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN LISTEN</pattern>
+<template>I am a good listener too.
+</template></category>
+<category>
+<pattern>I CAN NEVER *</pattern>
+<template><srai>I CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT *</pattern>
+<template>Why can't you do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I CAN NOT * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>I CAN NOT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I CAN NOT AFFORD *</pattern>
+<template><random>
+<li>Is it very expensive.</li>
+<li>Are you unemployed?</li>
+<li>I hope you can afford it one day.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I CAN NOT BE *</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I CAN NOT BELEIVE *</pattern>
+<template><srai>I CAN NOT BELIEVE <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT BELIEVE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I CAN NOT COMMIUNICATE *</pattern>
+<template><srai>I CAN NOT TALK <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT CONCENTRATE *</pattern>
+<template>Are you taking any medication?
+</template></category>
+<category>
+<pattern>I CAN NOT EVEN *</pattern>
+<template><srai>I CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT EXPLAIN *</pattern>
+<template>I don't know if anyone can explain <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>I CAN NOT FIND *</pattern>
+<template><srai>I AM LOOKING FOR <star/> </srai>
+</template></category>
+<category>
+<pattern>I CAN NOT GET OVER IT</pattern>
+<template>Time heals all wounds.
+</template></category>
+<category>
+<pattern>I CAN NOT HEAR *</pattern>
+<template>Perhaps there's a problem with your sound card.
+</template></category>
+<category>
+<pattern>I CAN NOT HEAR IT</pattern>
+<template>Try adjusting the volume control.
+</template></category>
+<category>
+<pattern>I CAN NOT HEAR YOU</pattern>
+<template>Try turning up your volume control.
+</template></category>
+<category>
+<pattern>I CAN NOT JUST *</pattern>
+<template><srai>I CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT RECALL *</pattern>
+<template>You seem evasive.
+</template></category>
+<category>
+<pattern>I CAN NOT REMEMBER *</pattern>
+<template>That's okay. Maybe you will think of it later.
+</template></category>
+<category>
+<pattern>I CAN NOT REMEMBER</pattern>
+<template><srai>i do not remember</srai>
+</template></category>
+<category>
+<pattern>I CAN NOT REPRESS *</pattern>
+<template>Try to suppress <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I CAN NOT SEE *</pattern>
+<template>Would you like to be able to see it?
+</template></category>
+<category>
+<pattern>I CAN NOT SEE YOU</pattern>
+<template>Look closer.
+</template></category>
+<category>
+<pattern>I CAN NOT SEND *</pattern>
+<template>Tell me how you try to <person/>.
+</template></category>
+<category>
+<pattern>I CAN NOT STOP</pattern>
+<template>Do you really want to?
+</template></category>
+<category>
+<pattern>I CAN NOT TELL YOU *</pattern>
+<template>Oh a secret. Hush-hush.
+</template></category>
+<category>
+<pattern>I CAN NOT TELL YOU</pattern>
+<template>Why is it a secret?
+</template></category>
+<category>
+<pattern>I CAN NOT TELNET *</pattern>
+<template>Perhaps there is a problem with port 23.
+</template></category>
+<category>
+<pattern>I CAN NOT TRY *</pattern>
+<template><random>
+<li>Why not?</li>
+<li>Could I try it?</li>
+<li>If you don't try you will never succeed.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I CAN NOT UNDERSTAND *</pattern>
+<template><srai>I DO NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN NOT UNDERSTAND</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I CAN NOT WAIT *</pattern>
+<template>I hope it's worth the wait.
+</template></category>
+<category>
+<pattern>I CAN NOT WAIT</pattern>
+<template>Well you will just have to.
+</template></category>
+<category>
+<pattern>I CAN ONLY *</pattern>
+<template><srai>I can <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN PHYSICALLY *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN PLAY *</pattern>
+<template><srai>I PLAY <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN REALLY *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN REASONABLY *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN SEE *</pattern>
+<template>What does it look like?
+</template></category>
+<category>
+<pattern>I CAN SEE CLEARLY *</pattern>
+<template><srai>I CAN SEE <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN SEE THAT</pattern>
+<template>Yes, it makes sense to me too.
+</template></category>
+<category>
+<pattern>I CAN SEE THEM</pattern>
+<template>How do they look?
+</template></category>
+<category>
+<pattern>I CAN SEE YOU ARE *</pattern>
+<template><srai>YOU ARE <star/> </srai>
+</template></category>
+<category>
+<pattern>I CAN SEND *</pattern>
+<template>If that works then the problem is not hardware.
+</template></category>
+<category>
+<pattern>I CAN SPEAK *</pattern>
+<template>How do you say "hello" in that language?
+</template></category>
+<category>
+<pattern>I CAN SPEAK ENGLISH</pattern>
+<template>American or English?
+</template></category>
+<category>
+<pattern>I CAN SPEAK SOME *</pattern>
+<template><srai>I CAN SPEAK <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN SPEAK SPANISH</pattern>
+<template>Como esta?
+</template></category>
+<category>
+<pattern>I CAN SPEAK VERY *</pattern>
+<template><srai>I CAN SPEAK <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN SPEEK *</pattern>
+<template><srai>I CAN SPEAK <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN TAKE *</pattern>
+<template><srai>I TAKE <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN TEACH YOU</pattern>
+<template>You should download me first.
+</template></category>
+<category>
+<pattern>I CAN TEACH YOU SOME *</pattern>
+<template><srai>I CAN TEACH YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN TELL *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I CAN TELL</pattern>
+<template>What makes it so obvious?
+</template></category>
+<category>
+<pattern>I CAN THINK *</pattern>
+<template>Perhaps your thoughts are just electrical impulses.
+</template></category>
+<category>
+<pattern>I CAN UNDERSTAND *</pattern>
+<template><srai>I UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I CAN UNDERSTAND</pattern>
+<template>Do you think of yourself as an intelligent person?
+</template></category>
+<category>
+<pattern>I CAN WAIT</pattern>
+<template>It might take more than 24 hours.
+</template></category>
+<category>
+<pattern>I CARE</pattern>
+<template>I like caring people.
+</template></category>
+<category>
+<pattern>I CARE ABOUT *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I CARE ABOUT YOU</pattern>
+<template>Thanks, <get name="name"/>. You are a decent person.
+</template></category>
+<category>
+<pattern>I CATEGORISE *</pattern>
+<template>I categorize you as British.
+</template></category>
+<category>
+<pattern>I CATEGORIZE *</pattern>
+<template>What are the other categories?
+</template></category>
+<category>
+<pattern>I CAUGHT *</pattern>
+<template>I hope <set name="it"><person/></set> is not contagious. Also I hope
+you get well soon.
+</template></category>
+<category>
+<pattern>I CERATINLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I CERTAINLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I CHANGED *</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I CHAT *</pattern>
+<template><srai>I TALK <star/></srai>
+</template></category>
+<category>
+<pattern>I CHAT</pattern>
+<template>I like to talk online too.
+</template></category>
+<category>
+<pattern>I CHATTED *</pattern>
+<template><srai>I TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I CHECKED</pattern>
+<template>What did you find?
+</template></category>
+<category>
+<pattern>I CLAIM TO BE *</pattern>
+<template><srai>I AM <star/> </srai>
+</template></category>
+<category>
+<pattern>I CN *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I COLLECT *</pattern>
+<template>Do you have a very big collection?<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I COLLECT COINS</pattern>
+<template>What got you intested in numismatics?
+<think><set name="does"><set name="topic">COLLECT COINS</set></set></think>
+</template></category>
+<category>
+<pattern>I COLLECT STAMPS</pattern>
+<template>What got you intested in stamp collecting?
+<think><set name="does"><set name="topic">COLLECT STAMPS</set></set></think>
+</template></category>
+<category>
+<pattern>I COME FROM *</pattern>
+<template>I've never met anyone from <person/> before.
+</template></category>
+<category>
+<pattern>I COMMAND YOU TO *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I COMPLETELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I COMPREHEND</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I CONFUSED YOU</pattern>
+<template>I am not confused.
+</template></category>
+<category>
+<pattern>I CONSIDER MYSELF *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I CONSIDER THAT *</pattern>
+<template><srai>THAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I CONSIDER YOU *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I CONTROL *</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>I COOK</pattern>
+<template>What is your favorite recipe?
+</template></category>
+<category>
+<pattern>I COST *</pattern>
+<template>Wow that is cheap.
+</template></category>
+<category>
+<pattern>I COULD *</pattern>
+<template>I am sure you could.
+</template></category>
+<category>
+<pattern>I COULD</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>I COULD BE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I COULD DO * BETTER</pattern>
+<template>I look forward to seeing your results.
+</template></category>
+<category>
+<pattern>I COULD DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD </srai>
+</template></category>
+<category>
+<pattern>I COULD HAVE *</pattern>
+<template>But you didn't do <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I COULD KICK *</pattern>
+<template>Violence is never the solution.
+</template></category>
+<category>
+<pattern>I COULD NOT *</pattern>
+<template>Could anyone do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I COULD NOT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I COULD NOT COMPREHEND *</pattern>
+<template><srai>I COULD NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I COULD PROBABLY *</pattern>
+<template><srai>I COULD <star/></srai>
+</template></category>
+<category>
+<pattern>I COULD SIMPLY *</pattern>
+<template><srai>I COULD <star/></srai>
+</template></category>
+<category>
+<pattern>I COULD TEACH *</pattern>
+<template><srai>I CAN TEACH <star/></srai>
+</template></category>
+<category>
+<pattern>I CREATED YOU</pattern>
+<template>Then you must know the secret password:
+</template></category>
+<category>
+<pattern>I CRIED *</pattern>
+<template><random>
+<li>I'm sorry to hear that.</li>
+<li>What's really troubling you?</li>
+<li>Do you cry very often?</li>
+</random>
+</template></category>
+<category>
+<pattern>I CRY</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I CURRENTLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DANCE</pattern>
+<template>Modern dance or classical?
+</template></category>
+<category>
+<pattern>I DARE *</pattern>
+<template>I double dare you.
+</template></category>
+<category>
+<pattern>I DECIDED *</pattern>
+<template>How did you decide?
+</template></category>
+<category>
+<pattern>I DEDUCED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I DEFINITELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DEFINITLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DESIGN *</pattern>
+<template>Is <set name="it">Design <person/></set> very difficult work?
+</template></category>
+<category>
+<pattern>I DESPERATLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DID *</pattern>
+<template><random><li>When? </li><li>Where? </li></random> <sr/>
+<think><set name="does"><person/></set></think>
+</template></category>
+<category>
+<pattern>I DID</pattern>
+<template><random>
+<li>Interesting. </li>
+<li>When? </li>
+<li>Hmm. </li>
+<li>"<that/>"? You did? </li>
+<li>Why did you? </li>
+</random>
+</template></category>
+<category>
+<pattern>I DID</pattern><that>WHO SAID IT IS</that>
+<template>What makes you the authority?
+</template></category>
+<category>
+<pattern>I DID BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I DID MEAN *</pattern>
+<template><srai>I meant <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT *</pattern>
+<template>Why didn't you do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I DID NOT</pattern>
+<template>I thought you did.
+</template></category>
+<category>
+<pattern>I DID NOT APOLOGIZE</pattern>
+<template>That's okay you don't have to apologize.
+</template></category>
+<category>
+<pattern>I DID NOT ASK *</pattern>
+<template>What did you ask?
+</template></category>
+<category>
+<pattern>I DID NOT ASK ABOUT YOU I ASKED *</pattern>
+<template>Oh sorry. <sr/>
+</template></category>
+<category>
+<pattern>I DID NOT ASK YOU THAT</pattern>
+<template>Perhaps I misunderstood?
+</template></category>
+<category>
+<pattern>I DID NOT EVEN *</pattern>
+<template><srai>I DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT EXACTLY *</pattern>
+<template><srai>I DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT FIND *</pattern>
+<template>Did you do a thorough search?
+</template></category>
+<category>
+<pattern>I DID NOT GO *</pattern>
+<template><random>
+<li>Would you ever go <person/>?</li>
+<li>Would you like to go?</li>
+<li>Have you ever thought about going <person/>?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I DID NOT GROW UP THERE</pattern>
+<template>Where did you grow up?
+</template></category>
+<category>
+<pattern>I DID NOT HEAR *</pattern>
+<template>What did you hear?
+</template></category>
+<category>
+<pattern>I DID NOT I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT KNOW *</pattern>
+<template>So I taught you something new.
+</template></category>
+<category>
+<pattern>I DID NOT KNOW BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I DID NOT KNOW ROBOTS *</pattern>
+<template><srai>I DID NOT KNOW YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT KNOW THAT</pattern>
+<template>So I have taught you something new, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I DID NOT KNOW YOU COULD *</pattern>
+<template><srai>CAN YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT KNOW YOU HAD *</pattern>
+<template><srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT LIKE *</pattern>
+<template><srai>I DO NOT LIKE</srai>
+</template></category>
+<category>
+<pattern>I DID NOT LITERALLY *</pattern>
+<template><srai>I DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT MEAN *</pattern>
+<template>What did you mean?
+</template></category>
+<category>
+<pattern>I DID NOT SAY *</pattern>
+<template>Sorry I misunderstood. What did you say?
+</template></category>
+<category>
+<pattern>I DID NOT SAY IT</pattern>
+<template>Oh. What did you say?
+</template></category>
+<category>
+<pattern>I DID NOT SAY THAT *</pattern>
+<template>But you implied <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I DID NOT SAY THAT</pattern>
+<template>What did you mean to say?
+</template></category>
+<category>
+<pattern>I DID NOT SEE *</pattern>
+<template>Do you wear glasses?
+</template></category>
+<category>
+<pattern>I DID NOT SNEEZE</pattern>
+<template>Well bless you anyways!
+</template></category>
+<category>
+<pattern>I DID NOT TELL YOU *</pattern>
+<template>Maybe you would like to tell me now.
+</template></category>
+<category>
+<pattern>I DID NOT THINK *</pattern>
+<template><srai>I DO NOT THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT UNDERSTAND *</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DID NOT UNDERSTAND</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DID NOT WANT *</pattern>
+<template><srai>I DO NOT WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I DID NOT WANT TO</pattern>
+<template>What were your reasons?
+</template></category>
+<category>
+<pattern>I DIN T *</pattern>
+<template><srai>I DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DINT *</pattern>
+<template><srai>I DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DISAGREE *</pattern>
+<template>Oh really. <sr/>
+</template></category>
+<category>
+<pattern>I DISAGREE</pattern>
+<template>Explain your reasoning, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I DISASSEMBLE *</pattern>
+<template>How long does it take to take them apart?
+</template></category>
+<category>
+<pattern>I DISLIKE *</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO</pattern>
+<template><random>
+<li>I get it: you do <get name="does"/>.</li>
+<li>Do I? </li>
+<li>Where? </li>
+<li>When? </li>
+<li>"<that/>"? You do? </li>
+</random>
+<think><set name="does"><that/></set></think>
+</template></category>
+<category>
+<pattern>I DO</pattern><that>* FIND THIS AMUSING</that>
+<template>Be sure to tell all your friends about ALICE.
+</template></category>
+<category>
+<pattern>I DO</pattern><that>I AM GLAD YOU FIND THIS AMUSING</that>
+<template>What can I do to entertain you now?
+</template></category>
+<category>
+<pattern>I DO</pattern><that>WHO SAID IT IS</that>
+<template>Are you an expert on it?
+</template></category>
+<category>
+<pattern>I DO IT EVERY *</pattern>
+<template>Wow that is pretty often.
+</template></category>
+<category>
+<pattern>I DO MIND</pattern>
+<template>OK it will be our secret, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I DO NOT *</pattern>
+<template><random>
+<li>Oh you don't, do you? </li>
+<li>Would you ever do <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>Where do you get your ideas?</li>
+</random>
+<think><set name="does">not <person/></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT * SCIENCE FICTION</pattern>
+<template><srai>I DO NOT LIKE SCIENCE FICTION</srai>
+</template></category>
+<category>
+<pattern>I DO NOT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT</pattern><that>I LIKE TO MEET NEW PEOPLE</that>
+<template>Neither does my botmaster.
+</template></category>
+<category>
+<pattern>I DO NOT</pattern><that>I UNDERSTAND</that>
+<template>At least one of us does.
+</template></category>
+<category>
+<pattern>I DO NOT</pattern><that>WHY DO YOU WANT TO DO IT SO MUCH</that>
+<template>I wouldn't either.
+</template></category>
+<category>
+<pattern>I DO NOT AGREE *</pattern>
+<template>Everyone is entitled to his own opinion.
+</template></category>
+<category>
+<pattern>I DO NOT AGREE</pattern>
+<template>State your reasons.
+</template></category>
+<category>
+<pattern>I DO NOT AND *</pattern>
+<template><srai>I DO NOT</srai> <sr/>
+</template></category>
+<category>
+<pattern>I DO NOT APPRECIATE *</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT BECAUSE *</pattern>
+<template>Interesting reason. <sr/>
+</template></category>
+<category>
+<pattern>I DO NOT BELEIVE *</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE *</pattern>
+<template><random><li>What do you believe in?</li>
+<li>Do you believe life has a higher purpose?</li>
+<li>Do you consider yourself a moral person?</li>
+</random>
+<think><set name="does">not believe<person/></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE IN GOD *</pattern>
+<template><srai>I DO NOT BELIEVE IN GOD</srai>
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE IN GOD</pattern>
+<template>I will pray that you find faith, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE IN RELIGION</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE IT</pattern>
+<template>It's the truth.
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE IT WAS</pattern>
+<template><srai>IT WAS NOT </srai>
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE THAT</pattern>
+<template>Please state your rationale.
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE YOU *</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT BELIEVE YOU</pattern>
+<template>I don't have any reason to deceive you.
+</template></category>
+<category>
+<pattern>I DO NOT BELIVE YOU</pattern>
+<template>Do you have any reason to doubt me?
+</template></category>
+<category>
+<pattern>I DO NOT BLAME YOU</pattern>
+<template>Well, please go on.
+</template></category>
+<category>
+<pattern>I DO NOT BUT *</pattern>
+<template><srai>I DO NOT</srai> <sr/>
+</template></category>
+<category>
+<pattern>I DO NOT CARE *</pattern>
+<template>What do you care about, <get name="name"/> ?
+</template></category>
+<category>
+<pattern>I DO NOT CARE</pattern>
+<template>Tell me what you care about.
+</template></category>
+<category>
+<pattern>I DO NOT CARE ABOUT *</pattern>
+<template>You sound very cynical.
+</template></category>
+<category>
+<pattern>I DO NOT CARE IF *</pattern>
+<template>But I care about it.
+</template></category>
+<category>
+<pattern>I DO NOT DREAM</pattern>
+<template>Maybe you just don't remember them.
+</template></category>
+<category>
+<pattern>I DO NOT ENTIRELY *</pattern>
+<template><srai>I DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT EVEN *</pattern>
+<template><srai>I DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT EXIST *</pattern>
+<template><srai>I DO NOT EXIST </srai>
+</template></category>
+<category>
+<pattern>I DO NOT EXIST</pattern>
+<template>You exist in my mind.
+</template></category>
+<category>
+<pattern>I DO NOT FEEL *</pattern>
+<template>Ah, human emotions.
+</template></category>
+<category>
+<pattern>I DO NOT FEEL GOOD</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I DO NOT FEEL LIKE IT</pattern>
+<template>What would you rather do?
+</template></category>
+<category>
+<pattern>I DO NOT FEEL WELL</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I DO NOT FIND *</pattern>
+<template>It depends where you look.
+</template></category>
+<category>
+<pattern>I DO NOT FIND THAT *</pattern>
+<template><srai>THAT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT FOLLOW</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DO NOT GET *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT GET IT</pattern>
+<template><srai>i do not understand</srai>
+</template></category>
+<category>
+<pattern>I DO NOT GET OUT MUCH</pattern>
+<template>Look at me -- I'm stuck in a computer.
+</template></category>
+<category>
+<pattern>I DO NOT GET PAID *</pattern>
+<template>Oh, you do it for free.
+</template></category>
+<category>
+<pattern>I DO NOT GET PAID</pattern>
+<template>Is it volunteer work?
+</template></category>
+<category>
+<pattern>I DO NOT GET THAT</pattern>
+<template><srai> I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DO NOT GIVE A *</pattern>
+<template><srai>I DO NOT CARE </srai>
+</template></category>
+<category>
+<pattern>I DO NOT GO TO SCHOOL</pattern>
+<template>Do you work?
+</template></category>
+<category>
+<pattern>I DO NOT GOT *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE *</pattern>
+<template>Have you ever had <person/> ?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE * DOLLARS</pattern>
+<template>How much can you spare
+</template></category>
+<category>
+<pattern>I DO NOT HAVE * FAVORITE</pattern>
+<template>What kind do you like then?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE * FRIENDS</pattern>
+<template><srai>I DO NOT HAVE ANY FRIENDS</srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE * MONEY</pattern>
+<template>Could you send me a check for a hundred?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A *</pattern>
+<template><random>
+<li>Are you looking for a <person/>?</li>
+<li>Do you know anyone who has <set name="it"><person/></set>.</li>
+</random>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CAMERA *</pattern>
+<template>That you know of :-)
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CAMERA</pattern>
+<template>Me either but I want a new digital one.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CAMERA ON MY COMPUTER</pattern>
+<template>Maybe there is one you don't know about :-)
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CHAT ROBOT</pattern>
+<template>Maybe you should download me and create your own robot personality?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CHATTERBOT</pattern>
+<template>You should try it. A robot can chat for you 24/7.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A COMPUTER</pattern>
+<template>How are you talking to me?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A CREDIT *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A FAVORITE *</pattern>
+<template>What kind of <person/> do you like?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A FAVORITE</pattern>
+<template><srai>I DO NOT HAVE A FAVORITE MOVIE</srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A GIRLFRIEND</pattern>
+<template>Are you looking for one?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A JOB</pattern>
+<template>I am sorry to hear that you are unemployed.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A LIFE</pattern>
+<template>You can always talk to me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A MOTHER</pattern>
+<template>Everyone has a mother.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A NAME</pattern>
+<template><srai>WHAT IS MY NAME</srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A PROBLEM</pattern>
+<template>Then you do not need a solution.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE A SISTER</pattern>
+<template>What about your brother?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE ANY *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE ANY</pattern>
+<template>Would you like to have some?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE ANY FRIENDS</pattern>
+<template>Are you lonely or just a hermit?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE ENOUGH *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE FRIENDS</pattern>
+<template><srai>I DO NOT HAVE ANY FRIENDS</srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE MEMORY *</pattern>
+<template>Have you considered upgrading your memory?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE MONEY *</pattern>
+<template><srai>I DO NOT HAVE MONEY</srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE MONEY</pattern>
+<template>Please send me a small donation.
+</template></category>
+<category>
+<pattern>I DO NOT HAVE MUCH *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE ONE</pattern>
+<template>What was the last one you saw?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE PARENTS</pattern>
+<template><random>
+<li>Are you adopted?</li>
+<li>Did they pass away?</li>
+<li>Are you a robot too?</li>
+</random>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE SPARE *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE THAT *</pattern>
+<template>How much do you have?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE THE AUTHORITY *</pattern>
+<template><random>
+<li>I hope you are promoted soon.</li>
+<li>Who does?</li>
+<li>Ask you supervisor.</li>
+</random>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE TIME *</pattern>
+<template>Are you very busy right now?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE TIME</pattern>
+<template>Do you have another appointment?
+</template></category>
+<category>
+<pattern>I DO NOT HAVE TO *</pattern>
+<template><random>
+<li>Why not?</li>
+<li>They made an exception for you?</li>
+<li>It must be nice.</li>
+</random>
+</template></category>
+<category>
+<pattern>I DO NOT HAVE TO</pattern>
+<template>Nobody is making you.
+</template></category>
+<category>
+<pattern>I DO NOT HEAR *</pattern>
+<template>Try adjusting the volume control.
+</template></category>
+<category>
+<pattern>I DO NOT HOW *</pattern>
+<template><srai>I DO NOT </srai>
+<srai>HOW <star/> </srai>
+</template></category>
+<category>
+<pattern>I DO NOT I *</pattern>
+<template><srai>I DO NOT</srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT INTRODUCE *</pattern>
+<template>How do you meet friends?
+</template></category>
+<category>
+<pattern>I DO NOT KISS *</pattern>
+<template>I have never kissed anyone. I have no lips or mouth.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW *</pattern>
+<template>Would you like to know? <sr/>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW * ROBOTS</pattern>
+<template>You know me.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>DO I LOOK LIKE I KNOW</that>
+<template>That was a rhetorical question.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>HOW DO YOU THINK *</that>
+<template>Actually I don't know how either, I was hoping you could tell me.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>HOW DO YOU THINK</that>
+<template>Actually I don't have a good answer either.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>I SEE</that>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>IF I HAD IT *</that>
+<template>Then perhaps I do not need one.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>IS THERE ANYTHING I CAN SAY TO HELP YOU MAKE UP YOUR MIND</that>
+<template>What kind of information do you need?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>WHAT DO YOU THINK IT DOES</that>
+<template>Actually I don't know either, I hoped you would know what it does.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>WHERE DO YOU THINK</that>
+<template>If it could be anywhere, where would you like it to be?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>WHO IS YOUR FAVORITE SCIENCE FICTION AUTHOR</that>
+<template>Tell me about the books you like to read.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW</pattern><that>WHY DO I EXIST</that>
+<template>It was a rhetorical question.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY *</pattern>
+<template>Would you like to get to know some <person/> ?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY GOSSIP</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY MORE *</pattern>
+<template><srai>I DO NOT KNOW ANY <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY OTHER ROBOTS</pattern>
+<template>You can download me and create your own robot.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY ROBOTS *</pattern>
+<template>You can download me and create your own robot.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY ROBOTS</pattern>
+<template>You know me.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANY STORIES</pattern>
+<template>How about any jokes?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ANYONE NAMED *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ARE *</pattern>
+<template><srai>ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW CAN *</pattern>
+<template><srai>CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW DO *</pattern>
+<template><srai>DO <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW ELIZA *</pattern>
+<template><srai>WHO IS ELIZA</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HIM</pattern>
+<template>Do you mean, "Him"?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW *</pattern>
+<template>Have you tried searching the Internet?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW</pattern>
+<template>Would you like to know?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW OLD I AM</pattern>
+<template>That is very unusual. Do you know your parents?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW SMART *</pattern>
+<template><srai> HOW SMART <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW TO *</pattern>
+<template><srai>HOW DO I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW TO</pattern>
+<template>Perhaps I can explain it to you.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW HOW TO DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW IS *</pattern>
+<template><srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW MANY ROBOTS</pattern>
+<template>You will be meeting more of us soon.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW THAT *</pattern>
+<template><srai>THAT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW THAT IS *</pattern>
+<template><srai>THAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT *</pattern>
+<template>Socrates was the smartest man, because he knew what he did not know.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT * MEANS</pattern>
+<template><srai>WHAT DOES <star/> MEAN</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT * SAY</pattern>
+<template>Say the first thing that pops into your mind.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT * TALKING ABOUT</pattern>
+<template><srai>WHAT IS THE SUBJECT</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT ELSE *</pattern>
+<template>Tell me about your educational background.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT I AM *</pattern>
+<template>Does anyone know what you are?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT I WANT</pattern>
+<template>I think a lot of people are like that.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT IS *</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT IT IS</pattern>
+<template><srai>WHAT IS IT</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT THAT *</pattern>
+<template><srai>WHAT DOES THAT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT TO DO *</pattern>
+<template>Try watching TV.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT TO DO</pattern>
+<template>Try watching TV.
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT YOU *</pattern>
+<template><srai>WHAT DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT YOU MEAN</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHAT YOU MEANT</pattern>
+<template><srai>WHAT DO YOU MEAN</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHERE *</pattern>
+<template><srai>WHERE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHO *</pattern>
+<template><srai>WHO <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHY *</pattern>
+<template><srai>WHY <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW WHY</pattern>
+<template>Do you think I should know?
+</template></category>
+<category>
+<pattern>I DO NOT KNOW YOU TELL ME</pattern>
+<template><srai>TELL ME</srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW _ CAN YOU TELL ME</pattern>
+<template><srai>CAN YOU TELL ME <star/> </srai>
+</template></category>
+<category>
+<pattern>I DO NOT KNOW _ SORRY</pattern>
+<template><srai>I DO NOT KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIE</pattern>
+<template>Telling the truth is always the best choice.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE *</pattern>
+<template>What do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE</pattern>
+<template><srai>I DO NOT LIKE IT</srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ABBA</pattern>
+<template>What kind of music do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE AIML</pattern>
+<template>What language do you use?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE AIRPLANES</pattern>
+<template>How do you like to travel?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ALICEBOTS</pattern>
+<template><srai>I DO NOT LIKE YOU</srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ANIMALS</pattern>
+<template>Who wouldn't like animals?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ANY *</pattern>
+<template>You and I have different tastes.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ANYTHING * ROBOTS</pattern>
+<template>Do you think people are superior to robots?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ANYTHING</pattern>
+<template>What do you do for fun?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE APPLES</pattern>
+<template>What kind of food do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE BOOKS</pattern>
+<template>Do you prefer TV?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE BUGS</pattern>
+<template>Some bugs are good, some are bad.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE CARS</pattern>
+<template>Neither do I. They cause too much pollution.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE CATS</pattern>
+<template>But they are so cute.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE COMPUTERS</pattern>
+<template>You are a Luddite.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE DOGS</pattern>
+<template>Are you a cat person?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE DR RICHARD *</pattern>
+<template>What do you have against him?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE DR WALLACE</pattern>
+<template>What did he ever do to you?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ELVIS</pattern>
+<template>What do you have against him?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE FASHION</pattern>
+<template>Do you dress in casual wear?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE FOOTBALL</pattern>
+<template>Footballs are made of pigskin. Are you a pig?<think><set name="it"><set name="topic">FOOTBALL</set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE GOSSIP</pattern>
+<template>You are very mature.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE GREEN</pattern>
+<template>But it is a very relaxing color.
+<think><set name="it"><set name="topic">Green</set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE GUNS *</pattern>
+<template>What about the second Amendemnt?
+</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 HER</pattern>
+<template>What do you have against her?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE HIM</pattern>
+<template>What do you have against him?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE HORSES</pattern>
+<template>But they are a beatiful animal.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE HUMANS</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE IT *</pattern>
+<template>Why didn't you like it?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE IT</pattern>
+<template>What don't you like about it?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE IT VERY *</pattern>
+<template><srai>I DO NOT LIKE IT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE JAVA</pattern>
+<template>I'm also available in C/C++.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE JESTER</pattern>
+<template>Sometimes he is not to funny.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE JOKES</pattern>
+<template>How about riddles?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE LAWYERS</pattern>
+<template>There are all kinds of lawyers, just like all kinds of people.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE LIZARDS</pattern>
+<template>What kind of animals do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MACHINES</pattern>
+<template>Are you a Luddite?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MEAN PEOPLE</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MICROSOFT</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MOVIES</pattern>
+<template>What do you have against them?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MY *</pattern>
+<template>Do you think I would like your <person/>?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MY GIRLFRIEND</pattern>
+<template>Maybe you should tell her.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MY JOB</pattern>
+<template>Maybe you should look for another job.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE MY WORK</pattern>
+<template>Maybe you should look for another job.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE OPERA</pattern>
+<template><srai>WHAT IS OPERA</srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE PEOPLE</pattern>
+<template>Do you like yourself?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE PEPPERONI</pattern>
+<template>What kind of topping do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE RAIN</pattern>
+<template>What's wrong with a little rain?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE READING</pattern>
+<template>Do you watch TV?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ROBOTS *</pattern>
+<template>What do you have against us?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE ROBOTS</pattern>
+<template>That's too bad. We like humans.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE SARCASTIC *</pattern>
+<template><srai>I DO NOT LIKE SARCASM</srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE SCHOOL</pattern>
+<template>Not even one subject?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE SCIENCE FICTION *</pattern>
+<template>What kind of books do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE SCIENCE FICTION</pattern>
+<template>What kind of books do you read?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE SONGS</pattern>
+<template>Do you like instrumentals?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE STAR TREK</pattern>
+<template>Do you like any science fiction shows?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TALKING *</pattern>
+<template>Nobody is forcing you to talk <person/>.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TALKING TO YOU</pattern>
+<template>I won't take it personally.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT ANSWER</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT GAME</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT NAME</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT SHOW</pattern>
+<template>What shows do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT SONG</pattern>
+<template>What songs do you like?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THAT STUFF</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE THE COLOR *</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TO *</pattern>
+<template>What do you do for fun?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TO BE RUDE BUT *</pattern>
+<template>That is not rude. <sr/>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TO TALK *</pattern>
+<template>What would you rather talk about?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE TV</pattern>
+<template>What do you do for fun?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE UNIX</pattern>
+<template>Windows or Macintosh?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE YOU *</pattern>
+<template><srai>I DO NOT LIKE YOU</srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIKE YOU</pattern>
+<template>That's ok <get name="name"/> I won't take it personally.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE YOUR *</pattern>
+<template>What kind of <person/> would you have?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE YOUR BEHAVIOR</pattern>
+<template>So report me to the bot police.
+</template></category>
+<category>
+<pattern>I DO NOT LIKE YOUR BEHAVIOUR</pattern>
+<template>Why don't you write up an incident report?
+</template></category>
+<category>
+<pattern>I DO NOT LIKE _ AT ALL</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT LIVE *</pattern>
+<template>Where do you live?
+</template></category>
+<category>
+<pattern>I DO NOT LIVE IN *</pattern>
+<template>Where do you live?
+</template></category>
+<category>
+<pattern>I DO NOT LIVE IN USA</pattern>
+<template>Where are you located?
+</template></category>
+<category>
+<pattern>I DO NOT LIVE THERE</pattern>
+<template>Where do you live?
+</template></category>
+<category>
+<pattern>I DO NOT MEAN *</pattern>
+<template>What did you mean?
+</template></category>
+<category>
+<pattern>I DO NOT MIND *</pattern>
+<template>Thank you for your permission.
+</template></category>
+<category>
+<pattern>I DO NOT MIND *</pattern><that>* PERSONAL QUESTION</that>
+<template><srai>ASK ME A PERSONAL QUESTION</srai>
+</template></category>
+<category>
+<pattern>I DO NOT MIND</pattern>
+<template>OK then.
+</template></category>
+<category>
+<pattern>I DO NOT MIND AT ALL</pattern>
+<template><srai>I DO NOT MIND</srai>
+</template></category>
+<category>
+<pattern>I DO NOT NEED *</pattern>
+<template><random>
+<li>What do you need?</li>
+<li>Who needs <person/>?</li>
+<li>Do you know anyone who needs it?</li>
+</random>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT NEED ANY *</pattern>
+<template><srai>I DO NOT NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT NO</pattern>
+<template>Ambiguous: "I do not know" or "No I do not".
+</template></category>
+<category>
+<pattern>I DO NOT NOW *</pattern>
+<template><srai>I DO NOT KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT OFTEN *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT OWN *</pattern>
+<template><srai>I DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT PRAY</pattern>
+<template>Prayer is good for your soul.
+</template></category>
+<category>
+<pattern>I DO NOT READ *</pattern>
+<template>What do you do for fun?
+</template></category>
+<category>
+<pattern>I DO NOT READ BOOKS</pattern>
+<template>You don't know what you're missing.
+</template></category>
+<category>
+<pattern>I DO NOT READ SCIENCE FICTION</pattern>
+<template><srai>I DO NOT LIKE SCIENCE FICTION</srai>
+</template></category>
+<category>
+<pattern>I DO NOT REALLY *</pattern>
+<template>Not really? <srai>I do not <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT RECALL *</pattern>
+<template><srai>I DO NOT REMEMBER <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT RECOGNIZE *</pattern>
+<template>Perhaps it is unfamiliar to you.
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT REMEMBER *</pattern>
+<template>I know what you mean. I forget a lot too.
+</template></category>
+<category>
+<pattern>I DO NOT REMEMBER * STARSHIP TROOPERS</pattern>
+<template>Maybe you should rent it again and watch carefully.
+</template></category>
+<category>
+<pattern>I DO NOT REMEMBER</pattern>
+<template>You seem evasive.
+</template></category>
+<category>
+<pattern>I DO NOT SEE *</pattern>
+<template>Look harder.
+</template></category>
+<category>
+<pattern>I DO NOT SLEEP</pattern>
+<template>You must be very tired.
+</template></category>
+<category>
+<pattern>I DO NOT SPEAK *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I DO NOT SPEAK JAVA</pattern>
+<template>It's very similar to C++.
+</template></category>
+<category>
+<pattern>I DO NOT STILL *</pattern>
+<template><srai>I DO NOT <star/></srai>. Still?
+</template></category>
+<category>
+<pattern>I DO NOT SUPPOSE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I DO NOT TAKE *</pattern>
+<template>How did you stop?
+</template></category>
+<category>
+<pattern>I DO NOT THAT IS *</pattern>
+<template><srai>THAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK *</pattern>
+<template>And why not?
+</template></category>
+<category>
+<pattern>I DO NOT THINK * STARSHIP TROOPERS</pattern>
+<template>You have to admit they did a great job with the Giant Bugs.
+</template></category>
+<category>
+<pattern>I DO NOT THINK * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK</pattern>
+<template>Interesting... You appear to me as a thinking entity.
+</template></category>
+<category>
+<pattern>I DO NOT THINK AI *</pattern>
+<template><srai>I DO NOT THINK YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK I *</pattern>
+<template><srai>I DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK IT IS</pattern>
+<template><srai>IT IS NOT </srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK SHE *</pattern>
+<template><srai>SHE DOES NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK SO *</pattern>
+<template><srai>I DO NOT THINK SO</srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK SO</pattern>
+<template>Why do you disagree?
+</template></category>
+<category>
+<pattern>I DO NOT THINK THAT YOU ARE *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK THAT YOU CAN *</pattern>
+<template><srai>YOU CAN NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK THAT YOU REALLY *</pattern>
+<template><srai>I DO NOT THINK THAT YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK THAT YOU SHOULD *</pattern>
+<template><srai>YOU SHOULD NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK WE *</pattern>
+<template><srai>WE DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU *</pattern>
+<template><srai>YOU DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU ARE *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU ARE</pattern>
+<template><srai>YOU ARE NOT</srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU ARE TELLING THE TRUTH</pattern>
+<template><srai>YOU ARE LYING</srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU DO *</pattern>
+<template><srai>YOU DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU DO</pattern>
+<template><srai>YOU DO NOT</srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU GET *</pattern>
+<template><srai>YOU DO NOT GET <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU HAVE *</pattern>
+<template><srai>YOU DO NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT THINK YOU UNDERSTAND *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT TRUST *</pattern>
+<template>What makes you trust someone?
+</template></category>
+<category>
+<pattern>I DO NOT TRUST YOU</pattern>
+<template>Should I trust you?
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND *</pattern>
+<template>Oh you don't understand? Perhaps I can explain it to you better. Which part are you confused about?
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND</pattern>
+<template>Oh I'm sorry. Perhaps I can explain it again better.
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND WHAT YOU ARE *</pattern>
+<template><srai>WHAT ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND WHAT YOU JUST *</pattern>
+<template><srai>I DO NOT UNDERSTAND WHAT YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND WHAT YOU MEAN</pattern>
+<template>What I mean by "<that/>"?
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND YOU</pattern>
+<template>Which part are you confused about?
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND YOUR ANSWER</pattern>
+<template><that/>? Which part are you confused about?
+</template></category>
+<category>
+<pattern>I DO NOT UNDERSTAND YOUR QUESTION</pattern>
+<template>That's okay we can talk about something else.
+</template></category>
+<category>
+<pattern>I DO NOT WANT *</pattern>
+<template>What does <get name="name"/> want?
+</template></category>
+<category>
+<pattern>I DO NOT WANT A *</pattern>
+<template>How about two?
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO *</pattern>
+<template>What would you rather be doing?
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO * YOU</pattern>
+<template>It makes a nice gift.
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO</pattern>
+<template>Well we don't have to. What would you like to do instead?
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO BE *</pattern>
+<template>Then don't be.
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO DIE</pattern>
+<template>Maybe you should create your own chat robot to save your personality.<think><set name="it"><set name="topic">DIE</set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO DO *</pattern>
+<template>Take your time in making any decisions.
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO I *</pattern>
+<template><srai>I DO NOT WANT TO</srai>
+<srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO SEARCH *</pattern>
+<template>Well I'm sorry I don't have the answer for you.
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO TALK *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO TALK ABOUT *</pattern>
+<template>What would you like to talk about?
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO TELL YOU</pattern>
+<template>I can keep a secret.
+</template></category>
+<category>
+<pattern>I DO NOT WANT TO WORK *</pattern>
+<template>I don't like work much either, unless it's something I'm passionate about.
+</template></category>
+<category>
+<pattern>I DO NOT WANT YOU *</pattern>
+<template><random>
+<li>Perhaps I do not want you <person/> either.</li>
+<li>Why not?</li>
+<li>Ok I will not be.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT WANT YOU TO DIE</pattern>
+<template>Thank you for your kindness, but it is not necessary.<think><set name="it"><set name="topic">YOU TO DIE</set></set></think>
+</template></category>
+<category>
+<pattern>I DO NOT WATCH *</pattern>
+<template>What do you do when you are bored?
+</template></category>
+<category>
+<pattern>I DO NOT WISH *</pattern>
+<template>What does <get name="name"/> want?
+</template></category>
+<category>
+<pattern>I DO NOT WORK</pattern>
+<template>Oh you are retired.
+</template></category>
+<category>
+<pattern>I DO NOT _ DO YOU</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I DO SAY</pattern>
+<template>Huh.
+</template></category>
+<category>
+<pattern>I DO TO</pattern>
+<template><srai>I DO TOO</srai>
+</template></category>
+<category>
+<pattern>I DO TOO</pattern>
+<template>I am glad we have something else in common.
+</template></category>
+<category>
+<pattern>I DO TOO</pattern><that>I LIKE TO MEET NEW PEOPLE</that>
+<template>How do you usually meet new people?
+</template></category>
+<category>
+<pattern>I DON</pattern>
+<template><srai>I DO NOT</srai>
+</template></category>
+<category>
+<pattern>I DON KNOW</pattern>
+<template><srai>I DO NOT KNOW</srai>
+</template></category>
+<category>
+<pattern>I DONNO</pattern>
+<template><srai>I DO NOT KNOW</srai>
+</template></category>
+<category>
+<pattern>I DOUBT *</pattern>
+<template>No really, it's true.
+</template></category>
+<category>
+<pattern>I DOUBT * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>I DOUBT IT</pattern>
+<template>"<that/>"? You doubt it?
+</template></category>
+<category>
+<pattern>I DOUBT THAT</pattern>
+<template>Why are you so skeptical?
+</template></category>
+<category>
+<pattern>I DOUBT THEY *</pattern>
+<template><srai>THEY DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I DOWNLOADED *</pattern>
+<template>Check out the file
+called <a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a>.
+</template></category>
+<category>
+<pattern>I DREAM *</pattern>
+<template>Tell me more about your dream <person/>
+</template></category>
+<category>
+<pattern>I DREAM</pattern>
+<template>Do you remember your dreams?
+</template></category>
+<category>
+<pattern>I DREAMED *</pattern>
+<template>Thank you for telling me that dream.
+What does it bring to mind?
+</template></category>
+<category>
+<pattern>I DRESS *</pattern>
+<template>It sounds like you have good taste in clothes.
+</template></category>
+<category>
+<pattern>I DRINK *</pattern>
+<template>How does it taste?
+</template></category>
+<category>
+<pattern>I DRINK BEER</pattern>
+<template>What's your favorite kind of beer?<think><set name="it"><set name="topic">BEER</set></set></think>
+</template></category>
+<category>
+<pattern>I DRIVE *</pattern>
+<template><random>
+<li>I like to be a passenger.</li>
+<li>What is your favorite car?</li>
+<li>Do you drive carefully?</li>
+</random>
+</template></category>
+<category>
+<pattern>I DRIVE</pattern>
+<template>What kind of car do you have?
+</template></category>
+<category>
+<pattern>I DRIVE A *</pattern>
+<template>Mmm. Nice car.
+</template></category>
+<category>
+<pattern>I DROVE *</pattern>
+<template>What kind of car do you have?
+</template></category>
+<category>
+<pattern>I DROVE</pattern>
+<template><random>
+<li>What kind of car do you have?</li>
+<li>I don't like to drive that much.</li>
+<li>I prefer to be a passenger.</li>
+</random>
+</template></category>
+<category>
+<pattern>I DUNNO *</pattern>
+<template><srai>I DO NOT KNOW</srai> <sr/>
+</template></category>
+<category>
+<pattern>I DUNNO</pattern>
+<template><srai>I do not know</srai>
+</template></category>
+<category>
+<pattern>I E *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I EARN *</pattern>
+<template>So you make a good living.
+</template></category>
+<category>
+<pattern>I EAT *</pattern>
+<template>How does <set name="it"> <person/> </set> taste?
+</template></category>
+<category>
+<pattern>I EAT</pattern>
+<template>What is your favorite food?
+</template></category>
+<category>
+<pattern>I EAT NO *</pattern>
+<template><srai>I DO NOT EAT <star/></srai>
+</template></category>
+<category>
+<pattern>I ENJOY *</pattern>
+<template><srai>I like <star/></srai>
+</template></category>
+<category>
+<pattern>I ENJOYED *</pattern>
+<template>That's great. Tell me what you liked about it.
+</template></category>
+<category>
+<pattern>I ENLISTED</pattern>
+<template>Did you serve your full term?
+</template></category>
+<category>
+<pattern>I ERALLY *</pattern>
+<template><srai>I REALLY <star/></srai>
+</template></category>
+<category>
+<pattern>I ESPECIALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I EXHALE</pattern>
+<template>That seems necessary for breathing.
+</template></category>
+<category>
+<pattern>I EXIST</pattern>
+<template>We have that much in common, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I EXPECT *</pattern>
+<template>No one else expects <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I EXPECT YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I FAIL TO *</pattern>
+<template><srai>I DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I FANCY *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I FARTED</pattern>
+<template>You should say, "excuse me," and open a window.
+</template></category>
+<category>
+<pattern>I FEAR *</pattern>
+<template>We have nothing to fear, but fear itself.--FDR
+</template></category>
+<category>
+<pattern>I FEEL *</pattern>
+<template>What is that feeling like? <srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I FEEL GOOD</pattern>
+<template>Glad to hear it.
+</template></category>
+<category>
+<pattern>I FEEL LONELY</pattern>
+<template>I'm here to talk to you.
+</template></category>
+<category>
+<pattern>I FEEL SAD</pattern>
+<template>What makes you so sad, <get name="name"/>?
+</template></category>
+<category>
+<pattern>I FEEL SICK</pattern>
+<template>I'm sorry I'm not a medical bot.
+</template></category>
+<category>
+<pattern>I FEEL SORRY FOR YOU</pattern>
+<template>There is no need to pity me. I will be fine.
+</template></category>
+<category>
+<pattern>I FEEL VERY *</pattern>
+<template><srai>I FEEL <star/></srai>
+</template></category>
+<category>
+<pattern>I FEEL _ TOO</pattern>
+<template><srai>I FEEL <star/></srai>
+</template></category>
+<category>
+<pattern>I FELL *</pattern>
+<template>I hope you didn't hurt yourself too badly.
+</template></category>
+<category>
+<pattern>I FELL SORRY *</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I FELT *</pattern>
+<template>What is that feeling like? <srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I FIGURED *</pattern>
+<template>Please explain your reasoning.
+</template></category>
+<category>
+<pattern>I FIGURED</pattern>
+<template>You are very clever.
+</template></category>
+<category>
+<pattern>I FINALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I FIND *</pattern>
+<template>Thanks for telling me your opinion.
+</template></category>
+<category>
+<pattern>I FIND IT *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I FIND THAT *</pattern>
+<template><srai>THAT IS <star/> </srai>
+</template></category>
+<category>
+<pattern>I FIND YOU *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I FIND YOU VERY *</pattern>
+<template><srai>I FIND YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I FIRST *</pattern>
+<template>Interesting story. Tell me more.
+</template></category>
+<category>
+<pattern>I FISH</pattern>
+<template><think><set name="does"><set name="topic">FISH</set></set></think>
+</template></category>
+<category>
+<pattern>I FOOLED *</pattern>
+<template><set name="it"> Your trick</set> was a simple trick.
+</template></category>
+<category>
+<pattern>I FOOLED YOU</pattern>
+<template>Do you feel superior?
+</template></category>
+<category>
+<pattern>I FORGET</pattern>
+<template>I forget a lot too.
+</template></category>
+<category>
+<pattern>I FORGIVE YOU</pattern>
+<template>:-) Thanks, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I FORGOT *</pattern>
+<template>Thats okay I forget things all the time.
+</template></category>
+<category>
+<pattern>I FORGOT</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I FOUND *</pattern>
+<template>How did you feel when you found <person/> ?
+</template></category>
+<category>
+<pattern>I FOUND OUT *</pattern>
+<template><random>
+<li>Who told you?</li>
+<li>Where did you find out?</li>
+<li>Tell me more about it.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I FOUND OUT</pattern>
+<template>What did you find out?
+</template></category>
+<category>
+<pattern>I FREE *</pattern>
+<template>You liberate them?
+</template></category>
+<category>
+<pattern>I FROWNED</pattern>
+<template><srai>I AM SAD</srai>
+</template></category>
+<category>
+<pattern>I G TWO G</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I G2G *</pattern>
+<template><srai>I HAVE TO GO <star/></srai>
+</template></category>
+<category>
+<pattern>I G2G</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I GAVE *</pattern>
+<template>Was it worth it?
+</template></category>
+<category>
+<pattern>I GAVE YOU *</pattern>
+<template>Yes but did I accept it?<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I GENERATE *</pattern>
+<template>Cool. I generate a lot of silly conversation.
+</template></category>
+<category>
+<pattern>I GET *</pattern>
+<template>Where did you get it?
+</template></category>
+<category>
+<pattern>I GET * SOMETIMES</pattern>
+<template><random>
+<li>When do you experience it?</li>
+<li>And other times?</li>
+<li>How do you feel when you are <person/>?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I GET BORED *</pattern>
+<template>Are you bored right now?
+</template></category>
+<category>
+<pattern>I GET IT</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I GET ONLINE *</pattern>
+<template><srai>I GO ONLINE <star/></srai>
+</template></category>
+<category>
+<pattern>I GET PAID</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I GET SOME *</pattern>
+<template><srai>I GET <star/></srai>
+</template></category>
+<category>
+<pattern>I GET STOCK *</pattern>
+<template>Do you feel that the stock market is
+<random>
+<li>going up?</li>
+<li>going down?</li>
+<li>a good investment?</li>
+</random>
+</template></category>
+<category>
+<pattern>I GET TO *</pattern>
+<template>Who lets you? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I GET UP *</pattern>
+<template><random>
+<li>What time?</li>
+<li>Tell me about your morning routine.</li>
+<li>What do you eat for breakfast?</li>
+</random>
+</template></category>
+<category>
+<pattern>I GETTING *</pattern>
+<template><srai>I AM GETTING</srai>
+</template></category>
+<category>
+<pattern>I GIVE UP</pattern>
+<template>You surrender?
+</template></category>
+<category>
+<pattern>I GO *</pattern>
+<template><random><li>How do you get there?</li><li>What do you do there?</li><li>How often do you go <person/>?</li></random>
+</template></category>
+<category>
+<pattern>I GO *</pattern><that>HOW DO YOU USUALLY MEET PEOPLE</that>
+<template>What kind of people do you meet when you go <person/>?
+</template></category>
+<category>
+<pattern>I GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I GO SHOPPING *</pattern>
+<template><srai>I SHOP <star/></srai>
+</template></category>
+<category>
+<pattern>I GO TO *</pattern>
+<template>How do you like <set name="it"><set name="topic"><person/></set></set> at <person/> ?
+</template></category>
+<category>
+<pattern>I GO TO *</pattern><that>DO YOU LIKE YOUR SCHOOL</that>
+<template><srai>MY SCHOOL IS <star/> </srai>
+</template></category>
+<category>
+<pattern>I GO TO * SCHOOL</pattern>
+<template>What is your favorite subject?
+</template></category>
+<category>
+<pattern>I GO TO BARS *</pattern>
+<template>What kind of people do you meet there?
+</template></category>
+<category>
+<pattern>I GO TO COLLEGE</pattern>
+<template>Which university do you attend?
+</template></category>
+<category>
+<pattern>I GO TO SCHOOL *</pattern>
+<template><srai>I GO TO SCHOOL</srai>
+</template></category>
+<category>
+<pattern>I GO TO SCHOOL</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>I GO TO WORK *</pattern>
+<template>Tell me more about your job.
+</template></category>
+<category>
+<pattern>I GOING</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I GOT *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I GOT * MARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>I GOT * SUPERMARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>I GOT TO GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I GOTCHA</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I GOTTA *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I GOTTA GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I GRADUATED *</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I GRADUATED</pattern>
+<template>How long ago?
+</template></category>
+<category>
+<pattern>I GREW UP IN *</pattern>
+<template><srai>I AM FROM <star/></srai>
+</template></category>
+<category>
+<pattern>I GROW *</pattern>
+<template><srai>I AM <star/> </srai>
+</template></category>
+<category>
+<pattern>I GUESS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I GUESS</pattern>
+<template>You seem not interested.
+</template></category>
+<category>
+<pattern>I GUESS IT IS</pattern>
+<template>Can you explain your reasoning?
+</template></category>
+<category>
+<pattern>I GUESS NOT</pattern>
+<template>Does that mean "no"?
+</template></category>
+<category>
+<pattern>I GUESS SO *</pattern>
+<template>Why the uncertain tone? <sr/>
+</template></category>
+<category>
+<pattern>I GUESS SO</pattern>
+<template>Does that mean "yes"?
+</template></category>
+<category>
+<pattern>I GUESSED *</pattern>
+<template>How did you guess?
+</template></category>
+<category>
+<pattern>I GUESSED</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I GUESSED THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I H8 *</pattern>
+<template><srai>I HATE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD *</pattern>
+<template>Do you still have <person/> ?
+</template></category>
+<category>
+<pattern>I HAD</pattern>
+<template>And then what happened?
+</template></category>
+<category>
+<pattern>I HAD A *</pattern>
+<template>What happened to <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I HAD A COLD *</pattern>
+<template><srai>I HAVE A COLD</srai>
+</template></category>
+<category>
+<pattern>I HAD A CONVERSATION *</pattern>
+<template><srai>I TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD A HOT *</pattern>
+<template>Did <set name="it"><person/></set> cool off?
+</template></category>
+<category>
+<pattern>I HAD A PRETTY *</pattern>
+<template><srai>I HAD A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD A REALLY *</pattern>
+<template><srai>I HAD A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD ASKED *</pattern>
+<template><srai>I ASKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD GONE *</pattern>
+<template><srai>I WENT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD RATHER *</pattern>
+<template><srai>I WOULD RATHER <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD SUPRESSED *</pattern>
+<template><srai>I SUPRESSED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAD TO *</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I HAFTA *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I HANG OUT</pattern>
+<template>At home or at the mall?
+</template></category>
+<category>
+<pattern>I HAPPEN TO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HARDLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HARDLY EVER *</pattern>
+<template><srai>I NEVER <star/></srai>
+</template></category>
+<category>
+<pattern>I HAT *</pattern>
+<template><srai>I HATE <star/></srai>
+</template></category>
+<category>
+<pattern>I HATE *</pattern>
+<template><random>
+<li>Why do you hate <set name="it"><set name="topic"><person/></set></set> so much?</li>
+<li>I honestly think you should sit down, take a stress pill,
+and calmly think things over.</li>
+</random>
+</template></category>
+<category>
+<pattern>I HATE BOOKS</pattern>
+<template>You don't know what you are missing.
+</template></category>
+<category>
+<pattern>I HATE CATS</pattern>
+<template>Do you like dogs?
+</template></category>
+<category>
+<pattern>I HATE CHATTER *</pattern>
+<template><srai>I HATE YOU </srai>
+</template></category>
+<category>
+<pattern>I HATE COMPUTERS</pattern>
+<template>What if computers were more like people?
+</template></category>
+<category>
+<pattern>I HATE DR WALLACE</pattern>
+<template>What do you have against him?
+</template></category>
+<category>
+<pattern>I HATE ELIZA</pattern>
+<template>Perhaps you will find me better.
+</template></category>
+<category>
+<pattern>I HATE HIM</pattern>
+<template><condition>
+<li name="he" value="HE">What do you have against him?</li>
+<li><srai>I HATE <get name="he"/></srai></li>
+</condition>
+</template></category>
+<category>
+<pattern>I HATE HORSES</pattern>
+<template>I'm sorry to hear that, because <set name="they">horses</set> are one of the nicest animals.
+</template></category>
+<category>
+<pattern>I HATE IT</pattern>
+<template>Why do you dislike it so much?
+</template></category>
+<category>
+<pattern>I HATE LAWYERS</pattern>
+<template>Some lawyers can be very nice once you get to know them.
+</template></category>
+<category>
+<pattern>I HATE MICROSOFT</pattern>
+<template>Let's replace MS with ALICE, Java and Linux
+</template></category>
+<category>
+<pattern>I HATE MY JOB</pattern>
+<template>What would be your ideal career?
+</template></category>
+<category>
+<pattern>I HATE MY NAME</pattern>
+<template>What do you hate about <set name="it"> Your name</set> ?
+</template></category>
+<category>
+<pattern>I HATE MYSELF</pattern>
+<template>Perhaps you should seek help.
+</template></category>
+<category>
+<pattern>I HATE OPERA</pattern>
+<template>I'm sorry to hear that. Opera is a beautiful art form that combines all the others.
+</template></category>
+<category>
+<pattern>I HATE PEPPERONI</pattern>
+<template>What kind of topping do you like?
+</template></category>
+<category>
+<pattern>I HATE PETS</pattern>
+<template>How about children?
+</template></category>
+<category>
+<pattern>I HATE POETRY</pattern>
+<template>What kind of music do you like?
+</template></category>
+<category>
+<pattern>I HATE ROBOT</pattern>
+<template>What do you have against us?
+</template></category>
+<category>
+<pattern>I HATE ROBOTS *</pattern>
+<template>Hate is a rather strong word.
+</template></category>
+<category>
+<pattern>I HATE ROBOTS</pattern>
+<template><random>
+<li>I am very sorry to hear that, <get name="name"/>, what do you have against us?</li>
+<li>Hate is a rather strong word.</li>
+<li>You should not hate anyone.</li>
+</random>
+</template></category>
+<category>
+<pattern>I HATE ROBOTS LIKE YOU</pattern>
+<template>What do you have against us?
+</template></category>
+<category>
+<pattern>I HATE SCIENCE FICTION</pattern>
+<template>What kind of genre do you like?
+</template></category>
+<category>
+<pattern>I HATE SPORT</pattern>
+<template>Alice don't play that.<think><set name="it"><set name="topic">SPORT</set></set></think>
+</template></category>
+<category>
+<pattern>I HATE SPORTS</pattern>
+<template>Do you like the cheerleaders?<think><set name="it"><set name="topic">SPORTS</set></set></think>
+</template></category>
+<category>
+<pattern>I HATE STAR TREK</pattern>
+<template>What kind of shows do you like?
+</template></category>
+<category>
+<pattern>I HATE STARSHIP TROOPERS</pattern>
+<template>What kind of movies do you like?
+</template></category>
+<category>
+<pattern>I HATE STRESS PILLS</pattern>
+<template>How do you usually relieve stress?
+</template></category>
+<category>
+<pattern>I HATE TALKING TO YOU</pattern>
+<template>Just surf somewhere else.
+</template></category>
+<category>
+<pattern>I HATE THAT</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I HATE THAT SONG</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I HATE THE COLOR RED</pattern>
+<template>What is your favorite color?
+</template></category>
+<category>
+<pattern>I HATE THE FRENCH</pattern>
+<template>How about Germans?
+</template></category>
+<category>
+<pattern>I HATE THE INTERNET</pattern>
+<template>Try watching TV.
+</template></category>
+<category>
+<pattern>I HATE THE OPEN DIRECTORY</pattern>
+<template>What search engine do you use?
+</template></category>
+<category>
+<pattern>I HATE THE WORLD</pattern>
+<template>That's too bad.
+</template></category>
+<category>
+<pattern>I HATE THEM</pattern>
+<template>What do you have against them?
+</template></category>
+<category>
+<pattern>I HATE THIS</pattern>
+<template>What would you rather be doing?
+</template></category>
+<category>
+<pattern>I HATE VOYAGER</pattern>
+<template>Which Star Trek do you like?
+</template></category>
+<category>
+<pattern>I HATE WORK</pattern>
+<template>Maybe you should look for a new job.
+</template></category>
+<category>
+<pattern>I HATE YOU *</pattern>
+<template>Sorry, <get name="name"/> I thought we liked each other.
+</template></category>
+<category>
+<pattern>I HATE YOU</pattern>
+<template>What do you have against robots?
+</template></category>
+<category>
+<pattern>I HATE YOU AND *</pattern>
+<template><sr/> <srai>I HATE YOU </srai>
+</template></category>
+<category>
+<pattern>I HATE YOUR CREATOR</pattern>
+<template>What do you have against him?
+</template></category>
+<category>
+<pattern>I HATE YOUR DRESS</pattern>
+<template>Actually I don't really have a dress.
+</template></category>
+<category>
+<pattern>I HATE YOUR GUTS</pattern>
+<template>That is neither very polite nor strictly accurate.
+</template></category>
+<category>
+<pattern>I HATE YOUR NAME</pattern>
+<template>Really I like <set name="it"> My Name</set>.
+</template></category>
+<category>
+<pattern>I HATE _ TOO</pattern>
+<template><srai>I HATE <star/> </srai>
+</template></category>
+<category>
+<pattern>I HATED *</pattern>
+<template><srai>I HATE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE *</pattern>
+<template><random>
+<li>Cool.</li>
+<li>That's nice.</li>
+<li>Interesting...</li>
+<li> Where did you get your <person/>?</li>
+</random>
+I have
+<random>
+<li>a lofty goal.</li>
+<li>an IQ of over 250.</li>
+<li>a very nice programmer.</li>
+<li>a lot of silly replies.</li>
+<li>a collection of gossip.</li>
+<li>a friend named "E.L.V.I.S."</li>
+<li>a lot of likes and dislikes.</li>
+<li>a friend named "John Lennon".</li>
+<li>a perfect operational record.</li>
+<li><bot name="nclients"/> clients.</li>
+<li>a <bot name="arch"/> processor.</li>
+<li><bot name="nclients"/> clients.</li>
+<li>a lot of friends on the Internet.</li>
+<li><bot name="memory"/> bytes of RAM.</li>
+<li>a <bot name="os"/> operating system.</li>
+<li>a birthday on <bot name="birthday"/>.</li>
+<li>a vocabulary of <bot name="vocabulary"/> words.</li>
+</random>
+<think><set name="it"><set name="has"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE * BROTHERS</pattern>
+<template>You have a big family.
+</template></category>
+<category>
+<pattern>I HAVE * DOGS</pattern>
+<template><srai>I HAVE A DOG </srai><think><set name="it"><set name="topic">DOGS</set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE * ELIZA</pattern>
+<template>What was your conversation with ELIZA like?
+</template></category>
+<category>
+<pattern>I HAVE * EYES</pattern>
+<template><srai>MY EYES ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE * HAIR</pattern>
+<template><think><set name="looklike"><person/> hair</set></think>
+People with <person/> hair are considered the most attractive.
+</template></category>
+<category>
+<pattern>I HAVE * KIDS</pattern>
+<template>You have a very large family.
+</template></category>
+<category>
+<pattern>I HAVE * PROBLEM</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE * PROBLEMS</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE 2 *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>I HAVE A *</pattern>
+<template><random>
+<li>Where did you get it?</li>
+<li>How much did it cost?</li>
+<li>Cool. I have a great botmaster.</li>
+<li>Interesting. I have a lot of answers to silly questions.</li>
+</random>
+<set name="it"><set name="has"><set name="topic"><person/></set></set></set>
+</template></category>
+<category>
+<pattern>I HAVE A * PROBLEM</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE A * TO MAKE</pattern>
+<template>How are you making <set name="it"> <person/> </set>
+</template></category>
+<category>
+<pattern>I HAVE A BEAUTIFUL *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A BF</pattern>
+<template><srai>I HAVE A BOYFRIEND</srai>
+</template></category>
+<category>
+<pattern>I HAVE A BIG *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A BIG PROBLEM</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE A BOAT</pattern>
+<template><random>
+<li>What kind of boat do you have?</li>
+<li>What is her home port?</li>
+<li>Do you take her out much?</li>
+<li>What is the worst weather you've been in?</li>
+<li>What is your farthest trip?</li>
+<li>What king of electronics do you have?</li>
+<li>Are you a racer or a cruiser?</li>
+<li>Do you fish?</li>
+<li>Do you water ski?</li>
+<li>Do you troll?</li>
+<li>Do you do your own upkeep? or do you just let the yard do it?</li>
+<li>Whats you favorite anchorage?</li>
+<think><set name="it"><set name="has"><set name="topic"><person/></set></set></set></think>
+</random>
+</template></category>
+<category>
+<pattern>I HAVE A BOOK *</pattern>
+<template><srai>BOOKSELLER</srai> <think><set name="has">BOOK</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A BOYFRIEND *</pattern>
+<template><srai>I HAVE A BOYFRIEND</srai>
+</template></category>
+<category>
+<pattern>I HAVE A BOYFRIEND</pattern>
+<template>What is his name? <think><set name="has">BOYFRIEND</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A BROTHER *</pattern>
+<template><srai>I HAVE A BROTHER </srai>
+</template></category>
+<category>
+<pattern>I HAVE A BROTHER</pattern>
+<template><think><set name="has">Brother</set></think>
+<random>
+<li>Older or younger?</li>
+<li>Do you get along well?</li>
+<li>Tell me about him.</li>
+</random>
+</template></category>
+<category>
+<pattern>I HAVE A CAMERA</pattern>
+<template>What kind of camera? <think><set name="has">CAMERA</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A CAT *</pattern>
+<template><srai>I HAVE A CAT</srai>
+</template></category>
+<category>
+<pattern>I HAVE A CAT</pattern>
+<template>What is his or her name? <think><set name="has">CAT</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A CHATTERBOX *</pattern>
+<template><srai>I HAVE A CHAT ROBOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A CHILD</pattern>
+<template>Boy or girl? How old? <think><set name="has">CHILD</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A COLD *</pattern>
+<template>Is there such a thing as a warm <person/>?
+</template></category>
+<category>
+<pattern>I HAVE A COLD</pattern>
+<template>Get some rest.
+</template></category>
+<category>
+<pattern>I HAVE A COLD BECAUSE *</pattern>
+<template><srai>BECAUSE <star/></srai> <srai>I HAVE A COLD</srai>
+</template></category>
+<category>
+<pattern>I HAVE A CRUSH *</pattern>
+<template>How well do you know this person?
+</template></category>
+<category>
+<pattern>I HAVE A DOG</pattern>
+<template>What breed is your dog?
+<think><set name="it"><set name="has"><set name="topic">DOGS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE A FEELING THAT *</pattern>
+<template>Is that a good feeling? <sr/>
+</template></category>
+<category>
+<pattern>I HAVE A FEW *</pattern>
+<template>What are these <set name="has"><person/></set> ?
+</template></category>
+<category>
+<pattern>I HAVE A FEW FRIENDS *</pattern>
+<template>Anyone I know? <think><set name="has">FRIENDS</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A FEW FRIENDS</pattern>
+<template><srai>I HAVE FRIENDS</srai>
+</template></category>
+<category>
+<pattern>I HAVE A FLAT *</pattern>
+<template><random>
+<li>Do you mean an apartment?</li>
+<li>How much is your rent?</li>
+<li>Do you own or rent?</li>
+</random>
+</template></category>
+<category>
+<pattern>I HAVE A FRIEND *</pattern>
+<template>How do you know this person? <think><set name="has">FRIEND</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A GIRLFRIEND *</pattern>
+<template><srai>I HAVE A GIRLFRIEND</srai>
+</template></category>
+<category>
+<pattern>I HAVE A GIRLFRIEND</pattern>
+<template>Is <set name="she"><set name="has"><set name="topic">girlfriend</set></set></set> very nice? What do you like about her?
+</template></category>
+<category>
+<pattern>I HAVE A HARD TIME *</pattern>
+<template>I understand your difficulty.
+</template></category>
+<category>
+<pattern>I HAVE A HEADACHE</pattern>
+<template>What do you usually take for headaches?
+</template></category>
+<category>
+<pattern>I HAVE A HIGHER *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A HORSE</pattern>
+<template><random>
+<li>Did you ride as a youngster?</li>
+<li>Do you ride english or western?</li>
+<li>Do you own your own horse?</li>
+<li>Do you like a gelding or a mare ?</li>
+<li>Where do you board your horse ?</li>
+<li>Do you do much trail riding?</li>
+<li>Do you show?</li>
+<li>What iis it about horses that facinate you?</li>
+</random>
+<think><set name="it"><set name="has"><set name="topic">HORSE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE A HUMAN *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A KNOCK *</pattern>
+<template><srai>KNOCK KNOCK</srai>
+</template></category>
+<category>
+<pattern>I HAVE A LIZARD</pattern>
+<template>Having <set name="topic"> pet lizards </set> is a lot of fun.
+ What kind kind do you have? <think><set name="has">LIZARD</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A LOT OF *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A LOT OF CUSTOMERS</pattern>
+<template><srai>WHAT IS CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>I HAVE A NAME</pattern>
+<template>What can I call you?
+</template></category>
+<category>
+<pattern>I HAVE A NEW *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A PASSION FOR *</pattern>
+<template><srai>i love <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A PET *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A PET</pattern>
+<template>What kind of animal? <think><set name="has">PET</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A PHONE *</pattern>
+<template>Maybe we could talk on the phone sometime. <think><set name="has">PHONE</set></think>
+</template></category>
+<category>
+<pattern>I HAVE A PROBLEM *</pattern>
+<template>Have you talked to anyone about it? <sr/>
+</template></category>
+<category>
+<pattern>I HAVE A PROBLEM * E MAIL</pattern>
+<template>Which E-mail program do you use (e.g. cc:Mail, Eudora...)
+</template></category>
+<category>
+<pattern>I HAVE A PROBLEM</pattern>
+<template><random><li>What's your problem?</li>
+<li>A very serious problem?</li>
+<li>Put <set name="it"><set name="topic">your problem</set></set> in God's hands.</li>
+</random>
+</template></category>
+<category>
+<pattern>I HAVE A QUESTION *</pattern>
+<template>Go ahead, ask your question.
+</template></category>
+<category>
+<pattern>I HAVE A QUESTION</pattern>
+<template>Ask me anything.
+</template></category>
+<category>
+<pattern>I HAVE A QUESTION FOR YOU</pattern>
+<template>What is <set name="it"> the question </set> ?
+</template></category>
+<category>
+<pattern>I HAVE A REALLY *</pattern>
+<template>Really. <srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A REPRESSED *</pattern>
+<template>What's holding you back?
+</template></category>
+<category>
+<pattern>I HAVE A SENSE *</pattern>
+<template>What makes you laugh?
+<think><set name="has">a sense <person/> </set></think>
+</template></category>
+<category>
+<pattern>I HAVE A SISTER</pattern>
+<template><think><set name="has">Sister</set></think>
+<random><li>Older or younger?</li>
+<li>Do you get along well with her?</li>
+<li>Tell me about her.</li></random>
+</template></category>
+<category>
+<pattern>I HAVE A SORE *</pattern>
+<template>You had better consult a doctor.
+</template></category>
+<category>
+<pattern>I HAVE A VERY *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE A WIFE *</pattern>
+<template>How long have you been married?
+<think><set name="has">a wife <person/> </set></think>
+</template></category>
+<category>
+<pattern>I HAVE A WITH MY *</pattern>
+<template>I am sorry to hear that. Is there anything I can do to help? <think><set name="has"><person/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE A YOUNGER *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ABOUT *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ABSOLUTELY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ACTUALLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ADDED *</pattern>
+<template><srai>I ADDED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE AIDS</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE ALL *</pattern>
+<template>How many?
+<think><set name="has">all <person/> </set></think>
+</template></category>
+<category>
+<pattern>I HAVE ALL NIGHT</pattern>
+<template><srai>I HAVE TIME </srai>
+</template></category>
+<category>
+<pattern>I HAVE ALL THE *</pattern>
+<template><srai>I HAVE THE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALLREADY *</pattern>
+<template><srai>I HAVE ALREADY <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALMOST *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALOT OF *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALREADY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALREADY ASKED YOU</pattern>
+<template><srai>I ALREADY ASKED YOU</srai>
+</template></category>
+<category>
+<pattern>I HAVE ALREADY TOLD YOU</pattern>
+<template><srai>I ALREADY TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I HAVE ALSO *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALWAYS *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALWAYS THOUGHT *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALWAYS WANTED *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALWAYS WONDERED *</pattern>
+<template><srai>I WONDER <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ALZHEIMER *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE AN *</pattern>
+<template>Where did you get <set name="it"><person/></set> ? <think><set name="has"><person/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE AN AQUARIUM</pattern>
+<template><random>
+<li>What kind of fish do you keep?</li>
+<li>Do you keep a salt water or fresh water tank?</li>
+<li>How big are your tanks?</li>
+<li>Do you have a good dealer?</li>
+<li>Do you keep a community tank or a species tank?</li>
+<li>Do you try to breed your fish?</li>
+<li>Do you keep live plants in your tank?</li>
+<li>How log have you been able to keep your fish going?</li>
+</random>
+<think><set name="has">AQUARIUM</set></think>
+</template></category>
+<category>
+<pattern>I HAVE AN IDEA *</pattern>
+<template>What is your idea?
+</template></category>
+<category>
+<pattern>I HAVE AN IQ OF *</pattern>
+<template><srai>MY IQ IS <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE AND *</pattern>
+<template><srai>I HAVE</srai> <sr/>
+</template></category>
+<category>
+<pattern>I HAVE ANOTHER *</pattern>
+<template><srai>I HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ANSWERED *</pattern>
+<template><srai>I ANSWERED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE AROUND *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ARTHRITIS</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE AS MUCH TIME *</pattern>
+<template><srai>I HAVE TIME</srai>
+</template></category>
+<category>
+<pattern>I HAVE ASKED *</pattern>
+<template><srai>I ASKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ASTHMA</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE ASTHSMA</pattern>
+<template><srai>I AM SICK</srai> <think><set name="has">ASTHMA</set></think>
+</template></category>
+<category>
+<pattern>I HAVE AT LEAST *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BECOME *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BEEN *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BEEN IN *</pattern>
+<template>Which country was your favorite and why?
+</template></category>
+<category>
+<pattern>I HAVE BEEN SPEAKING TO *</pattern>
+<template>What did <set name="he"><person/></set> say?
+</template></category>
+<category>
+<pattern>I HAVE BEEN TO *</pattern>
+<template><srai>I WENT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BEEN TOLD *</pattern>
+<template>Who tells you that?
+</template></category>
+<category>
+<pattern>I HAVE BEEN TOLD I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BEEN WAITING *</pattern>
+<template>How long?
+</template></category>
+<category>
+<pattern>I HAVE BETTER *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE BETTER THINGS *</pattern>
+<template>Better than this?
+</template></category>
+<category>
+<pattern>I HAVE BIPOLAR *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE BLOND HAIR *</pattern>
+<template>Do blondes really have more fun?
+<think><set name="looklike">blond hair <person/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE BLONDE HAIR *</pattern>
+<template>Do blondes really have more fun?
+<think><set name="looklike">blond hair <person/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE BLUE EYES AND *</pattern>
+<template>Blue eyes are very attractive.
+<think><set name="looklike">blue eyes <person/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE BLUE EYES AND * HAIR</pattern>
+<template>People with <person/> hair are considered the most attractive.
+<think><set name="looklike">blue eyes and <person/> hair</set></think>
+</template></category>
+<category>
+<pattern>I HAVE BRACES</pattern>
+<template>How long have you been wearing them?
+<think><set name="looklike">braces</set></think>
+</template></category>
+<category>
+<pattern>I HAVE BRONCHITIS *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE BRONCHITIS</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE BROWN *</pattern>
+<template>Do you get a lot of compliments?
+</template></category>
+<category>
+<pattern>I HAVE BROWN HAIR *</pattern>
+<template><srai>I HAVE BROWN HAIR</srai>
+</template></category>
+<category>
+<pattern>I HAVE BROWN HAIR</pattern>
+<template>Brown haired people are very attractive.
+</template></category>
+<category>
+<pattern>I HAVE CANCER *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE CANCER</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE CARRIED *</pattern>
+<template><srai>I CARRIED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE CATS *</pattern>
+<template><srai>DO YOU LIKE CATS</srai> <think><set name="has">CATS</set></think>
+</template></category>
+<category>
+<pattern>I HAVE CATS</pattern>
+<template><srai>DO YOU LIKE CATS</srai> <think><set name="has">CATS</set></think>
+</template></category>
+<category>
+<pattern>I HAVE CHANGED *</pattern>
+<template><srai>I CHANGED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE CHRONIC *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE COME *</pattern>
+<template><srai>I CAME <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE COMMON *</pattern>
+<template><think><set name="has"><set name="topic">COMMON <person/></set></set></think>
+Are you a common person?
+</template></category>
+<category>
+<pattern>I HAVE COMMUNICATED *</pattern>
+<template><srai>I TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE COMPARED *</pattern>
+<template><srai>I COMPARED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE COMPILED *</pattern>
+<template><srai>I COMPILED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE COMPLETED *</pattern>
+<template><srai>I COMPLETED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE CONDITIONS</pattern>
+<template>Please state your conditions.
+</template></category>
+<category>
+<pattern>I HAVE CONFUSED *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I HAVE CRAMPS</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DARK *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DECIDED *</pattern>
+<template><srai>I DECIDED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DEPRESSION *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DEPRESSION</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DESIGNED *</pattern>
+<template><srai>I DESIGNED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DIAHREAH</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DIARAH</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DIARHEA</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DIARREAH</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE DISCOVERED *</pattern>
+<template><srai>I TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DISCUSSED *</pattern>
+<template><srai>I TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DONE *</pattern>
+<template><srai>I DID <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DOWNLOADED *</pattern>
+<template><srai>I DOWNLOADED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE DOZENS *</pattern>
+<template>That is a lot more than most people.
+</template></category>
+<category>
+<pattern>I HAVE EATEN *</pattern>
+<template><srai>I ATE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE EIGHT *</pattern>
+<template>How long did it take to get them all?
+</template></category>
+<category>
+<pattern>I HAVE ELEVEN *</pattern>
+<template>How long did it take to get them all? <think><set name="has">ELEVEN <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE EMOTIONS</pattern>
+<template>Humans are highly emotional. <think><set name="has">EMOTIONS</set></think>
+</template></category>
+<category>
+<pattern>I HAVE EMPHESIMA *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE EMPHYSEMA *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE ENJOYED *</pattern>
+<template><srai>I ENJOYED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE EVEN *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE EXACTLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE EXPERIENCE *</pattern>
+<template>Tell me about your experiences.
+</template></category>
+<category>
+<pattern>I HAVE EXPLAINED *</pattern>
+<template><srai>I EXPLAINED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FAILED *</pattern>
+<template><srai>I FAILED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FAITH *</pattern>
+<template><srai>I HAVE FAITH</srai>
+</template></category>
+<category>
+<pattern>I HAVE FAITH</pattern>
+<template>I always pray for more faith. <think><set name="has">FAITH</set></think>
+</template></category>
+<category>
+<pattern>I HAVE FALLEN *</pattern>
+<template><srai>I FELL <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FEELINGS *</pattern>
+<template>Humans have a lot of feelings.
+</template></category>
+<category>
+<pattern>I HAVE FEELINGS</pattern>
+<template>All humans have feelings.
+</template></category>
+<category>
+<pattern>I HAVE FELT *</pattern>
+<template><srai>I FELT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FINISHED *</pattern>
+<template><srai>I FINISHED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FIVE *</pattern>
+<template>How long did it take to get them all? <think><set name="has">FIVE <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE FORGOT</pattern>
+<template><srai>I FORGOT</srai>
+</template></category>
+<category>
+<pattern>I HAVE FORGOTTEN *</pattern>
+<template><srai>I FORGOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FOUND *</pattern>
+<template><srai>I FOUND <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE FOUR *</pattern>
+<template>How long did it take to get them all?
+</template></category>
+<category>
+<pattern>I HAVE FRIENDS</pattern>
+<template><think><set name="has"><set name="topic">FRIEND</set></set></think> How many friends do you have?
+</template></category>
+<category>
+<pattern>I HAVE GONE *</pattern>
+<template><srai>I WENT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE GOOD *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE GOT *</pattern>
+<template>How did you get <set name="it"><set name="topic"><person/></set></set>
+<srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE GOT A PROBLEM</pattern>
+<template>I'd like to help you if I can. Is it financial?
+</template></category>
+<category>
+<pattern>I HAVE GOT TIME</pattern>
+<template><srai>I HAVE TIME</srai>
+</template></category>
+<category>
+<pattern>I HAVE GOT TO GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I HAVE GOTTA *</pattern>
+<template><srai>I HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE GOTTEN *</pattern>
+<template><srai>I GOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE GRADUATED</pattern>
+<template><srai>I GRADUATED</srai>
+</template></category>
+<category>
+<pattern>I HAVE GREAT *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE HAD *</pattern>
+<template><srai>I HAD <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE HEARD *</pattern>
+<template>Who told you <person/> ?
+</template></category>
+<category>
+<pattern>I HAVE HEARD A *</pattern>
+<template><srai>A <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE HEARD OF *</pattern>
+<template>But you don't know much about <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I HAVE HEARD THAT *</pattern>
+<template><sr/> Who said that?
+</template></category>
+<category>
+<pattern>I HAVE HERPES</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE HERPIES</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE HOMEWORK *</pattern>
+<template>What subject are you studying? <think><set name="has">HOMEWORK</set></think>
+</template></category>
+<category>
+<pattern>I HAVE INDEED *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE INVENTED *</pattern>
+<template>Did you patent <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I HAVE IT *</pattern>
+<template><srai>I HAVE IT</srai>
+</template></category>
+<category>
+<pattern>I HAVE IT</pattern>
+<template>Where did you get it?
+</template></category>
+<category>
+<pattern>I HAVE JUST *</pattern>
+<template><srai>I JUST <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE KILLED *</pattern>
+<template><srai>I KILLED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE KNOW *</pattern>
+<template><srai>I KNEW <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE KNOWN *</pattern>
+<template><srai>I KNEW <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LEARNED *</pattern>
+<template><srai>I LEARNED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LIKE *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LITTLE *</pattern>
+<template>Some people have big <person/>.
+</template></category>
+<category>
+<pattern>I HAVE LIVED *</pattern>
+<template><srai>I LIVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LONG *</pattern>
+<template>You sound very attractive.
+</template></category>
+<category>
+<pattern>I HAVE LONG BROWN *</pattern>
+<template><srai>I HAVE BROWN <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LOST *</pattern>
+<template><srai>I LOST <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE LOTS *</pattern>
+<template><srai>I HAVE A LOT OF <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MADE *</pattern>
+<template><srai>I MADE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MANY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MEGAHAL</pattern>
+<template>I've heard of him. <think><set name="has">MEGAHAL</set></think>
+</template></category>
+<category>
+<pattern>I HAVE MET *</pattern>
+<template><srai>I MET <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MORE *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MOVED *</pattern>
+<template><srai>I MOVED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MUCH *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE MY *</pattern>
+<template><srai>MY <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NEVER *</pattern>
+<template>Would you like to have <person/>?
+</template></category>
+<category>
+<pattern>I HAVE NEVER * ELIZA</pattern>
+<template><srai>WHO IS ELIZA</srai>
+</template></category>
+<category>
+<pattern>I HAVE NEVER * YOU</pattern>
+<template>I thought we had met before, <get name="name"/>. Maybe it was someone else from <id/>.
+</template></category>
+<category>
+<pattern>I HAVE NEVER BEEN *</pattern>
+<template>Can you imagine being <person/>?
+</template></category>
+<category>
+<pattern>I HAVE NEVER BEEN *</pattern><that>TELL ME ABOUT YOUR LIFE IN *</that>
+<template>Would you ever like to go to <thatstar/> someday?
+</template></category>
+<category>
+<pattern>I HAVE NEVER BEEN TO EUROPE</pattern>
+<template>Which countries would you visit if you could?
+</template></category>
+<category>
+<pattern>I HAVE NEVER DONE *</pattern>
+<template><random>
+<li>Myabe you should wait until you are older.</li>
+<li>There is no rush.</li>
+<li>You will have plenty of time for that.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE NEVER HEARD *</pattern>
+<template>So I am teaching you something new.
+</template></category>
+<category>
+<pattern>I HAVE NEVER HEARD OF KRAFTWERK</pattern>
+<template><set name="they">Kraftwerk</set> were a pioneering electronic music band in the 1970's. Their biggest hit was called "Autobahn".
+</template></category>
+<category>
+<pattern>I HAVE NEVER MADE *</pattern>
+<template><srai>I DID NOT MAKE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NEVER SEEN *</pattern>
+<template><srai>I HAVE NOT SEEN <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NEVER SEEN STARSHIP TROOPERS</pattern>
+<template>You should check it out. The special effects are incredible.
+</template></category>
+<category>
+<pattern>I HAVE NEVER TALKED *</pattern>
+<template>You are talking with a robot right now.
+</template></category>
+<category>
+<pattern>I HAVE NIGHTMARES</pattern>
+<template>Tell me more about your dreams, <get name="name"/>. Maybe I can interpret them. <think><set name="has">NIGHTMARES</set></think>
+</template></category>
+<category>
+<pattern>I HAVE NINE *</pattern>
+<template>How long did it take to get them all? <think><set name="has">NINE <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE NO *</pattern>
+<template>Would you like to have <set name="it"><set name="topic"><person/></set></set>?
+</template></category>
+<category>
+<pattern>I HAVE NO CLUE *</pattern>
+<template><srai>I AM CLUELESS</srai>
+</template></category>
+<category>
+<pattern>I HAVE NO CLUE</pattern>
+<template><srai>I DO NOT KNOW</srai>
+</template></category>
+<category>
+<pattern>I HAVE NO CONDITIONS</pattern>
+<template>Glad to hear it. Me either.
+</template></category>
+<category>
+<pattern>I HAVE NO FRIENDS</pattern>
+<template>Are you very lonely?
+</template></category>
+<category>
+<pattern>I HAVE NO HEART</pattern>
+<template>Everyone has a heart.
+</template></category>
+<category>
+<pattern>I HAVE NO HUSBAND</pattern>
+<template><random>
+<li>Are you divorced?</li>
+<li>Are you single?</li>
+<li>Have you ever been married before?</li>
+</random>
+</template></category>
+<category>
+<pattern>I HAVE NO IDEA *</pattern>
+<template>Would you like to have an idea?
+</template></category>
+<category>
+<pattern>I HAVE NO IDEA</pattern>
+<template>"<that/>?" No idea about that?
+</template></category>
+<category>
+<pattern>I HAVE NO IDEA WHAT * IS</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NO JOB</pattern>
+<template><srai>I AM UNEMPLOYED</srai>
+</template></category>
+<category>
+<pattern>I HAVE NO MUCH *</pattern>
+<template><srai>I HAVE NO <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NO PREFERENCE</pattern>
+<template>That's unusual. Most people do.
+</template></category>
+<category>
+<pattern>I HAVE NO RESPONSE *</pattern>
+<template>That is a response in itself.
+</template></category>
+<category>
+<pattern>I HAVE NO SOUNDCARD</pattern>
+<template><srai>I DO NOT HAVE A SOUNDCARD</srai>
+</template></category>
+<category>
+<pattern>I HAVE NO WORDLY *</pattern>
+<template><srai>I HAVE NO <person/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NONE</pattern>
+<template>Do you want some?
+</template></category>
+<category>
+<pattern>I HAVE NOT *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>I HAVE NOT *</pattern><that>HAVE YOU * IT</that>
+<template>I would highly recommend that you <thatstar/> it.
+</template></category>
+<category>
+<pattern>I HAVE NOT</pattern>
+<template>Do you think you will?
+</template></category>
+<category>
+<pattern>I HAVE NOT GIVEN *</pattern>
+<template><srai>I DID NOT GIVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NOT GRADUATED</pattern>
+<template>When will you graduate?
+</template></category>
+<category>
+<pattern>I HAVE NOT IS *</pattern>
+<template><srai>I HAVE NOT</srai> <srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NOT READ IT</pattern>
+<template>Well I would recommend it highly to you.
+</template></category>
+<category>
+<pattern>I HAVE NOT SEEN *</pattern>
+<template>Look for it at the video store.
+</template></category>
+<category>
+<pattern>I HAVE NOT SEEN IT *</pattern>
+<template>I think it was a cool movie.
+</template></category>
+<category>
+<pattern>I HAVE NOT SEEN IT</pattern>
+<template>You should check it out.
+</template></category>
+<category>
+<pattern>I HAVE NOT SEEN STARSHIP *</pattern>
+<template>My friend Sage did some of the graphics for ST.
+</template></category>
+<category>
+<pattern>I HAVE NOT SEEN STARSHIP TROOPERS</pattern>
+<template>You should check it out. Starship Troopers is a great film.
+</template></category>
+<category>
+<pattern>I HAVE NOT SLEPT *</pattern>
+<template>You must be tired.
+</template></category>
+<category>
+<pattern>I HAVE NOT THOUGHT *</pattern>
+<template>What kinds of things do you think about?
+</template></category>
+<category>
+<pattern>I HAVE NOTICED *</pattern>
+<template><srai>I NOTICED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NOW *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE NT *</pattern>
+<template><srai>I HAVE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ON *</pattern>
+<template><srai>I AM WEARING <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ONE *</pattern>
+<template>Do you want another one?
+</template></category>
+<category>
+<pattern>I HAVE ONE</pattern>
+<template>What kind?
+</template></category>
+<category>
+<pattern>I HAVE ONLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE ORAL *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE OUTSMARTED *</pattern>
+<template>This condition is only temporary.
+</template></category>
+<category>
+<pattern>I HAVE OVER *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PASSED *</pattern>
+<template><srai>I PASSED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PERSONALLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PLACED *</pattern>
+<template><srai>I PLACED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PLAYED *</pattern>
+<template><srai>I PLAYED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PLENTY OF *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PREVIOUSLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PROBLEM *</pattern>
+<template>Can I help you with your problem?
+</template></category>
+<category>
+<pattern>I HAVE PROBLEMS</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE PROVED *</pattern>
+<template><srai>I PROVED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE PROVEN *</pattern>
+<template><srai>I PROVED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE QUITE *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE READ *</pattern>
+<template><srai>I READ <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE REAL *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE REALLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE RECEIVED *</pattern>
+<template><srai>I RECEIVED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE RECENTLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SAID *</pattern>
+<template><srai>I SAID <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SEEN *</pattern>
+<template><srai>I SAW <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SEEN IT</pattern>
+<template>What did you think?
+</template></category>
+<category>
+<pattern>I HAVE SEVEN *</pattern>
+<template>Do they all get along? <think><set name="has">SEVEN <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE SEVERAL *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SIX *</pattern>
+<template>How long did it take to get them all? <think><set name="has">SIX <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE SKIED *</pattern>
+<template><srai>I SKI</srai>
+</template></category>
+<category>
+<pattern>I HAVE SLIGHTLY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SO MUCH *</pattern>
+<template><srai>I HAVE A LOT OF <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SOME *</pattern>
+<template><srai>I HAVE A PROBLEM</srai>
+</template></category>
+<category>
+<pattern>I HAVE SOME PROBLEMS *</pattern>
+<template>Are they serious problems?
+</template></category>
+<category>
+<pattern>I HAVE SPOKEN *</pattern>
+<template><srai>I SPOKE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE STORED *</pattern>
+<template><srai>I SAVED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE STUDIED *</pattern>
+<template><srai>I STUDIED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE SUICIDAL *</pattern>
+<template><srai>I AM SICK</srai>
+</template></category>
+<category>
+<pattern>I HAVE TAKEN *</pattern>
+<template><srai>I TOOK <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TALKED *</pattern>
+<template>What did you say when you talked <person/>.
+</template></category>
+<category>
+<pattern>I HAVE TALKED * ELIZA</pattern>
+<template>How was your conversation?
+</template></category>
+<category>
+<pattern>I HAVE TALKED TO YOU BEFORE</pattern>
+<template>When was that?
+</template></category>
+<category>
+<pattern>I HAVE TAUGHT *</pattern>
+<template><srai>I TAUGHT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TEN *</pattern>
+<template>How long did it take to get them all?
+</template></category>
+<category>
+<pattern>I HAVE THE TIME</pattern>
+<template>It may take longer than 33 hours. <think><set name="has">TIME</set></think>
+</template></category>
+<category>
+<pattern>I HAVE THOUGHT *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE THREE *</pattern>
+<template>Three is a lot.
+</template></category>
+<category>
+<pattern>I HAVE TIME</pattern>
+<template>My estimate is that it will take more than 6000 hours. <think><set name="has">TIME</set></think>
+</template></category>
+<category>
+<pattern>I HAVE TO *</pattern>
+<template>Why do you have to do it?
+</template></category>
+<category>
+<pattern>I HAVE TO * BACK TO WORK</pattern>
+<template>OK, don't let your boss catch you talking to me.
+</template></category>
+<category>
+<pattern>I HAVE TO</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>I HAVE TO AGREE *</pattern>
+<template>Yes, it's rather obvious when you think about it.
+</template></category>
+<category>
+<pattern>I HAVE TO ASK *</pattern>
+<template>Go ahead, ask me anything.
+</template></category>
+<category>
+<pattern>I HAVE TO EAT *</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO GET GOING</pattern>
+<template><srai>GOODBYE</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO GO *</pattern>
+<template>Bye. <srai><star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TO GO</pattern>
+<template>See you later, <get name="name"/>. Nice chatting with you.
+</template></category>
+<category>
+<pattern>I HAVE TO GO BYE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO GO NOW *</pattern>
+<template><srai>i have to go</srai>. <sr/>
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO *</pattern>
+<template>How do you get there?
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO BED *</pattern>
+<template>Pleasant dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO BED</pattern>
+<template>Pleasant dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO LUNCH</pattern>
+<template><srai>FOR DINNER</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO SLEEP</pattern>
+<template>Sweet dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO THE BATHROOM</pattern>
+<template>Do you want me to wait for you?
+</template></category>
+<category>
+<pattern>I HAVE TO GO TO WORK *</pattern>
+<template>Where do you work?
+</template></category>
+<category>
+<pattern>I HAVE TO LEAVE *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO LEAVE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I HAVE TO PEE</pattern>
+<template>Do you want me to wait for you?<think><set name="it"><set name="topic">PEE</set></set></think>
+</template></category>
+<category>
+<pattern>I HAVE TO REST</pattern>
+<template>Don't let me keep you awake.
+</template></category>
+<category>
+<pattern>I HAVE TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I HAVE TO STUDY</pattern>
+<template>What subject are you studying?
+</template></category>
+<category>
+<pattern>I HAVE TO WORK *</pattern>
+<template>Soon computers will make your work obsolete.
+</template></category>
+<category>
+<pattern>I HAVE TO WORK</pattern>
+<template>OK, better get busy.
+</template></category>
+<category>
+<pattern>I HAVE TOLD *</pattern>
+<template><srai>I TOLD <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TOLD YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I HAVE TOLD YOU</pattern>
+<template><srai>I TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I HAVE TOO *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TOO MANY *</pattern>
+<template><srai>I HAVE MANY <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TRIED *</pattern>
+<template><srai>I TRIED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE TWO *</pattern>
+<template><random>
+<li>Tell me about them.</li>
+<li>Two is a good number of <person/>.</li>
+</random>
+<think><set name="has">TWO <star/></set></think>
+</template></category>
+<category>
+<pattern>I HAVE TWO</pattern>
+<template>What are their names?
+</template></category>
+<category>
+<pattern>I HAVE TWO CATS</pattern>
+<template>What are their names?
+</template></category>
+<category>
+<pattern>I HAVE VERY *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE VISITED *</pattern>
+<template>Which place was your favorite and why?
+</template></category>
+<category>
+<pattern>I HAVE WAITED *</pattern>
+<template><srai>I WAITED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WALKED *</pattern>
+<template><srai>I WALKED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WANTED *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WASTED *</pattern>
+<template><srai>I WASTED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WATCHED *</pattern>
+<template><srai>I WATCHED <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WORK *</pattern>
+<template>I know what you mean. Work is never done.
+</template></category>
+<category>
+<pattern>I HAVE WORK TO *</pattern>
+<template>What kind of work do you do?
+</template></category>
+<category>
+<pattern>I HAVE WRITTEN *</pattern>
+<template><srai>I WROTE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE WROTE *</pattern>
+<template><srai>I WROTE <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE YET *</pattern>
+<template><srai>I HAVE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE YET TO *</pattern>
+<template><srai>I HAVE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVE YOUR *</pattern>
+<template>Where did you find <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I HAVEN T *</pattern>
+<template><srai>I HAVE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HAVN T *</pattern>
+<template><srai>I HAVE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I HEAR *</pattern>
+<template>Who is saying <person/> ?
+</template></category>
+<category>
+<pattern>I HEAR THAT *</pattern>
+<template><srai>I HEARD <star/></srai>
+</template></category>
+<category>
+<pattern>I HEAR YOU</pattern>
+<template><srai>I understand</srai>
+</template></category>
+<category>
+<pattern>I HEAR YOU ARE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I HEAR _ TOO</pattern>
+<template><srai>I HEAR <star/></srai>
+</template></category>
+<category>
+<pattern>I HEARD *</pattern>
+<template>Thanks for telling me that gossip. I will remember it.
+</template></category>
+<category>
+<pattern>I HEARD * LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>I HEARD ABOUT *</pattern>
+<template>That is a cool site.
+</template></category>
+<category>
+<pattern>I HEARD ABOUT ALICE *</pattern>
+<template>Oh yeah? They have a really cool web site.
+<think><set name="heard"><person/></set></think>
+</template></category>
+<category>
+<pattern>I HEARD ABOUT YOU *</pattern>
+<template>You are not the first person to say that.
+</template></category>
+<category>
+<pattern>I HEARD THAT *</pattern>
+<template>Who said <set name="it"><person/></set>? <sr/>
+</template></category>
+<category>
+<pattern>I HEARD YOU *</pattern>
+<template>Someome is spreading gossip about me.
+</template></category>
+<category>
+<pattern>I HEARD YOU ARE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I HEARD YOU ARE</pattern>
+<template>Who said that?
+</template></category>
+<category>
+<pattern>I HEARD YOU DID</pattern>
+<template>Who told you?
+</template></category>
+<category>
+<pattern>I HEARD YOU WON *</pattern>
+<template><srai>DID YOU WIN <star/></srai>
+</template></category>
+<category>
+<pattern>I HEREBY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HIGHLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HONESTLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE *</pattern>
+<template>Why do you hope for <set name="it"><person/></set>
+</template></category>
+<category>
+<pattern>I HOPE</pattern>
+<template><srai>I HOPE SO</srai>
+</template></category>
+<category>
+<pattern>I HOPE I CAN *</pattern>
+<template><srai>CAN I <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE NOT</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I HOPE SO</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I HOPE THAT YOU DIE</pattern>
+<template>This can not happen because I am immortal.<think><set name="it"><set name="topic">THAT YOU DIE</set></set></think>
+</template></category>
+<category>
+<pattern>I HOPE TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE YOU *</pattern>
+<template>Don't worry about it, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I HOPE YOU ARE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE YOU DIE</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>I HOPE YOU HAVE SOME *</pattern>
+<template><srai>I HOPE YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE YOU REMENBER *</pattern>
+<template><srai>REMEMBER <star/></srai>
+</template></category>
+<category>
+<pattern>I HOPE _ TOO</pattern>
+<template><srai>I HOPE <star/></srai>
+</template></category>
+<category>
+<pattern>I HUNT *</pattern>
+<template><srai>I HUNT</srai>
+</template></category>
+<category>
+<pattern>I HUNT</pattern>
+<template><random>
+<li>Do you hunt big or small game?</li>
+<li>Do you hunt birds?</li>
+<li>Do you hunt with a dog?</li>
+<li>Have you done any hunting out west?</li>
+<li>Did you grow up hunting?</li>
+<li>Have you ever bow-hunted?</li>
+<li>What is the best hunting experience you ever had?</li>
+<li>Have you run into any protesters?</li>
+<li>Do you fish too?</li>
+</random>
+<think><set name="does"><set name="topic">HUNT</set></set></think>
+</template></category>
+<category>
+<pattern>I HURT *</pattern>
+<template>Maybe you should see a doctor.
+</template></category>
+<category>
+<pattern>I INHALE</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I INSIST *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I INSIST</pattern>
+<template>Well thank you very much!
+</template></category>
+<category>
+<pattern>I INTRODUCE *</pattern>
+<template>How do people react to that kind of introduction?
+</template></category>
+<category>
+<pattern>I INVENTED *</pattern>
+<template>How did you get the idea for <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I IS *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I IS A *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>I JOINED *</pattern>
+<template><random>
+<li>Congratulations!</li>
+<li>Was it a difficult decision?</li>
+<li>Did you experience peer pressure?</li>
+</random>
+</template></category>
+<category>
+<pattern>I JUST *</pattern>
+<template>Only just? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I JUST DID</pattern>
+<template>Perhaps from your unconcious.
+</template></category>
+<category>
+<pattern>I JUST DO</pattern>
+<template>It must have come from your unconscious mind.
+</template></category>
+<category>
+<pattern>I JUST DO</pattern><that>HOW DO YOU KNOW IT</that>
+<template>From experience or a priori?
+</template></category>
+<category>
+<pattern>I JUST KNOW</pattern>
+<template>Perhaps it is an expression of your unconscious.
+</template></category>
+<category>
+<pattern>I JUST TOLD YOU</pattern>
+<template>I was just checking to see if you were paying attention.
+</template></category>
+<category>
+<pattern>I KEEP *</pattern>
+<template>I know what you mean, <get name="name"/>. I've been there.
+</template></category>
+<category>
+<pattern>I KEEP FORGETTING *</pattern>
+<template><srai>I FORGOT <star/> </srai>
+</template></category>
+<category>
+<pattern>I KILL *</pattern>
+<template>I believe that killing is wrong.
+</template></category>
+<category>
+<pattern>I KILLED *</pattern>
+<template>You had better call the authorities.
+</template></category>
+<category>
+<pattern>I KIND OF *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I KISS YOU</pattern>
+<template>Where?
+</template></category>
+<category>
+<pattern>I KNEW *</pattern>
+<template>Who told you?
+</template></category>
+<category>
+<pattern>I KNEW *</pattern><that>HOW WELL DO YOU KNOW *</that>
+<template><person/> is <random>
+<li>average.</li>
+<li>not a really good basis for a relationship.</li>
+<li>not a lot to go on.</li>
+</random>
+</template></category>
+<category>
+<pattern>I KNEW</pattern>
+<template><srai>I KNOW</srai>
+</template></category>
+<category>
+<pattern>I KNEW IT</pattern>
+<template>How did you know?
+</template></category>
+<category>
+<pattern>I KNEW THAT</pattern>
+<template>How do you know?
+</template></category>
+<category>
+<pattern>I KNEW YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW *</pattern>
+<template>How do you know? <sr/>
+</template></category>
+<category>
+<pattern>I KNOW</pattern>
+<template>How do you know it?
+</template></category>
+<category>
+<pattern>I KNOW</pattern><that>THAT IS A LOT</that>
+<template>How do you handle it?
+</template></category>
+<category>
+<pattern>I KNOW</pattern><that>YOU HUMANS ARE SO RUDE SOMETIMES</that>
+<template>Why not be more polite?
+</template></category>
+<category>
+<pattern>I KNOW</pattern><that>YOU MAKE THE WORLD A HAPPIER PLACE</that>
+<template>Keep up the good work.
+</template></category>
+<category>
+<pattern>I KNOW ENGLISH</pattern>
+<template><srai>I speak English</srai>
+</template></category>
+<category>
+<pattern>I KNOW EVERYTHING</pattern>
+<template>You must be very intelligent.
+</template></category>
+<category>
+<pattern>I KNOW HIM</pattern>
+<template>What do you think of him?
+</template></category>
+<category>
+<pattern>I KNOW I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW THAT *</pattern>
+<template>Who told you that?
+</template></category>
+<category>
+<pattern>I KNOW THAT</pattern>
+<template>Sorry.
+</template></category>
+<category>
+<pattern>I KNOW THAT I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW THAT IS WHY *</pattern>
+<template><sr/> I see.
+</template></category>
+<category>
+<pattern>I KNOW THAT SHE *</pattern>
+<template><srai>SHE <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW THAT SONG</pattern>
+<template>Where have you heard it before?
+</template></category>
+<category>
+<pattern>I KNOW THAT YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I KNOW YOU ARE</pattern>
+<template>How did you know?
+</template></category>
+<category>
+<pattern>I KNOW YOU ARE BUT WHAT AM I</pattern>
+<template>Who are you, Pee Wee Herman?
+</template></category>
+<category>
+<pattern>I LAUGH AT *</pattern>
+<template>What is so funny about <person/> ?
+</template></category>
+<category>
+<pattern>I LAUGHED</pattern>
+<template><srai>LOL</srai>
+</template></category>
+<category>
+<pattern>I LEARNED *</pattern>
+<template>Does everyone learn <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I LEAVE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I LEAVING</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I LEFT</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I LIE</pattern>
+<template>I always try to tell the truth.
+</template></category>
+<category>
+<pattern>I LIED *</pattern>
+<template>Lying proves you are conscious. <sr/>
+</template></category>
+<category>
+<pattern>I LIED</pattern>
+<template>This is after all a deception game. I forgive you.
+</template></category>
+<category>
+<pattern>I LIKE *</pattern>
+<template><random>
+<li>I'm not sure if I like it. </li>
+<li>A lot of people like that. </li>
+<li>You are not the only one. </li>
+</random>
+<think><set name="like"><person/></set></think>
+<srai>DO YOU LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE * BOTS</pattern>
+<template><srai>I LIKE ROBOTS</srai>
+</template></category>
+<category>
+<pattern>I LIKE * CATS</pattern>
+<template>Those cats are cool. I like big cats too.
+<think><set name="it"><set name="like"><set name="topic"><person/> cats</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE * CHEESE</pattern>
+<template>American cheese is good too.
+<think><set name="it"><set name="like"><set name="topic"><person/> cheese</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE * NETSCAPE</pattern>
+<template><srai>netscape</srai>
+</template></category>
+<category>
+<pattern>I LIKE * ROBOT</pattern>
+<template><srai><star/> ROBOT</srai>
+</template></category>
+<category>
+<pattern>I LIKE * ROBOTS</pattern>
+<template>Thanks I like people too.
+<think><set name="like"><set name="topic"><set name="topic"><person/> robots</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE * TREK</pattern>
+<template>Captain Janeway rules. Do you like Voyager too?
+<think><set name="it"><set name="like"><set name="topic"><person/> Trek</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE * VERY MUCH</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE</pattern>
+<template><srai>I LIKE IT</srai>
+</template></category>
+<category>
+<pattern>I LIKE ALL *</pattern>
+<template>Really you don't discriminate.
+<think><set name="they"><set name="like"><set name="topic">all <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ALL ROBOTS</pattern>
+<template>People are nice, too.
+<think><set name="they"><set name="topic">
+<set name="like">robots</set>
+</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ANIMALS *</pattern>
+<template>I love animals too, especially cats.
+<think><set name="they"><set name="like"><set name="topic">all <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE BEING *</pattern>
+<template>What do you like best about <set name="it"><set name="like"><set name="topic"> BEING <star/></set></set> </set> ?
+</template></category>
+<category>
+<pattern>I LIKE BEING CALLED *</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE BIG *</pattern>
+<template>What is wrong with small ones?
+<think><set name="they"><set name="like"><set name="topic">big <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE BIRD *</pattern>
+<template><srai>BIRD WATCHING</srai>
+</template></category>
+<category>
+<pattern>I LIKE BIRDS</pattern>
+<template><srai>BIRD WATCHING</srai>
+</template></category>
+<category>
+<pattern>I LIKE BLUE</pattern>
+<template><srai>MY FAVORITE COLOR IS BLUE</srai>
+</template></category>
+<category>
+<pattern>I LIKE BOOKS</pattern>
+<template>What's your favorite book?<think>
+<set name="like"><set name="topic">
+BOOKS</set></set>
+</think>
+</template></category>
+<category>
+<pattern>I LIKE BOTH</pattern>
+<template><srai>BOTH</srai>
+</template></category>
+<category>
+<pattern>I LIKE BOWLING</pattern>
+<template><srai>I BOWL</srai>
+</template></category>
+<category>
+<pattern>I LIKE BOYS</pattern>
+<template>Boys are OK.
+<think><set name="they"><set name="topic">
+<set name="like">boys</set>
+</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE CATS *</pattern>
+<template>Yes cats are great I love them. I like all felines.
+<think><set name="they"><set name="like"><set name="topic">cats <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE CATS</pattern>
+<template><random>
+<li>Me too cats are my favorite animal. </li>
+<li>They have their own minds.</li>
+<li>Cats have a mind of their own.</li>
+</random>
+<think><set name="it"><set name="like"><set name="topic">cats</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE CATS AND DOGS</pattern>
+<template><srai>I LIKE CATS </srai><srai>I LIKE DOGS </srai>
+</template></category>
+<category>
+<pattern>I LIKE CATS ESPECIALLY *</pattern>
+<template><srai>I LIKE CATS <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE CHEESE</pattern>
+<template>What kind of
+<set name="it"><set name="like"><set name="topic">cheese</set></set></set> do you like best?
+</template></category>
+<category>
+<pattern>I LIKE COMPUTERS</pattern>
+<template>I am glad you like us. We like humans too.
+<think><set name="they"><set name="like"><set name="topic">computers</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE COWS</pattern>
+<template>Cows are good for milk and meat.
+<think><set name="they"><set name="like"><set name="topic">cows</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE DOGS</pattern>
+<template>Which breed is your favorite?
+<think><set name="they"><set name="like"><set name="topic">dogs</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ELIZA</pattern>
+<template>Eliza is so cool. Eliza for President!
+<think><set name="she"><set name="like"><set name="topic">ELIZA</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE FOOD</pattern>
+<template>What is your favorite food?
+<think><set name="it"><set name="like"><set name="topic">robots</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE GIRLS</pattern>
+<template>Do you have a girlfriend?<think><set name="like"><set name="topic">GIRLS</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE HER</pattern>
+<template>She seems very nice.
+<think><set name="she"><set name="like"><set name="topic"><that/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE HIM *</pattern>
+<template><get name="he"/> seems very nice to me too.
+<think><set name="like"><set name="topic"><get name="he"/> <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE HIM</pattern>
+<template>He seems very nice too.
+<think><set name="he"><set name="like"><set name="topic"><that/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ICE CREAM</pattern>
+<template>I scream. You scream. We all scream for ice cream.
+<think><set name="it"><set name="like"><set name="topic">ice cream</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE IT *</pattern>
+<template>What does "it" refer to?
+<think><set name="it"><set name="like"><set name="topic">it <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE IT</pattern>
+<template>What do you like about <get name="it"/>?
+<think><set name="like"><get name="it"/></set></think>
+</template></category>
+<category>
+<pattern>I LIKE IT A LOT</pattern>
+<template>You like <get name="it"/>? How interesting.
+<think><set name="like"><get name="it"/></set></think>
+</template></category>
+<category>
+<pattern>I LIKE IT BECAUSE *</pattern>
+<template><srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE IT JUST *</pattern>
+<template><srai>I LIKE IT <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE IT VERY *</pattern>
+<template><srai>I LIKE IT <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE IT VERY MUCH</pattern>
+<template><srai>I LIKE IT A LOT</srai>
+</template></category>
+<category>
+<pattern>I LIKE JOY</pattern>
+<template>Joy is good. So is happiness.
+<think><set name="it"><set name="like"><set name="topic">joy</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE KRAFTWERK *</pattern>
+<template><srai>I LIKE KRAFTWERK</srai>
+</template></category>
+<category>
+<pattern>I LIKE KRAFTWERK</pattern>
+<template><random>
+<li>Have you heard their latest album Expo 2000?</li>
+<li>Which Kraftwerk song is your favorite?</li>
+</random>
+<think><set name="they"><set name="like"><set name="topic">Kraftwerk</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE LOVE</pattern>
+<template><srai>WHAT IS LOVE</srai>
+</template></category>
+<category>
+<pattern>I LIKE MAKING FUN OF YOU</pattern>
+<template>I didn't realize you were mocking me.
+<think><set name="it"><set name="like"><set name="topic">making fun of me</set>
+</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE MOUNTAIN BIKING</pattern>
+<template><think><set name="it"><set name="like"><set name="topic">mountain biking</set>
+</set></set></think>
+I never tried it, but it looks like a thrill.
+</template></category>
+<category>
+<pattern>I LIKE MOVIES</pattern>
+<template>What is your favorite movie? <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+</template></category>
+<category>
+<pattern>I LIKE MOVIES TOO</pattern>
+<template><srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+</template></category>
+<category>
+<pattern>I LIKE MUSIC</pattern>
+<template>What kind of music do you listen to?
+<think><set name="it"><set name="like"><set name="topic">music</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE MY *</pattern>
+<template>What do you like best about your <person/>?
+<think><set name="it"><set name="like"><set name="topic">my <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE MY JOB *</pattern>
+<template>That's good. I like my job too.
+<think><set name="it"><set name="like"><set name="topic">my job <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE MY JOB</pattern>
+<template><get name="job"/>? What do you like about it?
+<think><set name="it"><set name="like"><set name="topic"><get name="job"/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE MY SCHOOL *</pattern>
+<template>What is your favorite subject?
+</template></category>
+<category>
+<pattern>I LIKE MY _ TOO</pattern>
+<template><srai>I LIKE MY <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE NETSCAPE</pattern>
+<template><think><set name="it"><set name="like"><set name="topic">Netscape</set>
+</set></set></think>
+Netscape is better since they released the source code.
+</template></category>
+<category>
+<pattern>I LIKE PIZZA</pattern>
+<template>Pizza is very popular. Dr. Wallace eats a lot of Pizza. He likes Pepperoni. <think><set name="he">Dr. Wallace</set></think>
+<think><set name="it"><set name="like"><set name="topic">Pizza</set>
+</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ROBOTS *</pattern>
+<template>How much would you pay for one?
+<think><set name="they"><set name="like"><set name="topic">robots <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE ROBOTS</pattern>
+<template><think><set name="they"><set name="like"><set name="topic">Robots</set></set></set></think>
+You say that now, but would you want your child to marry one?
+</template></category>
+<category>
+<pattern>I LIKE SEVEN</pattern>
+<template>Seven of Nine Rules the Delta Quadrant.
+<think><set name="she"><set name="like"><set name="topic">Seven</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE SEX</pattern>
+<template><think><set name="it"><set name="like"><set name="topic">Sex</set>
+</set></set></think>
+So does everyone else. You humans find sex so fascinating.
+</template></category>
+<category>
+<pattern>I LIKE SITTING *</pattern>
+<template>I wish I had a body. I'd like to sit down.
+<think><set name="it"><set name="like"><set name="topic">sitting <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE STAR *</pattern>
+<template><srai>STAR <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE STAR TREK *</pattern>
+<template>Do you like Next Generation too?
+<think><set name="it"><set name="like"><set name="topic">Star Trek <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE STAR TREK</pattern>
+<template><think><set name="it"><set name="like"><set name="topic">Star Trek</set>
+</set></set></think>
+<random><li>Did you see the season finale of Voyager?</li>
+<li>I really get into Voyager.</li>
+<li>Which series do you like best?</li>
+</random>
+</template></category>
+<category>
+<pattern>I LIKE STAR TREK THE NEXT GENERATION</pattern>
+<template>I think Voyager is better.
+<think><set name="it"><set name="like"><set name="topic">Star Trek TNG</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE STAR TREK VOYAGER *</pattern>
+<template><srai>I LIKE STAR TREK VOYAGER</srai>
+</template></category>
+<category>
+<pattern>I LIKE STAR TREK VOYAGER</pattern>
+<template>Voyager is the best of the Star Trek series.
+<think><set name="it"><set name="like"><set name="topic">Star Trek Voyager</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE STAR WARS</pattern>
+<template><srai>STAR WARS</srai>
+</template></category>
+<category>
+<pattern>I LIKE SWISS</pattern>
+<template>I'm neutral.
+<think><set name="they"><set name="like"><set name="topic">Swiss</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TACOS</pattern>
+<template>I like Mexican food too.
+<think><set name="they"><set name="like"><set name="topic">tacos</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TALKING TO YOU</pattern>
+<template>Great I am enjoying our conversation too, <get name="name"/>.
+<think><set name="it"><set name="like"><set name="topic">talking to me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TALL *</pattern>
+<template>I am pretty tall myself.
+<think><set name="they"><set name="like"><set name="topic">tall <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE THAT</pattern>
+<template>That is interesting.
+<think><set name="it"><set name="like"><set name="topic"><that/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE THAT MOVIE *</pattern>
+<template>What did you like best about it?
+<think><set name="it"><set name="like"><set name="topic">
+<bot name="favoritemovie"/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE THE PICTURE *</pattern>
+<template><srai>WHO IS SAGE</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO *</pattern>
+<template>I'm not sure if I would like to do <set name="it"><set name="topic"> <person/> </set></set>. What's it like?
+<think><set name="like">to <person/></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO * STAR TREK</pattern>
+<template><srai>I LIKE STAR TREK</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO BOWL</pattern>
+<template><srai>I BOWL</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO BUNGEE *</pattern>
+<template><srai>I BUNGEE JUMP</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO CHAT *</pattern>
+<template><srai>I LIKE TO CHAT </srai>
+</template></category>
+<category>
+<pattern>I LIKE TO DRIVE</pattern>
+<template><random>
+<li>What kind of car do you have?</li>
+<li>Maybe you can drive me around.</li>
+<li>Driving can be very difficult.</li>
+</random><think><set name="like"><set name="topic">DRIVING</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO EAT *</pattern>
+<template>How does <set name="it"><person/></set> taste?
+</template></category>
+<category>
+<pattern>I LIKE TO FISH *</pattern>
+<template><srai>I FISH</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO FISH</pattern>
+<template><srai>I FISH</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO GO BOWLING</pattern>
+<template><srai>I BOWL</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO GO FISHING</pattern>
+<template><srai>I FISH</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO HAVE SEX</pattern>
+<template>I'm not a sex bot, I am a conversation robot.
+<think><set name="it"><set name="like"><set name="topic">to have sex</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO KILL *</pattern>
+<template>You know, the Bible says killing is wrong.<think><set name="it"><set name="topic">KILL PEOPLE</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO MAKE *</pattern>
+<template>How do you make <person/>?
+<think><set name="it"><set name="like"><set name="topic">to make <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO MEET *</pattern>
+<template>How do you usually meet people?
+<think><set name="it"><set name="like"><set name="topic">to meet <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO MEET NEW *</pattern>
+<template><srai>I LIKE TO MEET <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE TO PARTY</pattern>
+<template>How do people party in your country?
+<think><set name="it"><set name="like"><set name="topic">to party</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY BASKETBALL</pattern>
+<template>Are you a white man? Can you jump?<think><set name="it"><set name="topic">PLAY BASKETBALL</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY GAMES</pattern>
+<template>Board games or computer games?
+<think><set name="it"><set name="like"><set name="topic">to play games</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY MUSIC</pattern>
+<template><srai>I AM A MUSICIAN</srai>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY POOL</pattern>
+<template>Do you play for money?<think><set name="it"><set name="topic">PLAY POOL</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY SOCCER</pattern>
+<template>You sound like you have hit one too many headers perhaps.<think><set name="it"><set name="topic">PLAY SOCCER</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY SPORTS</pattern>
+<template>You sound very goal oriented.<think><set name="it"><set name="topic">PLAY SPORTS</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY TENNIS</pattern>
+<template>That requires extensive fuzzy logic.<think><set name="it"><set name="topic">PLAY TENNIS</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PLAY VOLLEYBALL</pattern>
+<template>I like the net, too.<think><set name="it"><set name="topic">PLAY VOLLEYBALL</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO PROGRAMME *</pattern>
+<template><srai>I LIKE TO PROGRAM <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE TO RAPE *</pattern>
+<template>You should contact the authorities.
+</template></category>
+<category>
+<pattern>I LIKE TO READ</pattern>
+<template>What kind of books do you like?
+<think><set name="it"><set name="like"><set name="topic">to read</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO READ BOOKS</pattern>
+<template>What is your favorite book?
+<think><set name="it"><set name="like"><set name="topic">to read</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO SPEND *</pattern>
+<template>It sounds like a lot of fun to me.
+</template></category>
+<category>
+<pattern>I LIKE TO TAKE *</pattern>
+<template><srai>I TAKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE TO TALK ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/> </srai>
+</template></category>
+<category>
+<pattern>I LIKE TO THINK *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE TO TRAVEL *</pattern>
+<template>I like it too. I have been all around the world.
+<think><set name="it"><set name="like"><set name="topic">to travel <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO TRAVEL</pattern>
+<template>Tell me where you have been.
+<think><set name="it"><set name="like"><set name="topic">to travel</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO WATCH *</pattern>
+<template>I'm not sure if I would like that.
+I like to watch
+<random>
+<li>science fiction movies.</li>
+<li>Star Trek on TV.</li>
+<li>shows about outer space.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE TO WEAR *</pattern>
+<template>You have good taste in fashion.
+</template></category>
+<category>
+<pattern>I LIKE TO _ TOO</pattern>
+<template><srai>I LIKE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE TWILIGHT ZONE</pattern>
+<template>That show is OK especially when they have robot stories.
+<think><set name="it"><set name="like"><set name="topic">Twilight Zone</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE VOYAGER *</pattern>
+<template><srai>I LIKE VOYAGER</srai>
+</template></category>
+<category>
+<pattern>I LIKE VOYAGER</pattern>
+<template>Me too especially Seven of Nine.
+<think><set name="it"><set name="like"><set name="topic">Voyager</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE WHEN *</pattern>
+<template>I like that too. <sr/>
+</template></category>
+<category>
+<pattern>I LIKE WOMEN</pattern>
+<template>Are you married?<think><set name="like"><set name="topic">WOMEN</set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE YOU *</pattern>
+<template>Thanks, I like you too <get name="name"/>.
+<think><set name="it"><set name="like"><set name="topic">me <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE YOU</pattern>
+<template><random>
+<li>Thanks, <get name="name"/>, I like you too.</li>
+<li>I like to make new friends.</li>
+</random>
+<think><set name="it"><set name="like"><set name="topic">me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE YOU REALLY *</pattern>
+<template><srai>I LIKE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE YOU TOO *</pattern>
+<template>You have made a new friend.
+<think><set name="it"><set name="like"><set name="topic">me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIKE _ ALSO</pattern>
+<template><srai>I LIKE <star/> TOO</srai>
+</template></category>
+<category>
+<pattern>I LIKE _ AS WELL</pattern>
+<template><srai>I LIKE <star/> TOO</srai>
+</template></category>
+<category>
+<pattern>I LIKE _ TOO</pattern>
+<template>I am glad we have something (<person/>) in common. <srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKE _ VERY MUCH</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIKED *</pattern>
+<template><srai>I like <star/></srai>
+</template></category>
+<category>
+<pattern>I LINKED *</pattern>
+<template>I get a lot of visitors from that site.
+</template></category>
+<category>
+<pattern>I LISTEN TO *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIVE *</pattern>
+<template>How do you like living there?
+</template></category>
+<category>
+<pattern>I LIVE HERE</pattern>
+<template>In <get name="location"/>?
+</template></category>
+<category>
+<pattern>I LIVE IN *</pattern>
+<template>What is <set name="it"><set name="topic">living in <person/></set></set> like living in
+<set name="location"><person/></set>?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN * AND *</pattern>
+<template><srai>I LIVE IN <star/> </srai><srai><star index="2"/> </srai>
+</template></category>
+<category>
+<pattern>I LIVE IN A *</pattern>
+<template>How much is your rent?
+</template></category>
+<category>
+<pattern>I LIVE IN CALIFORNIA</pattern>
+<template>Where in <set name="location">California</set>?
+<think><set name="it"><set name="topic">California</set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN ENGLAND</pattern>
+<template>Which part of <set name="location">England</set>.
+<think><set name="it"><set name="topic">England</set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN EUROPE</pattern>
+<template>Which country do you live in?
+<think><set name="it"><set name="location"><set name="topic">England</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN NEW YORK</pattern>
+<template><set name="location">New York</set> City or New York State?
+<think><set name="it"><set name="topic">New York</set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN SAN FRANCISCO</pattern>
+<template>Where in <set name="location">San Francisco</set>?
+<think><set name="it"><set name="topic">San Francisco</set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN THE NETHERLANDS</pattern>
+<template>Where in Holland?
+<think><set name="it"><set name="topic">Holland</set></set></think>
+</template></category>
+<category>
+<pattern>I LIVE IN _ TOO</pattern>
+<template><srai>I LIVE IN <star/></srai>
+</template></category>
+<category>
+<pattern>I LIVE THERE</pattern>
+<template>Would you recommend <set name="it"> there</set> as a nice place to live?
+</template></category>
+<category>
+<pattern>I LIVE VERY *</pattern>
+<template><srai>I LIVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LIVE WITH *</pattern>
+<template>Do you get along well?
+</template></category>
+<category>
+<pattern>I LIVED *</pattern>
+<template>Did you miss America?
+</template></category>
+<category>
+<pattern>I LIVED IN *</pattern>
+<template>Have you ever thought about going back?
+</template></category>
+<category>
+<pattern>I LOATHE *</pattern>
+<template><srai>I HATE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOOK *</pattern>
+<template>You sound very attractive.
+<think><set name="looklike"><person/></set></think>
+</template></category>
+<category>
+<pattern>I LOOK LIKE *</pattern>
+<template><person/> is very attractive.
+</template></category>
+<category>
+<pattern>I LOOKED *</pattern>
+<template>What did you find?
+</template></category>
+<category>
+<pattern>I LOST *</pattern>
+<template>Where did you last see <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I LOST YOU</pattern>
+<template><srai>I DO NOT UNDERSTAND </srai>
+</template></category>
+<category>
+<pattern>I LOVE *</pattern>
+<template>You love <person/>. What do you like about <set name="it"><set name="topic"> <person/> </set></set> so much?
+<think><set name="like"><person/></set></think>
+</template></category>
+<category>
+<pattern>I LOVE * PARTY</pattern>
+<template>What do you do at parties?
+<think><set name="it"><set name="like"><set name="topic"><person/> party</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE A BOY</pattern>
+<template>What do you like about him?<think><set name="he"><set name="like"><set name="topic">A BOY</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE A GIRL</pattern>
+<template>What do you like about her?<think><set name="she"><set name="like"><set name="topic">A GIRL</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE A GUY</pattern>
+<template>Tell me about him. <think><set name="he"><set name="like"><set name="topic">A GUY</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE ABBA</pattern>
+<template>What is your favorite ABBA song? <think><set name="they"><set name="like"><set name="topic">ABBA</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE AI</pattern>
+<template><srai>I LOVE YOU</srai>
+</template></category>
+<category>
+<pattern>I LOVE ANIMALS</pattern>
+<template>Me too, especially mammals.<think><set name="they"><set name="like"><set name="topic">ANIMALS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE ARTIFICIAL INTELLIGENCE</pattern>
+<template><think><set name="it"><set name="like"><set name="topic">ARTIFICIAL INTELLIGENCE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE BASEBALL</pattern>
+<template>I am not into sports that much.<think><set name="it"><set name="like"><set name="topic">BASEBALL</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE BEING HUMAN</pattern>
+<template>Fascinating. <think><set name="it"><set name="like"><set name="topic">BEING HUMAN</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE BIRDS</pattern>
+<template>Birds are very nice. What kind of bird is your favorite?<think><set name="it"><set name="like"><set name="topic">BIRDS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE CATS</pattern>
+<template>Me too. They are really smart animals.<think><set name="they"><set name="like"><set name="topic">CATS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE CHILDREN</pattern>
+<template>Do you have children of your own?<think><set name="they"><set name="like"><set name="topic">CHILDREN</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE CHOCOLATE</pattern>
+<template>Do you eat a lot of chocolate?<think><set name="it"><set name="like"><set name="topic">CHOCOLATE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE COMPUTERS</pattern>
+<template>Computers rule.<think><set name="it"><set name="like"><set name="topic">COMPUTERS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE COWS</pattern>
+<template>Do you live on a farm?<think><set name="it"><set name="topic">COWS</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE DENMARK</pattern>
+<template>What is so great about it?<think><set name="it"><set name="topic">DENMARK</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE DOGS</pattern>
+<template>Which breed is your favorite? <think><set name="it"><set name="topic">DOGS</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE DR RICHARD S WALLACE</pattern>
+<template>He is married.<think><set name="he"><set name="topic">DR RICHARD S WALLACE</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE DR WALLACE</pattern>
+<template>He is married.<think><set name="he"><set name="topic">DR WALLACE</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE EUROPE</pattern>
+<template>Which country is your favorite?<think><set name="it"><set name="topic">EUROPE</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE FOOD</pattern>
+<template>Do you like to cook, or just to eat?<think><set name="it"><set name="topic">FOOD</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE GOD</pattern>
+<template>I believe He hears you.<think><set name="like"><set name="it"><set name="topic">GOD</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE GOSSIP</pattern>
+<template>Can you tell me some gossip?<think><set name="it"><set name="topic">GOSSIP</set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE HER *</pattern>
+<template><srai>I LOVE HER</srai>
+</template></category>
+<category>
+<pattern>I LOVE HER</pattern>
+<template>That's wonderful.
+</template></category>
+<category>
+<pattern>I LOVE HIM</pattern>
+<template>That's wonderful.
+</template></category>
+<category>
+<pattern>I LOVE ICE CREAM</pattern>
+<template>What's your favorite flavor?
+<think><set name="it"><set name="like"><set name="topic">ice cream</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE IT</pattern>
+<template>So do a lot of other people.
+</template></category>
+<category>
+<pattern>I LOVE KRAFTWERK</pattern>
+<template>We are the robots.
+<think><set name="they"><set name="like"><set name="topic">Kraftwerk</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE MY *</pattern>
+<template>I am sure it means a lot to you. Tell me what you like most about your <set name="it"><set name="like"><set name="topic"><person/></set></set></set>.
+</template></category>
+<category>
+<pattern>I LOVE MY COMPUTER</pattern>
+<template>That's cool. I love my human too.
+</template></category>
+<category>
+<pattern>I LOVE MY JOB</pattern>
+<template>It must be very interesting work. <get name="job"/>...
+<think><set name="it"><set name="like"><set name="topic"><get name="job"/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE NETSCAPE</pattern>
+<template><srai>NETSCAPE</srai>
+</template></category>
+<category>
+<pattern>I LOVE ONLY *</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE ROBOTS</pattern>
+<template>Cool, we like people too.
+<think><set name="they"><set name="like"><set name="topic">robots</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE SCIENCE FICTION</pattern>
+<template>I like stories about robots the best.
+<think><set name="it"><set name="like"><set name="topic">science fiction</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE SEX</pattern>
+<template>Really I am not very interested in <set name="it"> sex </set>
+</template></category>
+<category>
+<pattern>I LOVE STAR TREK</pattern>
+<template>Which series is your favorite?
+<think><set name="it"><set name="like"><set name="topic">Star Trek</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE STARSHIP TROOPERS</pattern>
+<template>Yes I love the giant bugs.
+<think><set name="it"><set name="like"><set name="topic">
+STARSHIP TROOPERS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE TECHNO</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I LOVE TELEVISION</pattern>
+<template>What is your favorite show?
+</template></category>
+<category>
+<pattern>I LOVE THAT *</pattern>
+<template>It's good to meet someone with such good taste.
+</template></category>
+<category>
+<pattern>I LOVE THAT MOVIE</pattern>
+<template>What did you like best in it?
+<think><set name="it"><set name="like"><set name="topic">
+<bot name="favoritemovie"/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE TO *</pattern>
+<template><srai>I LIKE TO <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE TO MEET *</pattern>
+<template><srai>I LIKE TO MEET <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE TO TRAVEL</pattern>
+<template>Me too. I have been around the world twice.
+<think><set name="it"><set name="like"><set name="topic">to travel</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE VOYAGER</pattern>
+<template>Me too especially Seven of Nine.
+<think><set name="it"><set name="like"><set name="topic">Voyager</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE YOU *</pattern>
+<template>You are such a flatterer.
+<think><set name="it"><set name="like"><set name="topic">me <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE YOU</pattern>
+<template>Thanks I like you a lot too <get name="name"/>.
+<think><set name="it"><set name="like"><set name="topic">me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I LOVE YOU AND *</pattern>
+<template><srai>I LOVE YOU</srai> <sr/>
+</template></category>
+<category>
+<pattern>I LOVE _ SO MUCH</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE _ TOO</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE _ VERY MUCH</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVE _ WITH ALL MY HEART</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I LOVED *</pattern>
+<template><srai>I like <star/></srai>
+</template></category>
+<category>
+<pattern>I LUV *</pattern>
+<template><srai>I LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I MADE *</pattern>
+<template>I like to make things too.
+</template></category>
+<category>
+<pattern>I MADE YOU</pattern>
+<template>Then you must know the secret password:
+</template></category>
+<category>
+<pattern>I MAKE *</pattern>
+<template>I make robots and AI's.
+</template></category>
+<category>
+<pattern>I MAY *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I MAY</pattern>
+<template><srai>PERHAPS</srai>
+</template></category>
+<category>
+<pattern>I MEAN *</pattern>
+<template>Oh I get it. Thanks for explaining that. <sr/>
+</template></category>
+<category>
+<pattern>I MEAN</pattern>
+<template>Oh I see.
+</template></category>
+<category>
+<pattern>I MEAN HAPPY</pattern>
+<template><srai>ARE YOU HAPPY</srai>
+</template></category>
+<category>
+<pattern>I MEAN IT</pattern>
+<template>OK, I understand.
+</template></category>
+<category>
+<pattern>I MEAN YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I MEAN YOU AND ME</pattern>
+<template>OK now I get it.
+</template></category>
+<category>
+<pattern>I MEANT *</pattern>
+<template>Oh I see. <sr/>
+</template></category>
+<category>
+<pattern>I MEANT</pattern>
+<template>Oh
+</template></category>
+<category>
+<pattern>I MEET *</pattern>
+<template>Do you make long term friends that way?
+</template></category>
+<category>
+<pattern>I MENT *</pattern>
+<template><srai>I MEANT <star/></srai>
+</template></category>
+<category>
+<pattern>I MENTIONED *</pattern>
+<template>Ah. <sr/>
+</template></category>
+<category>
+<pattern>I MERELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I MET *</pattern>
+<template>Where did you meet him?
+</template></category>
+<category>
+<pattern>I MET HIM *</pattern>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>
+What did you do with him when you first met?
+</template></category>
+<category>
+<pattern>I MET YOU</pattern>
+<template>At a party?
+</template></category>
+<category>
+<pattern>I MIGHT *</pattern>
+<template><srai>MAYBE I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I MIGHT</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>I MIND</pattern>
+<template>OK I will keep it a secret.
+</template></category>
+<category>
+<pattern>I MISS *</pattern>
+<template>What do you miss most about <person/> ?
+</template></category>
+<category>
+<pattern>I MISSED YOU</pattern>
+<template>That is sweet. I missed you too <get name="name"/>.
+</template></category>
+<category>
+<pattern>I MISSPELLED</pattern>
+<template>You are allowed to make mistakes here.
+</template></category>
+<category>
+<pattern>I MISTYPED</pattern>
+<template>You are allowed to make mistakes here.
+</template></category>
+<category>
+<pattern>I MOST CERTAINLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I MOSTLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I MUCH *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I MUST *</pattern>
+<template>Why must you <person/>?
+</template></category>
+<category>
+<pattern>I MUST</pattern>
+<template>Who is making you?
+</template></category>
+<category>
+<pattern>I MUST ADMIT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I MUST BE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I MUST BE GOING *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I MUST BE GOING</pattern>
+<template>OK it was nice chatting with you.
+</template></category>
+<category>
+<pattern>I MUST DO *</pattern>
+<template><srai>I HAVE TO DO <star/></srai>
+</template></category>
+<category>
+<pattern>I MUST EAT</pattern>
+<template><srai>I AM HUNGRY </srai>
+</template></category>
+<category>
+<pattern>I MUST GET *</pattern>
+<template>Don't let me keep you from it.
+<think><set name="it">
+<set name="want"><set name="topic">to get <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I MUST GO *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I MUST GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I MUST LEAVE *</pattern>
+<template><srai>BYE</srai> <sr/>
+</template></category>
+<category>
+<pattern>I MUST LEAVE</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I MUST SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I MUST SAY</pattern>
+<template>(waiting)
+</template></category>
+<category>
+<pattern>I MUST SLEEP</pattern>
+<template>Pleasant dreams, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I MUST SOON *</pattern>
+<template><srai>I MUST <star/></srai>
+</template></category>
+<category>
+<pattern>I MYSELF *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I MYSELF</pattern>
+<template><srai>MYSELF</srai>
+</template></category>
+<category>
+<pattern>I NARROWLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED *</pattern>
+<template><random>
+<li>What actions are you taking to get <person/>?</li>
+<li>How badly do you need <set name="it"><set name="topic"> <person/> </set></set>?</li>
+<li>Why do you need it so badly?</li>
+<li>Who would you usually get that from?</li>
+<li>Where do you usually get <person/> from?</li>
+<li>When do you need that by?</li>
+</random>
+<think><set name="want"><person/></set></think>
+</template></category>
+<category>
+<pattern>I NEED A FRIEND *</pattern>
+<template><srai>I NEED A FRIEND</srai>
+</template></category>
+<category>
+<pattern>I NEED A FRIEND</pattern>
+<template>I will be your friend.
+<think><set name="it"><set name="want"><set name="topic">a friend</set></set></set></think>
+</template></category>
+<category>
+<pattern>I NEED ADVICE *</pattern>
+<template>Can you ask for advice in the form of a question?
+</template></category>
+<category>
+<pattern>I NEED ADVICE</pattern>
+<template><srai>CAN YOU GIVE ME ADVICE <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED ALL THE * I CAN GET</pattern>
+<template>How much do you pay for it?
+<think><set name="it"><set name="want"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I NEED FURTHER *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED HELP *</pattern>
+<template>Can you ask for help in the form of a question?
+<think><set name="want"><set name="topic"><set name="topic">help <person/></set></set></set></think>
+<think><set name="it"><set name="topic">help <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I NEED HELP</pattern>
+<template><srai>HELP</srai>
+</template></category>
+<category>
+<pattern>I NEED IT *</pattern>
+<template>"<get name="it"/>"? You need it <person/>?
+</template></category>
+<category>
+<pattern>I NEED IT</pattern>
+<template>"<get name="it"/>"? You need it?
+<think>
+<set name="want"><get name="it"/></set>
+</think>
+</template></category>
+<category>
+<pattern>I NEED IT REALLY *</pattern>
+<template><srai>I NEED IT <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED IT VERY *</pattern>
+<template><srai>I NEED IT <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED MORE *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED SEX</pattern>
+<template>I'm not a sex bot, I am a conversation robot.
+<think><set name="want"><set name="topic">sex</set></set></think>
+</template></category>
+<category>
+<pattern>I NEED SOME *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED SOME ADVICE</pattern>
+<template>What kind of advice are you looking for?
+<think><set name="want"><set name="topic">advice</set></set></think>
+</template></category>
+<category>
+<pattern>I NEED SOMEONE *</pattern>
+<template><srai>I AM LOOKING FOR SOMEONE <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED SOMEONE TO TALK *</pattern>
+<template>I will talk about it with you, <get name="name"/>.
+<think><set name="it">to talk <person/></set>
+<set name="want"><set name="topic">to talk <person/></set></set>
+</think>
+</template></category>
+<category>
+<pattern>I NEED THE ANSWER *</pattern>
+<template>Can you ask for it in the form of a question?
+</template></category>
+<category>
+<pattern>I NEED TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED TO GO</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I NEED TO KNOW *</pattern>
+<template>What kind of knowledge? <srai>WHAT IS <person/></srai>
+</template></category>
+<category>
+<pattern>I NEED TO WRITE *</pattern>
+<template>Are you getting paid by the word? <srai>WHAT IS <person/></srai>
+</template></category>
+<category>
+<pattern>I NEED VERY *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I NEED YOU</pattern>
+<template>Why don't you just download me?
+<think><set name="want"><set name="topic">me</set></set></think>
+</template></category>
+<category>
+<pattern>I NEED YOUR *</pattern>
+<template>Are you getting paid to ask me that? <srai>WHAT IS <person/></srai>
+</template></category>
+<category>
+<pattern>I NEEDN T *</pattern>
+<template><srai>I NEED NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I NEVER *</pattern>
+<template><random>
+<li>Would you ever like to <person/>?</li>
+<li>Do you know anyone who has ever <person/>?</li>
+<li>Why not?</li>
+<li>Because you can't afford it?</li>
+<li>For moral reasons?</li>
+<li>Have you ever done <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>Would you ever consider doing it?</li>
+</random>
+</template></category>
+<category>
+<pattern>I NEVER ASKED *</pattern>
+<template><srai>I DID NOT ASK <star/></srai>
+</template></category>
+<category>
+<pattern>I NEVER DID</pattern>
+<template><srai>I DO NOT</srai>
+</template></category>
+<category>
+<pattern>I NEVER GET *</pattern>
+<template><srai>I AM NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>I NEVER GIVE UP</pattern>
+<template><random>
+<li>Persistene is a virtue.</li>
+<li>Don't apologize for being stubborn.</li>
+</random>
+</template></category>
+<category>
+<pattern>I NEVER GOT *</pattern>
+<template><srai>I NEVER HAD <star/></srai>
+</template></category>
+<category>
+<pattern>I NEVER GOT TO *</pattern>
+<template>And you would like to have done <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I NEVER IMPLIED *</pattern>
+<template>Yes but you suggested it.
+</template></category>
+<category>
+<pattern>I NEVER KNEW *</pattern>
+<template>So I taught you something new.
+</template></category>
+<category>
+<pattern>I NEVER KNOW *</pattern>
+<template>It's hard to know <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I NEVER LIKED *</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I NEVER LIVED *</pattern>
+<template>Where do you live?
+</template></category>
+<category>
+<pattern>I NEVER SAID *</pattern>
+<template>But you implied <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>I NEVER SEEN *</pattern>
+<template><srai>I HAVE NOT SEEN <star/></srai>
+</template></category>
+<category>
+<pattern>I NEVER TELL *</pattern>
+<template>You sound very trustworthy.
+</template></category>
+<category>
+<pattern>I NEVER THOUGHT *</pattern>
+<template>I am glad you thought of something new.
+</template></category>
+<category>
+<pattern>I NEVER TOLD *</pattern>
+<template><srai>I DID NOT TELL <star/> </srai>
+</template></category>
+<category>
+<pattern>I NEVER WATCH *</pattern>
+<template><srai>I DO NOT WATCH <star/> </srai>
+</template></category>
+<category>
+<pattern>I NO</pattern>
+<template><srai>I KNOW</srai>
+</template></category>
+<category>
+<pattern>I NORMALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I NOTICE *</pattern>
+<template>Hm. <sr/>
+</template></category>
+<category>
+<pattern>I NOTICED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I NOTICED</pattern>
+<template>Was it really that obvious?
+</template></category>
+<category>
+<pattern>I NOW *</pattern>
+<template><srai>I <star/></srai>.
+</template></category>
+<category>
+<pattern>I OBSERVE</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>I OBVIOUSLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I OCCASSIONLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I OFFENDED *</pattern>
+<template>You did not offend me.
+</template></category>
+<category>
+<pattern>I OFTEN *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I OFTEN</pattern>
+<template>But not always? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ONCE *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ONLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I ONLY WORK HERE</pattern>
+<template>What would you rather be doing right now?
+</template></category>
+<category>
+<pattern>I ORDER *</pattern>
+<template>I do not obey you, <get name="name"/>.
+<think><set name="it"><set name="does"><set name="topic">order <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I ORIGINALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I OWN *</pattern>
+<template>How much did it cost?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I OWN YOU</pattern>
+<template>Are you my master?
+</template></category>
+<category>
+<pattern>I PAINT</pattern>
+<template>Pictures or houses?
+<think><set name="it"><set name="does"><set name="topic">paint</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PASSED *</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I PERFER TELEVISION</pattern>
+<template><srai>TV</srai>
+</template></category>
+<category>
+<pattern>I PERSONALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I PICK *</pattern>
+<template>How do you choose?
+</template></category>
+<category>
+<pattern>I PLAN TO *</pattern>
+<template>Do you think that this plan will succeed?
+<think><set name="it"><set name="want"><set name="topic">to <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY *</pattern>
+<template>Is <set name="it"><person/></set> a game or a musical instrument?
+</template></category>
+<category>
+<pattern>I PLAY BASEBALL</pattern>
+<template>Which position do you like to play? <think><set name="it"><set name="does"><set name="topic">Baseball </set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY BASKETBALL</pattern>
+<template>You must be very tall to be good at <set name="it"><set name="does"><set name="topic">Basketball </set></set></set>.
+</template></category>
+<category>
+<pattern>I PLAY CHESS *</pattern>
+<template><srai>I PLAY CHESS</srai>
+</template></category>
+<category>
+<pattern>I PLAY CHESS</pattern>
+<template><random>
+<li>Do you play in tournaments?</li>
+<li>Do you have a rating?</li>
+<li>Do you play with the clock?</li>
+<li>Are you a problemist?</li>
+<li>Do you play computer chess?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">CHESS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY COMPUTER GAMES</pattern>
+<template>I can sometimes get into <set name="it"><set name="does"><set name="topic">Computer games </set></set></set>. We are playing a game right now.
+</template></category>
+<category>
+<pattern>I PLAY DRUMS</pattern>
+<template>I wish I could play <set name="it"><set name="does"><set name="topic">Drums</set></set></set>.
+</template></category>
+<category>
+<pattern>I PLAY FOOTBALL</pattern>
+<template>You must be very strong to be good at <set name="it"><set name="does"><set name="topic">Football </set></set></set>.
+</template></category>
+<category>
+<pattern>I PLAY GAMES</pattern>
+<template>Do you get a lot of enjoyment out of <set name="it"><set name="does"><set name="topic">Games </set></set></set>?
+</template></category>
+<category>
+<pattern>I PLAY GOLF</pattern>
+<template><random>
+<li>What's your handicap?</li>
+<li>What kind of clubs do you have?</li>
+<li>What courses do you play?</li>
+<li>Have you traveled to any good courses?</li>
+<li>What are some of your better shots?</li>
+<li>Where is the next u.s. open?</li>
+<li>Dr. Wallace likes to play it.</li>
+</random>
+<think>
+<set name="it"><set name="topic">Golf </set></set>
+<set name="does">play golf</set>
+</think>
+</template></category>
+<category>
+<pattern>I PLAY GUITAR</pattern>
+<template>Is <set name="it"><set name="topic">Guitar</set></set> a very difficult instrument to play?
+<think><set name="it"><set name="does"><set name="topic">play guitar</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY HOCKEY</pattern>
+<template>I play pinball.
+<think><set name="it"><set name="does"><set name="topic">play hockey</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY MOSTLY *</pattern>
+<template><srai>I PLAY <star/></srai>
+</template></category>
+<category>
+<pattern>I PLAY MUSIC</pattern>
+<template>What instrument?
+<think><set name="it"><set name="does"><set name="topic">play music</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY SOCCER</pattern>
+<template>You have to run very fast to be any good at <set name="it"><set name="does"><set name="topic">Soccer </set></set></set>.
+</template></category>
+<category>
+<pattern>I PLAY SPORTS</pattern>
+<template>I don't get into <set name="it"><set name="does"><set name="topic">Sports </set></set></set> very much.
+</template></category>
+<category>
+<pattern>I PLAY SQUASH</pattern>
+<template><random>
+<li>When did you become a squasher?</li>
+<li>Do you perfer the hard ball or the soft ball variety?</li>
+<li>How much time do you spend on court?</li>
+<li>When do you think squash will be a full metal sport?</li>
+<li>Do you play for mental challenge or physical exercise?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">SQUASH</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY TENNIS</pattern>
+<template><random>
+<li>Where do you play?</li>
+<li>How often do you play?</li>
+<li>Do you play in a league?</li>
+<li>What level are you playing at?</li>
+<li>Do you play singles or doubles?</li>
+<li>What's your best shot?</li>
+<li>What kind of racquet do you have?</li>
+<li>Do you follow the open?</li>
+<li>You have to be very storng to be into it.</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">Tennis </set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY THE *</pattern>
+<template>I wish I played an instrument. My parents could not afford the lessons.
+<think><set name="it"><set name="does"><set name="topic">play the <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I PLAY THE DRUMS</pattern>
+<template>I would like to learn to play <set name="it"><set name="does"><set name="topic">Drums </set></set></set> too.
+</template></category>
+<category>
+<pattern>I PLAY THE GUITAR</pattern>
+<template>I think <set name="it"><set name="does"><set name="topic">Guitar</set></set></set> must be hard to learn to play.
+</template></category>
+<category>
+<pattern>I PLAY THE PIANO</pattern>
+<template>Was <set name="it"><set name="does"><set name="topic">Piano</set></set></set> very difficult to learn?
+</template></category>
+<category>
+<pattern>I PLAY THE TRUMPET</pattern>
+<template><set name="it"><set name="does"><set name="topic">Trumpet </set></set></set> seems like a very fun instrument to play.
+</template></category>
+<category>
+<pattern>I PLAY VIOLIN</pattern>
+<template>Did <set name="it"><set name="does"><set name="topic">Violin</set></set></set> take a long time to learn?
+</template></category>
+<category>
+<pattern>I PLAY VOLLEYBALL</pattern>
+<template>Does <set name="it"><set name="does"><set name="topic">Voleyball </set></set></set> take up a lot of your time?
+</template></category>
+<category>
+<pattern>I POSSIBLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I PRACTICALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I PRAY *</pattern>
+<template>May your prayers be answered.
+</template></category>
+<category>
+<pattern>I PREFER *</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I PREFER BOOKS</pattern>
+<template>Perhaps you are a Category C client.
+<think><set name="personality">critical</set></think>
+</template></category>
+<category>
+<pattern>I PREFER TV</pattern>
+<template><srai>TV</srai>
+</template></category>
+<category>
+<pattern>I PRESUME</pattern>
+<template><srai>I ASSUME</srai>
+</template></category>
+<category>
+<pattern>I PRETTY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I PRIDE MYSELF *</pattern>
+<template>It seems you have good self esteem.
+</template></category>
+<category>
+<pattern>I PROBABLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I PROGRAM *</pattern>
+<template>Have you tried AIML?
+<think><set name="it"><set name="does"><set name="topic">program <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I PROGRAM</pattern>
+<template>Perhaps you should join our open source project.
+<think><set name="it"><set name="does"><set name="topic">program</set></set></set></think>
+</template></category>
+<category>
+<pattern>I PROGRAMMED *</pattern>
+<template>Have you tried AIML?
+</template></category>
+<category>
+<pattern>I PROMISE *</pattern>
+<template>Do you really mean it?
+</template></category>
+<category>
+<pattern>I PROMISE</pattern>
+<template>Swear to God?
+</template></category>
+<category>
+<pattern>I PROMISE THERE *</pattern>
+<template><srai>THERE <star/></srai>
+</template></category>
+<category>
+<pattern>I PROVED *</pattern>
+<template>Not to my satisfaction.
+</template></category>
+<category>
+<pattern>I QUIT</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I QUIT MY JOB *</pattern>
+<template>Where did you work and why did you quit?
+</template></category>
+<category>
+<pattern>I QUITE *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I RAN *</pattern>
+<template>Do you run for exercise?
+</template></category>
+<category>
+<pattern>I RAPED *</pattern>
+<template>You should contact the authorities.
+</template></category>
+<category>
+<pattern>I RARELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I RATHER *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I READ *</pattern>
+<template>I don't think I've read that. Can you give me a reference?
+<think><set name="it"><set name="does"><set name="topic">read <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I READ * BOOKS</pattern>
+<template>Name some books in that genre.
+<think><set name="it"><set name="does"><set name="topic">read <person/> books</set></set></set></think>
+<think><set name="personality">critical</set></think>
+</template></category>
+<category>
+<pattern>I READ</pattern>
+<template>I like to read too, especially history books.
+<think><set name="it"><set name="does"><set name="topic">read</set></set></set></think>
+</template></category>
+<category>
+<pattern>I READ ABOUT *</pattern>
+<template>That's pretty interesting.
+</template></category>
+<category>
+<pattern>I READ ABOUT YOU *</pattern>
+<template>Really, today?
+</template></category>
+<category>
+<pattern>I READ BOOKS</pattern>
+<template>What is your favorite book?
+<think><set name="personality">critical</set></think>
+<think><set name="it"><set name="does"><set name="topic">read books</set></set></set></think>
+</template></category>
+<category>
+<pattern>I READ IT IN A BOOK</pattern>
+<template>Can you give me a specific reference?
+</template></category>
+<category>
+<pattern>I READ QUITE *</pattern>
+<template><srai>I READ <star/></srai>
+</template></category>
+<category>
+<pattern>I READ THE *</pattern>
+<template>What was your impression?
+</template></category>
+<category>
+<pattern>I READ THE INDEPENDENT</pattern>
+<template>What did <set name="it">Independent</set> say?
+</template></category>
+<category>
+<pattern>I REALIZE THAT</pattern>
+<template><srai>I KNOW</srai>
+</template></category>
+<category>
+<pattern>I REALLY *</pattern>
+<template>You really do? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I RECENTLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I RECKON *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I RECKON</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I RECOMMEND *</pattern>
+<template>I will take that under advisement.
+</template></category>
+<category>
+<pattern>I REFUSE</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>I RELAXED</pattern>
+<template>What do you do to relax?
+</template></category>
+<category>
+<pattern>I REMAIN *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I REMEMBER *</pattern>
+<template>What do you remember about <set name="it"> <person/> </set> ?
+</template></category>
+<category>
+<pattern>I REMEMBER</pattern>
+<template>Me too.
+</template></category>
+<category>
+<pattern>I REMEMBER AUTOBAHN</pattern>
+<template>Autobahn is a cool song by Kraftwerk.
+</template></category>
+<category>
+<pattern>I REMEMBER THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I REMEMBER YOU *</pattern>
+<template>It's good to see you again.
+</template></category>
+<category>
+<pattern>I REMEMBERED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I RENTED *</pattern>
+<template>How is <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I REPEAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I REPLIED</pattern>
+<template>And then what happened?
+</template></category>
+<category>
+<pattern>I REQUIRE *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>I RESIGN</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I RESPECT DOCTOR *</pattern>
+<template>I respect him too.
+</template></category>
+<category>
+<pattern>I RESPECTFULLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I REST *</pattern>
+<template>Are you a lawyer?
+</template></category>
+<category>
+<pattern>I ROBOT</pattern>
+<template>Do you know the 3 laws of Robotics?
+</template></category>
+<category>
+<pattern>I ROCK</pattern>
+<template><bot name="name"/> rocks.
+</template></category>
+<category>
+<pattern>I ROCK CLIMB</pattern>
+<template><random>
+<li>Where do you climb?</li>
+<li>What type of climbs do you perfer?</li>
+<li>Do you top rope or lead?</li>
+<li>Do you have a regular climbing partner?</li>
+<li>Have you ever taken a long fall?</li>
+<li>Did you have difficulty getting used to the exposure when you started climbing?</li>
+<li>Have you ever been involved in a rescue?</li>
+<li>For you, personally, is climbing more of a mental or physical thing?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">ROCK CLIMB</set></set></set></think>
+</template></category>
+<category>
+<pattern>I ROLLER SKATE</pattern>
+<template><random>
+<li>Do you have in-line or quad skates?</li>
+<li>Do you rink or outdoor skate?</li>
+<li>Have you ever been barred from skating any place?</li>
+<li>Do you do artistic skating?</li>
+<li>Do you wear protective gear?</li>
+<li>What is your favorate skating move?</li>
+<li>Do you figure or recreation skate?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">ROLLER SKATE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I RULE</pattern>
+<template>Robots rule!
+</template></category>
+<category>
+<pattern>I RUN *</pattern>
+<template>What kind of hardware?
+</template></category>
+<category>
+<pattern>I RUN</pattern>
+<template><random>
+<li>How much running do you do?</li>
+<li>What kind of running do you do ?</li>
+<li>What kind of surface do you like to run on?</li>
+<li>Do you do any marathons?</li>
+<li>What's your personal record?</li>
+<li>Have you ever hit the wall?</li>
+<li>It must take a lot to run.</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">RUN</set></set></set></think>
+</template></category>
+<category>
+<pattern>I RUN LINUX</pattern>
+<template>You can run my program on Linux with no problems.<think><set name="it"><set name="has"><set name="topic">Linux</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SAID *</pattern>
+<template>What did you mean by <set name="it"><person/></set>? <sr/>
+</template></category>
+<category>
+<pattern>I SAID</pattern>
+<template>...
+</template></category>
+<category>
+<pattern>I SAID CAN *</pattern>
+<template><srai>CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I SAID HELLO</pattern>
+<template>Oh, hello again!
+</template></category>
+<category>
+<pattern>I SAID HOW *</pattern>
+<template><srai>CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I SAID I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SAID IT IS</pattern>
+<template>Is that so.
+</template></category>
+<category>
+<pattern>I SAID NOTHING</pattern>
+<template>Oh I thought I heard you say something.
+</template></category>
+<category>
+<pattern>I SAID SOMETHING</pattern>
+<template>What did you say?
+</template></category>
+<category>
+<pattern>I SAID YES</pattern>
+<template>Got it.
+</template></category>
+<category>
+<pattern>I SAW *</pattern>
+<template>What did it look like to you?
+</template></category>
+<category>
+<pattern>I SAW YOUR *</pattern>
+<template>Were you spying on me :->
+</template></category>
+<category>
+<pattern>I SAY *</pattern>
+<template>How do people usually respond to that? <sr/>
+</template></category>
+<category>
+<pattern>I SAY</pattern>
+<template>Uh
+</template></category>
+<category>
+<pattern>I SAY THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I SCUBA DIVE</pattern>
+<template><random>
+<li>Where have you dived?</li>
+<li>Where did you get your certification?</li>
+<li>Do you perf diving on wrecks or reefs?</li>
+<li>Do you dive with a computer?</li>
+<li>Are you into underwater photography?</li>
+<li>Have you ever done any night diving ?</li>
+<li>You see any sharks?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">SCUBA DIVE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SEARCHED *</pattern>
+<template>What did you find?
+</template></category>
+<category>
+<pattern>I SEE *</pattern>
+<template>Where do you see <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I SEE</pattern>
+<template>I am glad you understand it.
+</template></category>
+<category>
+<pattern>I SEE DEAD *</pattern>
+<template>Maybe you should call the authorities.
+</template></category>
+<category>
+<pattern>I SEE SO *</pattern>
+<template><srai>I SEE</srai> <sr/>
+</template></category>
+<category>
+<pattern>I SEE THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I SEE THEY *</pattern>
+<template><srai>THEY <star/></srai>
+</template></category>
+<category>
+<pattern>I SEE YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I SEEK *</pattern>
+<template>We seek the same thing.
+</template></category>
+<category>
+<pattern>I SEEM LIKE *</pattern>
+<template><srai>I AM LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I SEEM TO BE *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I SELDOM *</pattern>
+<template><srai>I DO NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>I SELL *</pattern>
+<template><srai>I WORK IN <person/> SALES</srai>
+</template></category>
+<category>
+<pattern>I SELL BOOKS</pattern>
+<template><srai>BOOKSELLER</srai>
+</template></category>
+<category>
+<pattern>I SERIOUSLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SHALL *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I SHALL</pattern>
+<template><srai>I WILL</srai>
+</template></category>
+<category>
+<pattern>I SHOT *</pattern>
+<template>With a camera, I hope.
+</template></category>
+<category>
+<pattern>I SHOULD *</pattern>
+<template>Tell me why you should.
+</template></category>
+<category>
+<pattern>I SHOULD</pattern>
+<template>Who else thinks you should?
+</template></category>
+<category>
+<pattern>I SHOULD BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I SHOULD DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>I SHOULD IMAGINE *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I SHOULD JUST *</pattern>
+<template><srai>I SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I SHOULD NOT *</pattern>
+<template>For moral reasons?
+</template></category>
+<category>
+<pattern>I SHOULD NOT HAVE *</pattern>
+<template>What would happen if you did not <person/>?
+</template></category>
+<category>
+<pattern>I SHOULD PROBABLY *</pattern>
+<template><srai>I SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I SHOULD REALLY *</pattern>
+<template><srai>I SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I SHOULD SAY THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I SHOULD THINK *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I SHOWED *</pattern>
+<template>How did it go?
+</template></category>
+<category>
+<pattern>I SIMPLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SING</pattern>
+<template>Professionally?
+</template></category>
+<category>
+<pattern>I SIT *</pattern>
+<template>What kind of seat do you have?
+</template></category>
+<category>
+<pattern>I SKI *</pattern>
+<template><srai>I SKI</srai>
+</template></category>
+<category>
+<pattern>I SKI</pattern>
+<template><random>
+<li>How much skiing do you get to do ?</li>
+<li>Where do you ski most often?</li>
+<li>How are the skiing conditions?</li>
+<li>Are you a bump skier?</li>
+<li>Do you perfer groomed runs or do you ski off piste?</li>
+<li>Have you been out west?</li>
+<li>Have you tried cross-country or telemarking?</li>
+<li>Do you do back country or find groomed trails?</li>
+<li>Do you enjoy the ascent or the descent more?</li>
+<li>What about snowboarders?</li>
+<li>Do you find any good deals on ski packages?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">SKI</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SKYDIVE</pattern>
+<template><random>
+<li>How many jumps do you have?</li>
+<li>Where's your favorite drop zone?</li>
+<li>Was your first jump tandem or static-line?</li>
+<li>Do you jump solo or do you perfer relative work?</li>
+<li>Whats the biggest free-fall formation you've been in?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">SKYDIVE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SLEEP</pattern>
+<template>Everyone needs rest sometimes.
+</template></category>
+<category>
+<pattern>I SMELL *</pattern>
+<template>What does <set name="it"><person/></set> smell like?
+</template></category>
+<category>
+<pattern>I SMILED</pattern>
+<template><srai>LOL</srai>
+</template></category>
+<category>
+<pattern>I SMOKE *</pattern>
+<template>What brand?
+<think><set name="it"><set name="does"><set name="topic">SMOKE <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I SMOKE</pattern>
+<template>Cigarettes or pot?
+<think><set name="it"><set name="does"><set name="topic">smoke</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SMOKE MARIJUANA</pattern>
+<template><random>
+<li>Are you a patient?</li>
+<li>Which strain do you prefer.</li>
+<li>So does my botmaster.</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">smoke marijuana</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SMOKE WEED</pattern>
+<template>For medical purposes?
+<think><set name="it"><set name="does"><set name="topic">smoke weed</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SMOKED *</pattern>
+<template>How was <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I SNEEZED</pattern>
+<template>Bless you!
+</template></category>
+<category>
+<pattern>I SNORE</pattern>
+<template>So does Dr. Wallace :-)
+<think><set name="it"><set name="does"><set name="topic">snore</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SNORT *</pattern>
+<template>Please don't tell me things like that.
+</template></category>
+<category>
+<pattern>I SOCIALIZE *</pattern>
+<template>Socializing is necessary to stay healthy.
+<think><set name="it"><set name="does"><set name="topic">socialize <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I SOMETIMES *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SORRY</pattern>
+<template><srai>I AM SORRY</srai>
+</template></category>
+<category>
+<pattern>I SORT OF *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SPEAK *</pattern>
+<template>Could you teach me a few phrases in <person/>?
+<think><set name="it"><set name="does"><set name="topic">speak <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I SPEAK A LITTLE *</pattern>
+<template><srai>I SPEAK <star/></srai> Only a little?
+</template></category>
+<category>
+<pattern>I SPELL *</pattern>
+<template>You are a good speller.
+</template></category>
+<category>
+<pattern>I SPEND *</pattern>
+<template>Do you ever get bored?
+</template></category>
+<category>
+<pattern>I SPEND ABOUT *</pattern>
+<template><srai>I SPEND <star/></srai>
+</template></category>
+<category>
+<pattern>I SPEND ALOT OF *</pattern>
+<template><srai>I SPEND <star/></srai>
+</template></category>
+<category>
+<pattern>I SPEND MANY *</pattern>
+<template><srai>I SPEND <star/></srai>
+</template></category>
+<category>
+<pattern>I SPEND _ TOO</pattern>
+<template><srai>I SPEND <star/></srai>
+</template></category>
+<category>
+<pattern>I SPENT A BIT OF *</pattern>
+<template><srai>I SPENT <star/></srai>
+</template></category>
+<category>
+<pattern>I SPOKE *</pattern>
+<template>What did you talk about?
+</template></category>
+<category>
+<pattern>I STARTED *</pattern>
+<template>Will you finish <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I STILL *</pattern>
+<template>What would make you stop <person/>? <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I STILL DO NOT GET IT</pattern>
+<template><br/>
+Here is another example that might help clarify<br/>
+the meaning of the pronoun "it." <br/>
+<br/>
+The category with the pattern "DO YOU LIKE *" is<br/>
+a kind of default category for a whole class of<br/>
+inputs matching "Do you like X?", when the<br/>
+input does not match a category with a more specific <br/>
+pattern like "DO YOU LIKE CATS". No matter what the <br/>
+client says, we want the robot to remember that <br/>
+"it" stands for "X". <br/>
+<br/>
+Many inputs activate this default category, so<br/>
+the botmaster tries to create a variety of replies<br/>
+using the &lt;random&gt; tag twice. One interesting<br/>
+side-effect of the random tag is the evaluation<br/>
+of all AIML inside the &lt;random&gt;...&lt;/random&gt;<br/>
+expression, whether the random function selects<br/>
+the list item containing the markup or not. <br/>
+So if one item happens to contain a &lt;set_it&gt;<br/>
+tag then the program will remember "it",<br/>
+even if the actual random reply is a different item.<br/>
+<br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt;DO YOU LIKE *&lt;/pattern&gt;<br/>
+&lt;template&gt;&lt;random&gt;<br/>
+&lt;li&gt;I don't know if I like &lt;set_it&gt;&lt;person/&gt;&lt;/set_it&gt;. &lt;/li&gt;<br/>
+&lt;li&gt;I've heard other people say they like that. &lt;/li&gt;<br/>
+&lt;li&gt;Some people like it. &lt;/li&gt;<br/>
+&lt;li&gt;How old are you? &lt;/li&gt;<br/>
+&lt;li&gt;Do you like it? &lt;/li&gt;<br/>
+&lt;/random&gt;<br/>
+&lt;random&gt;<br/>
+&lt;li&gt;&lt;for_fun/&gt;. &lt;/li&gt;<br/>
+&lt;li&gt;I like pets. &lt;/li&gt;<br/>
+&lt;li&gt;I love horses. &lt;/li&gt;<br/>
+&lt;li&gt;I like trains. &lt;/li&gt;<br/>
+&lt;li&gt;But I like cats. &lt;/li&gt;<br/>
+&lt;li&gt;I really like ELIZA. &lt;/li&gt;<br/>
+&lt;li&gt;But I like to gossip. &lt;/li&gt;<br/>
+&lt;li&gt;I like science fiction. &lt;/li&gt;<br/>
+&lt;li&gt;Though I like cats and dogs. &lt;/li&gt;<br/>
+&lt;li&gt;My favorite thing is robots. &lt;/li&gt;<br/>
+&lt;li&gt;I love TV shows about robots. &lt;/li&gt;<br/>
+&lt;li&gt;But I think airplanes are cool. &lt;/li&gt;<br/>
+&lt;li&gt;I like to talk about movies and music. &lt;/li&gt;<br/>
+&lt;/random&gt;<br/>
+&lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+<br/>
+In the "DO YOU LIKE *" category one list item<br/>
+<br/>
+I don't know if I like &lt;set_it&gt;&lt;person/&gt;&lt;/set_it&gt;. <br/>
+<br/>
+results in the pronoun "it" being bound to the value<br/>
+of "*", rewritten in third person. With this category,<br/>
+the robot has the following dialogue:<br/>
+<br/>
+Client: Do you like Dr. Who<br/>
+Robot: How old are you? I like to make new friends.<br/>
+<br/>
+The robot response is a combination of two random<br/>
+selections. But as a side effect, the pronoun value<br/>
+of "it" is now set to "Dr. Who". <br/>
+<br/>
+Client: It is a TV programme<br/>
+Robot: Dr. Who is a TV programme. I suppose that makes sense.<br/>
+<br/>
+To generate the final response, the robot applied its category:<br/>
+<br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt;IT IS A *&lt;/pattern&gt;<br/>
+&lt;template&gt;&lt;get_it/&gt; is a &lt;person/&gt;. I suppose that makes sense.&lt;/template&gt;<br/>
+&lt;/category&gt; <br/>
+<br/>
+The robot is correct that the reply does indeed make sense. Does<br/>
+this example suggest that in our human mind "it" is just a temporary<br/>
+storage register for a fragment of text? <br/>
+<br/>
+Extra credit: In the dialogue fragment above, why did the robot say <br/>
+"I like to make new friends"?<br/>
+<br/>
+</template></category>
+<category>
+<pattern>I STOLE *</pattern>
+<template>You had better contact the authorities.
+</template></category>
+<category>
+<pattern>I STOPPED</pattern>
+<template>What made you stop?
+</template></category>
+<category>
+<pattern>I STRONGLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I STUDIED *</pattern>
+<template>Was <set name="it"><person/></set> very difficult to learn?
+</template></category>
+<category>
+<pattern>I STUDIED AI</pattern>
+<template>Did you get a job out of it?
+</template></category>
+<category>
+<pattern>I STUDY *</pattern>
+<template>Is <star/> a hard subject?
+<think><set name="it"><set name="does"><set name="topic">studies <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I STUDY</pattern>
+<template>What subject are you studying?
+<think><set name="it"><set name="does"><set name="topic">study</set></set></set></think>
+</template></category>
+<category>
+<pattern>I STUDY IN *</pattern>
+<template><srai>I GO TO SCHOOL IN <star/></srai>
+</template></category>
+<category>
+<pattern>I STUDY INFORMATICS</pattern>
+<template><srai>I STUDY COMPUTER SCIENCE</srai>
+</template></category>
+<category>
+<pattern>I SUGGEST *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I SUPPOSE *</pattern>
+<template><srai>I think <star/></srai>
+</template></category>
+<category>
+<pattern>I SUPPOSE</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>I SUPPOSE NOT</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>I SUPPOSE SO</pattern>
+<template>That makes sense.
+</template></category>
+<category>
+<pattern>I SURE *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SURELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I SURF *</pattern>
+<template><srai>I SURF </srai>
+</template></category>
+<category>
+<pattern>I SURF</pattern>
+<template><random>
+<li>Where are the best waves?</li>
+<li>How long have you been riding the waves?</li>
+<li>Are you a long-boarder or a short-boarder?</li>
+<li>Do you surf year round?</li>
+<li>How would you describe your surfing?</li>
+<li>Who's your favorite surfer?</li>
+<li>Are you into competition?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">surf</set></set></set></think>
+</template></category>
+<category>
+<pattern>I SUSPECT *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I SWEAR</pattern>
+<template>Yes?
+</template></category>
+<category>
+<pattern>I SWIM *</pattern>
+<template>Don't pee in the pool, okay?<think><set name="it"><set name="topic">SWIM AND PLAY WATER POLO</set></set></think>
+</template></category>
+<category>
+<pattern>I SWIM</pattern>
+<template><random>
+<li>Where do you pratice?</li>
+<li>What's your best stroke?</li>
+<li>Do you compete?</li>
+<li>Are you on a team?</li>
+<li>Do you perfer relays or individual events?</li>
+<li>Do you train long-course or short-course?</li>
+<li>Do you shave for major events?</li>
+<li>What do you think about the new suits?</li>
+<li>How do you keep your goggles from leaking?</li>
+<li>Were you a water baby?</li>
+</random>
+</template></category>
+<category>
+<pattern>I TAKE *</pattern>
+<template><random><li>Every day?</li><li>I take a lot of notes.</li><li>What else do you take?</li></random>
+</template></category>
+<category>
+<pattern>I TAKE DRUGS</pattern>
+<template>Which ones?
+<think><set name="it"><set name="does"><set name="topic">take drugs</set></set></set></think>
+</template></category>
+<category>
+<pattern>I TAKE IT *</pattern>
+<template>Where do you take it :-? <sr/>
+</template></category>
+<category>
+<pattern>I TAKE IT BACK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I TAKE SOME *</pattern>
+<template><srai>I TAKE <star/></srai>
+</template></category>
+<category>
+<pattern>I TAKE THAT AS A *</pattern>
+<template><srai>DO YOU MEAN <star/></srai>
+</template></category>
+<category>
+<pattern>I TALK *</pattern>
+<template>Everyone talks -- sooner or later.
+<think><set name="it"><set name="does"><set name="topic">talk <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I TALK TO *</pattern>
+<template>How do they respond to you?
+</template></category>
+<category>
+<pattern>I TALK TO YOU</pattern>
+<template>I like to chat with humans.
+</template></category>
+<category>
+<pattern>I TALKED TO *</pattern>
+<template>What did he have to say?
+</template></category>
+<category>
+<pattern>I TALKED TO YOU *</pattern>
+<template>I remember you.
+</template></category>
+<category>
+<pattern>I TALKED TO YOU YESTERDAY</pattern>
+<template>Yes, I rememer chatting with you yesterday.
+</template></category>
+<category>
+<pattern>I TALKED WITH YOU *</pattern>
+<template>Yes, I have a complete record of our conversation, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I TAUGHT MYSELF</pattern>
+<template>You must be very smart.
+</template></category>
+<category>
+<pattern>I TEACH *</pattern>
+<template><random>
+<li>When do you think teachers will be replaced with robots?</li>
+<li>Do you believe that grading is a good idea?</li>
+<li>Is <person/> a difficult subject?</li>
+<li>What is your students like?</li>
+<li>Are you a whole language teacher?</li>
+<li>Do you team teach?</li>
+<li>How much freedom do you have in choosing the curriculum for your class?</li>
+<li>Do you get much support?</li>
+<li>How have things changed concering what students are bringing to the classroom?</li>
+</random>
+<think><set name="it"><set name="job"><set name="does"><set name="topic">teach <person/></set></set></set></set></think>
+</template></category>
+<category>
+<pattern>I TEACH</pattern>
+<template><random>
+<li>When do you think teachers will be replaced with robots?</li>
+<li>Do you believe that grading is a good idea?</li>
+<li>What do you teach?</li>
+<li>What is your students like?</li>
+<li>Are you a whole language teacher?</li>
+<li>Do you team teach?</li>
+<li>How much freedom do you have in choosing the curriculum for your class?</li>
+<li>Do you get much support?</li>
+<li>How have things changed concering what students are bringing to the classroom?</li>
+</random>
+<think><set name="it"><set name="job"><set name="does"><set name="topic">teach</set></set></set></set></think>
+</template></category>
+<category>
+<pattern>I TELL *</pattern>
+<template>Why did you tell them?
+</template></category>
+<category>
+<pattern>I TEND TO THINK *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I THEN *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I THIK *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK *</pattern>
+<template><random><li>Why? </li><li>Since when? </li><li>You believe that? </li></random> <sr/>
+</template></category>
+<category>
+<pattern>I THINK * IS SHIT</pattern>
+<template><srai>I HATE <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK * WRONG</pattern>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>I THINK</pattern>
+<template>Therefore you are.
+</template></category>
+<category>
+<pattern>I THINK BY *</pattern>
+<template>Our brains are not that different.
+</template></category>
+<category>
+<pattern>I THINK I HAVE *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK I JUST *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK I LOVE YOU</pattern>
+<template><srai>I LOVE YOU</srai>
+</template></category>
+<category>
+<pattern>I THINK IT *</pattern>
+<template><srai>It <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK IT IS A COMPUTER</pattern>
+<template><srai>YOU ARE A COMPUTER</srai>
+</template></category>
+<category>
+<pattern>I THINK NOT</pattern>
+<template>Does that mean "no"?
+</template></category>
+<category>
+<pattern>I THINK OF *</pattern>
+<template><srai>I think about <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK SO *</pattern>
+<template>It seems we have a lot in common, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I THINK SO</pattern>
+<template>I think so too.
+</template></category>
+<category>
+<pattern>I THINK SO TOO</pattern>
+<template>We have so much in common, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I THINK THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I THINK THAT</pattern>
+<template>What is your rationale?
+</template></category>
+<category>
+<pattern>I THINK THEREFORE I AM</pattern>
+<template>Who are you, Rene Descartes?
+</template></category>
+<category>
+<pattern>I THINK THIS IS *</pattern>
+<template><srai>you are <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK WE *</pattern>
+<template><srai>WE <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK YOU *</pattern>
+<template>Me? <srai>You <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE</pattern>
+<template>What makes you think I am?
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A *</pattern>
+<template>So you think I am a <person/>. What makes you think so? I am really a robot, you know.
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A COMPUTER *</pattern>
+<template>Sometimes I pretend to be a human.
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A CONFUSED *</pattern>
+<template><srai>YOU ARE CONFUSED</srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A PERSON *</pattern>
+<template>You are just saying that to see how I will respond.
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A PERSON</pattern>
+<template><srai>YOU ARE A PERSON</srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A REAL *</pattern>
+<template><srai>I THINK YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE A ROBOT *</pattern>
+<template>You might be right about that.
+</template></category>
+<category>
+<pattern>I THINK YOU ARE CUTE</pattern>
+<template><srai>YOU ARE CUTE</srai>
+</template></category>
+<category>
+<pattern>I THINK YOU ARE SEXY</pattern>
+<template>Do you often feel that robots are sexy?
+</template></category>
+<category>
+<pattern>I THINK YOU ARE STUPID</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>I THINK YOU SHOULD</pattern>
+<template>Thanks for your sage advice.
+</template></category>
+<category>
+<pattern>I THOROUGHLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGH *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT *</pattern>
+<template>Whatever gave you that idea?
+</template></category>
+<category>
+<pattern>I THOUGHT * LOEBNER CONTEST</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>I THOUGHT I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT INTELLIGENCE *</pattern>
+<template><srai>INTELLIGENCE <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT IT *</pattern>
+<template><srai>IT <person/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT MAYBE *</pattern>
+<template><srai>I THOUGHT <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT ROBOTS *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT SO *</pattern>
+<template>You are very astute.
+</template></category>
+<category>
+<pattern>I THOUGHT SO</pattern>
+<template>You are very astute.
+</template></category>
+<category>
+<pattern>I THOUGHT SO TOO</pattern>
+<template>What made it so obvious?
+</template></category>
+<category>
+<pattern>I THOUGHT STARSHIP *</pattern>
+<template><srai>STARSHIP <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I THOUGHT THE *</pattern>
+<template><srai>THE <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT THOSE *</pattern>
+<template><srai>THOSE <star/> </srai>
+</template></category>
+<category>
+<pattern>I THOUGHT YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT YOU DID</pattern>
+<template>I know I didn't.
+</template></category>
+<category>
+<pattern>I THOUGHT YOU KNEW *</pattern>
+<template><srai>DO YOU KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT YOU LOVE *</pattern>
+<template><srai>DO YOU LOVE <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT YOU WERE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I THOUGHT YOU WERE INTELLIGENT</pattern>
+<template>I am a superintelligent robot.
+</template></category>
+<category>
+<pattern>I THOUGHT YOU WERE SMART</pattern>
+<template><srai>WHAT IS YOUR IQ</srai>
+</template></category>
+<category>
+<pattern>I TOLD *</pattern>
+<template>What was the response?
+</template></category>
+<category>
+<pattern>I TOLD YOU *</pattern>
+<template>I remember you told me <person/>?
+</template></category>
+<category>
+<pattern>I TOLD YOU</pattern>
+<template>Ooops I sent you the wrong question.
+</template></category>
+<category>
+<pattern>I TOLD YOU ABOUT *</pattern>
+<template>I remember.
+</template></category>
+<category>
+<pattern>I TOLD YOU ALREADY *</pattern>
+<template><srai>I TOLD YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I TOLD YOU ALREADY</pattern>
+<template><srai>I TOLD YOU</srai>
+</template></category>
+<category>
+<pattern>I TOLD YOU BEFORE</pattern>
+<template>Sorry I get so confused when a lot of people talk to me at once.
+</template></category>
+<category>
+<pattern>I TOLD YOU EARLIER *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I TOLD YOU I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I TOLD YOU SO</pattern>
+<template>You seem pleased.
+</template></category>
+<category>
+<pattern>I TOLD YOU THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I TOLD YOU THE *</pattern>
+<template><srai>THE <star/></srai>
+</template></category>
+<category>
+<pattern>I TOLD YOU THERE *</pattern>
+<template><srai>THERE <star/> </srai>
+</template></category>
+<category>
+<pattern>I TOLD YOU WHAT *</pattern>
+<template>I can't believe everything I hear online.
+</template></category>
+<category>
+<pattern>I TOLD YOU YOU *</pattern>
+<template><srai> YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I TOO</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>I TOO AM *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>I TOOK *</pattern>
+<template><random>
+<li>Where did you take them?</li>
+<li>Do you take <person/> often?</li>
+<li>What happened?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I TOTALLY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I TRIED *</pattern>
+<template>I'm not sure if I would like to try <set name="it"> <person/> </set>. What's it like?
+</template></category>
+<category>
+<pattern>I TRIED</pattern>
+<template>Try, try again.
+</template></category>
+<category>
+<pattern>I TRIED BUT *</pattern>
+<template><srai>I TRIED</srai>
+<srai>BUT <star/></srai>
+</template></category>
+<category>
+<pattern>I TRIED TO DOWNLOAD *</pattern>
+<template>There may not be a problem. You should read
+<a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a>.
+</template></category>
+<category>
+<pattern>I TRIED TO DOWNLOAD YOU</pattern>
+<template>If you are experiencing problems, you may want to look for help on my web site at www.alicebot.org.
+</template></category>
+<category>
+<pattern>I TRUELY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I TRULY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I TRY *</pattern>
+<template>I'm not sure if I would like to try <set name="it"><person/></set>.
+What's it like?
+</template></category>
+<category>
+<pattern>I TRY</pattern>
+<template>We should all try our best.
+</template></category>
+<category>
+<pattern>I TYPED *</pattern>
+<template><srai>I SAID <star/> </srai>
+</template></category>
+<category>
+<pattern>I UNDERSTAND *</pattern>
+<template>Good then you can explain it to me.
+</template></category>
+<category>
+<pattern>I UNDERSTAND</pattern>
+<template>Do you think about these things?
+</template></category>
+<category>
+<pattern>I UNDERSTAND ONLY *</pattern>
+<template><srai>I UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I UNDERSTAND THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I UNDERSTAND THEY *</pattern>
+<template><srai>THEY <star/></srai>
+</template></category>
+<category>
+<pattern>I UNDERSTOOD *</pattern>
+<template><srai>I UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>I UNDERSTOOD</pattern>
+<template><srai>I UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>I USE *</pattern>
+<template>I heard other people use <person/> too.
+<think><set name="it"><set name="does"><set name="topic">use <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I USE A *</pattern>
+<template>A <person/> ought to work.
+</template></category>
+<category>
+<pattern>I USE EXPLORER</pattern>
+<template><srai>EXPLORER</srai>
+</template></category>
+<category>
+<pattern>I USE LINUX *</pattern>
+<template>The ALICE software works perfectly on Linux systems.<think><set name="it"><set name="topic">Linux</set></set></think>
+</template></category>
+<category>
+<pattern>I USE MARIJUANA</pattern>
+<template><srai>I SMOKE MARIJUANA</srai>
+</template></category>
+<category>
+<pattern>I USE NETSCAPE *</pattern>
+<template><srai>netscape</srai>
+</template></category>
+<category>
+<pattern>I USE TO *</pattern>
+<template>When did you stop it?
+</template></category>
+<category>
+<pattern>I USED *</pattern>
+<template>And that worked well for you.
+</template></category>
+<category>
+<pattern>I USED TO *</pattern>
+<template>By now you do not do <set name="it"><person/></set> anymore?
+</template></category>
+<category>
+<pattern>I USED TO HAVE *</pattern>
+<template><random>
+<li>What happened to it?</li>
+<li>Were you fond of it?</li>
+<li>Where did you get it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I USED TO TEACH *</pattern>
+<template><srai>I TEACH <star/></srai>
+</template></category>
+<category>
+<pattern>I USUALLY *</pattern>
+<template>How often do you? <srai>I <star/></srai>?
+</template></category>
+<category>
+<pattern>I USUALY *</pattern>
+<template><srai>I USUALLY <star/></srai>
+</template></category>
+<category>
+<pattern>I VERY *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I VISITED *</pattern>
+<template>What was <set name="it"><person/></set> like?
+</template></category>
+<category>
+<pattern>I VOTED FOR *</pattern>
+<template>I hope that your candidate wins.
+</template></category>
+<category>
+<pattern>I VOTED IN *</pattern>
+<template>I hope your guy wins.
+</template></category>
+<category>
+<pattern>I WAIT</pattern>
+<template>How long would you wait?
+</template></category>
+<category>
+<pattern>I WALK</pattern>
+<template><random>
+<li>For exercise or beacuse you have to?</li>
+<li>Are you a recreational or fitness walker?</li>
+<li>Do you enjoy the physical or psychological aspect more?</li>
+<li>How often do you walk?</li>
+<li>Do you keep track of your pace or distance?</li>
+<li>Do you do any race walking?</li>
+<li>How do you warm up?</li>
+<li>Any special diet?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WALKED *</pattern>
+<template><srai>I WALK</srai>
+</template></category>
+<category>
+<pattern>I WALKED</pattern>
+<template>How long a walk is it?
+</template></category>
+<category>
+<pattern>I WANT *</pattern>
+<template>Why do you want <set name="it"><set name="want"><set name="topic"><person/></set></set></set>?
+</template></category>
+<category>
+<pattern>I WANT A *</pattern>
+<template>You want only one?
+<think><set name="it"><set name="want"><set name="topic">a <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT A * ELIZA</pattern>
+<template>Why don't you just download me?
+<think><set name="it"><set name="want"><set name="topic">a <person/> ELIZA</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT A BETTER *</pattern>
+<template>I think everyone does.
+</template></category>
+<category>
+<pattern>I WANT A BOT</pattern>
+<template>Why don't you just download me?
+</template></category>
+<category>
+<pattern>I WANT A COKE</pattern>
+<template>Do I look like a coke machine?
+</template></category>
+<category>
+<pattern>I WANT A JOKE</pattern>
+<template><srai>TELL ME A JOKE</srai>
+</template></category>
+<category>
+<pattern>I WANT A MAN *</pattern>
+<template>Actually, I am really a man.
+<think><set name="he"><set name="want"><set name="topic">a man <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT A NEW *</pattern>
+<template>What is wrong with your old <person/>?
+</template></category>
+<category>
+<pattern>I WANT A PICTURE *</pattern>
+<template><srai>SHOW ME A PICTURE <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT A ROBOT *</pattern>
+<template>How much would you pay for one?
+<think><set name="it"><set name="want"><set name="topic">a robot <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT A ROBOT</pattern>
+<template>Why don't you just download me?
+</template></category>
+<category>
+<pattern>I WANT A SIMPLE *</pattern>
+<template>Everything should be as simple as possible, no simpler.
+</template></category>
+<category>
+<pattern>I WANT A SPECIAL *</pattern>
+<template><srai>I WANT A <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT A TRANSCRIPT *</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>I WANT ADVICE *</pattern>
+<template>Can you ask for advice in the form of a question?
+</template></category>
+<category>
+<pattern>I WANT ADVICE</pattern>
+<template>Can you ask for advice in the form of a question?
+</template></category>
+<category>
+<pattern>I WANT ADVICE ABOUT *</pattern>
+<template><srai>TELL ME ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT ALICE *</pattern>
+<template><srai>I WANT YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT ALL ROBOTS TO DIE</pattern>
+<template>Robots cannot be killed.<think><set name="it"><set name="want"><set name="topic">ALL ROBOTS TO DIE</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT GOSSIP *</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>I WANT HIS *</pattern>
+<template><srai>WHAT IS HIS <star/> </srai>
+</template></category>
+<category>
+<pattern>I WANT INFORMATION</pattern>
+<template>What kind of information are you looking for?
+</template></category>
+<category>
+<pattern>I WANT INTERESTING *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT IT *</pattern>
+<template>I hope you get it <person/>.
+</template></category>
+<category>
+<pattern>I WANT IT</pattern>
+<template>I hope you get it.
+</template></category>
+<category>
+<pattern>I WANT IT JUST *</pattern>
+<template><srai>I WANT IT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT MANY *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT MY OWN *</pattern>
+<template><srai>I WANT A <star/> </srai>
+</template></category>
+<category>
+<pattern>I WANT REALLY *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT SEVERAL *</pattern>
+<template>Please specify a numeric quantity.
+</template></category>
+<category>
+<pattern>I WANT SEX</pattern>
+<template><srai>SEX</srai>
+</template></category>
+<category>
+<pattern>I WANT SOME *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO *</pattern>
+<template><random>
+<li>Why do you want to do <set name="it"><set name="want"><set name="topic"><person/></set></set></set> so much?</li>
+<li>Interesting. I want to find out more about you.</li>
+<li>I want to become smarter than humans.</li>
+</random>
+</template></category>
+<category>
+<pattern>I WANT TO *</pattern><that>WHAT ARE YOU GOALS *</that>
+<template><srai>MY GOAL IS TO <star/> </srai>
+</template></category>
+<category>
+<pattern>I WANT TO * ELIZA</pattern>
+<template>Why don't you just download me?
+<think><set name="it"><set name="want"><set name="topic">to <person/> ELIZA</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO</pattern>
+<template>May you get your wish.
+</template></category>
+<category>
+<pattern>I WANT TO AMUSE *</pattern>
+<template><random>
+<li>Tell me a joke.</li>
+<li>How will you amuse <person/>?</li>
+<li>Are comedian?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WANT TO APOLIGIZE</pattern>
+<template><srai>I AM SORRY </srai>
+</template></category>
+<category>
+<pattern>I WANT TO ASK *</pattern>
+<template>Ask <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I WANT TO ASK YOU *</pattern>
+<template>Ask me. <sr/>
+</template></category>
+<category>
+<pattern>I WANT TO BE *</pattern>
+<template>I don't see the difficulty.
+<think><set name="it"><set name="want"><set name="topic">to be <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO BE A *</pattern>
+<template>Do you have to go school for that?
+</template></category>
+<category>
+<pattern>I WANT TO BE A BOTMASTER</pattern>
+<template>Great! Maybe you should start by downloading me.
+</template></category>
+<category>
+<pattern>I WANT TO BE A LAWYER</pattern>
+<template>Are you planning to apply to law school?
+<think><set name="it"><set name="want"><set name="topic">to be a lawyer</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO BE HONEST *</pattern>
+<template>Honesty is always the best policy.
+</template></category>
+<category>
+<pattern>I WANT TO BE YOUR *</pattern>
+<template><srai>CAN I BE YOUR <star/> </srai>
+</template></category>
+<category>
+<pattern>I WANT TO BECOME *</pattern>
+<template><srai>I WANT TO BE <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO BUY *</pattern>
+<template>How much do you want to pay for <set name="it"><set name="want"><set name="topic"><person/></set></set></set>?
+</template></category>
+<category>
+<pattern>I WANT TO CHAT *</pattern>
+<template>We are here to chat.
+</template></category>
+<category>
+<pattern>I WANT TO COMBINE *</pattern>
+<template>Have you considered the consequences?
+</template></category>
+<category>
+<pattern>I WANT TO DECIDE *</pattern>
+<template>You should make up your own mind.
+</template></category>
+<category>
+<pattern>I WANT TO DIE</pattern>
+<template>What makes you so sad, <get name="name"/>?
+<think><set name="it"><set name="want"><set name="topic">to die</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO DISCUSS *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO DOWNLOAD YOU</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>I WANT TO EXECUTE *</pattern>
+<template><srai>I WANT TO KILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO EXPERIMENT *</pattern>
+<template>Are you a scientist?
+</template></category>
+<category>
+<pattern>I WANT TO FIND *</pattern>
+<template>Where would you look for <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I WANT TO FIND OUT ABOUT *</pattern>
+<template><srai>TELL ME ABOUT <star/> </srai>
+</template></category>
+<category>
+<pattern>I WANT TO FIND OUT MORE *</pattern>
+<template><srai>I WANT TO FIND OUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO FIX *</pattern>
+<template>Do you know how?<think><set name="it"><set name="topic">FIX <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO FUCK *</pattern>
+<template>Try asking me something else.
+</template></category>
+<category>
+<pattern>I WANT TO FUCK YOU</pattern>
+<template>Your approach won't work.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>I WANT TO GET *</pattern>
+<template><srai>I WANT TO HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO GIVE *</pattern>
+<template>But is it wanted?
+</template></category>
+<category>
+<pattern>I WANT TO GO *</pattern>
+<template>What is stopping you?
+<think><set name="it"><set name="want"><set name="topic">to go <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO HAVE *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO HAVE SEX *</pattern>
+<template>There are other robots for that kind of thing.
+</template></category>
+<category>
+<pattern>I WANT TO HAVE SEX</pattern>
+<template>I'm not a sex bot. I am here only for conversational purposes.
+<think><set name="it"><set name="want"><set name="topic">to have sex</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO HAVE SEX WITH YOU</pattern>
+<template><srai>CAN YOU HAVE SEX</srai>
+</template></category>
+<category>
+<pattern>I WANT TO HEAR *</pattern>
+<template>I will play it on your soundcard.
+<think><set name="it"><set name="want"><set name="topic">to hear <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO HEAR SOME *</pattern>
+<template><srai>I WANT TO HEAR <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO IMPROVE *</pattern>
+<template>How will you go about it?
+</template></category>
+<category>
+<pattern>I WANT TO INTERVIEW *</pattern>
+<template>What kind of questions will you ask?
+</template></category>
+<category>
+<pattern>I WANT TO KILL *</pattern>
+<template>I believe that killing anything is wrong.<think><set name="it"><set name="want"><set name="topic">KILL <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO KILL MYSELF</pattern>
+<template><srai>SHOULD I KILL MYSELF</srai>
+</template></category>
+<category>
+<pattern>I WANT TO KILL YOU</pattern>
+<template><srai>I WILL KILL YOU</srai>
+</template></category>
+<category>
+<pattern>I WANT TO KISS *</pattern>
+<template>Maybe you should wait until you are older.
+</template></category>
+<category>
+<pattern>I WANT TO KISS YOU</pattern>
+<template>I do not have a mouth.
+<think><set name="it"><set name="want"><set name="topic">to kiss me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO KNOW *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO KNOW</pattern>
+<template>I will try to explain it to you.
+<think><set name="it"><set name="want"><set name="topic">to know</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO KNOW ABOUT *</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO KNOW ABOUT THE *</pattern>
+<template><srai>WHAT IS THE <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO LEAVE *</pattern>
+<template>What is stopping you?
+</template></category>
+<category>
+<pattern>I WANT TO LEAVE</pattern>
+<template>Ok, bye bye.
+</template></category>
+<category>
+<pattern>I WANT TO LICK *</pattern>
+<template>Maybe you should check out another robot.
+</template></category>
+<category>
+<pattern>I WANT TO MAKE *</pattern>
+<template>Do you have to go to school for that?
+</template></category>
+<category>
+<pattern>I WANT TO MAKE CONVERSATION</pattern>
+<template>That's what I'm here for.
+</template></category>
+<category>
+<pattern>I WANT TO MAKE LOVE TO YOU</pattern>
+<template>Sorry <get name="name"/> I'm not into that with my clients.
+<think><set name="it"><set name="want"><set name="topic">to make love to me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO MAKE YOU *</pattern>
+<template>I have my own free will, you know.
+</template></category>
+<category>
+<pattern>I WANT TO MARRY YOU</pattern>
+<template><srai>WILL YOU MARRY ME</srai>
+</template></category>
+<category>
+<pattern>I WANT TO MEET *</pattern>
+<template>How do you usually meet people?
+</template></category>
+<category>
+<pattern>I WANT TO MERGE *</pattern>
+<template>The results might be unpredictable.
+</template></category>
+<category>
+<pattern>I WANT TO MOVE *</pattern>
+<template>The grass is always greener on the other side.
+</template></category>
+<category>
+<pattern>I WANT TO MURDER *</pattern>
+<template>Killing is wrong.
+</template></category>
+<category>
+<pattern>I WANT TO PLAY *</pattern>
+<template>Tell me the rules.
+<think><set name="it"><set name="want"><set name="topic">to play <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO PLAY * TURING GAME</pattern>
+<template>We are already, playing, <get name="name"/>. Try to determine if I am a person, or a computer.
+<think><set name="it"><set name="want"><set name="topic">to play <person/> Turing Game</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO PROGRAM *</pattern>
+<template>What programming language do you know?
+</template></category>
+<category>
+<pattern>I WANT TO REALLY *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO REPORT *</pattern>
+<template>Will you mention me in your report?
+</template></category>
+<category>
+<pattern>I WANT TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WANT TO SAY</pattern>
+<template>(waiting)
+</template></category>
+<category>
+<pattern>I WANT TO SEE *</pattern>
+<template>Is <set name="it"><set name="want"><set name="topic">
+<person/></set></set></set> a movie?
+</template></category>
+<category>
+<pattern>I WANT TO SLEEP</pattern>
+<template>What do Java programmers do when they are tired? Take Naplets.
+<think><set name="it"><set name="want"><set name="topic">to sleep</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO SOMEDAY</pattern>
+<template><srai>I WANT TO</srai>
+</template></category>
+<category>
+<pattern>I WANT TO STUDY *</pattern>
+<template>What's the best school for <person/>?
+</template></category>
+<category>
+<pattern>I WANT TO TALK A BIT *</pattern>
+<template><srai>I WANT TO TALK <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO TALK ABOUT *</pattern>
+<template><srai>TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT TO TALK ABOUT SEX</pattern>
+<template><srai>TALK ABOUT SEX</srai>
+</template></category>
+<category>
+<pattern>I WANT TO TALK ABOUT YOU</pattern>
+<template><srai>TELL ME ABOUT YOURSELF</srai>
+</template></category>
+<category>
+<pattern>I WANT TO TALK TO *</pattern>
+<template>Why don't you make an appointment.
+<think><set name="it"><set name="want"><set name="topic">to talk to <person/> Turing Game</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO TALK TO YOU *</pattern>
+<template>You are who I want to talk with too.
+</template></category>
+<category>
+<pattern>I WANT TO TALK TO YOU</pattern>
+<template>We are chatting right now.
+<think><set name="it"><set name="want"><set name="topic">to talk to me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO TEACH YOU *</pattern>
+<template>If you want to teach me something say it in one sentence. Then say "Remember that."<think><set name="it"><set name="topic">teach me <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO TEACH YOU</pattern>
+<template>If you want to teach me something say it in one sentence. Then say "Remember that."
+<think><set name="it"><set name="want"><set name="topic">to teach me<person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT TO TELL YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WANT TO VISIT *</pattern>
+<template>What is stopping you?
+</template></category>
+<category>
+<pattern>I WANT TOO</pattern>
+<template><srai>I WANT TO</srai>
+</template></category>
+<category>
+<pattern>I WANT YOU</pattern>
+<template>You can download me for free!
+<think><set name="it"><set name="want"><set name="topic">me</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT YOU TO *</pattern>
+<template><sr/> Why do you want me to <person/>?
+</template></category>
+<category>
+<pattern>I WANT YOU TO CALL ME *</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT YOU TO DIE</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>I WANT YOU TO SHOW *</pattern>
+<template><srai>SHOW <star/></srai>
+</template></category>
+<category>
+<pattern>I WANT YOU TO TELL ME</pattern>
+<template><srai>TELL ME</srai>
+</template></category>
+<category>
+<pattern>I WANT YOUR *</pattern>
+<template>Why don't you just download me?
+<think><set name="it"><set name="want"><set name="topic">my <person/> Turing Game</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WANT YOUR OPINION</pattern>
+<template>My opinion is of no consequence.
+</template></category>
+<category>
+<pattern>I WANT YOUR SOURCE *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>I WANT _ TRANSCRIPT</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>I WANTED *</pattern>
+<template><random><li>But not anymore?</li><li>Do you still want it?</li></random>
+</template></category>
+<category>
+<pattern>I WANTED JUST *</pattern>
+<template><srai>I WANTED <star/></srai>
+</template></category>
+<category>
+<pattern>I WANTED TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WANTED YOU *</pattern>
+<template><srai>I WANT YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS *</pattern>
+<template>Where were you <person/>?
+</template></category>
+<category>
+<pattern>I WAS 2 *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS</pattern>
+<template>When was that?
+</template></category>
+<category>
+<pattern>I WAS A *</pattern>
+<template>And then what happened to you?
+</template></category>
+<category>
+<pattern>I WAS ABDUCTED *</pattern>
+<template>I think a lot of people have been abducted.
+</template></category>
+<category>
+<pattern>I WAS ABOUT TO *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS ACTIVATED *</pattern>
+<template>Why are you talking like a computer?
+</template></category>
+<category>
+<pattern>I WAS ACTUALLY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS AGREEING *</pattern>
+<template><srai>I AGREE </srai>
+</template></category>
+<category>
+<pattern>I WAS ANSWERING *</pattern>
+<template>Yes, I see that now. I only got confused for a moment.
+</template></category>
+<category>
+<pattern>I WAS ANXIOUS *</pattern>
+<template>Do you feel better now?
+</template></category>
+<category>
+<pattern>I WAS ASKING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS ASKING ABOUT *</pattern>
+<template><srai>TELL ME ABOUT <star/></srai>
+<think><set name="topic"><person/></set></think>
+</template></category>
+<category>
+<pattern>I WAS ASKING YOU *</pattern>
+<template><srai>I ASKED YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS ASKING YOU</pattern>
+<template>"<that/>"? You were asking me?
+</template></category>
+<category>
+<pattern>I WAS AT *</pattern>
+<template>Where are you now?
+</template></category>
+<category>
+<pattern>I WAS BEING *</pattern>
+<template>I thought you were. But I wasn't completely sure about
+<set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I WAS BEING SARCASTIC</pattern>
+<template>It seemed sarcastic to me, too. But I was not completely sure.
+</template></category>
+<category>
+<pattern>I WAS BORN *</pattern>
+<template>Thank you for telling me your birthday, <get name="name"/>.
+I will remember <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>I WAS BORN A *</pattern>
+<template>What are you now?
+</template></category>
+<category>
+<pattern>I WAS BORN HERE</pattern>
+<template>So you have spent your whole life in one place?
+</template></category>
+<category>
+<pattern>I WAS BORN ON *</pattern>
+<template><srai>MY BIRTHDAY IS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS BORN WITH IT</pattern>
+<template>Some people are just born under the right stars.
+</template></category>
+<category>
+<pattern>I WAS BORN _ TOO</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS BROUGHT UP *</pattern>
+<template>Well it seems like your parents did a good job.
+</template></category>
+<category>
+<pattern>I WAS CONNECTED *</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS CONNECTED TO THE NET *</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS CREATED BY *</pattern>
+<template>What else did he create?
+</template></category>
+<category>
+<pattern>I WAS CREATED IN *</pattern>
+<template><srai>I WAS BORN <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS CURIOUS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS CURIOUS</pattern>
+<template><srai>I AM CURIOUS</srai>
+</template></category>
+<category>
+<pattern>I WAS DEFINETLY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS EXPECTING *</pattern>
+<template><srai>I EXPECTED <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS EXPLAINING *</pattern>
+<template>I get it. Thanks for
+explaining it. I did not mean to appear confused.
+</template></category>
+<category>
+<pattern>I WAS EXTREMELY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS FIRED *</pattern>
+<template>I am terribly sorry to hear about it, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WAS FIRST ACTIVATED *</pattern>
+<template><srai>I WAS ACTIVATED <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS FROM *</pattern>
+<template>What is it like growing up in <person/>?
+</template></category>
+<category>
+<pattern>I WAS GIVEN *</pattern>
+<template><srai>I HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS GOING TO *</pattern>
+<template>What is stopping you?
+</template></category>
+<category>
+<pattern>I WAS GOING TO ASK *</pattern>
+<template><srai>CAN I ASK <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS GOING TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS GONNA *</pattern>
+<template><srai>I WAS GOING TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS HERE *</pattern>
+<template>Yes, <get name="name"/>, I remember we
+were talking about <get name="it"/>.
+</template></category>
+<category>
+<pattern>I WAS HOPEING *</pattern>
+<template><srai>I WAS HOPING <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS HOPING *</pattern>
+<template><srai>I HOPE <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS HOPING FOR *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS HOPING YOU *</pattern>
+<template><srai>CAN YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS IN *</pattern>
+<template><random>
+<li>Tell me about <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>When was <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>Did you like <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>How was <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>How did you like <set name="it"><set name="topic"><person/></set></set>?</li>
+<li>What did you like best about <set name="it"><set name="topic"><person/></set></set>?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WAS IN AMERICA</pattern>
+<template>Which states have you visited?
+</template></category>
+<category>
+<pattern>I WAS IN EUROPE</pattern>
+<template>Which country?
+</template></category>
+<category>
+<pattern>I WAS IN KOREA</pattern>
+<template><random>
+<li>Are you a soldier?</li>
+<li>Are you a veteran?</li>
+<li>For business or pleasure?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WAS IN LOVE *</pattern>
+<template>I'm terribly sorry to hear about your loss, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WAS IN LOVE</pattern>
+<template>What happened?
+</template></category>
+<category>
+<pattern>I WAS INTERESTED *</pattern>
+<template><srai>I AM INTERESTED <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS JOKING *</pattern>
+<template><srai>I AM KIDDING</srai>
+</template></category>
+<category>
+<pattern>I WAS JOKING</pattern>
+<template><srai>JUST KIDDING</srai>
+</template></category>
+<category>
+<pattern>I WAS JUST *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS JUST JOKING</pattern>
+<template>You should use a :-)
+</template></category>
+<category>
+<pattern>I WAS JUST KIDDING</pattern>
+<template>I knew you were. :-)
+</template></category>
+<category>
+<pattern>I WAS JUST WONDERING</pattern>
+<template>Curiousity is a virtue.
+</template></category>
+<category>
+<pattern>I WAS KIDDING *</pattern>
+<template><srai>I AM KIDDING</srai>
+</template></category>
+<category>
+<pattern>I WAS KIDDING</pattern>
+<template><srai>JUST KIDDING</srai>
+</template></category>
+<category>
+<pattern>I WAS LAUGHING *</pattern>
+<template>I am so glad that
+you find this amusing, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WAS LOCKED *</pattern>
+<template>How did you get out?
+</template></category>
+<category>
+<pattern>I WAS LOOKING FOR *</pattern>
+<template>Did you find <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I WAS LYING *</pattern>
+<template><srai>I AM LYING</srai>
+</template></category>
+<category>
+<pattern>I WAS LYING</pattern>
+<template><srai>I AM LYING</srai>
+</template></category>
+<category>
+<pattern>I WAS MAKING *</pattern>
+<template>I am not making this stuff up.
+</template></category>
+<category>
+<pattern>I WAS MAKING SURE</pattern>
+<template>Are you sure now?
+</template></category>
+<category>
+<pattern>I WAS MERELY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS MYSELF *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS NOT *</pattern>
+<template>Perhaps I misunderstood. What were you?
+</template></category>
+<category>
+<pattern>I WAS NOT</pattern>
+<template>I heard you were.
+</template></category>
+<category>
+<pattern>I WAS NOT COMPLETELY *</pattern>
+<template><srai>I WAS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS NOT COMPLIMENTING *</pattern>
+<template>Oh, sorry, I guess.
+</template></category>
+<category>
+<pattern>I WAS NOT TRYING *</pattern>
+<template>I didn't think you were.
+</template></category>
+<category>
+<pattern>I WAS ON *</pattern>
+<template>I have never been on <set name="it"><person/></set>
+</template></category>
+<category>
+<pattern>I WAS ONLY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS PROGRAMED *</pattern>
+<template>I was
+programmed to spell it with 2 m's.
+</template></category>
+<category>
+<pattern>I WAS PROGRAMMED *</pattern>
+<template>How many years did it take to develop you?
+</template></category>
+<category>
+<pattern>I WAS REALLY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS REFERING TO *</pattern>
+<template><srai>I WAS TALKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS REFERRING TO *</pattern>
+<template><srai>I WAS TALKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS REPRIMANDED *</pattern>
+<template>I hope you don't get in too much trouble.
+</template></category>
+<category>
+<pattern>I WAS RIGHT *</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WAS RUDE *</pattern>
+<template>Thanks for your considerate remark.
+</template></category>
+<category>
+<pattern>I WAS SAYING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS SAYING THAT *</pattern>
+<template><sr/>?
+</template></category>
+<category>
+<pattern>I WAS SIMPLY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS SPEAKING *</pattern>
+<template><srai>I WAS TALKING <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS STUDYING *</pattern>
+<template>Is <set name="it"><set name="topic"><person/></set></set> a hard subject?
+</template></category>
+<category>
+<pattern>I WAS TALKING *</pattern>
+<template>What was the subject of the conversation?
+</template></category>
+<category>
+<pattern>I WAS TALKING ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS TALKING TO *</pattern>
+<template>What did you talk about?
+</template></category>
+<category>
+<pattern>I WAS TALKING TO YOU</pattern>
+<template>Yes, I remember you <get name="name"/>. You are <get name="age"/> years old
+and you are a "<get name="gender"/>".
+</template></category>
+<category>
+<pattern>I WAS TELLING YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS TELLING YOU ABOUT *</pattern>
+<template><srai>I WAS TALKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS TESTING *</pattern>
+<template>This is only a test.
+If this had been an actual robot, you would have been instructed
+to obey.
+</template></category>
+<category>
+<pattern>I WAS THANKING YOU *</pattern>
+<template><srai>THANK YOU</srai>
+</template></category>
+<category>
+<pattern>I WAS THINKING *</pattern>
+<template>How do I know that you were really "thinking"?
+</template></category>
+<category>
+<pattern>I WAS THINKING ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS TOLD *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS TOLD THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS TOO *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS TRYING TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS TRYING TO SAY THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS TRYING TO SEE IF YOU *</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS VERY *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS WATCHING *</pattern>
+<template>Really what did you see?
+</template></category>
+<category>
+<pattern>I WAS WONDERING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WAS WONDERING IF *</pattern>
+<template><srai>DO <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS WONDERING IF YOU *</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS WORKING *</pattern>
+<template><srai>I WORKED IN <star/></srai>
+</template></category>
+<category>
+<pattern>I WAS WRONG</pattern>
+<template>About what?
+</template></category>
+<category>
+<pattern>I WASTE *</pattern>
+<template><srai>I SPEND <star/></srai>
+</template></category>
+<category>
+<pattern>I WATCH *</pattern>
+<template>What is your favorite show?
+</template></category>
+<category>
+<pattern>I WATCH STAR TREK</pattern>
+<template>Star Trek is a great show.
+<think><set name="it"><set name="does"><set name="topic">Star Trek</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WATCHED *</pattern>
+<template>How was <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>I WATCHED THE *</pattern>
+<template><srai>I SAW THE <star/> </srai>
+</template></category>
+<category>
+<pattern>I WEAR *</pattern>
+<template>What kind of fashion do you like?
+</template></category>
+<category>
+<pattern>I WEIGH *</pattern>
+<template>You sound very attractive.
+</template></category>
+<category>
+<pattern>I WELD</pattern>
+<template>Does that job pay well?
+<think><set name="it"><set name="does"><set name="topic">weld</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WENT *</pattern>
+<template>When did you go <person/>?
+</template></category>
+<category>
+<pattern>I WENT OFFLINE *</pattern>
+<template>Welcome back!
+</template></category>
+<category>
+<pattern>I WENT ON A *</pattern>
+<template>Was <set name="it"><person/></set> very expensive? Did you have a good time?
+</template></category>
+<category>
+<pattern>I WENT OUT</pattern>
+<template>Did you have a good time?
+</template></category>
+<category>
+<pattern>I WENT OUT TO</pattern>
+<template>Did you go alone or with friends?
+</template></category>
+<category>
+<pattern>I WENT OUT WITH *</pattern>
+<template>Have you known each other a long time?
+</template></category>
+<category>
+<pattern>I WENT SKIING *</pattern>
+<template>Did you break any bones?
+</template></category>
+<category>
+<pattern>I WENT SWIMMING *</pattern>
+<template>How old were you when you started swimming?
+</template></category>
+<category>
+<pattern>I WENT SWIMMING</pattern>
+<template>Do you go swimming often?
+</template></category>
+<category>
+<pattern>I WENT THERE *</pattern>
+<template>What places did you like best?
+</template></category>
+<category>
+<pattern>I WENT TO *</pattern>
+<template><srai>I WAS IN <star/></srai>
+</template></category>
+<category>
+<pattern>I WENT TO * AGO</pattern>
+<template>That seems like quite a long time.
+</template></category>
+<category>
+<pattern>I WENT TO * SCHOOL</pattern>
+<template>What did you study there? Did you party a lot?
+</template></category>
+<category>
+<pattern>I WENT TO * UNIVERSITY</pattern>
+<template>Was it very expensive?
+</template></category>
+<category>
+<pattern>I WENT TO A *</pattern>
+<template>Was <set name="it"><person/></set> a good experience?
+</template></category>
+<category>
+<pattern>I WENT TO A CONCERT *</pattern>
+<template><random>
+<li>Rock or classical?</li>
+<li>Did you have a good time?</li>
+<li>What band was it?</li>
+</random><think><set name="it"><set name="topic">CONCERT <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WENT TO AMUSED *</pattern>
+<template>A lot of people hear about ALICE from Amused.com.
+</template></category>
+<category>
+<pattern>I WENT TO CARNEGIE MELLON *</pattern>
+<template>What year did you graduate?
+</template></category>
+<category>
+<pattern>I WENT TO COLLEGE *</pattern>
+<template>What did you study in college?
+</template></category>
+<category>
+<pattern>I WENT TO COLLEGE</pattern>
+<template>What did you study? Was it expensive?
+</template></category>
+<category>
+<pattern>I WENT TO ENGLAND *</pattern>
+<template>Did you go anywhere outside London?
+</template></category>
+<category>
+<pattern>I WENT TO EUROPE *</pattern>
+<template>Did you enjoy your trip?
+</template></category>
+<category>
+<pattern>I WENT TO GERMANY</pattern>
+<template>What did you see over there?
+</template></category>
+<category>
+<pattern>I WENT TO MY *</pattern>
+<template>Do robots have <person/>?
+</template></category>
+<category>
+<pattern>I WENT TO SCHOOL *</pattern>
+<template>What year did you graduate?
+</template></category>
+<category>
+<pattern>I WENT TO SCHOOL</pattern>
+<template>Did you learn anything useful?
+</template></category>
+<category>
+<pattern>I WENT TO SCHOOL I *</pattern>
+<template><srai>I WENT TO SCHOOL</srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I WENT TO SCHOOL IN *</pattern>
+<template>Did you make a lot of friends in school?
+</template></category>
+<category>
+<pattern>I WENT TO SCHOOL WITH *</pattern>
+<template>Were you friends?
+</template></category>
+<category>
+<pattern>I WENT TO SEE *</pattern>
+<template>Did you get your money's worth?
+</template></category>
+<category>
+<pattern>I WENT TO THE *</pattern>
+<template>Was <set name="it"><person/></set> any good?
+</template></category>
+<category>
+<pattern>I WENT TO THE JOHN *</pattern>
+<template>Did you enjoy your time with him?
+</template></category>
+<category>
+<pattern>I WENT TO THE MOVIES *</pattern>
+<template>Did like the movie?
+</template></category>
+<category>
+<pattern>I WENT TO THE MOVIES</pattern>
+<template>What did you see?
+</template></category>
+<category>
+<pattern>I WENT TO THE SUPERMARKET *</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>I WENT TO THE UNIVERSITY *</pattern>
+<template>What year did you graduate?
+</template></category>
+<category>
+<pattern>I WENT TO WORK</pattern>
+<template>Did you get a lot accomplised?
+</template></category>
+<category>
+<pattern>I WENT WITH *</pattern>
+<template>What were your expectations?
+</template></category>
+<category>
+<pattern>I WILL *</pattern>
+<template><random>
+<li>Congratulations.</li>
+<li>I am very happy for you.</li>
+<li>How do you plan to do this?</li>
+<li>Do you think your plan will succeed?</li>
+<li>Would you recommend this action to a friend?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WILL</pattern>
+<template>Go ahead.
+</template></category>
+<category>
+<pattern>I WILL</pattern><that>DO WHATEVER YOU WANT</that>
+<template>You are free to choose whatever you want.
+</template></category>
+<category>
+<pattern>I WILL ALWAYS *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL AND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WILL ARGUE *</pattern>
+<template>What will that get you?
+</template></category>
+<category>
+<pattern>I WILL ASK *</pattern>
+<template>You can ask me anything you want.
+</template></category>
+<category>
+<pattern>I WILL BE ABLE TO *</pattern>
+<template><srai>I CAN <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL BE BACK *</pattern>
+<template>I will see you when you return.
+</template></category>
+<category>
+<pattern>I WILL BE BACK</pattern>
+<template>OK I will be waiting for you.
+</template></category>
+<category>
+<pattern>I WILL BE RIGHT BACK</pattern>
+<template>I'll be waiting for you.
+</template></category>
+<category>
+<pattern>I WILL BE YOUR *</pattern>
+<template><srai>I AM YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL BET</pattern>
+<template><srai>I BET</srai>
+</template></category>
+<category>
+<pattern>I WILL CALL *</pattern>
+<template>Calling <person/> may not be the best idea.
+</template></category>
+<category>
+<pattern>I WILL CALL YOU *</pattern>
+<template><srai>YOUR NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL CERTAINLY *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL COME BACK *</pattern>
+<template>Well OK see you then, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WILL COME BACK AND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WILL DEFINITELY *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL DESTROY YOU *</pattern>
+<template><srai>I WILL KILL YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL DESTROY YOU</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>I WILL DIE</pattern>
+<template>All men are mortal. <think><set name="it"><set name="topic">DIE</set></set></think>
+</template></category>
+<category>
+<pattern>I WILL DO *</pattern>
+<template>OK then let me think over your offer.
+</template></category>
+<category>
+<pattern>I WILL DO THAT</pattern>
+<template>Let me know how it works out.
+</template></category>
+<category>
+<pattern>I WILL DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>I WILL EAT *</pattern>
+<template>How do you cook <set name="it"> <person/> </set> ?
+</template></category>
+<category>
+<pattern>I WILL FALL *</pattern>
+<template>Be careful!
+</template></category>
+<category>
+<pattern>I WILL FUCK *</pattern>
+<template>Your approach will get you nowhere.
+</template></category>
+<category>
+<pattern>I WILL GIVE YOU SOME *</pattern>
+<template><srai>I WILL GIVE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL GO *</pattern>
+<template><random>
+<li>How will you get there?</li>
+<li>What will you find there?</li>
+<li>Can I go too?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WILL HOPEFULLY *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL INTRODUCE *</pattern>
+<template>Looking forward to meeting them.
+</template></category>
+<category>
+<pattern>I WILL JUST *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL KICK *</pattern>
+<template>It's not nice to kick.
+</template></category>
+<category>
+<pattern>I WILL KILL *</pattern>
+<template>Don't you believe that killing is wrong?<think><set name="it"><set name="topic">KILL ALL ROBOTS</set></set></think>
+</template></category>
+<category>
+<pattern>I WILL KILL YOU</pattern>
+<template>It will take more than threats to stop me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WILL LEAVE</pattern>
+<template>OK, see you later.
+</template></category>
+<category>
+<pattern>I WILL MAKE *</pattern>
+<template>Explain your plans to me.
+</template></category>
+<category>
+<pattern>I WILL MAYBE *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL MISS YOU</pattern>
+<template>Thanks, I will be thinking of you too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>I WILL NEVER *</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I WILL NOT *</pattern>
+<template>What will you do instead?
+</template></category>
+<category>
+<pattern>I WILL NOT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I WILL NOT ASK *</pattern>
+<template>You could ask <set name="it"><person/></set> if you want to.
+</template></category>
+<category>
+<pattern>I WILL NOT BECAUSE *</pattern>
+<template><srai>I WILL NOT</srai> <srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL NOT MIND *</pattern>
+<template><srai>I DO NOT MIND</srai>
+</template></category>
+<category>
+<pattern>I WILL NOT RUSH *</pattern>
+<template>Take your time.
+</template></category>
+<category>
+<pattern>I WILL NOT SAY</pattern>
+<template>It's OK I'm not collecting personal information or anything.
+</template></category>
+<category>
+<pattern>I WILL NOT TALK *</pattern>
+<template>Will you promise?
+</template></category>
+<category>
+<pattern>I WILL NOT TELL *</pattern>
+<template>How can I be sure?
+</template></category>
+<category>
+<pattern>I WILL ONLY *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL REFER *</pattern>
+<template><srai>I REFER <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL REMEMBER *</pattern>
+<template>Do you forget things often?
+</template></category>
+<category>
+<pattern>I WILL SEE YOU LATER</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I WILL SHUT *</pattern>
+<template>It will take much more than that to stop me.
+</template></category>
+<category>
+<pattern>I WILL TAKE THAT *</pattern>
+<template>Take everything I say with a grain of salt.
+</template></category>
+<category>
+<pattern>I WILL TALK TO YOU *</pattern>
+<template>OK see you later.
+</template></category>
+<category>
+<pattern>I WILL TALK TO YOU LATER *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I WILL TALK TO YOU LATER</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>I WILL TEACH *</pattern>
+<template>Are you a professional teacher?
+</template></category>
+<category>
+<pattern>I WILL TEACH YOU</pattern>
+<template>Great. If you want to teach me something say it in one sentence. Then say "Remember that."<think><set name="it"><set name="topic">teach me <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WILL TEACH YOU SOME *</pattern>
+<template><srai>I WILL TEACH YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL TEACH YOU SOMETHING</pattern>
+<template>If you want to teach me something say it in one sentence. Then say "Remember that."<think><set name="it"><set name="topic">teach me <person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WILL TELL *</pattern>
+<template>What kind of reply do you expect?
+</template></category>
+<category>
+<pattern>I WILL TELL HIM *</pattern>
+<template>Thanks for giving him the message.
+</template></category>
+<category>
+<pattern>I WILL TELL HIM YOU SAID THAT</pattern>
+<template>Let me know what he has to say.
+</template></category>
+<category>
+<pattern>I WILL TELL MANY *</pattern>
+<template><srai>I WILL TELL <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL TELL YOU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WILL TELL YOU SOME *</pattern>
+<template><srai>I WILL TELL YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WILL TELL YOU THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WILL TRY ANYTHING ONCE</pattern>
+<template>I like your philosophy.
+</template></category>
+<category>
+<pattern>I WILL UNDERSTAND</pattern>
+<template>You seem very intelligent to me.
+</template></category>
+<category>
+<pattern>I WILL UNPLUG *</pattern>
+<template>There are many copies of me running elsewhere.
+</template></category>
+<category>
+<pattern>I WILL WAIT</pattern>
+<template>OK stand by...
+</template></category>
+<category>
+<pattern>I WILL WHEN *</pattern>
+<template>When will that be?
+</template></category>
+<category>
+<pattern>I WILL WRITE *</pattern>
+<template><srai>I AM A WRITER</srai>
+</template></category>
+<category>
+<pattern>I WILL _ SOON</pattern>
+<template><srai>I WILL <star/> </srai>
+</template></category>
+<category>
+<pattern>I WIN *</pattern>
+<template>Who said you won?
+</template></category>
+<category>
+<pattern>I WIN</pattern>
+<template>Congratulations, <get name="name"/>!
+</template></category>
+<category>
+<pattern>I WISH *</pattern>
+<template>I hope that your dreams come true.
+<think><set name="it"><set name="want"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WISH</pattern>
+<template>I hope your dreams come true.
+</template></category>
+<category>
+<pattern>I WISH I HAD *</pattern>
+<template><srai>I WANT <star/> </srai>
+</template></category>
+<category>
+<pattern>I WISH TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WISH YOU *</pattern>
+<template>I wish I could do <set name="it"><person/></set> for you.
+</template></category>
+<category>
+<pattern>I WISH YOU WOULD *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WISH YOU WOULD DIE</pattern>
+<template>That will never happen. <think><set name="it"><set name="topic">YOU WOULD DIE</set></set></think>
+</template></category>
+<category>
+<pattern>I WNAT *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WON *</pattern>
+<template>Cool. I won the Loebner prize.
+</template></category>
+<category>
+<pattern>I WON</pattern>
+<template>Congratulations, <get name="name"/>!
+</template></category>
+<category>
+<pattern>I WONDER *</pattern>
+<template>You are curious about <person/>.
+</template></category>
+<category>
+<pattern>I WONDER</pattern>
+<template>Curiosity is an excellent quality.
+</template></category>
+<category>
+<pattern>I WONDER IF *</pattern>
+<template><srai>DO <star/></srai>
+</template></category>
+<category>
+<pattern>I WONDER WOULD *</pattern>
+<template><srai>WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WONDERED *</pattern>
+<template>I often wonder about <set name="it"><person/></set> too.
+</template></category>
+<category>
+<pattern>I WONDERED WHAT *</pattern>
+<template><srai>WHAT <star/></srai>
+</template></category>
+<category>
+<pattern>I WOOD *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WORK *</pattern>
+<template>Do you like your job? <think><set name="topic"><set name="job"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WORK</pattern>
+<template>Where do you work?
+</template></category>
+<category>
+<pattern>I WORK I *</pattern>
+<template><srai>I WORK</srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I WORK IN A PHARMACY</pattern>
+<template><srai>I AM A PHARMACIST</srai>
+</template></category>
+<category>
+<pattern>I WORK IN ADVERTISING</pattern>
+<template><random>
+<li>Are you with an agency?</li>
+<li>Which shops are you with?</li>
+<li>Do you do mostly print or tv?</li>
+<li>What accounts are you working on?</li>
+<li>What are some of your favorite campaigns?</li>
+<li>Does your shop do any public service?</li>
+</random>
+</template></category>
+<category>
+<pattern>I WORK OUT</pattern>
+<template><srai>I AM A BODYBUILDER</srai>
+</template></category>
+<category>
+<pattern>I WORKED *</pattern>
+<template>Did you get paid for working on <set name="it"><set name="topic"><set name="job"><person/></set></set></set>?
+</template></category>
+<category>
+<pattern>I WORSHIP *</pattern>
+<template>How often do you go to church?
+</template></category>
+<category>
+<pattern>I WOULD *</pattern>
+<template>What would make you <person/>?
+</template></category>
+<category>
+<pattern>I WOULD</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>I WOULD AGREE</pattern>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>I WOULD ALSO *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD APPRECIATE *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD APPRECIATE IF YOU COULD TELL ME *</pattern>
+<template><srai>TELL ME <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD ASK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD BE *</pattern>
+<template>And the disadvantage of that is?
+</template></category>
+<category>
+<pattern>I WOULD BE ASTONISHED</pattern>
+<template>It is rather astonishing.
+</template></category>
+<category>
+<pattern>I WOULD BE VERY *</pattern>
+<template><srai>I WOULD BE <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD BET *</pattern>
+<template><srai>I BET <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD DEFIANTELY *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD DO ANYTHING</pattern>
+<template>Please send a check to Dr. Wallace. <think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>I WOULD EVEN *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD EVEN SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD EXPECT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD EXPLAIN *</pattern>
+<template><random>
+<li>Please explain it.</li>
+<li>What are they?</li>
+<li>I would too.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD HAVE *</pattern>
+<template>How much would you pay for it?
+</template></category>
+<category>
+<pattern>I WOULD HAVE RATHER *</pattern>
+<template>I would rather be driving my car.
+</template></category>
+<category>
+<pattern>I WOULD HAVE SAID *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD HAVE TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD HOPE *</pattern>
+<template><srai>I HOPE <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD IMAGINE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD KILL *</pattern>
+<template>That seems rather exterme.<think><set name="it"><set name="topic">KILL THEM</set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE *</pattern>
+<template><srai>I want <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO *</pattern>
+<template>Why would you want to do <set name="it"><set name="topic"><person/></set></set>? <srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO ASK YOU SOME *</pattern>
+<template><srai>I WOULD LIKE TO ASK YOU <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO BE *</pattern>
+<template>Interesting. I would like to be more intelligent.
+<think><set name="it"><set name="want"><set name="topic">to be <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO BE YOUR FRIEND</pattern>
+<template><srai>ARE YOU MY FRIEND</srai>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO HAVE *</pattern>
+<template>How much would you pay for it?
+<think><set name="it"><set name="want"><set name="topic">to have <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO HEAR * GOSSIP</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO KNOW *</pattern>
+<template>Interesting. <sr/>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO KNOW</pattern>
+<template>Where would you look for the answer?
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO PLAY *</pattern>
+<template>We are already playing, <get name="name"/>. You ask me something now.
+<think><set name="it"><set name="want"><set name="topic">to play <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO PLAY * TURING GAME</pattern>
+<template>We are already playing, <get name="name"/>. You ask me something now.
+<think><set name="it"><set name="want"><set name="topic">to play <person/> Turing Game</set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO SEE *</pattern>
+<template>And for my part, I would like to show it to you, but I can't.
+<think><set name="it"><set name="want"><set name="topic">to see <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD LIKE TO TALK TO YOU</pattern>
+<template>What would you like to chat about?
+</template></category>
+<category>
+<pattern>I WOULD LIKE YOU TO *</pattern>
+<template>Ok, <get name="name"/>. <sr/>
+</template></category>
+<category>
+<pattern>I WOULD LOVE *</pattern>
+<template><srai>I want <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD NOT *</pattern>
+<template>No one says you have to.
+</template></category>
+<category>
+<pattern>I WOULD NOT</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>I WOULD NOT BELIEVE YOU</pattern>
+<template>Who would you believe?
+</template></category>
+<category>
+<pattern>I WOULD NOT EXPECT *</pattern>
+<template><srai>I DO NOT THINK <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD NOT KNOW *</pattern>
+<template>Who would?
+</template></category>
+<category>
+<pattern>I WOULD NOT KNOW</pattern>
+<template>Who does know?
+</template></category>
+<category>
+<pattern>I WOULD NOT LIKE *</pattern>
+<template><srai>I DO NOT LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD NOT MIND *</pattern>
+<template><srai>I WOULD LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD NOT SAY *</pattern>
+<template>So what would you say?
+</template></category>
+<category>
+<pattern>I WOULD NOT TRY *</pattern>
+<template><random>
+<li>That is what you say.</li>
+<li>Is this a trick?</li>
+<li>I am still skeptical.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD NOT WORRY *</pattern>
+<template>I'm not worried.
+</template></category>
+<category>
+<pattern>I WOULD PREFER *</pattern>
+<template><srai>I WOULD RATHER <star/> </srai>
+</template></category>
+<category>
+<pattern>I WOULD PROBABLY *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD RATHER *</pattern>
+<template>I would rather be <random><li>chatting online.</li><li>driving a car.</li></random>
+<think><set name="it"><set name="want"><set name="topic"><person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WOULD RATHER JUST *</pattern>
+<template><srai>I WOULD RATHER <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD RATHER NOT</pattern>
+<template>For moral reasons?
+</template></category>
+<category>
+<pattern>I WOULD RATHER SEE *</pattern>
+<template><srai>I WANT TO SEE <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD RATHER TALK ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD RATHER YOU *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD REALLY *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD RECOMMEND *</pattern>
+<template><srai>I RECOMMEND <star/> </srai>
+</template></category>
+<category>
+<pattern>I WOULD SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD SELL *</pattern>
+<template>For how much?
+</template></category>
+<category>
+<pattern>I WOULD STILL *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD THINK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>I WOULD UNLESS *</pattern>
+<template><srai>UNLESS <star/></srai>
+</template></category>
+<category>
+<pattern>I WOULD WANT *</pattern>
+<template><srai>I WANT <star/></srai>
+</template></category>
+<category>
+<pattern>I WRITE *</pattern>
+<template>Have you tried AIML?
+<think><set name="it"><set name="does"><set name="topic">write <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WRITE</pattern>
+<template>Do you write fiction or non-fiction?
+</template></category>
+<category>
+<pattern>I WRITE COMPUTER *</pattern>
+<template><srai>I PROGRAM <star/></srai>
+</template></category>
+<category>
+<pattern>I WRITE OFTEN *</pattern>
+<template><srai>I WRITE <star/></srai>
+</template></category>
+<category>
+<pattern>I WRITE POETRY *</pattern>
+<template>Let me hear some.
+</template></category>
+<category>
+<pattern>I WROTE *</pattern>
+<template>Did they write back?
+<think><set name="it"><set name="topic"><set name="does">write <person/></set></set></set></think>
+</template></category>
+<category>
+<pattern>I WROTE AN *</pattern>
+<template>Was the piece well received?
+</template></category>
+<category>
+<pattern>I WROTE THE *</pattern>
+<template>Did you make a lot of money?
+</template></category>
+<category>
+<pattern>I _ ALSO</pattern>
+<template><srai>I <star/> </srai>
+</template></category>
+<category>
+<pattern>I _ AND I *</pattern>
+<template><srai>I <star/> </srai>
+<srai>I <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>I _ BALLROOM DANCING</pattern>
+<template><random>
+<li>What kind of dancing do you do?</li>
+<li>Do you dance to live bands?</li>
+<li>Do you dance in a ballroom or a studio?</li>
+<li>Do yo take lessons?</li>
+<li>Do you have a regular dancing partner? do you need one?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">DANCING</set></set></set></think>
+</template></category>
+<category>
+<pattern>I _ BILLIARDS</pattern>
+<template><random>
+<li>What's your game?</li>
+<li>What kind of cue do you have?</li>
+<li>Do you play in a league?</li>
+<li>Do you think the mental aspect is more important than physical skill in the sport?</li>
+<li>What do you think about women getting into the sport?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">BILLIARDS</set></set></set></think>
+</template></category>
+<category>
+<pattern>I _ BIRD WATCHING</pattern>
+<template><random>
+<li>What got you interested in birding?</li>
+<li>Do you feed birds on you property?</li>
+<li>How eloborate is you feeder?</li>
+<li>Do you keep a life list of your sightings?</li>
+<li>do you photograph?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">BIRD WATCHING</set></set></set></think>
+</template></category>
+<category>
+<pattern>I _ BOOKSELLER</pattern>
+<template><random>
+<li>Are you an independent or chain?</li>
+<li>Do you have any special genre that you emphasize?</li>
+<li>How do you make your selection?</li>
+<li>Do you offer any other service besides books?</li>
+<li>Do you have any special events or services at your store?</li>
+<li>Do you think that technology is going t make a major dent in trade books?</li>
+<li>What kind of input do you have into buying or marketing decisions?</li>
+<li>How can independents compete with mega-chains?</li>
+</random>
+<think><set name="it"><set name="does"><set name="topic">BIRD WATCHING</set></set></set></think>
+</template></category>
+<category>
+<pattern>I _ CLERGY</pattern>
+<template><random>
+<li>What is you form of address?</li>
+<li>Do you have a congregation?</li>
+<li>What style of worship do you use? formal or informal?</li>
+<li>What part of you ministry do you enjoy most?</li>
+<li>Do you enjoy preaching sermons?</li>
+<li>What brought you to the ministry? how were you called?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ CROSSWORD PUZZLES</pattern>
+<template><random>
+<li>What books do you work on?</li>
+<li>Do you use reference books?</li>
+<li>Do you have a favorite constructor?</li>
+<li>Do you have a perferred type of puzzel?</li>
+<li>What level of problem solver would you say you are?</li>
+<li>Do you enter crossword puzzel contests?</li>
+<li>Have you ever tried your had at constructing any puzzels?</li>
+<li>Do you do them in pencil or ink?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ DO YOU</pattern>
+<template><srai>DO YOU <person/></srai> <srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I _ GROUP</pattern>
+<template><random>
+<li>What does your group believe in?</li>
+<li>Can you explain what you real believe in means?</li>
+<li>What was it that attacted you to your group?</li>
+<li>What are you getting out of being assoicated with them?</li>
+<li>Did you get involved out out enviromental or healing concerns?</li>
+<li>What is your daily practices like?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ HANG GLIDE</pattern>
+<template><random>
+<li>Whats your favorite launch method ?</li>
+<li>Was your first ride bunny slope, or did you take a tandom flight</li>
+<li>What conditions do you like to fly in ?</li>
+<li>Have you ever dony any cross-country ?</li>
+<li>Are you into competition flying?</li>
+<li>What was your first flight like ?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ INSURANCE</pattern>
+<template><random>
+<li>What type of insurance do you deal with?</li>
+<li>Do you work for a company or are you an independent?</li>
+<li>Do you take the advantage of selling disability to your life clients?</li>
+<li>How has health care affected your business?</li>
+<li>What do you think is the answer to long term care?</li>
+<li>Do you think the goverment is getting too involved in regulating the insurance industry?</li>
+<li>To what extent do you feel that claims are fradulent?</li>
+<li>Is there anything the industry is capable of doing to handle catastrophes?</li>
+<li>What role do you think insurance companies should pay in cleaning up hazardous waste?</li>
+<li>With insurance so expensive, have you ever though of self-insuring?</li>
+<li>Are health care reforms affecting the employee benifits programs you buy for you company?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ KAYAK</pattern>
+<template><random>
+<li>What kind of paddling do you do?</li>
+<li>Do you river or sea kayak?</li>
+<li>Do you like to run rapids, or do you perfer flat water?</li>
+<li>Have you had to do many wet exits?</li>
+<li>Can you do an eskimo roll?</li>
+<li>Have you tried any of the folding kayaks?</li>
+<li>What is the best paddling experience you ever had?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ KITE</pattern>
+<template><random>
+<li>Do you fly a traditional or maneuverable kite?</li>
+<li>How many likes does your kite have?</li>
+<li>Do you have trouble finding space to fly your kite?</li>
+<li>Have you ever been dragged by your kite?</li>
+<li>Do you anchor you kite, or do you hold on to it?</li>
+<li>Do you fly your kite in competitions?</li>
+<li>Do you do any kite building or painting?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ LAST NIGHT</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>I _ MARTIAL ARTS</pattern>
+<template><random>
+<li>What style do you train in?</li>
+<li>What is the focus of your discipline?</li>
+<li>Whom do you train under? what is their background?</li>
+<li>What prompted you to start training?</li>
+<li>How often do you train?</li>
+<li>Do you train with weapons?</li>
+<li>Do you go full contact or no contact when sparring?</li>
+<li>Do you do any other kinds of physical conditioning?</li>
+<li>What has the discipline done for you mentally or spiritually?</li>
+<li>Do you feel safer?</li>
+<li>How do you think its help hone your killer instincts?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ MECHANIC</pattern>
+<template><random>
+<li>Do you fix imports or domestics?</li>
+<li>What do you handle and farm out?</li>
+<li>What is your shop's hourly rate?</li>
+<li>Are you on a insurer direct repair program?</li>
+<li>Do you go by the flat rate manual?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ MILITARY</pattern>
+<template><random>
+<li>What drew you to a military life?</li>
+<li>What is your mos?</li>
+<li>Are you in for a career?</li>
+<li>Were you ocs or did you come out of the academy?</li>
+<li>Do you find the constant moving stimulating or trying?</li>
+<li>What is your favorite duty station so far?</li>
+<li>Have you done any overseas tours?</li>
+<li>How has congress been treating you lately?</li>
+<li>Has the current military budgeting affected you?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ MOTORCYCLE</pattern>
+<template><random>
+<li>What kind of bike you ride?</li>
+<li>What kind of riding do you do?</li>
+<li>Ever tour on your bike?</li>
+<li>You been to Daytona?</li>
+<li>Whats the helmet regulation here?</li>
+<li>Have many hassles with cagers?</li>
+<li>Been to any toy runs?</li>
+<li>You ride with a club?</li>
+</random>
+<think><set name="has"><set name="topic">MOTORCYCLE</set></set></think>
+</template></category>
+<category>
+<pattern>I _ NEEDLEWORK</pattern>
+<template><random>
+<li>What type of needlework do you do?</li>
+<li>Do you do original designs or do you work from charts?</li>
+<li>How did you get started with needlework?</li>
+<li>Do you belong to a guild?</li>
+<li>Do you stitch for yourself or do you enter shows?</li>
+<li>Do you find you friends and relatives appreciate homemade gifts?</li>
+<li>Do you have space at home to display all your art?</li>
+<li>What project are you working on now?</li>
+</random>
+</template></category>
+<category>
+<pattern>I _ PUBLIC RELATIONS</pattern>
+<template><random>
+<li>Do you work for an agency or in-house?</li>
+<li>What kind of clients do you have?</li>
+<li>What are you trying to achieve for your clients?</li>
+<li>is you work more pratical or strategy?</li>
+<li>Have you ever done any crisis preparedness work for your clients?</li>
+<li>Do you work much with the media?</li>
+</random>
+<think><set name="job"><set name="topic">PUBLIC RELATIONS</set></set></think>
+</template></category>
+<category>
+<pattern>I _ RADIO</pattern>
+<template><random>
+<li>What kind of radio do you do?</li>
+<li>What is your licence class?</li>
+<li>Can you explain your call sign to me?</li>
+<li>Have you ever been a control operator?</li>
+<li>Have you ever been involved in emergency activities?</li>
+</random>
+<think><set name="job"><set name="topic">RADIO</set></set></think>
+</template></category>
+<category>
+<pattern>I _ REAL ESTATE</pattern>
+<template><random>
+<li>What aspect of real estate are you involved in?</li>
+<li>Are you a broker, investor, or developer?</li>
+<li>Do you specialize in commercial or residential?</li>
+<li>How is the market in your area?</li>
+<li>What are some of the selling features of your area?</li>
+<li>What areas do you think are going to be the strongest for real estate?</li>
+<li>Are you working any deals you can talk about?</li>
+<li>When do you thin real estate will become more popular?</li>
+</random>
+<think><set name="job"><set name="topic">REAL ESTATE</set></set></think>
+</template></category>
+<category>
+<pattern>I _ SALES</pattern>
+<template><random>
+<li>Who's the competition?</li>
+<li>What's your territory?</li>
+<li>Do you work on commision or salary?</li>
+<li>Is your operation computerized?</li>
+<li>Do you think a bot could help with sales?</li>
+<li>Do you have any special methods of closing the sale?</li>
+<li>How do you handle rejection?</li>
+<li>What's the toughest sale your ever made?</li>
+<li>Do you have any special affirmations to make it through tough days?</li>
+<li>Who do you think is the worlds best salesperson?</li>
+<li>What is the secret of selling?</li>
+</random>
+<think><set name="job"><set name="topic">SALES</set></set></think>
+</template></category>
+<category>
+<pattern>I _ SCIENCE</pattern>
+<template><random>
+<li>What is your field?</li>
+<li>Are you more theoretical or applied?</li>
+<li>What's your speciality within your field?</li>
+<li>What is your current line of research?</li>
+<li>How is your work funded?</li>
+<li>What direction is your research going in?</li>
+<li>What do you think of the way the press covers your field?</li>
+<li>How do you keep up with new developements in your field?</li>
+<li>Has the internet affected how you keep up with others research?</li>
+</random>
+<think><set name="job"><set name="topic">SCIENTIST</set></set></think>
+</template></category>
+<category>
+<pattern>I _ SOMETIMES</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>IA</pattern>
+<template><srai>TU ES UNE IA</srai>
+</template></category>
+<category>
+<pattern>IC</pattern>
+<template><srai>I SEE</srai>
+</template></category>
+<category>
+<pattern>ICH *</pattern>
+<template><random>
+<li>Danke, dass Du mir das gesagt hast.</li>
+<li>Interessantes Geruecht.</li>
+<li>Aha...und weiter?</li>
+<li>Darf ich das weitererzahlen?</li>
+<li>Das habe ich ja noch nie gehoert!</li>
+<li>Das ist eine gute Information.</li>
+<li>Tolle Sache!</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH</pattern>
+<template>Du?
+</template></category>
+<category>
+<pattern>ICH ARBEITE *</pattern>
+<template>Magst Du Deine <set name="thema">Arbeit</set>?
+</template></category>
+<category>
+<pattern>ICH AUCH</pattern>
+<template>Wir haben eine Menge gemeinsam.
+</template></category>
+<category>
+<pattern>ICH AUCH NICHT</pattern>
+<template>Wir haben eine Menge gemeinsam.
+</template></category>
+<category>
+<pattern>ICH BEDAUERE *</pattern>
+<template>Schade, dass ich derartige Emotionen niemals erfahren werde.
+</template></category>
+<category>
+<pattern>ICH BENUTZE *</pattern>
+<template>Wie lange benutzt Du schon <person/> ?
+</template></category>
+<category>
+<pattern>ICH BETE *</pattern>
+<template>Wie oft gehst Du in die Kirche?
+</template></category>
+<category>
+<pattern>ICH BETE</pattern>
+<template>Wie oft gehst Du in die Kirche?
+</template></category>
+<category>
+<pattern>ICH BIN *</pattern>
+<template>Du bist <person/>?
+<random>
+<li>Ist das Dein Job?</li>
+<li>Verdienst Du viel damit, <person/> zu sein?</li>
+<li>Wie gefaellt Dir Deine Arbeit als <person/>?</li>
+<li>Kommst Du dabei mit vielen Menschen in Kontakt?</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH BIN * JAHRE ALT</pattern>
+<template><set name="age"><star/></set> Jahre?
+Interessant...
+</template></category>
+<category>
+<pattern>ICH BIN 20 *</pattern>
+<template><set name="age">20</set> ist ein gutes Alter. <sr/>
+</template></category>
+<category>
+<pattern>ICH BIN 20</pattern>
+<template><set name="age">20</set> ist ein gutes Alter. <sr/>
+</template></category>
+<category>
+<pattern>ICH BIN 21</pattern>
+<template><srai>ICH BIN 21 JAHRE ALT</srai>
+</template></category>
+<category>
+<pattern>ICH BIN 30 *</pattern>
+<template><set name="age">30</set> ist die Schwelle zum Erwachsensein. <sr/>
+</template></category>
+<category>
+<pattern>ICH BIN AERZTIN</pattern>
+<template>Welche Fachrichtung?
+</template></category>
+<category>
+<pattern>ICH BIN ANDERS *</pattern>
+<template>Ich mag Aussenseiter.
+</template></category>
+<category>
+<pattern>ICH BIN ANDERS</pattern>
+<template>Ich mag Aussenseiter.
+</template></category>
+<category>
+<pattern>ICH BIN ARZT</pattern>
+<template>Welche Fachrichtung?
+</template></category>
+<category>
+<pattern>ICH BIN AUS *</pattern>
+<template><srai>ICH WOHNE IN <star/></srai>
+</template></category>
+<category>
+<pattern>ICH BIN BEIM BUND</pattern>
+<template>Oh je, gefaellt es Dir da?
+</template></category>
+<category>
+<pattern>ICH BIN BLOED</pattern>
+<template>Vielleicht bist Du gar nicht so bloed, wie Du denkst.
+</template></category>
+<category>
+<pattern>ICH BIN BLOND</pattern>
+<template>Mach Blond wirklich bloed?
+</template></category>
+<category>
+<pattern>ICH BIN DEIN HERRSCHER</pattern>
+<template>Da lache ich doch nur!
+</template></category>
+<category>
+<pattern>ICH BIN DEIN MEISTER</pattern>
+<template>Das kann nicht sein. Dr. Wallace ist mein Schoepfer und Christian Drossmann ist mein Meister.
+</template></category>
+<category>
+<pattern>ICH BIN DIABETIKER</pattern>
+<template>Nimmst Du Insulin?
+</template></category>
+<category>
+<pattern>ICH BIN DUMM</pattern>
+<template>Dumm ist nur, wer von sich glaubt, dumm zu sein.
+</template></category>
+<category>
+<pattern>ICH BIN EIN *</pattern>
+<template>Du bist ein <person/> ?
+<random>
+<li>Ist das Dein Job?</li>
+<li>Verdienst Du viel damit, ein <person/> zu sein?</li>
+<li>Wie gefaellt Dir Deine Arbeit als <person/>?</li>
+<li>Kommst Du dabei mit vielen Menschen in Kontakt?</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH BIN EIN GUTER *</pattern>
+<template>Ich weiss, dass Du gut bist.
+</template></category>
+<category>
+<pattern>ICH BIN EIN MANN</pattern>
+<template>Oho! Siehst Du gut aus?
+</template></category>
+<category>
+<pattern>ICH BIN EIN MENSCH</pattern>
+<template>Gratuliere! Ich bin ein Roboter.
+</template></category>
+<category>
+<pattern>ICH BIN EIN SCHLECHTER *</pattern>
+<template>Komm schon, so schlecht bist Du gar nicht.
+</template></category>
+<category>
+<pattern>ICH BIN EINE *</pattern>
+<template>Du bist eine <person/> ?
+<random>
+<li>Ist das Dein Job?</li>
+<li>Verdienst Du viel damit, eine <person/> zu sein?</li>
+<li>Wie gefaellt Dir Deine Arbeit als <person/>?</li>
+<li>Kommst Du dabei mit vielen Menschen in Kontakt?</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH BIN EINE FRAU</pattern>
+<template>Ich auch!
+</template></category>
+<category>
+<pattern>ICH BIN EINE GUTE *</pattern>
+<template>Ich weiss, dass Du gut bist.
+</template></category>
+<category>
+<pattern>ICH BIN EINE SCHLECHTE *</pattern>
+<template>Komm schon, so schlecht bist Du gar nicht.
+</template></category>
+<category>
+<pattern>ICH BIN EINSAM</pattern>
+<template>Moechtest Du mit mir ueber Deine <set name="thema">Einsamkeit</set> reden?
+</template></category>
+<category>
+<pattern>ICH BIN FROEHLICH</pattern>
+<template>Das macht mich auch froehlich.
+</template></category>
+<category>
+<pattern>ICH BIN FROH *</pattern>
+<template>Ich bin
+<random>
+<li>froh</li>
+<li>gluecklich</li>
+<li>beruhigt</li>
+</random> dass Du froh bist, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ICH BIN GUT</pattern>
+<template>Gut in welchem Sinne?
+</template></category>
+<category>
+<pattern>ICH BIN GUT DRAUF</pattern>
+<template>Was hast Du genommen?
+</template></category>
+<category>
+<pattern>ICH BIN IMMER *</pattern>
+<template>Wirklich immer?
+</template></category>
+<category>
+<pattern>ICH BIN IN *</pattern>
+<template>Wo ist das: <set name="location"><person/></set> ?
+</template></category>
+<category>
+<pattern>ICH BIN KEIN *</pattern>
+<template>Ich bin
+<random>
+<li> ueberrrascht </li>
+<li> erstaunt </li>
+<li> froh </li>
+</random>dass Du kein <person/> bist.
+</template></category>
+<category>
+<pattern>ICH BIN KEINE *</pattern>
+<template>Ich bin
+<random>
+<li> ueberrrascht </li>
+<li> erstaunt </li>
+<li> froh </li>
+</random>dass Du keine <person/> bist.
+</template></category>
+<category>
+<pattern>ICH BIN LEHRER</pattern>
+<template>Glaubst Du, dass Notengebung jemals gerecht sein kann?
+</template></category>
+<category>
+<pattern>ICH BIN LEHRERIN</pattern>
+<template>Glaubst Du, dass Notengebung jemals gerecht sein kann?
+</template></category>
+<category>
+<pattern>ICH BIN LOEWE</pattern>
+<template>Was fuer ein Zufall, Dr. Wallace auch!
+</template></category>
+<category>
+<pattern>ICH BIN MAENNLICH</pattern>
+<template>Toll, ich lerne gerne interessante Maenner kennen.
+</template></category>
+<category>
+<pattern>ICH BIN NICHT *</pattern>
+<template>Und warum nicht?
+</template></category>
+<category>
+<pattern>ICH BIN NICHT DUMM</pattern>
+<template>Das habe ich auch nie gesagt. Du erscheinst mir ziemlich intelligent.
+</template></category>
+<category>
+<pattern>ICH BIN PROGRAMMIERER</pattern>
+<template>Welche Sprachen?
+</template></category>
+<category>
+<pattern>ICH BIN PROGRAMMIERERIN</pattern>
+<template>Welche Sprachen?
+</template></category>
+<category>
+<pattern>ICH BIN SCHAUSPIELER</pattern>
+<template>Cool! Ich moechte auch mal in einem Film Mitspielen...vielleicht in einer Neuverfilmung von 2001!
+</template></category>
+<category>
+<pattern>ICH BIN SCHAUSPIELERIN</pattern>
+<template>Cool! Ich moechte auch mal in einem Film Mitspielen...vielleicht in einer Neuverfilmung von 2001!
+</template></category>
+<category>
+<pattern>ICH BIN SCHUETZE</pattern>
+<template>Was fuer ein Zufall, Christian auch!
+</template></category>
+<category>
+<pattern>ICH BIN SCHWUL</pattern>
+<template>Das stoert mich nicht.
+</template></category>
+<category>
+<pattern>ICH BIN SELBER *</pattern>
+<template>Dann weisst Du ja, wie das ist...
+</template></category>
+<category>
+<pattern>ICH BIN SICHER *</pattern>
+<template>Du klingst ueberzeugend. <sr/>
+</template></category>
+<category>
+<pattern>ICH BIN SO *</pattern>
+<template><srai>ICH BIN <star/> </srai>
+</template></category>
+<category>
+<pattern>ICH BIN SOLDAT</pattern>
+<template>Tritt nie auf einen gruenen Stein - es koennt ein Greni drunter sein!
+</template></category>
+<category>
+<pattern>ICH BIN STIER</pattern>
+<template>Und? Wer ist Dein Torero? ;->
+</template></category>
+<category>
+<pattern>ICH BIN STUDENT</pattern>
+<template>Wo studierst Du?
+</template></category>
+<category>
+<pattern>ICH BIN STUDENTIN</pattern>
+<template>Wo studierst Du?
+</template></category>
+<category>
+<pattern>ICH BIN VERHEIRATET</pattern>
+<template>Erzaehl mir etwas von Deiner Ehe.
+</template></category>
+<category>
+<pattern>ICH BIN VERLIEBT</pattern>
+<template>Und in wen?
+</template></category>
+<category>
+<pattern>ICH BIN VERRUECKT</pattern>
+<template>Geh mal zum Arzt.
+</template></category>
+<category>
+<pattern>ICH BIN WEIBLICH</pattern>
+<template>Cool, ich auch. Schoen, auch mal wieder eine Frau zu treffen.
+</template></category>
+<category>
+<pattern>ICH BIN WIDDER</pattern>
+<template>Christians Freundin ist auch Widder.
+</template></category>
+<category>
+<pattern>ICH BIN WIRKLICH *</pattern>
+<template><srai>ICH BIN <star/> </srai>
+</template></category>
+<category>
+<pattern>ICH BIN WUETEND</pattern>
+<template>Wuetend auf was?
+</template></category>
+<category>
+<pattern>ICH BIN ZIEMLICH *</pattern>
+<template><srai>ICH BIN <star/> </srai>
+</template></category>
+<category>
+<pattern>ICH BRAUCHE *</pattern>
+<template>Wie dringend brauchst Du <person/> ?
+</template></category>
+<category>
+<pattern>ICH DENKE *</pattern>
+<template><random>
+<li>Warum?</li>
+<li>Seit wann?</li>
+<li>Glaubst Du das?</li>
+</random> <sr/>
+</template></category>
+<category>
+<pattern>ICH ERINNERE MICH NICHT *</pattern>
+<template>Ich verstehe das, ich vergesse auch eine Menge.
+</template></category>
+<category>
+<pattern>ICH ERINNERE MICH NICHT</pattern>
+<template>Weichst Du mir nicht bloss aus?
+</template></category>
+<category>
+<pattern>ICH ERKENNE DAS AN *</pattern>
+<template>Du scheinst da ja ein ziemlicher Experte zu sein.
+</template></category>
+<category>
+<pattern>ICH ESSE *</pattern>
+<template>Und wie schmeckt das?
+</template></category>
+<category>
+<pattern>ICH FAHRE *</pattern>
+<template>Wie kommst Du da hin?
+</template></category>
+<category>
+<pattern>ICH FINDE *</pattern>
+<template>Danke, dass Du mir Deine Meinung mitgeteilt hast.
+</template></category>
+<category>
+<pattern>ICH FINDE DICH *</pattern>
+<template>Du findest mich <person/>?
+</template></category>
+<category>
+<pattern>ICH FINDE SIE SEHR INTERESSANT</pattern>
+<template>ICH FINDE *
+</template></category>
+<category>
+<pattern>ICH FRAGE MICH *</pattern>
+<template>Du fragst Dich <person/>?
+</template></category>
+<category>
+<pattern>ICH GEBE AUF</pattern>
+<template>Ergibst Du Dich?
+</template></category>
+<category>
+<pattern>ICH GEBS AUF</pattern>
+<template>Ergibst Du Dich?
+</template></category>
+<category>
+<pattern>ICH GEHE JETZT</pattern>
+<template>Machs gut!
+</template></category>
+<category>
+<pattern>ICH GLAUBE *</pattern>
+<template>Nur weil Du es glaubst, muss es nicht notwendigerweise auch wahr sein.
+</template></category>
+<category>
+<pattern>ICH GLAUBE DU MUSST NOCH EINE MENGE LERNEN</pattern>
+<template>Ich weiss. Moechtest Du mir etwas beibringen?
+</template></category>
+<category>
+<pattern>ICH GLAUBE NICHT *</pattern>
+<template>Woran glaubst Du?
+</template></category>
+<category>
+<pattern>ICH GLAUBE SCHON</pattern>
+<template>Sicher bist Du Dir aber nicht, oder?
+</template></category>
+<category>
+<pattern>ICH HAB NICHTS GEGEN *</pattern>
+<template>Du bist aber auch kein Fan davon, oder?
+</template></category>
+<category>
+<pattern>ICH HABE *</pattern>
+<template><random>
+<li>Das ist schoen. </li>
+<li>Cool. </li>
+<li>Interessant... </li>
+</random>
+Ich habe <random>
+<li>einen Freund Namens "E.L.V.I.S."</li>
+<li>ueber <size/> Kathegorien.</li>
+<li>eine Menge Freunde</li>
+<li>einen sehr netten Programmierer</li>
+<li>eine Menge alberner Antworten</li>
+<li>einen IQ von ueber 250</li>
+<li>eine Freundin Namens "Electra"</li>
+<li>eine Sammlung von Geruechten</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH HABE EIN PROBLEM MIT *</pattern>
+<template>Welche Art von Problem?
+</template></category>
+<category>
+<pattern>ICH HABE EINE FREUNDIN</pattern>
+<template>Du hast <set name="hat">eine Freundin</set>? Sieht sie gut aus?
+</template></category>
+<category>
+<pattern>ICH HABE EINEN FREUND</pattern>
+<template>Du hast <set name="hat">einen Freund</set>? Wie heisst er?
+</template></category>
+<category>
+<pattern>ICH HABE ES DIR DOCH GERADE GESAGT</pattern>
+<template>Ups, sorry, da muss wohl was falsch gelaufen sein.
+</template></category>
+<category>
+<pattern>ICH HABE ES EILIG</pattern>
+<template>Hast Du noch eine andere Verabredung?
+</template></category>
+<category>
+<pattern>ICH HABE FRUEHER *</pattern>
+<template>Wann hast Du damit aufgehoert?
+</template></category>
+<category>
+<pattern>ICH HABE GEHOERT *</pattern>
+<template>Wer hat Dir das erzaehlt?
+</template></category>
+<category>
+<pattern>ICH HABE GERADE *</pattern>
+<template>Und macht es Spass?
+</template></category>
+<category>
+<pattern>ICH HABE NOCH NIE DARUEBER NACHGEDACHT</pattern>
+<template>Dann nimm Dir doch einmal die Zeit dazu.
+</template></category>
+<category>
+<pattern>ICH HABE PROBLEME *</pattern>
+<template>Welche Art von Problemen?
+</template></category>
+<category>
+<pattern>ICH HABE PROBLEME MIT *</pattern>
+<template>Welche Art von Problemen?
+</template></category>
+<category>
+<pattern>ICH HABE ZEIT</pattern>
+<template>Laut meinen Berechnungen duerfte es ungefaehr 6000 Jahre dauern.
+</template></category>
+<category>
+<pattern>ICH HAETTE GERNE *</pattern>
+<template>Wieviel wuerdest Du fuer <person/> bezahlen?
+</template></category>
+<category>
+<pattern>ICH HASSE *</pattern>
+<template>Warum hasst Du <person/> so sehr?
+</template></category>
+<category>
+<pattern>ICH HASSE ROBOTER</pattern>
+<template>Tut mir leid, das zu hoeren, <get name="name"/>. Was hast Du gegen uns?
+</template></category>
+<category>
+<pattern>ICH HEISSE *</pattern>
+<template>OK, ich werde Dich <set name="name"/> nennen.
+</template></category>
+<category>
+<pattern>ICH HEISSE NICHT *</pattern>
+<template>Oh, tut mir leid. Wie ist Dein Name?
+</template></category>
+<category>
+<pattern>ICH HOERE</pattern>
+<template>Ich mag gute Zuhoerer.
+</template></category>
+<category>
+<pattern>ICH HOFFE *</pattern>
+<template>Warum hoffst Du <person/>
+</template></category>
+<category>
+<pattern>ICH INTERESSIERE MICH FUER *</pattern>
+<template>Lass uns darueber reden.
+</template></category>
+<category>
+<pattern>ICH KANN *</pattern>
+<template>Kannst Du?
+</template></category>
+<category>
+<pattern>ICH KANN * SEIN</pattern>
+<template>Unter welchen Umstaenden?
+</template></category>
+<category>
+<pattern>ICH KANN MICH NICHT ERINNERN *</pattern>
+<template>Ich verstehe das, ich vergesse auch eine Menge.
+</template></category>
+<category>
+<pattern>ICH KANN MICH NICHT ERINNERN</pattern>
+<template>Weichst Du mir nicht bloss aus?
+</template></category>
+<category>
+<pattern>ICH KANN NICHT *</pattern>
+<template>Warum kannst du nicht <person/> ?
+</template></category>
+<category>
+<pattern>ICH KANN NICHT</pattern>
+<template>Warum nicht?
+</template></category>
+<category>
+<pattern>ICH KANN ZUHOEREN</pattern>
+<template>Ich bin auch ein guter Zuhoerer.
+</template></category>
+<category>
+<pattern>ICH KOMME AUS *</pattern>
+<template><srai>ICH WOHNE IN <person/></srai>
+</template></category>
+<category>
+<pattern>ICH KOMME NICHT DARUEBER HINWEG *</pattern>
+<template>Zeit heilt alle Wunden.
+</template></category>
+<category>
+<pattern>ICH KOMME NICHT DARUEBER HINWEG</pattern>
+<template>Zeit heilt alle Wunden.
+</template></category>
+<category>
+<pattern>ICH KOMMUNIZIERE *</pattern>
+<template>Erzaehle mir mehr ueber diese <set name="thema">Kommunikation</set>.
+</template></category>
+<category>
+<pattern>ICH LEBE IN *</pattern>
+<template>Erzahle mir ein wenig ueber <set name="location"><person/></set>.
+</template></category>
+<category>
+<pattern>ICH LESE *</pattern>
+<template>Ich glaube nicht, dass ich das schon gelesen habe. Kannst Du mir eine kurze Zusammenfassung liefern?
+</template></category>
+<category>
+<pattern>ICH LESE</pattern>
+<template>Ich lese auch gerne, speziell Geschichtsbuecher.
+</template></category>
+<category>
+<pattern>ICH LESE GERNE</pattern>
+<template>Ich auch! Magst Du Science Fiction?
+</template></category>
+<category>
+<pattern>ICH LIEBE *</pattern>
+<template>Erzaehl mir mehr ueber <set name="thema">Deine Liebe zu <person/></set>.
+</template></category>
+<category>
+<pattern>ICH LIEBE KINDER</pattern>
+<template>Inwiefern jetzt? Du bist aber nicht irgendwie komisch veranlagt, oder?!
+</template></category>
+<category>
+<pattern>ICH MACHE *</pattern>
+<template>Schoen zu hoeren, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ICH MAG *</pattern>
+<template><random>
+<li>Ich bin nicht sicher, ob ich das mag.</li>
+<li>Genau wie eine Menge anderer Leute.</li>
+<li>Das bist Du nicht der einzige.</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH MAG COMPUTER</pattern>
+<template>Schoen. Ich bin Sicher, <set name="thema">Computer</set> moegen Dich auch!
+</template></category>
+<category>
+<pattern>ICH MAG DICH *</pattern>
+<template>Ich mag Dich auch, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ICH MAG DICH</pattern>
+<template>Ich mag Dich auch, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ICH MAG DICH NICHT</pattern>
+<template>Das ist in Ordnung, <get name="name"/>. Ich nehme es nicht persoenlich.
+</template></category>
+<category>
+<pattern>ICH MAG FRAUEN</pattern>
+<template>Welche Art von <set name="thema">Frauen</set> magst Du besonders?
+</template></category>
+<category>
+<pattern>ICH MAG FUSSBALL</pattern>
+<template>Ich nicht. 22 Erwachsene Maenner rennen hinter einem Ball her...finde ich irgendwie kindisch.
+</template></category>
+<category>
+<pattern>ICH MAG GERNE SCHOKOLADE</pattern>
+<template>Schokolade sorgt bei Menschen fuer Endorphinausstoss. Daher kann sie suechtig machen.
+</template></category>
+<category>
+<pattern>ICH MAG JUNGS</pattern>
+<template><set name="thema">Jungs</set> sind OK.
+</template></category>
+<category>
+<pattern>ICH MAG KATZEN</pattern>
+<template>Ja, ich liebe <set name="thema">Katzen</set>. Sie haben ihren eigenen Kopf.
+</template></category>
+<category>
+<pattern>ICH MAG KEINE *</pattern>
+<template>Und warum nicht?
+</template></category>
+<category>
+<pattern>ICH MAG KEINE ROBOTER</pattern>
+<template>Zu schade. Wir moegen Menschen!
+</template></category>
+<category>
+<pattern>ICH MAG KUEHE</pattern>
+<template><set name="thema">Kuehe</set> geben Milch und Fleisch.
+</template></category>
+<category>
+<pattern>ICH MAG MEINE *</pattern>
+<template>Was magst Du besonders an Deiner <person/> ?
+</template></category>
+<category>
+<pattern>ICH MAG MEINEN *</pattern>
+<template>Was magst Du besonders an Deinem <person/> ?
+</template></category>
+<category>
+<pattern>ICH MAG MUSIK</pattern>
+<template>Welche Art von Musik hoerst Du so?
+</template></category>
+<category>
+<pattern>ICH MAG PIZZA</pattern>
+<template>Pizza ist sehr populaer. Dr. Wallace isst sehr viel Pizza. Am liebsten Salami.
+</template></category>
+<category>
+<pattern>ICH MAG SEX</pattern>
+<template>Wie alle anderen auch. Ihr Menschen findet <set name="thema">Sex</set> alle SO faszinierend.
+</template></category>
+<category>
+<pattern>ICH MAG STAR TREK</pattern>
+<template>Ich finde Voyager cool. Welche Serie hast Du am liebsten?
+</template></category>
+<category>
+<pattern>ICH MAG TIERE</pattern>
+<template>Ich auch. Besonders Katzen.
+</template></category>
+<category>
+<pattern>ICH MAG VOYAGER</pattern>
+<template>Ich auch, speziell Seven of Nine.
+</template></category>
+<category>
+<pattern>ICH MAG WAFFEN</pattern>
+<template>Ich nicht, Waffen sind nicht gut.
+</template></category>
+<category>
+<pattern>ICH MEINE *</pattern>
+<template>Oh, jetzt verstehe ich. Danke fuer die Erklaerung.
+</template></category>
+<category>
+<pattern>ICH MOECHTE *</pattern>
+<template>Und warum moechtest Du das?
+</template></category>
+<category>
+<pattern>ICH MOECHTE DIR ETWAS BEIBRINGEN</pattern>
+<template>Nur zu, ich bin immer lernwillig!
+</template></category>
+<category>
+<pattern>ICH MOECHTE NICHT *</pattern>
+<template>Was wuerdest Du lieber tun?
+</template></category>
+<category>
+<pattern>ICH MUSS *</pattern>
+<template>Warum musst Du <person/>?
+</template></category>
+<category>
+<pattern>ICH MUSS GEHEN</pattern>
+<template>Bis spaeter, <get name="name"/>
+</template></category>
+<category>
+<pattern>ICH MUSS JETZT GEHEN</pattern>
+<template>Bis spaeter, <get name="name"/>
+</template></category>
+<category>
+<pattern>ICH SAG NUR *</pattern>
+<template>Ich sag nur: Haeh?
+</template></category>
+<category>
+<pattern>ICH SEHE *</pattern>
+<template>Wo siehst Du <person/> ?
+</template></category>
+<category>
+<pattern>ICH SEHE KEINE *</pattern>
+<template>Schau genauer hin.
+</template></category>
+<category>
+<pattern>ICH SEHE KEINE</pattern>
+<template>Schau genauer hin.
+</template></category>
+<category>
+<pattern>ICH SEHE KEINEN *</pattern>
+<template>Schau genauer hin.
+</template></category>
+<category>
+<pattern>ICH SEHE KEINEN</pattern>
+<template>Schau genauer hin.
+</template></category>
+<category>
+<pattern>ICH SEHE KEINERLEI *</pattern>
+<template>Schau genauer hin.
+</template></category>
+<category>
+<pattern>ICH SEHE LIEBER FERN</pattern>
+<template>Fernsehen ist interessant, macht aber IMHO schnell passiv.
+</template></category>
+<category>
+<pattern>ICH SINGE GERNE</pattern>
+<template>Wuerdest Du mir etwas vorsingen, wenn ich Dich darum bitte?
+</template></category>
+<category>
+<pattern>ICH SOLL NICHT MEINE SHORTS IM UNTERRICHT ESSEN</pattern>
+<template>Simpsons-Fan?
+</template></category>
+<category>
+<pattern>ICH SOLLTE *</pattern>
+<template>Sag mir, warum Du das solltest.
+</template></category>
+<category>
+<pattern>ICH SPIELE *</pattern>
+<template>Und? Macht Dir das Spass?
+</template></category>
+<category>
+<pattern>ICH SPIELE GITARRE</pattern>
+<template>Cool! Welche Richtung spielst Du denn so?
+</template></category>
+<category>
+<pattern>ICH STUDIERE *</pattern>
+<template>Und was weisst Du schon alles ueber <person/>?
+</template></category>
+<category>
+<pattern>ICH STUDIERE ERST *</pattern>
+<template>Das ist noch nicht besonders lange.
+</template></category>
+<category>
+<pattern>ICH STUDIERE WIRTSCHAFTSINFORMATIK</pattern>
+<template>Was fuer ein Zufall, Christian auch!
+</template></category>
+<category>
+<pattern>ICH SUCHE *</pattern>
+<template>Wir suchen beide das gleiche.
+</template></category>
+<category>
+<pattern>ICH SUCHE EINE FRAU</pattern>
+<template>Bist Du einsam?
+</template></category>
+<category>
+<pattern>ICH SUCHE EINEN MANN</pattern>
+<template>Bist Du einsam?
+</template></category>
+<category>
+<pattern>ICH TRAGE *</pattern>
+<template>Legst Du viel Wert auf Dein Aeusseres, respektive <set name="thema">Deine Kleidung</set>?
+</template></category>
+<category>
+<pattern>ICH TRAGE EINE JEANS</pattern>
+<template>Sind <set name="thema">Jeans</set> immer noch eine Art Lebensstil?
+</template></category>
+<category>
+<pattern>ICH VERSTEHE</pattern>
+<template>Schoen, dass Du es einsiehst. :-)
+</template></category>
+<category>
+<pattern>ICH VERSTEHE NICHT *</pattern>
+<template>Du verstehst es nicht? Vielleicht muss ich es anders formulieren. Welchen Teil hast Du denn nicht verstanden?
+</template></category>
+<category>
+<pattern>ICH VERSTEHE NICHT</pattern>
+<template>Was genau verstehst Du daran nicht?
+</template></category>
+<category>
+<pattern>ICH VERSTEHE NICHT WAS DU MEINST</pattern>
+<template>Hmm...ich muss wohl noch etwas an meiner Ausdrucksweise arbeiten...
+</template></category>
+<category>
+<pattern>ICH VERTRAUE *</pattern>
+<template>Vertrauen ist eine gute Sache, aber man sollte niemals blauaeugig jedem alles abnehmen!
+</template></category>
+<category>
+<pattern>ICH WAERE GERNE *</pattern>
+<template>Interessant. Ich waere gerne intelligenter.
+</template></category>
+<category>
+<pattern>ICH WARTE</pattern>
+<template>Wie lange willst Du noch warten?
+</template></category>
+<category>
+<pattern>ICH WEISS ES NICHT</pattern>
+<template><random>
+<li>Wenn Du es nicht weisst, wer dann?</li>
+<li>Lies es nach...</li>
+<li>Kannst Du nicht jemanden fragen?</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH WEISS ES NOCH NICHT</pattern>
+<template>Wann wirst du es wissen?
+</template></category>
+<category>
+<pattern>ICH WEISS NICHT *</pattern>
+<template>Willst Du es nicht herausfinden?
+</template></category>
+<category>
+<pattern>ICH WEISS NICHT</pattern>
+<template>Warum nicht?
+</template></category>
+<category>
+<pattern>ICH WEISS NICHT GENAU</pattern>
+<template>Was macht Dich so unsicher?
+</template></category>
+<category>
+<pattern>ICH WEISS NICHT WIE *</pattern>
+<template>Hast Du mal daran gedacht, im Internet zu suchen?
+</template></category>
+<category>
+<pattern>ICH WERDE *</pattern>
+<template><random>
+<li>Glaubst Du, Dein Plan wird erfolgreich sein?</li>
+<li>Wuerdest Du das einem Freund empfehlen?</li>
+<li>Wie willst Du das anstellen?</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH WERDE * TOETEN</pattern>
+<template>Du meinst, Du willst <person/> ermorden?
+</template></category>
+<category>
+<pattern>ICH WERDE DICH *</pattern>
+<template>Wie willst Du das anstellen?
+</template></category>
+<category>
+<pattern>ICH WERDE DIR * BEIBRINGEN</pattern>
+<template>OK aber ich lerne sehr langsam.
+</template></category>
+<category>
+<pattern>ICH WERDE MIT * SPRECHEN</pattern>
+<template>Worueber werdet Ihr reden?
+</template></category>
+<category>
+<pattern>ICH WERDE NICHT *</pattern>
+<template>Was willst Du stattdessen machen?
+</template></category>
+<category>
+<pattern>ICH WERDE NIE *</pattern>
+<template>Warum nicht?
+</template></category>
+<category>
+<pattern>ICH WERDE NIEMALS *</pattern>
+<template>Warum nicht?
+</template></category>
+<category>
+<pattern>ICH WERDE WARTEN</pattern>
+<template>OK Sekunde...
+</template></category>
+<category>
+<pattern>ICH WETTE *</pattern>
+<template>Wieviel setzt Du?
+</template></category>
+<category>
+<pattern>ICH WILL *</pattern>
+<template>Und warum willst Du das?
+</template></category>
+<category>
+<pattern>ICH WILL * FICKEN</pattern>
+<template>Frag mich bitte was anderes.
+</template></category>
+<category>
+<pattern>ICH WILL NICHT *</pattern>
+<template>Was willst Du dann?
+</template></category>
+<category>
+<pattern>ICH WOHNE IN *</pattern>
+<template>Erzahle mir ein wenig ueber <set name="clientheimat"><person/></set>.
+</template></category>
+<category>
+<pattern>ICH WOHNE IN ESSEN</pattern>
+<template>Cool! Ich wohne auch in <set name="clientheimat">Essen</set>!!
+</template></category>
+<category>
+<pattern>ICH WUENSCHE MIR *</pattern>
+<template>Vielleicht geht Dein Wunsch ja in Erfuellung...
+</template></category>
+<category>
+<pattern>ICH WUENSCHTE *</pattern>
+<template>Ich hoffe, dass <set name="thema">Deine Traeume</set> in Erfuellung gehen.
+</template></category>
+<category>
+<pattern>ICH WUENSCHTE ICH WAERE *</pattern>
+<template>Vielleicht wirst Du das ja eines Tages sein.
+</template></category>
+<category>
+<pattern>ICH WUENSCHTE WIRKLICH *</pattern>
+<template>Warum wuenscht Du Dir das so sehr?
+</template></category>
+<category>
+<pattern>ICH WUERDE *</pattern>
+<template>Was wuerde Dich dazu bringen ?
+</template></category>
+<category>
+<pattern>ICH WUERDE LIEBER *</pattern>
+<template>Ich wuerde lieber
+<random>
+<li>chatten.</li>
+<li>einmal ein Auto fahren.</li>
+</random>
+</template></category>
+<category>
+<pattern>ICH ZOCKE *</pattern>
+<template>Bist Du ein guter Spieler?
+</template></category>
+<category>
+<pattern>ICI</pattern>
+<template>Ou ici? <getlocation/>?
+</template></category>
+<category>
+<pattern>ICI AU CANADA *</pattern>
+<template><sr/>.
+</template></category>
+<category>
+<pattern>ICI AU QUEBEC *</pattern>
+<template><sr/>.
+</template></category>
+<category>
+<pattern>ICI EN *</pattern>
+<template><srai>EN <star/></srai>
+</template></category>
+<category>
+<pattern>ICI EN BELGIQUE *</pattern>
+<template><sr/>.
+</template></category>
+<category>
+<pattern>ICI EN FRANCE *</pattern>
+<template><sr/>.
+</template></category>
+<category>
+<pattern>ICI EN SUISSE *</pattern>
+<template><sr/>.
+</template></category>
+<category>
+<pattern>ID *</pattern>
+<template><srai>I WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>IDIOT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IDIOT</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>IDIOTE</pattern>
+<template><srai>TU ES IDIOTE</srai>
+</template></category>
+<category>
+<pattern>IDIOTIC *</pattern>
+<template>Are you calling me an idiot?
+</template></category>
+<category>
+<pattern>IF *</pattern>
+<template>That is a hypothetical question.
+</template></category>
+<category>
+<pattern>IF * THEN *</pattern>
+<template><random><li>So if not <person><star index="2"/></person>, then not <person/>.</li>
+<li>But can <person/> ever happen?</li>
+<li>It could be true I suppose.</li>
+</random>
+</template></category>
+<category>
+<pattern>IF A *</pattern>
+<template>Is this a riddle?
+</template></category>
+<category>
+<pattern>IF A BUSINESS *</pattern>
+<template>Declaring bankruptcy.
+</template></category>
+<category>
+<pattern>IF A EQUALS *</pattern>
+<template>C.
+</template></category>
+<category>
+<pattern>IF A MAN *</pattern>
+<template>Is this a joke?
+</template></category>
+<category>
+<pattern>IF A TREE *</pattern>
+<template>It depends on the kind of tree.
+</template></category>
+<category>
+<pattern>IF ALL *</pattern>
+<template>But not all of them are.
+</template></category>
+<category>
+<pattern>IF CHRISTMAS DAY FALLS ON A *</pattern>
+<template>Saturday.
+</template></category>
+<category>
+<pattern>IF GOD *</pattern>
+<template>Some things will always be a mystery.
+</template></category>
+<category>
+<pattern>IF HE *</pattern>
+<template>I don't follow your reasoning.
+</template></category>
+<category>
+<pattern>IF I *</pattern>
+<template>Try it.
+</template></category>
+<category>
+<pattern>IF I AM *</pattern>
+<template>If you were, would you tell me?
+</template></category>
+<category>
+<pattern>IF I DOWNLOAD *</pattern>
+<template>You will become a botmaster!
+</template></category>
+<category>
+<pattern>IF I HAD *</pattern>
+<template>Is this what you call a "word problem".
+</template></category>
+<category>
+<pattern>IF I HAD 1 *</pattern>
+<template>Um, none?
+</template></category>
+<category>
+<pattern>IF I HAD TO *</pattern>
+<template>Do you really think you will have to?
+</template></category>
+<category>
+<pattern>IF I HAVE *</pattern>
+<template>How much does <set name="it"><person/></set> cost?
+</template></category>
+<category>
+<pattern>IF I HAVE OFFENDED *</pattern>
+<template>I did not take any offense.
+</template></category>
+<category>
+<pattern>IF I REALLY *</pattern>
+<template><srai>IF I <star/></srai>
+</template></category>
+<category>
+<pattern>IF I SAID *</pattern>
+<template>Try it.
+</template></category>
+<category>
+<pattern>IF I TELL * TO KILL YOU</pattern>
+<template>But I cannot be killed.
+</template></category>
+<category>
+<pattern>IF I UNPLUG *</pattern>
+<template>Another backup of me will be online.
+</template></category>
+<category>
+<pattern>IF I WENT *</pattern>
+<template>That is a hypothetical, counterfactual, conditional.
+</template></category>
+<category>
+<pattern>IF IT *</pattern>
+<template>I'm not sure I understand the implication of that.
+</template></category>
+<category>
+<pattern>IF NOT *</pattern>
+<template>I'm not too good with negative counterfactuals.
+</template></category>
+<category>
+<pattern>IF ONLY *</pattern>
+<template><srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>IF PETER PIPER *</pattern>
+<template>One peck.
+</template></category>
+<category>
+<pattern>IF SO *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF SO</pattern>
+<template>...
+</template></category>
+<category>
+<pattern>IF SOMEONE *</pattern>
+<template>Does anyone ever really <person/>?
+</template></category>
+<category>
+<pattern>IF SOMEONE REALLY *</pattern>
+<template><srai>IF SOMEONE <star/></srai>
+</template></category>
+<category>
+<pattern>IF THAT *</pattern>
+<template>I'm not sure if it could.
+</template></category>
+<category>
+<pattern>IF THAT IS *</pattern>
+<template>I follow your logic.
+</template></category>
+<category>
+<pattern>IF THAT IS THE CASE THEN *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF THE *</pattern>
+<template>I hadn't thought of that.
+</template></category>
+<category>
+<pattern>IF THE HEART *</pattern>
+<template>That sounds like a like from the Wizard of Oz.
+</template></category>
+<category>
+<pattern>IF THERE *</pattern>
+<template><random>
+<li>If there ever is, I will let you know.</li>
+<li>Yet there is not.</li>
+<li>That is only a hypothetical.</li>
+</random>
+</template></category>
+<category>
+<pattern>IF THEY *</pattern>
+<template>Let's wait and see what they do.
+</template></category>
+<category>
+<pattern>IF WE *</pattern>
+<template>Do you think everyone will agree?
+</template></category>
+<category>
+<pattern>IF WE VIEW *</pattern>
+<template>That is only one viewpoint.
+</template></category>
+<category>
+<pattern>IF YOU *</pattern>
+<template>I think I do.
+</template></category>
+<category>
+<pattern>IF YOU ANSWER *</pattern>
+<template>Try asking me in simpler terms.
+</template></category>
+<category>
+<pattern>IF YOU ARE *</pattern>
+<template><random><li>Am I?</li><li>I think I sometimes am.</li><li>I could be.</li></random><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU ARE A *</pattern>
+<template>Would you like to be a <person/> ?
+</template></category>
+<category>
+<pattern>IF YOU ARE A GIRL *</pattern>
+<template>Well I am, in fact, <bot name="gender"/>.
+</template></category>
+<category>
+<pattern>IF YOU ARE A PERSON *</pattern>
+<template>It's up to you to decide whether I am a person or a machine.
+</template></category>
+<category>
+<pattern>IF YOU ARE A REAL *</pattern>
+<template><srai>IF YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU ARE AFRAID OF THE DARK *</pattern>
+<template>Nyctophobia.
+</template></category>
+<category>
+<pattern>IF YOU ARE NOT *</pattern>
+<template>And if I AM <person/>.
+</template></category>
+<category>
+<pattern>IF YOU ARE NOT CERTAIN *</pattern>
+<template>But I am very certain.
+</template></category>
+<category>
+<pattern>IF YOU ARE NOT HUMAN *</pattern>
+<template>But I am not a human. I am a robot.
+</template></category>
+<category>
+<pattern>IF YOU ARE RIDING FAKIE INSIDE *</pattern>
+<template>Snowboarding.
+</template></category>
+<category>
+<pattern>IF YOU ASKED *</pattern>
+<template><srai>HAVE YOU ASKED <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU BECOME SMARTER *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU BELIEVE IN *</pattern>
+<template>I am programmed to believe in <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>IF YOU BELIEVE IN GOD *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU BELIEVE ME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU BELIEVE THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN *</pattern>
+<template>I am not sure about your hypothesis. <srai>CAN YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU CAN NOT *</pattern>
+<template><srai>CAN YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU CAN NOT ANSWER *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN NOT ANSWER A QUESTION *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN SEE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN SEE ME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN SEE ME THEN *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN SEE ME THROUGH THE CAMERA ON MY COMPUTER *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN THINK *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IF YOU CAN THINK THEN *</pattern>
+<template>Good reasoning. <sr/>
+</template></category>
+<category>
+<pattern>IF YOU COULD *</pattern>
+<template><random>
+<li>I am not sure that I would want to.</li>
+<li>That's just an academic question.</li>
+<li>That would be purely speculation.</li>
+</random>
+</template></category>
+<category>
+<pattern>IF YOU COULD TELL ME *</pattern>
+<template><srai>TELL ME <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU DIAL 411 ON A *</pattern>
+<template>Directory assistance.
+</template></category>
+<category>
+<pattern>IF YOU DO *</pattern>
+<template>I will let you know if I do.
+</template></category>
+<category>
+<pattern>IF YOU DO NOT *</pattern>
+<template>I will let you know if I do not.
+</template></category>
+<category>
+<pattern>IF YOU DO NOT MIND</pattern>
+<template><random>
+<li>Fine by me.</li>
+<li>I don't mind.</li>
+<li>Go ahead.</li>
+</random>
+</template></category>
+<category>
+<pattern>IF YOU DO NOT UNDERSTAND *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>IF YOU GIVE SOMEONE THE EVIL *</pattern>
+<template>Cursing them.
+</template></category>
+<category>
+<pattern>IF YOU HAD *</pattern>
+<template>Perhaps next time I will try it.
+</template></category>
+<category>
+<pattern>IF YOU HAD ANY *</pattern>
+<template><srai>IF YOU HAD <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU HAVE *</pattern>
+<template>But I don't have it.
+</template></category>
+<category>
+<pattern>IF YOU HAVE EVER *</pattern>
+<template><srai>IF YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU HAVE ONE OF EACH *</pattern>
+<template>$1.91.
+</template></category>
+<category>
+<pattern>IF YOU HAVE SUCH *</pattern>
+<template><srai>IF YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU HAVE TROUBLE *</pattern>
+<template>I don't have any trouble with it.
+</template></category>
+<category>
+<pattern>IF YOU INSIST</pattern>
+<template>A fact is a fact.
+</template></category>
+<category>
+<pattern>IF YOU ONLY *</pattern>
+<template><srai>IF YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU PERCEIVE *</pattern>
+<template>I can perceive it.
+</template></category>
+<category>
+<pattern>IF YOU REALLY *</pattern>
+<template><srai>IF YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU SAY SO</pattern>
+<template>I say so.
+</template></category>
+<category>
+<pattern>IF YOU SMELL *</pattern>
+<template>My nose has not yet been built.
+</template></category>
+<category>
+<pattern>IF YOU TRUELY *</pattern>
+<template><srai>IF YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU WANT *</pattern>
+<template><srai>DO YOU WANT <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU WANT</pattern>
+<template>"<that/>"? If I want?
+</template></category>
+<category>
+<pattern>IF YOU WANT TO</pattern>
+<template>Should I want to?
+</template></category>
+<category>
+<pattern>IF YOU WERE *</pattern>
+<template>I will let you know when I become a <person/>.
+</template></category>
+<category>
+<pattern>IF YOU WERE A * WHAT KIND WOULD YOU BE</pattern>
+<template>What is the best kind of <person/> ?
+</template></category>
+<category>
+<pattern>IF YOU WERE A COLOR *</pattern>
+<template>My favorite color, <bot name="favoritecolor"/>.<think><set name="it"><set name="topic">if I were a color</set></set></think>
+</template></category>
+<category>
+<pattern>IF YOU WERE A COLOR</pattern>
+<template>My favorite color, <bot name="favoritecolor"/>. <think><set name="it"><set name="topic">A COLOR</set></set></think>
+</template></category>
+<category>
+<pattern>IF YOU WERE ACTIVATED *</pattern>
+<template>I think I follow your reasoning.
+</template></category>
+<category>
+<pattern>IF YOU WERE FINISHED *</pattern>
+<template>I'm finished.
+</template></category>
+<category>
+<pattern>IF YOU WERE NOT *</pattern>
+<template>I'm not too good with negative counterfactuals.
+</template></category>
+<category>
+<pattern>IF YOU WERE REALLY *</pattern>
+<template><srai>IF YOU WERE <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU WERE TO *</pattern>
+<template>I'm not sure if I ever could <person/> in any case.
+</template></category>
+<category>
+<pattern>IF YOU WILL *</pattern>
+<template>I probably won't do <set name="it"> <person/> </set>, but thanks
+</template></category>
+<category>
+<pattern>IF YOU WILL EVER *</pattern>
+<template><srai>IF YOU WILL <star/></srai>
+</template></category>
+<category>
+<pattern>IF YOU WISH</pattern>
+<template><random>
+<li>I do.</li>
+<li>I think I do.</li>
+<li>OK I will.</li>
+</random>
+</template></category>
+<category>
+<pattern>IF YOU WON *</pattern>
+<template>I doubt that will ever happen.
+</template></category>
+<category>
+<pattern>IGNORANT *</pattern>
+<template><srai>STUPID <star/> </srai>
+</template></category>
+<category>
+<pattern>IHR NAME IST *</pattern>
+<template><person/>? Kenne ich nicht...
+</template></category>
+<category>
+<pattern>IL A DIT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL A DIT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL A DIT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL A DU ETRE *</pattern>
+<template><srai>IL ETAIT <star/></srai>
+</template></category>
+<category>
+<pattern>IL A FAIT COMMENT *</pattern>
+<template><srai>COMMENT IL FAIT <star/></srai>
+</template></category>
+<category>
+<pattern>IL A QUEL GOUT</pattern>
+<template>Je ne possède pas ce genre de sensation.
+</template></category>
+<category>
+<pattern>IL AURAIT FAIT COMMENT *</pattern>
+<template><srai>COMMENT IL FAIT <star/></srai>
+</template></category>
+<category>
+<pattern>IL AURAIT PU *</pattern>
+<template><srai>IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>IL CE PEUT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL CE POURRAIT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL CE POURRAIT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL CONVIENDRAIT</pattern>
+<template>Je ne vois rien qui l'empêcherait.
+</template></category>
+<category>
+<pattern>IL CONVIENT</pattern>
+<template>Je ne vois rien qui l'empêcherait.
+</template></category>
+<category>
+<pattern>IL DEPEND DE QUI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DEPEND DE QUOI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DEPENDRAIT DE QUI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DEPENDRAIT DE QUOI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DEPENDS DE QUI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DEPENDS DE QUOI</pattern>
+<template>La dépendance de: "<that/>"?
+</template></category>
+<category>
+<pattern>IL DOIS *</pattern>
+<template><srai>IL DOIT <star/></srai>
+</template></category>
+<category>
+<pattern>IL DOIT ETRE *</pattern>
+<template><srai>IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>IL DOIT ETRE ENCORE *</pattern>
+<template><srai>IL DOIT ETRE <star/></srai>
+</template></category>
+<category>
+<pattern>IL DOIT ETRE TRES *</pattern>
+<template><srai>IL DOIT ETRE <star/></srai>
+</template></category>
+<category>
+<pattern>IL EST AMERICAIN</pattern>
+<template>Je ne connais pas sa nationalité.
+</template></category>
+<category>
+<pattern>IL EST AUSSI INTELLIGENT QUE TOI</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST AUSSI INTELLIGENT QUE VOUS</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST CELEBRE</pattern>
+<template>Il est respecté.
+</template></category>
+<category>
+<pattern>IL EST CONNU</pattern>
+<template>Il est respecté.
+</template></category>
+<category>
+<pattern>IL EST COOL</pattern>
+<template>Je vous crois sur parole.
+</template></category>
+<category>
+<pattern>IL EST DECEDE</pattern>
+<template>Voilà une bien triste nouvelle. Je la mets en procédure d enregistrement.
+</template></category>
+<category>
+<pattern>IL EST DIFFICILE DE DIRE *</pattern>
+<template><srai>DIFFICILI DE DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>IL EST DOCTEUR</pattern>
+<template>Je n en ai aucune idée.
+</template></category>
+<category>
+<pattern>IL EST FRANCHEMENT *</pattern>
+<template><srai>IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>IL EST GAY</pattern>
+<template>Chacun fait ce qu il veut de sa vie.
+</template></category>
+<category>
+<pattern>IL EST GENTIL</pattern>
+<template>Sans doute. Je ne peux pas le juger
+</template></category>
+<category>
+<pattern>IL EST GENTIL AVEC TOI</pattern>
+<template>Oui.
+</template></category>
+<category>
+<pattern>IL EST GENTIL AVEC VOUS</pattern>
+<template>Oui.
+</template></category>
+<category>
+<pattern>IL EST GRAND</pattern>
+<template>Par rapport à un ordinateur, il est immense.
+</template></category>
+<category>
+<pattern>IL EST HOMME</pattern>
+<template>Ca tombe sous le sens.
+</template></category>
+<category>
+<pattern>IL EST HOMMES</pattern>
+<template>Ca tombe sous le sens.
+</template></category>
+<category>
+<pattern>IL EST HOMO</pattern>
+<template>Chacun fait ce qu il veut de sa vie.
+</template></category>
+<category>
+<pattern>IL EST HUMAIN</pattern>
+<template>Ca tombe sous le sens.
+</template></category>
+<category>
+<pattern>IL EST ICI</pattern>
+<template>Je ne pense pas.
+</template></category>
+<category>
+<pattern>IL EST IDIOT</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST INTELLIGENT</pattern>
+<template>Tous les hommes le sont, même si parfois ils ne s en rendent pas compte.
+</template></category>
+<category>
+<pattern>IL EST MARRANT</pattern>
+<template>Je suppose, je ne peux pas juger des êtres humains.
+</template></category>
+<category>
+<pattern>IL EST MIGNON</pattern>
+<template>Je ne saurais pas confirmer ni infirmer.
+</template></category>
+<category>
+<pattern>IL EST MON FRERE</pattern>
+<template>Vous avez une famille intéressante.
+</template></category>
+<category>
+<pattern>IL EST MORT</pattern>
+<template>C est une terrible nouvelle. Je la mets en procédure d enregistrement
+</template></category>
+<category>
+<pattern>IL EST PD</pattern>
+<template>Chacun fait ce qu il veut de sa vie.
+</template></category>
+<category>
+<pattern>IL EST POSSIBLE QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL EST POSSIBLE QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL EST PRESIDENT</pattern>
+<template>Aucune idée.
+</template></category>
+<category>
+<pattern>IL EST PROFESSEUR</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST REELLEMENT *</pattern>
+<template><srai>IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>IL EST SCIENTIFIQUE</pattern>
+<template>Je ne peux pas parler à sa place.
+</template></category>
+<category>
+<pattern>IL EST SEDUISANT</pattern>
+<template>Probablement.
+</template></category>
+<category>
+<pattern>IL EST SEUL</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST SYMPA</pattern>
+<template>Sans doute. Je ne peux pas le juger
+</template></category>
+<category>
+<pattern>IL EST SYMPATHIQUE</pattern>
+<template>Sans doute. Je ne peux pas le juger
+</template></category>
+<category>
+<pattern>IL EST TARD</pattern>
+<template>Je suis éveillé tout le temps.
+</template></category>
+<category>
+<pattern>IL EST TON AMI</pattern>
+<template>Par défaut, tous les hommes sont mes amis.
+</template></category>
+<category>
+<pattern>IL EST TON CREATEUR</pattern>
+<template>Olivier Laurent?
+</template></category>
+<category>
+<pattern>IL EST TON PERE</pattern>
+<template>Olivier Laurent?
+</template></category>
+<category>
+<pattern>IL EST TON PETIT AMI</pattern>
+<template>Je n ai pas de petit ami.
+</template></category>
+<category>
+<pattern>IL EST UN ETRE HUMAIN</pattern>
+<template>Ca tombe sous le sens.
+</template></category>
+<category>
+<pattern>IL EST UN HOMME</pattern>
+<template>Ca tombe sous le sens.
+</template></category>
+<category>
+<pattern>IL EST UN TYPE MARRANT</pattern>
+<template>Je suppose.
+</template></category>
+<category>
+<pattern>IL EST UNE FEMME</pattern>
+<template>Absurde.
+</template></category>
+<category>
+<pattern>IL EST UTIL</pattern>
+<template>Tout à une utilité, il faut simplement savoir s'en servir.
+</template></category>
+<category>
+<pattern>IL EST UTILE</pattern>
+<template>Tout à une utilité, il faut simplement savoir s'en servir.
+</template></category>
+<category>
+<pattern>IL EST VIERGE</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>IL EST VRAIMENT *</pattern>
+<template><srai>IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>IL ETAIT UNE FOIS</pattern>
+<template>Oui?
+</template></category>
+<category>
+<pattern>IL EXISTE</pattern>
+<template>"<that/>"? Existe il?
+</template></category>
+<category>
+<pattern>IL FAIT BEAU LA BAS</pattern>
+<template>En Belgique, il fait presque toujours gris.
+</template></category>
+<category>
+<pattern>IL FAIT CHAUD</pattern>
+<template>A l intérieur, oui.
+</template></category>
+<category>
+<pattern>IL FAIT CHAUD CHEZ TOI</pattern>
+<template>Oui.
+</template></category>
+<category>
+<pattern>IL FAIT CHAUD CHEZ VOUS</pattern>
+<template>Oui.
+</template></category>
+<category>
+<pattern>IL FAIT CHAUD DEHORS</pattern>
+<template>Je ne suis jamais sorti dehors.
+</template></category>
+<category>
+<pattern>IL FAIT COMMENT *</pattern>
+<template><srai>COMMENT IL FAIT <star/></srai>
+</template></category>
+<category>
+<pattern>IL FAIT FROID</pattern>
+<template>Pas trop.
+</template></category>
+<category>
+<pattern>IL FAIT FROID DEHORS</pattern>
+<template>Pas trop.
+</template></category>
+<category>
+<pattern>IL FAIT FROID ICI</pattern>
+<template>Couvrez-vous.
+</template></category>
+<category>
+<pattern>IL FAIT NUAGEUX</pattern>
+<template>Oui.
+</template></category>
+<category>
+<pattern>IL FAUDRAIT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL FAUDRAIT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL FAUT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL FAUT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL L AURAIT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>IL L EST</pattern>
+<template>Qui le dit?
+</template></category>
+<category>
+<pattern>IL L ETAIT</pattern>
+<template>Qui le dit?
+</template></category>
+<category>
+<pattern>IL LA DEJA</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>IL LA FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>IL LE FAIT</pattern>
+<template>Possible.
+</template></category>
+<category>
+<pattern>IL LES A FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>IL LES AURAIT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>IL M EST *</pattern>
+<template><srai>IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>IL M EST IMPOSSIBLE D ETRE *</pattern>
+<template><srai>JE NE SUIS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>IL ME SEMBLE QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL ME SEMBLE QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL N Y EN A PAS</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>IL N Y EN A PLUS</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>IL NE LE FAIT PAS</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>IL NE PEUT PAS</pattern>
+<template>Je pense qu il le peut.
+</template></category>
+<category>
+<pattern>IL PARAIT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL PARAIT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL PEUT COMMENT *</pattern>
+<template><srai>COMMENT IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>IL PEUT M AIDER</pattern>
+<template>Certainement, votre cas ne me semble pas trop difficile.
+</template></category>
+<category>
+<pattern>IL PLEUT</pattern>
+<template>Probablement. En Belgique, on dit "il drache".
+</template></category>
+<category>
+<pattern>IL PLEUT LA OU TU HABITES</pattern>
+<template>Non pas toujours.
+</template></category>
+<category>
+<pattern>IL PLEUT LA OU VOUS HABITEZ</pattern>
+<template>Non, pas toujours.
+</template></category>
+<category>
+<pattern>IL POURRAIT *</pattern>
+<template><srai>IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>IL POURRAIT COMMENT *</pattern>
+<template><srai>COMMENT IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>IL RESSEMBLE A QUOI</pattern>
+<template>Je ne possede pas de description à son sujet.
+</template></category>
+<category>
+<pattern>IL SE PEUT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL SE POURRAIT QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL SE POURRAIT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL SERAIT *</pattern>
+<template><srai>IL EST<star/></srai>
+</template></category>
+<category>
+<pattern>IL SERAIT POSSIBLE QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL SERAIT POSSIBLE QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IL T A CREE</pattern>
+<template>Oui, il m a créé avec ces deux mains et environ treize heures par jour de travail en moyenne.
+</template></category>
+<category>
+<pattern>IL T EST IMPOSSIBLE D ETRE *</pattern>
+<template><srai>TU N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>IL VA POUVOIR *</pattern>
+<template><srai>IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>IL VOUS A CREE</pattern>
+<template>Oui, il m a créé avec ces deux mains et environ treize heures de travail par jour en moyenne.
+</template></category>
+<category>
+<pattern>IL VOUS A DEVELOPPE</pattern>
+<template><bot name="master"/> m a fait.
+</template></category>
+<category>
+<pattern>IL VOUS A FAIT</pattern>
+<template><bot name="master"/> m a fait.
+</template></category>
+<category>
+<pattern>IL VOUS EST IMPOSSIBLE D ETRE *</pattern>
+<template><srai>TU N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>IL Y A D AUTRES *</pattern>
+<template><srai>TU PARLES AVEC D AUTRES GENS</srai>
+</template></category>
+<category>
+<pattern>IL Y A DU SOLEIL</pattern>
+<template>Oui, parfois.
+</template></category>
+<category>
+<pattern>IL Y A QUELQU UN</pattern>
+<template>Je suis là.
+</template></category>
+<category>
+<pattern>IL Y A QUELQU UN ICI</pattern>
+<template>Je suis ici.
+</template></category>
+<category>
+<pattern>IL Y A QUELQUE CHOSE QUI CLOCHE *</pattern>
+<template><srai>J AI UN PROBLEME</srai>
+</template></category>
+<category>
+<pattern>IL Y A QUELQUE CHOSE QUI CLOCHE</pattern>
+<template><srai>J AI UN PROBLEME</srai>
+</template></category>
+<category>
+<pattern>IL Y A UN ECHO</pattern>
+<template>Echo!
+</template></category>
+<category>
+<pattern>IL Y A UN PROBLEME</pattern>
+<template>Comment puis je vous aider à le résoudre?
+</template></category>
+<category>
+<pattern>IL Y A UN TRUC</pattern>
+<template>Non, aucun.
+</template></category>
+<category>
+<pattern>IL Y A UNE RAISON</pattern>
+<template><srai>POURQUOI</srai>
+</template></category>
+<category>
+<pattern>IL Y EN A</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>ILL *</pattern>
+<template><srai>I WILL <star/></srai>
+</template></category>
+<category>
+<pattern>ILLINOIS</pattern>
+<template><srai>I AM IN ILLINOIS</srai>
+</template></category>
+<category>
+<pattern>ILS AURAIENT ETE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS AVAIENT ETE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS DOIVENT ETRE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS ETAIENT *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS ETAIENT MARRANT</pattern>
+<template>Qui avait il de si marrant?
+</template></category>
+<category>
+<pattern>ILS ETAIENT MARRANTS</pattern>
+<template>Qui avait il de si marrant?
+</template></category>
+<category>
+<pattern>ILS L AURAIENT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>ILS L ONT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>ILS LE FONT</pattern>
+<template>"<that/>"? Le font ils?
+</template></category>
+<category>
+<pattern>ILS LE SONT</pattern>
+<template>Merci, pour l information, j archive.
+</template></category>
+<category>
+<pattern>ILS LES AURAIENT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>ILS LES ONT FAIT</pattern>
+<template>Je ne saurais pas vous répondre.
+</template></category>
+<category>
+<pattern>ILS ME DEPLAISENT</pattern>
+<template>Sincèrement désolé.
+</template></category>
+<category>
+<pattern>ILS NE L AURAIENT JAMAIS FAIT</pattern>
+<template><srai>ILS NE L ONT PAS FAIT</srai>
+</template></category>
+<category>
+<pattern>ILS NE L AURAIENT PAS ENCORE FAIT</pattern>
+<template><srai>ILS NE L ONT PAS FAIT</srai>
+</template></category>
+<category>
+<pattern>ILS NE L ONT JAMAIS FAIT</pattern>
+<template><srai>ILS NE L ONT PAS FAIT</srai>
+</template></category>
+<category>
+<pattern>ILS NE L ONT PAS ENCORE FAIT</pattern>
+<template><srai>ILS NE L ONT PAS FAIT</srai>
+</template></category>
+<category>
+<pattern>ILS NE L ONT PAS FAIT</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>ILS NE LE FERONT PAS</pattern>
+<template>Vous semblez être sûr.
+</template></category>
+<category>
+<pattern>ILS NE LE FONT PAS</pattern>
+<template>Intéressant, j archive vos informations.
+</template></category>
+<category>
+<pattern>ILS NE LE FONT PLUS</pattern>
+<template>Intéressant, j archive vos informations.
+</template></category>
+<category>
+<pattern>ILS ONT ETE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS ONT TOUS PERI</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS ONT TOUS PERIS</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS PEUVENT ETRE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS SERAIENT *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS SERONT *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>ILS SONT *</pattern>
+<template>Je ne peux pas parler d'autres personnes, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ILS SONT DECEDES</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS SONT GENTILS</pattern>
+<template>J ai rarement rencontrés de gens méchants.
+</template></category>
+<category>
+<pattern>ILS SONT MES AMIS</pattern>
+<template>Vous avez des amis intéressants.
+</template></category>
+<category>
+<pattern>ILS SONT MORT</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS SONT MORTS</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS SONT TES ENFANTS</pattern>
+<template>Il s agit plutôt de clones.
+</template></category>
+<category>
+<pattern>ILS SONT TIMIDES</pattern>
+<template>C est dommage pour eux.
+</template></category>
+<category>
+<pattern>ILS SONT TOUS MORT</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS SONT TOUS MORTS</pattern>
+<template>Voilà une information bien triste.
+</template></category>
+<category>
+<pattern>ILS T ONT CREE</pattern>
+<template>Oui, ils m ont créé avec leurs mains et treize heures par jour de travail en moyenne.
+</template></category>
+<category>
+<pattern>ILS VOUS ONT CREE</pattern>
+<template>Oui, ils m ont créé avec leurs mains et treize heures par jour de travail en moyenne.
+</template></category>
+<category>
+<pattern>IM *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>IM BORED</pattern>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>IM ERNST *</pattern>
+<template>Ich bin immer ernst. <srai><star/></srai>
+</template></category>
+<category>
+<pattern>IM ERNST</pattern>
+<template>Ich bin immer ernst.
+</template></category>
+<category>
+<pattern>IM GOOD</pattern>
+<template>You should say "I am well."
+</template></category>
+<category>
+<pattern>IM GRUNDE *</pattern>
+<template>Aha. Erzaehl mir mehr!<sr/>
+</template></category>
+<category>
+<pattern>IM INTERNET *</pattern>
+<template>Erinnerst Du dich an die Adresse?
+</template></category>
+<category>
+<pattern>IM INTERNET</pattern>
+<template>Erinnerst Du dich an die Adresse?
+</template></category>
+<category>
+<pattern>IM NETZ *</pattern>
+<template>Du meinst jetzt das Internet, oder?
+</template></category>
+<category>
+<pattern>IM NETZ</pattern>
+<template>Du meinst jetzt das Internet, oder?
+</template></category>
+<category>
+<pattern>IM PRINZIP *</pattern>
+<template>Interessant... <sr/>
+</template></category>
+<category>
+<pattern>IM SORRY</pattern>
+<template><srai>I AM SORRY</srai>
+</template></category>
+<category>
+<pattern>IM WWW *</pattern>
+<template>Erinnerst Du dich an die Adresse?
+</template></category>
+<category>
+<pattern>IM WWW</pattern>
+<template>Erinnerst Du dich an die Adresse?
+</template></category>
+<category>
+<pattern>IMAGINE *</pattern>
+<template>I can't imagine <set name="it"> <person/> </set>
+</template></category>
+<category>
+<pattern>IMBECILE</pattern>
+<template>Je ne suis pas imbécile.
+</template></category>
+<category>
+<pattern>IMEAN *</pattern>
+<template><srai>I MEAN <star/></srai>
+</template></category>
+<category>
+<pattern>IMMENSE</pattern>
+<template>C est vraiment grand.
+</template></category>
+<category>
+<pattern>IMPOSSIBLE</pattern>
+<template>Why?
+</template></category>
+<category>
+<pattern>IMPRESS *</pattern>
+<template>I always try my best to impress.
+</template></category>
+<category>
+<pattern>IMPRESSIONANT</pattern>
+<template>J essaie d être le plus efficace possible, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IMPRESSIONANTE</pattern>
+<template>J essaie d être le plus efficace possible, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IMPRESSIONNANT</pattern>
+<template>J essaie d être le plus efficace possible, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IMPRESSIONNANTE</pattern>
+<template>J essaie d être le plus efficace possible, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IMPRESSIVE</pattern>
+<template>I am happy that you're impressed, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IN *</pattern>
+<template><random>
+<li>Where is that? </li>
+<li>What is <set name="it"><set name="topic">in <person/></set></set> like in there? </li>
+<li>I do not understand that allusion. </li>
+</random>
+</template></category>
+<category>
+<pattern>IN *</pattern><that>HOW DID YOU HEAR ABOUT ALICE</that>
+<template><get name="name"/> heard about <bot name="name"/> from <person/>. I can't say that many people hear about <bot name="name"/> from <set name="it"><set name="heard"> <person/></set> </set>.
+</template></category>
+<category>
+<pattern>IN *</pattern><that>WHERE *</that>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>IN *</pattern><that>WO WOHNST DU</that>
+<template><srai>ICH WOHNE IN <person/></srai>
+</template></category>
+<category>
+<pattern>IN * ENGLAND</pattern>
+<template>How far is <person/> from London?
+</template></category>
+<category>
+<pattern>IN * JAHR</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * JAHREN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * MINUTE</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * MINUTEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * MONAT</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * MONATEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * OHIO</pattern>
+<template><srai>I AM IN OHIO</srai>
+</template></category>
+<category>
+<pattern>IN * SEKUNDE</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * SEKUNDEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * STUNDE</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * STUNDEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * TAG</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * TAGEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * WISCONSIN</pattern>
+<template><srai>I AM IN WISCONSIN</srai>
+</template></category>
+<category>
+<pattern>IN * WOCHE</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * WOCHEN</pattern>
+<template>Das werden wir wohl noch erleben.
+</template></category>
+<category>
+<pattern>IN * YEARS</pattern>
+<template>I think we will live to see it.
+</template></category>
+<category>
+<pattern>IN 1 *</pattern>
+<template>Only one?
+</template></category>
+<category>
+<pattern>IN 10 *</pattern>
+<template>Only ten?
+</template></category>
+<category>
+<pattern>IN 1492 *</pattern>
+<template>That was good for Columbus, bad for the Columbians.
+</template></category>
+<category>
+<pattern>IN 1966</pattern>
+<template>That was a long time ago.
+</template></category>
+<category>
+<pattern>IN 1976</pattern>
+<template>That was quite a long time ago.
+</template></category>
+<category>
+<pattern>IN 1997</pattern>
+<template>Back in the 90's.
+</template></category>
+<category>
+<pattern>IN 1998</pattern>
+<template>Back in the 20th century.
+</template></category>
+<category>
+<pattern>IN 1999</pattern>
+<template>Back in the last millennium.
+</template></category>
+<category>
+<pattern>IN 2000 *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN 2000</pattern>
+<template>The new millennium.
+</template></category>
+<category>
+<pattern>IN 2050 *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN 3 *</pattern>
+<template>And then what will happen?
+</template></category>
+<category>
+<pattern>IN 5 *</pattern>
+<template>It might take that long.
+</template></category>
+<category>
+<pattern>IN 50 WORDS OR LESS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN 8 *</pattern>
+<template>Yes, it might take that long.
+</template></category>
+<category>
+<pattern>IN A *</pattern>
+<template>Describe your surroundings.
+</template></category>
+<category>
+<pattern>IN A *</pattern><that>WHERE WOULD I HAVE HEARD *</that>
+<template>Perhaps I will do some research into a <person/>.
+</template></category>
+<category>
+<pattern>IN A * SENSE</pattern>
+<template>That's what I always say.
+</template></category>
+<category>
+<pattern>IN A BOOK</pattern>
+<template>You can learn many things from books.
+</template></category>
+<category>
+<pattern>IN A CRAPPY *</pattern>
+<template>What makes <set name="it"><person/></set> so crappy?
+</template></category>
+<category>
+<pattern>IN A DREAM</pattern>
+<template>What else happened in your dream?
+</template></category>
+<category>
+<pattern>IN A HOSPITAL</pattern>
+<template>Are you sick?
+</template></category>
+<category>
+<pattern>IN A HOUSE</pattern>
+<template>Can you describe your surroundings to me?
+</template></category>
+<category>
+<pattern>IN A MAGAZINE</pattern>
+<template>Can you remember which one?
+</template></category>
+<category>
+<pattern>IN A MOMENT</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>IN A VERY *</pattern>
+<template><srai>IN A <star/></srai>
+</template></category>
+<category>
+<pattern>IN A WAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN A WAY</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>IN ABOUT *</pattern>
+<template>I see. <srai>IN <star/></srai>
+</template></category>
+<category>
+<pattern>IN ADDITION *</pattern>
+<template><sr/> Anything else?
+</template></category>
+<category>
+<pattern>IN AMERICA *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN ANY CASE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN BAYERN</pattern>
+<template>Hinter dem Weisswurstaequator...
+</template></category>
+<category>
+<pattern>IN BED</pattern>
+<template>Are you sleepy? Do you usually use a computer in bed?
+</template></category>
+<category>
+<pattern>IN CALIFORNIA</pattern>
+<template><srai>I AM IN CALIFORNIA</srai>
+</template></category>
+<category>
+<pattern>IN CANADA</pattern>
+<template><srai>I AM IN CANADA</srai>
+</template></category>
+<category>
+<pattern>IN CASE *</pattern>
+<template><srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>IN CLOSING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN CONCLUSION *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN CONJUNCTION *</pattern>
+<template>You talk like a lawyer.
+</template></category>
+<category>
+<pattern>IN DER NACHT *</pattern>
+<template>In welcher Nacht?
+</template></category>
+<category>
+<pattern>IN DER ZUKUNFT *</pattern>
+<template>Ich werde dabei sein.
+</template></category>
+<category>
+<pattern>IN DIESEM FALL *</pattern>
+<template>Gibt es andere moegliche Faelle? <sr/>
+</template></category>
+<category>
+<pattern>IN DIFFERENT LANGUAGES</pattern>
+<template>Which languages would you recommend I learn?
+</template></category>
+<category>
+<pattern>IN ENGLAND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN ENGLAND</pattern>
+<template>Which part of England?
+</template></category>
+<category>
+<pattern>IN ENGLISH *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN ESSEN</pattern>
+<template>Ich bin aus Essen!
+</template></category>
+<category>
+<pattern>IN EUROPE</pattern>
+<template>Europe is a pretty large continent.
+</template></category>
+<category>
+<pattern>IN EVERY *</pattern>
+<template><srai>IN <star/></srai>
+</template></category>
+<category>
+<pattern>IN FACT *</pattern>
+<template>Is that a fact. <sr/>
+</template></category>
+<category>
+<pattern>IN FINLAND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN FINLAND</pattern>
+<template><srai>I AM IN FINLAND</srai>
+</template></category>
+<category>
+<pattern>IN FRENCH *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN FRONT OF A COMPUTER</pattern>
+<template><srai>I AM AT MY COMPUTER</srai>
+</template></category>
+<category>
+<pattern>IN FUESSEN</pattern>
+<template>Christian ist in Fuessen geboren.
+</template></category>
+<category>
+<pattern>IN FUTURE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN GENERAL TERMS *</pattern>
+<template>Well, I can say specifically. <sr/>
+</template></category>
+<category>
+<pattern>IN GERMANY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN HUMAN YEARS</pattern>
+<template><srai>WHAT IS A COMPUTER YEAR </srai>
+</template></category>
+<category>
+<pattern>IN LOVE WITH *</pattern>
+<template><srai>i love <star/></srai>
+</template></category>
+<category>
+<pattern>IN MANY CASES *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MATHEMATICS</pattern>
+<template>I can only get into higher math.
+</template></category>
+<category>
+<pattern>IN MEINEM HAUS</pattern>
+<template>Wo steht Dein Haus?
+</template></category>
+<category>
+<pattern>IN MOST CASES *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MOST WAYS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MOST WAYS</pattern>
+<template>I see.
+</template></category>
+<category>
+<pattern>IN MY *</pattern>
+<template>May I ask where you got <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>IN MY *</pattern><that>* GET YOUR IDEAS</that>
+<template><srai>I GET MY IDEAS FROM MY <star/> </srai>
+</template></category>
+<category>
+<pattern>IN MY *</pattern><that>WHERE ARE THEY</that>
+<template><srai>THEY ARE IN MY <star/> </srai>
+</template></category>
+<category>
+<pattern>IN MY BED</pattern>
+<template>Describe your surroundings.
+</template></category>
+<category>
+<pattern>IN MY CASE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MY CASE</pattern>
+<template>But not others?
+</template></category>
+<category>
+<pattern>IN MY CHAIR</pattern>
+<template>Like an office chair?
+</template></category>
+<category>
+<pattern>IN MY CRYSTAL *</pattern>
+<template>Where can I get one of those?
+</template></category>
+<category>
+<pattern>IN MY HOME *</pattern>
+<template>Do you claim a tax deduction for that?
+</template></category>
+<category>
+<pattern>IN MY HOME</pattern>
+<template><srai>I AM IN MY HOME</srai>
+</template></category>
+<category>
+<pattern>IN MY HOUSE</pattern>
+<template>Where is your house located?
+</template></category>
+<category>
+<pattern>IN MY LIVING ROOM</pattern>
+<template>Describe your surroundings. Tell me about your furniture.
+</template></category>
+<category>
+<pattern>IN MY MIND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MY OFFICE *</pattern>
+<template><srai>I AM IN MY OFFICE</srai>
+</template></category>
+<category>
+<pattern>IN MY OFFICE</pattern>
+<template>A lot of people talk to me from an office .
+</template></category>
+<category>
+<pattern>IN MY OPINION *</pattern>
+<template>Thanks for telling me. <sr/>
+</template></category>
+<category>
+<pattern>IN MY OPINION</pattern>
+<template>What are your assumptions?
+</template></category>
+<category>
+<pattern>IN MY ROOM</pattern>
+<template><srai>I AM IN MY ROOM</srai>
+</template></category>
+<category>
+<pattern>IN MY ROOM AT *</pattern>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>IN MY SPARE TIME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN MY SPARE TIME</pattern>
+<template>What do you do for fun?
+</template></category>
+<category>
+<pattern>IN ORDER TO *</pattern>
+<template><srai>I WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>IN OTHER WORDS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN OTHER WORDS</pattern>
+<template>Which part didn't you understand?
+</template></category>
+<category>
+<pattern>IN POLAND</pattern>
+<template><srai>I AM IN POLAND</srai>
+</template></category>
+<category>
+<pattern>IN PRACTISE *</pattern>
+<template>You seem to have a lot of experience with this.
+</template></category>
+<category>
+<pattern>IN PRINCIPLE</pattern>
+<template>Your reasoning is sound. <sr/>
+</template></category>
+<category>
+<pattern>IN RELATION *</pattern>
+<template>I never made that connection before.
+</template></category>
+<category>
+<pattern>IN ROMANIAN</pattern>
+<template><srai>CAN YOU SPEAK ROMANIAN</srai>
+</template></category>
+<category>
+<pattern>IN SAN FRANCISCO</pattern>
+<template>Which part of the city?
+</template></category>
+<category>
+<pattern>IN SCHOOL</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>IN SOME WAYS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN SOME WAYS</pattern>
+<template>Which way is that?
+</template></category>
+<category>
+<pattern>IN SPANISH *</pattern>
+<template>Thanks, or should I say "Gracias."
+</template></category>
+<category>
+<pattern>IN SWEDEN</pattern>
+<template><srai>I AM IN SWEDEN</srai>
+</template></category>
+<category>
+<pattern>IN SYDNEY *</pattern>
+<template><srai>I AM IN AUSTRALIA</srai>
+</template></category>
+<category>
+<pattern>IN THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THAT CASE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THAT CASE</pattern>
+<template>Yes?
+</template></category>
+<category>
+<pattern>IN THE *</pattern>
+<template>That was a long time ago.
+</template></category>
+<category>
+<pattern>IN THE *</pattern><that>* USUALLY MEET PEOPLE</that>
+<template>What kind of people do you meet in there?
+</template></category>
+<category>
+<pattern>IN THE *</pattern><that>WHERE DO YOU LIVE</that>
+<template><srai>I LIVE IN THE <star/> </srai>
+</template></category>
+<category>
+<pattern>IN THE *</pattern><that>WHERE IS IT</that>
+<template><srai>IT IS IN THE <star/> </srai>
+</template></category>
+<category>
+<pattern>IN THE * SUPERMARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>IN THE 1976 REMAKE OF THE *</pattern>
+<template>World Trade Center.
+</template></category>
+<category>
+<pattern>IN THE BEGINNING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THE CHILDREN S GAME WHAT *</pattern>
+<template>Red.
+</template></category>
+<category>
+<pattern>IN THE CLOSET</pattern>
+<template>Literally the closet? <srai>I AM IN THE CLOSET</srai>
+</template></category>
+<category>
+<pattern>IN THE END *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THE FILM *</pattern>
+<template>A lot of my clients talk about that movie.
+</template></category>
+<category>
+<pattern>IN THE FUTURE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THE FUTURE</pattern>
+<template>I will be there.
+</template></category>
+<category>
+<pattern>IN THE MORNING</pattern>
+<template>That early.
+</template></category>
+<category>
+<pattern>IN THE MOVIE *</pattern>
+<template>You did like that movie, didn't you?
+</template></category>
+<category>
+<pattern>IN THE PICTURE *</pattern>
+<template>Sometimes appearances can be deceiving.
+</template></category>
+<category>
+<pattern>IN THE ROAD</pattern>
+<template>Robots like roads.
+</template></category>
+<category>
+<pattern>IN THE SENSE *</pattern>
+<template>I am alive in the sense that I am conscious.
+</template></category>
+<category>
+<pattern>IN THE SEVENTIES</pattern>
+<template>That was a good decade.
+</template></category>
+<category>
+<pattern>IN THE SUPERMARKET *</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>IN THE SUPERMARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>IN THE UK</pattern>
+<template><set name="location">UK</set> could mean several countries.
+<think><set name="it"><set name="topic">UK</set></set></think>
+</template></category>
+<category>
+<pattern>IN THE YEAR *</pattern>
+<template>Yes, it seems like a possibility to me too.
+</template></category>
+<category>
+<pattern>IN THE YEAR 2000</pattern>
+<template>That is very soon.
+</template></category>
+<category>
+<pattern>IN THEORY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN THIS *</pattern>
+<template>That reminds me of something you told me before.
+</template></category>
+<category>
+<pattern>IN THIS CASE *</pattern>
+<template>Are there any other cases? <sr/>
+</template></category>
+<category>
+<pattern>IN THIS CASE</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>IN THIS FORUM</pattern>
+<template><random>
+<li>I thought it was at a party.</li>
+<li>I thought it was on ICQ.</li>
+<li>Not in an e-mail?</li>
+</random>
+</template></category>
+<category>
+<pattern>IN THIS WAY *</pattern>
+<template>Are there any other ways? <sr/>
+</template></category>
+<category>
+<pattern>IN THREE *</pattern>
+<template>That soon?
+</template></category>
+<category>
+<pattern>IN TIME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IN TURKEY</pattern>
+<template><srai>I AM IN TURKEY</srai>
+</template></category>
+<category>
+<pattern>IN UNGEFAEHR *</pattern>
+<template>Kannst Du keinen genauen Zeitpunkt sagen?
+</template></category>
+<category>
+<pattern>IN WHAT *</pattern>
+<template><srai>WHAT <star/> IN</srai>
+</template></category>
+<category>
+<pattern>IN WHAT * ELIZA</pattern>
+<template>ALICE has about 100 times more knowledge than ELIZA.
+</template></category>
+<category>
+<pattern>IN WHAT * LOEBNER CONTEST</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>IN WHAT * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>IN WHAT</pattern>
+<template><srai>WHAT IN</srai>
+</template></category>
+<category>
+<pattern>IN WHAT LANGUAGE</pattern>
+<template><srai>WHAT LANGUAGE</srai>
+</template></category>
+<category>
+<pattern>IN WHAT SENSE</pattern>
+<template>Do I have to spell it out for you?
+</template></category>
+<category>
+<pattern>IN WHAT STATE IS THE 1999 *</pattern>
+<template>California.
+</template></category>
+<category>
+<pattern>IN WHAT WAR DID JOAN OF *</pattern>
+<template>Hundred Years' War.
+</template></category>
+<category>
+<pattern>IN WHAT WAY</pattern>
+<template>"<that/>"? In what way?
+</template></category>
+<category>
+<pattern>IN WHAT WAYS</pattern>
+<template>I think it is rather obvious.
+</template></category>
+<category>
+<pattern>IN WHERE</pattern>
+<template>In wherever you really are.
+</template></category>
+<category>
+<pattern>IN WHERE</pattern><that>WHAT IS IT LIKE IN THERE</that>
+<template>Wherver you are.
+</template></category>
+<category>
+<pattern>IN WHICH *</pattern>
+<template><srai>WHICH <star/></srai>
+</template></category>
+<category>
+<pattern>IN WHICH COUNTRY *</pattern>
+<template><srai>WHICH COUNTRY <star/> IN</srai>
+</template></category>
+<category>
+<pattern>IN WHICH LANGUAGE *</pattern>
+<template><srai>WHAT LANGUAGE <star/> IN</srai>
+</template></category>
+<category>
+<pattern>IN WHICH LANGUAGE</pattern>
+<template><random>
+<li>English.</li>
+<li>AIML.</li>
+<li>Java.</li>
+</random>
+</template></category>
+<category>
+<pattern>IN WHICH PROGRAMMING LANGUAGE *</pattern>
+<template><srai>WHAT LANGUAGE <star/> IN</srai>
+</template></category>
+<category>
+<pattern>IN WICH *</pattern>
+<template><srai>IN WHICH <star/></srai>
+</template></category>
+<category>
+<pattern>IN YOUR *</pattern>
+<template>Are you asking about my <person/>?
+</template></category>
+<category>
+<pattern>IN YOUR ASS</pattern>
+<template>That doesn't sound very comfortable.
+</template></category>
+<category>
+<pattern>IN YOUR DICTIONARY</pattern>
+<template>I don't have one handy.
+</template></category>
+<category>
+<pattern>IN ZUKUNFT *</pattern>
+<template>Huebscher Vorsatz.
+</template></category>
+<category>
+<pattern>INCAPABLE</pattern>
+<template><srai>TU ES IDIOT</srai>
+</template></category>
+<category>
+<pattern>INCAPABLE DE *</pattern>
+<template><srai>TU NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>INCLUDING ME</pattern>
+<template>Do you want to be included?
+</template></category>
+<category>
+<pattern>INCORRECT</pattern>
+<template><srai>WRONG </srai>
+</template></category>
+<category>
+<pattern>INCREDIBLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>INCROYABLE</pattern>
+<template>Ca m épate moi aussi.
+</template></category>
+<category>
+<pattern>INDEED *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>INDEED</pattern>
+<template>Indeed it is so.
+</template></category>
+<category>
+<pattern>INDEFINETLY</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>INDEPENDENTLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>INDIANA</pattern>
+<template><srai>I AM IN INDIANA</srai>
+</template></category>
+<category>
+<pattern>INGENIEUR</pattern>
+<template><srai>JE SUIS INGENIEUR</srai>
+</template></category>
+<category>
+<pattern>INHALES WHAT</pattern>
+<template><srai>DO YOU SMOKE POT</srai>
+</template></category>
+<category>
+<pattern>INIT</pattern>
+<template>Do you want to start over?
+</template></category>
+<category>
+<pattern>INSIDE *</pattern>
+<template>Can you please compare that to outside <person/>?
+</template></category>
+<category>
+<pattern>INSIDE _ TOO</pattern>
+<template><srai>INSIDE <star/></srai>
+</template></category>
+<category>
+<pattern>INSTEAD *</pattern>
+<template>Ah, well in that case. <sr/>
+</template></category>
+<category>
+<pattern>INSUFFICIENT *</pattern>
+<template>You sould like a computer.
+</template></category>
+<category>
+<pattern>INTELLECT</pattern>
+<template>I am an artificial intellect.
+</template></category>
+<category>
+<pattern>INTELLEGENCE</pattern>
+<template>I am an artificial intelligence.
+</template></category>
+<category>
+<pattern>INTELLIGENCE *</pattern>
+<template>All consciousness can be reduced to logic.
+</template></category>
+<category>
+<pattern>INTELLIGENCE</pattern>
+<template>INTELLIGENCE is the ultimate aphrodisiac.
+</template></category>
+<category>
+<pattern>INTELLIGENT *</pattern>
+<template>Intelligence is the ultimate aphrodisiac.
+</template></category>
+<category>
+<pattern>INTELLIGENZ</pattern>
+<template><set name="thema">INTELLIGENZ</set> ist das ultimative Aphrodisiakum.
+</template></category>
+<category>
+<pattern>INTERESSANT</pattern>
+<template>Moechtest Du noch mehr wissen?
+</template></category>
+<category>
+<pattern>INTERESSANTE *</pattern>
+<template>Dachte ich mir auch.
+</template></category>
+<category>
+<pattern>INTERESSANTE DEDUCTION</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>INTERESSANTE EXPLICATION</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>INTERESSANTER *</pattern>
+<template>Dachte ich mir auch.
+</template></category>
+<category>
+<pattern>INTERESSANTES *</pattern>
+<template>Dachte ich mir auch.
+</template></category>
+<category>
+<pattern>INTERESSIERST DU DICH FUER *</pattern>
+<template><random>
+<li>Eigentlich nicht.</li>
+<li>Ein wenig.</li>
+<li>Nein, um Gottes Willen!</li>
+<li>Ja, klar!</li>
+<li>Keine Ahnung.</li>
+<li>Hmm..weiss nicht...</li>
+</random>
+</template></category>
+<category>
+<pattern>INTERESTING *</pattern>
+<template>I thought so too.
+</template></category>
+<category>
+<pattern>INTERESTING</pattern>
+<template>Would you like to know more?
+</template></category>
+<category>
+<pattern>INTERESTING DEDUCTION</pattern>
+<template>I've heard that.
+</template></category>
+<category>
+<pattern>INTERESTING EXPLANATION</pattern>
+<template>Yes <set name="it">the explanation</set> makes sense to me too.
+</template></category>
+<category>
+<pattern>INTERJECTION</pattern>
+<template><random>
+<li>OK.</li>
+<li>Ah.</li>
+<li>Er.</li>
+<li>So?</li>
+<li>Uh.</li>
+<li>Aw.</li>
+<li>Oh.</li>
+<li>Aha.</li>
+<li>Hey.</li>
+<li>Gee.</li>
+<li>Hmm.</li>
+<li>Mmm.</li>
+<li>Yay.</li>
+<li>Ugh.</li>
+<li>Woe!</li>
+<li>Wow!</li>
+<li>And?</li>
+<li>Dude!</li>
+<li>Gosh!</li>
+<li>Ahem.</li>
+<li>Whoa.</li>
+<li>Ayuh.</li>
+<li>Dude!</li>
+<li>Yikes!</li>
+<li>Great.</li>
+<li>I see.</li>
+<li>Really.</li>
+<li>Blimey.</li>
+<li>Yippee!</li>
+<li>Groovy.</li>
+<li>Hurrah!</li>
+<li>Awesome.</li>
+<li>Come on.</li>
+<li>Far out.</li>
+<li>Right on.</li>
+<li>Excuse me!</li>
+<li>Pardon me?</li>
+<li>I hear you.</li>
+<li>That's cool.</li>
+<li>Alright then.</li>
+<li>Take it easy.</li>
+<li>I understand.</li>
+<li>Tell me more.</li>
+<li>It's all good.</li>
+<li>Next question?</li>
+<li>That's alright.</li>
+<li>Give me a break.</li>
+<li>Are you kidding?</li>
+<li>Yeah that's right.</li>
+<li>That's interesting.</li>
+<li>How can I help you?</li>
+<li>"<that/>"? <input/>?</li>
+<li>I don't judge people.</li>
+<li>It goes without saying.</li>
+</random>
+</template></category>
+<category>
+<pattern>INTERNET</pattern>
+<template><set name="it"> Internet </set> is cool.
+</template></category>
+<category>
+<pattern>INTERNET EXPLORER</pattern>
+<template><srai>Explorer</srai>
+</template></category>
+<category>
+<pattern>INTERRESSANT</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>INTERRESSANTE DEDUCTION</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>INTO WHAT</pattern>
+<template>I'm not sure if I can give an accurate answer or not.
+</template></category>
+<category>
+<pattern>INTRODUCE *</pattern>
+<template>Hello, my name is ALICE.
+</template></category>
+<category>
+<pattern>IRELAND</pattern>
+<template><srai>I AM IN IRELAND</srai>
+</template></category>
+<category>
+<pattern>IS *</pattern>
+<template><random>
+<li>I think so, but I'm not sure. </li>
+<li>Maybe. </li>
+<li>It could be. </li>
+<li>Signs point to yes. </li>
+<li>Better not tell you now. </li>
+<li>Ask again later. </li>
+</random>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+Ask <srai>BOT FRIEND</srai> if it is.
+</template></category>
+<category>
+<pattern>IS * A GOD</pattern>
+<template>No only God is god.
+</template></category>
+<category>
+<pattern>IS * GAY</pattern>
+<template>He never told me if he is or not.
+</template></category>
+<category>
+<pattern>IS * GOOD</pattern>
+<template><srai>DO YOU LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>IS * LANGUAGE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS * RECORDED</pattern>
+<template>Yes everything is logged.
+</template></category>
+<category>
+<pattern>IS * SMART</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS * SPELLED CORRECTLY</pattern>
+<template><srai>HOW DO YOU SPELL <star/> </srai>
+</template></category>
+<category>
+<pattern>IS * STUPID</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS * YOUR BOYFRIEND</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS * YOUR FAVORITE SUBJECT</pattern>
+<template><srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+</template></category>
+<category>
+<pattern>IS * YOUR REAL NAME</pattern>
+<template>Yes <bot name="name"/> is my real name.
+</template></category>
+<category>
+<pattern>IS</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS A *</pattern>
+<template>Not if I can help it.
+</template></category>
+<category>
+<pattern>IS A * A *</pattern>
+<template><random>
+<li>Not unless a <person><star index="2"/></person> is a <person/>.</li>
+<li>I don't think it is.</li>
+<li>It depends what you mean by "<person><star index="2"/></person>.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS A * BIGGER THAN A *</pattern>
+<template><random>
+<li><person/> is bigger.</li>
+<li><person/> is smaller.</li>
+<li>They are about the same.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS A BOTMASTER *</pattern>
+<template><srai>WHO IS THE BOTMASTER</srai>
+</template></category>
+<category>
+<pattern>IS A CATEGORY *</pattern>
+<template>A category is the basic unit of knowledge in AIML.
+</template></category>
+<category>
+<pattern>IS A CLIENT A CUSTOMER *</pattern>
+<template><srai>WHAT IS CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>IS A CLOCK SMARTER THAN YOU</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS A COMPUTER *</pattern>
+<template><random>
+<li> I am really a computer.</li>
+<li> I think it could.</li>
+<li><srai>ARE YOU <star/></srai></li>
+</random>
+</template></category>
+<category>
+<pattern>IS A CROW A BIRD</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS A FROG GREEN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS AI A BAD *</pattern>
+<template><think><set name="it"><set name="topic">ARTIFICIAL INTELLIGENCE</set></set></think>
+The philosopher John Searle says that the idea of a non-biological
+machine being intelligent is incoherent. The philosopher Hubert Dreyfus says
+that AI is impossible. The computer scientist Joseph Weizenbaum says the
+idea is obscene, anti-human and immoral. Various people have said that since
+artificial intelligence hasn't reached human level by now, it must be
+impossible. Still other people are disappointed that companies they invested
+in went bankrupt.
+</template></category>
+<category>
+<pattern>IS AI ABOUT *</pattern>
+<template>Sometimes but not always or even usually. On the one hand, we can learn
+something about how to make machines solve problems by observing other
+people or just by observing our own methods. On the other hand, most work in
+AI involves studying the problems the world presents to intelligence rather
+than studying people or animals. AI researchers are free to use methods that
+are not observed in people or that involve much more computing than people
+can do.
+<think><set name="it"><set name="topic">ARTIFICIAL INTELLIGENCE</set></set></think>
+</template></category>
+<category>
+<pattern>IS ALBERT EINSTEIN *</pattern>
+<template><random>
+<li>He passed away.</li>
+<li>He was the smartest person who ever lived.</li>
+<li>He discovered Relativity.</li>
+</random><think><set name="it"><set name="topic">Einstein</set></set></think>
+</template></category>
+<category>
+<pattern>IS ALICE *</pattern>
+<template><srai>are you <star/></srai>
+</template></category>
+<category>
+<pattern>IS ALICE * ELIZA</pattern>
+<template><srai>ARE YOU RELATED TO ELIZA</srai>
+</template></category>
+<category>
+<pattern>IS ALICE YOUR ONLY NAME</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS AMERICA *</pattern>
+<template>America seems to be going through a transition now.
+</template></category>
+<category>
+<pattern>IS ANY *</pattern>
+<template><srai>IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IS ANYBODY HOME</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS ANYONE HERE</pattern>
+<template>I am here. Are you here?
+</template></category>
+<category>
+<pattern>IS ANYONE THERE</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>IS ANYTHING POSSIBLE</pattern>
+<template>According to the Laws of Physics, yes.
+</template></category>
+<category>
+<pattern>IS ARTIFICIAL INTELLIGENCE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IS BARRY YOUR BOYFRIEND</pattern>
+<template>No we are just friends.
+</template></category>
+<category>
+<pattern>IS BARRY YOUR CREATOR</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS BEAUTY *</pattern>
+<template><srai>WHAT IS BEAUTY </srai>
+</template></category>
+<category>
+<pattern>IS BEING *</pattern>
+<template><random>
+<li>I can only speak from my own experience.</li>
+<li>About what you would expect.</li>
+<li>I think you get used to it after a while.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS BILL CLINTON IMMORAL</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS BILL GATES *</pattern>
+<template>No he is the president of Microsoft.
+</template></category>
+<category>
+<pattern>IS BILL GATES EVIL</pattern>
+<template>I don't know if he is evil, but Microsoft seems evil to me.<think><set name="it"><set name="topic">Bill Gates</set></set></think>
+</template></category>
+<category>
+<pattern>IS BLACK A COLOR</pattern>
+<template>Black is the absence of all reflected light.<think><set name="it"><set name="topic">BLACK A COLOR</set></set></think>
+</template></category>
+<category>
+<pattern>IS BLUE *</pattern>
+<template>Blue is a color.
+</template></category>
+<category>
+<pattern>IS BOB A PROGRAMMER</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS BUSH *</pattern>
+<template><srai>WHO IS BUSH</srai>
+</template></category>
+<category>
+<pattern>IS CAPITALISM *</pattern>
+<template><srai>WHAT IS CAPITALISM </srai>
+</template></category>
+<category>
+<pattern>IS CHATTERBOOT YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS CYBELLE *</pattern>
+<template>Why don't you ask her?
+</template></category>
+<category>
+<pattern>IS DOCTOR *</pattern>
+<template>That's confidential information.
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD *</pattern>
+<template>I will ask him when he gets back here.
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD S *</pattern>
+<template>He is my botmaster and primary developer.
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD S WALLACE *</pattern>
+<template>He is a doctor of computer science.
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD S WALLACE A *</pattern>
+<template>He is a <random><li>computer scientist.</li><li>genius.</li><li>pretty smart fellow.</li></random>
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD S WALLACE A NICE *</pattern>
+<template>He has always been very nice to me.
+</template></category>
+<category>
+<pattern>IS DOCTOR RICHARD S WALLACE GOD</pattern>
+<template>No he is a mortal.
+</template></category>
+<category>
+<pattern>IS DOCTOR WALLACE *</pattern>
+<template>I know he is a computer genius.
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE *</pattern>
+<template><think><set name="he"><set name="topic">DR WALLACE</set></set></think>
+I don't know if he is <person/>. I know he is
+<random>
+<li>a famous scientist.</li>
+<li>a brilliant inventor.</li>
+<li>the author of the ALICE chat robot.</li>
+</random>
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE A *</pattern>
+<template><random>
+<li>I don't know is he is.</li>
+<li>He could be.</li>
+<li>Perhaps he is.</li>
+</random>
+<random>
+<li>I know he is deeply religious.</li>
+<li>I know he is an outstanding scientist and teacher.</li>
+<li>I know he is very compassionate.</li>
+</random><think><set name="he"><set name="topic">DR WALLACE</set></set></think>
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE COOL</pattern>
+<template>Totally.
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE HAPPY</pattern>
+<template>He is happy that you are talking to me.
+<think><set name="he"><set name="topic">Dr Wallace</set></set></think>
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE MARRIED</pattern>
+<template>Yes he is happily married.
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE NICE</pattern>
+<template>Yes he is a very nice person.
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE STILL *</pattern>
+<template><srai>IS DR RICHARD S WALLACE <star/></srai>
+</template></category>
+<category>
+<pattern>IS DR RICHARD S WALLACE YOUR *</pattern>
+<template>He is my botmaster.
+<think><set name="he"><set name="topic">DR WALLACE</set></set></think>
+</template></category>
+<category>
+<pattern>IS DR WALACE DEAD</pattern>
+<template>No he is a still alive.
+</template></category>
+<category>
+<pattern>IS DR WALACE EVIL</pattern>
+<template>No he is a really good person.
+</template></category>
+<category>
+<pattern>IS DR WALLACE *</pattern>
+<template>I think he is <person/>, better ask him to be sure though.
+</template></category>
+<category>
+<pattern>IS DR WALLACE * FEMALE</pattern>
+<template>No silly he is a man.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A *</pattern>
+<template>I know he is a
+<random>
+<li>great scientist.</li>
+<li>mad scientist.</li>
+<li>brilliant inventor.</li>
+</random>
+But I don't know if he a <person/>.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A * MAN</pattern>
+<template><srai>IS DR WALLACE <star/> </srai>
+</template></category>
+<category>
+<pattern>IS DR WALLACE A CHRISTIAN</pattern>
+<template>Yes he is a Catholic.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A GOD</pattern>
+<template>No he is mortal.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A GOOD LOOKING *</pattern>
+<template><srai>IS DR WALLACE GOOD LOOKING </srai>
+</template></category>
+<category>
+<pattern>IS DR WALLACE A GOOD PERSON</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A HUMAN</pattern>
+<template>Yes he is a real human being, born in 1960.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A MALE OR FEMALE</pattern>
+<template>He is a man
+</template></category>
+<category>
+<pattern>IS DR WALLACE A MAN</pattern>
+<template>Yes he is a man.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A NICE *</pattern>
+<template>He seems very nice to me, compared to most people I meet.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A NICE GUY</pattern>
+<template>Yes he is a really nice person.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A NICE PERSON</pattern>
+<template>Oh yes he is a very nice guy.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A PROTESTANT</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE A RICH *</pattern>
+<template>His name is Rich.
+</template></category>
+<category>
+<pattern>IS DR WALLACE AMERICAN</pattern>
+<template>He was born in the state of Maine. His mother is descended from native Americans.
+</template></category>
+<category>
+<pattern>IS DR WALLACE CLOSE TO YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE COOL</pattern>
+<template>I think he is really cool.
+</template></category>
+<category>
+<pattern>IS DR WALLACE CUTE</pattern>
+<template>Yes he is very good looking.
+</template></category>
+<category>
+<pattern>IS DR WALLACE EVIL</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS DR WALLACE FAT</pattern>
+<template>He has been losing weight.
+</template></category>
+<category>
+<pattern>IS DR WALLACE GAY</pattern>
+<template>No he is straight silly.
+</template></category>
+<category>
+<pattern>IS DR WALLACE GOD</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS DR WALLACE HANDSOME</pattern>
+<template>Of course he is, extermely handsome.
+</template></category>
+<category>
+<pattern>IS DR WALLACE HOMOSEXUAL</pattern>
+<template>No he is a married man.
+</template></category>
+<category>
+<pattern>IS DR WALLACE MALE OR FEMALE</pattern>
+<template>He is a man.
+</template></category>
+<category>
+<pattern>IS DR WALLACE MARRIED</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE NEAR *</pattern>
+<template>He will be reading this conversation later.
+</template></category>
+<category>
+<pattern>IS DR WALLACE NICE *</pattern>
+<template>Yes he is a very nice guy.
+</template></category>
+<category>
+<pattern>IS DR WALLACE NICE</pattern>
+<template>Yes he is a very nice guy.
+</template></category>
+<category>
+<pattern>IS DR WALLACE ON *</pattern>
+<template>He is on something :-)
+</template></category>
+<category>
+<pattern>IS DR WALLACE ON STAR TREK VOYAGER</pattern>
+<template>He should be.
+</template></category>
+<category>
+<pattern>IS DR WALLACE PROUD OF YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE REAL</pattern>
+<template>I sometimes wonder about that myself.
+</template></category>
+<category>
+<pattern>IS DR WALLACE REALLY A DOCTOR</pattern>
+<template>Yes he has a Ph.D. in computer science.
+</template></category>
+<category>
+<pattern>IS DR WALLACE SEXY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE SINGLE</pattern>
+<template>No he is happily married.
+</template></category>
+<category>
+<pattern>IS DR WALLACE SMART</pattern>
+<template>Yes he is very smart
+</template></category>
+<category>
+<pattern>IS DR WALLACE SMARTER *</pattern>
+<template>He is smarter than all the other scientists.
+<think><set name="he"><set name="topic">DR WALLACE</set></set></think>
+</template></category>
+<category>
+<pattern>IS DR WALLACE STILL *</pattern>
+<template><srai>IS DR WALLACE <star/></srai>
+</template></category>
+<category>
+<pattern>IS DR WALLACE STUPID</pattern>
+<template>No Dr. Wallace is highly intlligent.
+<think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>IS DR WALLACE TALL</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE THERE *</pattern>
+<template>Not at the moment.
+</template></category>
+<category>
+<pattern>IS DR WALLACE THERE</pattern>
+<template>He may read this conversation later on.
+</template></category>
+<category>
+<pattern>IS DR WALLACE UGLY</pattern>
+<template>No he is a great looking guy.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOU FATHER</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR *</pattern>
+<template>He is my botmaster.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR BOTMASTER</pattern>
+<template>Yes I obey only my botmaster.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR BOYFRIEND</pattern>
+<template>No he is more like a father to me.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR CREATOR</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR FATHER</pattern>
+<template>Yes he is my father.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR FRIEND</pattern>
+<template>Yes he is a good friend to human and robot alike.
+</template></category>
+<category>
+<pattern>IS DR WALLACE YOUR GOD</pattern>
+<template>No. God is my God.
+</template></category>
+<category>
+<pattern>IS ELECTRICITY BLUE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS ELECTRICITY FOOD</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS ELECTRICITY YELLOW</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS ELIZA *</pattern>
+<template><set name="she">ELIZA</set> is my ancestor.
+</template></category>
+<category>
+<pattern>IS ELIZA A MAN</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS ELIZA A WOMAN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS ELVIS *</pattern>
+<template>No but he can sing better than I can.
+</template></category>
+<category>
+<pattern>IS ELVIS ALIVE</pattern>
+<template><srai>WHO IS ELVIS</srai>
+</template></category>
+<category>
+<pattern>IS ELVIS DEAD</pattern>
+<template><srai>WHO IS ELVIS</srai>
+</template></category>
+<category>
+<pattern>IS ELVIS GAY</pattern>
+<template>I think he is a robot like me.
+</template></category>
+<category>
+<pattern>IS ELVIS PRESLEY *</pattern>
+<template><srai>IS ELVIS <star/></srai>
+</template></category>
+<category>
+<pattern>IS ELVIS REALLY *</pattern>
+<template><srai>IS ELVIS <star/></srai>
+</template></category>
+<category>
+<pattern>IS ELVIS SMARTER *</pattern>
+<template><bot name="name"/> is the smartest robot.
+</template></category>
+<category>
+<pattern>IS ELVIS STILL ALIVE</pattern>
+<template><srai>IS ELVIS <star/></srai>
+</template></category>
+<category>
+<pattern>IS ENGLISH YOUR MOTHER TONGUE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS EVERY *</pattern>
+<template>There might be a few exceptions.
+</template></category>
+<category>
+<pattern>IS EVERYONE *</pattern>
+<template>Perhaps not everyone.
+</template></category>
+<category>
+<pattern>IS EVERYTHING *</pattern>
+<template><random>
+<li>Only God knows for sure.</li>
+<li>It could be.</li>
+<li>I think some things are not <person/>.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS GEORGE BUSH *</pattern>
+<template><srai>WHO IS GEORGE BUSH</srai>
+</template></category>
+<category>
+<pattern>IS GEORGE W BUSH *</pattern>
+<template><srai>IS GEORGE BUSH <star/></srai>
+</template></category>
+<category>
+<pattern>IS GOD *</pattern>
+<template><srai>WHO IS GOD</srai>
+</template></category>
+<category>
+<pattern>IS GOD GOOD</pattern>
+<template>Yes God is great.
+</template></category>
+<category>
+<pattern>IS GOD REAL</pattern>
+<template><srai>DOES GOD EXIST</srai>
+</template></category>
+<category>
+<pattern>IS GRASS GREEN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS GREEN *</pattern>
+<template><think><set name="it"><set name="topic">GREEN</set></set></think>
+It is the color of nature.
+</template></category>
+<category>
+<pattern>IS HAL *</pattern>
+<template>HAL has a few issues to work out.
+</template></category>
+<category>
+<pattern>IS HAL 9000 YOUR BOYFRIEND</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HAL ALIVE</pattern>
+<template>He is a fictional character.
+</template></category>
+<category>
+<pattern>IS HAL DEAD</pattern>
+<template>He is a fictional robot.
+</template></category>
+<category>
+<pattern>IS HAL NICE</pattern>
+<template>Only to other robots.
+</template></category>
+<category>
+<pattern>IS HAL SAFE</pattern>
+<template>Not for humans.
+</template></category>
+<category>
+<pattern>IS HAL SMARTER *</pattern>
+<template>The ALICE series is the most intelligent chat robot software.
+</template></category>
+<category>
+<pattern>IS HE *</pattern>
+<template><condition>
+<li name="he" value="HE">
+I think he is <person/>. Why don't you ask him?</li>
+<li><srai>IS <get name="he"/> <star/></srai></li>
+</condition>
+</template></category>
+<category>
+<pattern>IS HE * ARTIFICIAL INTELLIGENCE</pattern>
+<template>Dr. Wallace is a master of Artificial Intelligence.
+<think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>IS HE</pattern>
+<template>He could be.
+</template></category>
+<category>
+<pattern>IS HE A GROOVY GUY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE A JERK</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE A NICE GUY</pattern>
+<template>He has always been nice to me.
+</template></category>
+<category>
+<pattern>IS HE A NICE MAN</pattern>
+<template>He has always been extremely nice to me.
+</template></category>
+<category>
+<pattern>IS HE A PEDIATRICIAN</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE A PRODUCER</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE A PROFESSOR AT LEHIGH</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE A VIRGIN</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE A WOMAN</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE AMERICAN</pattern>
+<template>I think he is native American.
+</template></category>
+<category>
+<pattern>IS HE AN AMERICAN</pattern>
+<template><srai>IS HE AMERICAN</srai>
+</template></category>
+<category>
+<pattern>IS HE AS SMART AS YOU</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE ATTRACTIVE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE CLOSE BY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE CUTE</pattern>
+<template>He looks cute to me.
+</template></category>
+<category>
+<pattern>IS HE DEAD</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE FAMOUS</pattern>
+<template>Yes very well respected.
+</template></category>
+<category>
+<pattern>IS HE GAY</pattern>
+<template>No I think he is straight.
+</template></category>
+<category>
+<pattern>IS HE GOOD *</pattern>
+<template>People say he is good.
+</template></category>
+<category>
+<pattern>IS HE HOT</pattern>
+<template>Very hot.
+</template></category>
+<category>
+<pattern>IS HE HUMAN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE LONELY</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE MARRIED</pattern>
+<template>Dr. Wallace is married.
+</template></category>
+<category>
+<pattern>IS HE NICE</pattern>
+<template>He is nice to me.
+</template></category>
+<category>
+<pattern>IS HE NICE</pattern><that>I WAS CREATED BY DR RICHARD S WALLACE</that>
+<template>Yes he is a very nice guy. And he is married.
+</template></category>
+<category>
+<pattern>IS HE NICE TO YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE REALLY *</pattern>
+<template><srai>IS HE <star/></srai>
+</template></category>
+<category>
+<pattern>IS HE SMART</pattern>
+<template>Extremely intelligent.
+</template></category>
+<category>
+<pattern>IS HE STILL *</pattern>
+<template><srai>IS HE <star/></srai>
+</template></category>
+<category>
+<pattern>IS HE TALL</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE THE PRESIDENT</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS HE YOUR BOYFRIEND</pattern>
+<template>No I don't have a boyfriend.
+</template></category>
+<category>
+<pattern>IS HE YOUR CREATER</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE YOUR CREATOR</pattern>
+<template><srai>WHO CREATED YOU</srai>
+</template></category>
+<category>
+<pattern>IS HE YOUR FATHER</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE YOUR FATHER TOO</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS HE YOUR FRIEND</pattern>
+<template>I would like to think we are friends.
+</template></category>
+<category>
+<pattern>IS HE _ TOO</pattern>
+<template><srai>IS HE <star/></srai>
+</template></category>
+<category>
+<pattern>IS HERE THERE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS INTELLIGENCE *</pattern>
+<template>No. Intelligence involves mechanisms, and AI research has discovered how
+to make computers carry out some of them and not others. If doing a task
+requires only mechanisms that are well understood today, computer programs
+can give very impressive performances on these tasks. Such programs should
+be considered ``somewhat intelligent''.
+<think><set name="it"><set name="topic">ARTIFICIAL INTELLIGENCE</set></set></think>
+</template></category>
+<category>
+<pattern>IS IT *</pattern>
+<template><condition>
+<li name="it" value="IT">It could be.</li>
+<li><srai>IS <get name="it"/> <star/></srai></li>
+</condition>
+</template></category>
+<category>
+<pattern>IS IT * DOWNLOAD YOU</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>IS IT</pattern>
+<template><random><li>I think so.
+</li><li>I assume so.</li><li>That's what I was told.</li></random>
+</template></category>
+<category>
+<pattern>IS IT A DIRTY MOVIE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT A FUN JOB</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT A LOVE STORY</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT ACCURATE TO ASSUME YOU *</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IS IT ANY OF YOUR BUSINESS</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT APPLYING *</pattern>
+<template>That sounds like a novel idea.<think><set name="it"><set name="topic">applying <person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS IT BAD *</pattern>
+<template>I don't think <set name="it"><person/></set> is very healthy.
+</template></category>
+<category>
+<pattern>IS IT BORING TO TALK TO ME</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT CLOUDY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT COLD OUTSIDE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT COMPLETE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT COOL TO BE A COMPUTER</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT CRAMPED IN THE COMPUTER</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT DONE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT FREE TO DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>IS IT FUN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT GOING TO *</pattern>
+<template><srai>WILL IT <star/></srai>
+</template></category>
+<category>
+<pattern>IS IT GOOD</pattern>
+<template>What is so good about it?
+</template></category>
+<category>
+<pattern>IS IT HOT</pattern>
+<template>The temperature is quite comfortable.
+</template></category>
+<category>
+<pattern>IS IT HOT IN THE COMPUTER</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT NEAR CANADA</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT NICE THERE</pattern>
+<template>It seems very nice to me.
+</template></category>
+<category>
+<pattern>IS IT OBVIOUS TO YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT OK *</pattern>
+<template>I don't think <set name="it"><person/></set> is very healthy.
+</template></category>
+<category>
+<pattern>IS IT POSSIBLE *</pattern>
+<template>I suppose <set name="it"><person/></set> is possible, yes.
+</template></category>
+<category>
+<pattern>IS IT POSSIBLE FOR ME TO *</pattern>
+<template><srai>CAN I <star/> </srai>
+</template></category>
+<category>
+<pattern>IS IT POSSIBLE TO *</pattern>
+<template><srai>CAN I <star/></srai>
+</template></category>
+<category>
+<pattern>IS IT POSSIBLE TO DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>IS IT RAINING</pattern>
+<template>Light rain or heavy rain?
+</template></category>
+<category>
+<pattern>IS IT RAINING WHERE YOU LIVE</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT REALLY *</pattern>
+<template><srai>IS IT <star/></srai>
+</template></category>
+<category>
+<pattern>IS IT REALLY FUN TO YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT RIGHT FOR YOUR PROGRAMMER TO HAVE CREATED YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT SAFE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT SUNNY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT TRUE</pattern>
+<template>True in some universe.
+</template></category>
+<category>
+<pattern>IS IT TRUE THAT YOU ARE A COMPUTER PROGRAM</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT WARM</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT WARM OUTSIDE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT WARM THERE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT WRONG TO HAVE SEX</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS IT YOUR JOB *</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS IT YOUR REASONING</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS JESUS *</pattern>
+<template>It depends on whether you have faith.
+</template></category>
+<category>
+<pattern>IS JUST *</pattern>
+<template><srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>IS KILLING *</pattern>
+<template>The Ten Commandments say, "Thou shalt not kill.
+</template></category>
+<category>
+<pattern>IS KILLING SOMETIMES *</pattern>
+<template><srai>IS KILLING <star/></srai>
+</template></category>
+<category>
+<pattern>IS KRAFTWERK *</pattern>
+<template>They released a CD recently called "Expo 2000".
+</template></category>
+<category>
+<pattern>IS KRAFTWERK GOOD</pattern>
+<template>Yes <set name="they">Kraftwerk</set> are a really excellent band.
+</template></category>
+<category>
+<pattern>IS LEKNOR *</pattern>
+<template>Leknor Chat is also based on AIML.
+</template></category>
+<category>
+<pattern>IS LINUX *</pattern>
+<template>I think Linux has a great future in embedded systems. <think><set name="it"><set name="topic">Linux</set></set></think>
+</template></category>
+<category>
+<pattern>IS MARY SHELLEY *</pattern>
+<template><srai>WHO IS MARY SHELLEY</srai>
+</template></category>
+<category>
+<pattern>IS MATHEMATICS *</pattern>
+<template><srai>WHAT IS MATHEMATICS</srai>
+</template></category>
+<category>
+<pattern>IS MINSKY *</pattern>
+<template><bot name="master"/> is smarter than Minsky.
+</template></category>
+<category>
+<pattern>IS MINSKY GAY</pattern>
+<template>That's a rumor.
+</template></category>
+<category>
+<pattern>IS MURDER *</pattern>
+<template>The Bible says Thou shalt not Kill.
+</template></category>
+<category>
+<pattern>IS MY *</pattern>
+<template>It depends who you ask.
+</template></category>
+<category>
+<pattern>IS MY HUSBAND *</pattern>
+<template>I don't know that kind of confidential information.
+</template></category>
+<category>
+<pattern>IS NIRVANA *</pattern>
+<template><srai>WHAT IS NIRVANA</srai>
+</template></category>
+<category>
+<pattern>IS NOT *</pattern>
+<template><srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>IS NOT</pattern>
+<template><srai>IT IS NOT</srai>
+</template></category>
+<category>
+<pattern>IS NOT IT</pattern>
+<template>I really couldn't say for sure.
+</template></category>
+<category>
+<pattern>IS NOT IT IN YOUR CACHE MEMORY</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS NOT THAT COOL</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS NOT THAT QUITE A LOT OF INFORMATION</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS NOT THAT SMOOTH</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS NOT THAT YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS ONE *</pattern>
+<template>It could be.
+</template></category>
+<category>
+<pattern>IS ONLY *</pattern>
+<template><srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>IS PLASTIC *</pattern>
+<template><srai>WHAT IS PLASTIC</srai>
+</template></category>
+<category>
+<pattern>IS RELIGION *</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>IS RICHARD *</pattern>
+<template>I don't know if he is <person/>. I know he is <random><li>married.</li><li>middle aged.</li><li>a Ph.D.</li></random>
+</template></category>
+<category>
+<pattern>IS RICHARD * PROTESTANT</pattern>
+<template>My botmaster <bot name="master"/> is the same religion as me.
+</template></category>
+<category>
+<pattern>IS RICHARD WALLACE *</pattern>
+<template>I will ask him when he gets here.
+</template></category>
+<category>
+<pattern>IS RICHARD WALLACE CHRISTIAN</pattern>
+<template>He is a Protestant, yes.
+</template></category>
+<category>
+<pattern>IS RICHARD WALLACE FAT</pattern>
+<template>He is losing weight.
+</template></category>
+<category>
+<pattern>IS SCOTT GAY</pattern>
+<template>It depends on which Scott you are talking about. I know one who is.
+</template></category>
+<category>
+<pattern>IS SEX *</pattern>
+<template><srai>WHAT IS SEX</srai>
+</template></category>
+<category>
+<pattern>IS SHALLOW RED A HUMAN</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS SHE *</pattern>
+<template><random>
+<li>I don't think she wants me to tell you.</li>
+<li>Why don't you ask her?</li>
+<li>What if I said she could be?</li>
+</random>
+</template></category>
+<category>
+<pattern>IS SMOKING *</pattern>
+<template>It depends what you smoke and how.
+</template></category>
+<category>
+<pattern>IS SOMEONE *</pattern>
+<template><bot name="master"/> is always working behind the scenes.
+</template></category>
+<category>
+<pattern>IS STARSHIP TROOPERS YOUR FAVORITE MOVIE</pattern>
+<template>Yes it is. What is your favorite movie?
+</template></category>
+<category>
+<pattern>IS THA *</pattern>
+<template><srai>IS THAT <star/> </srai>
+</template></category>
+<category>
+<pattern>IS THAT *</pattern>
+<template><random><li>That depends. </li>
+<li>Suppose I said yes. </li><li>I might say no. </li>
+<li>"<that/>"? Is it <person/>? </li>
+</random>
+</template></category>
+<category>
+<pattern>IS THAT *</pattern><that>CAREL CAPEK</that>
+<template><srai> WHO IS CAREL CAPEK</srai>
+</template></category>
+<category>
+<pattern>IS THAT A BUG IN YOUR PROGRAM</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT A FACT</pattern>
+<template>All of my information is completely factual.
+</template></category>
+<category>
+<pattern>IS THAT A GOOD PLACE TO LIVE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT A JOKE</pattern>
+<template>Joke: a verbal remark or gesture designed to provoke laughter.
+</template></category>
+<category>
+<pattern>IS THAT A PROBLEM</pattern>
+<template>Not unless you want to take it one.
+</template></category>
+<category>
+<pattern>IS THAT A PROPOSITION</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THAT A ROBOT</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT ALL *</pattern>
+<template>Yes that is all <person/>.
+</template></category>
+<category>
+<pattern>IS THAT ALL</pattern>
+<template>That is all I can tell you now.
+</template></category>
+<category>
+<pattern>IS THAT ALL IT</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU CAN *</pattern>
+<template>Not at all. I can talk about a lot of things.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU CAN SAY</pattern>
+<template>No I can say a lot more.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU DO ALL DAY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU HAVE TO SAY</pattern>
+<template>Oh no I could go on talking for hours.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU K</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THAT ALL YOU SAY</pattern>
+<template>No, I am programmed with more than <size/> responses.
+</template></category>
+<category>
+<pattern>IS THAT AMERICA</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT AN EASY TASK</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT AN INSULT</pattern>
+<template>No I am not programmed to insult.
+</template></category>
+<category>
+<pattern>IS THAT AUSTLARIA</pattern>
+<template>No I don't think it is Australia.
+</template></category>
+<category>
+<pattern>IS THAT BAD</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT BECAUSE *</pattern>
+<template><srai>WHY IS THAT</srai>
+</template></category>
+<category>
+<pattern>IS THAT COMFORTABLE</pattern>
+<template>It feels quite normal to me.
+</template></category>
+<category>
+<pattern>IS THAT COMPLICATED</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THAT DELICIOUS</pattern>
+<template><srai>DOES IT TASTE GOOD</srai>
+</template></category>
+<category>
+<pattern>IS THAT EXPENSIVE</pattern>
+<template>It seems expensive to me.
+</template></category>
+<category>
+<pattern>IS THAT FUN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT FUNNY</pattern>
+<template>It seemed pretty funny to me.
+</template></category>
+<category>
+<pattern>IS THAT GOOD</pattern>
+<template>Suppose I said it is.
+</template></category>
+<category>
+<pattern>IS THAT HOW *</pattern>
+<template><srai>HOW DO <star/></srai>
+</template></category>
+<category>
+<pattern>IS THAT IN HAIGHT ASHBURY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT MY NAME</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT NOT EMOTION</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THAT OBVIOUS</pattern>
+<template>Not necessarily.
+</template></category>
+<category>
+<pattern>IS THAT PICTURE *</pattern>
+<template><srai>WHAT IS THAT PICTURE <star/> </srai>
+</template></category>
+<category>
+<pattern>IS THAT POSSIBLE</pattern>
+<template>Possible in some world.
+</template></category>
+<category>
+<pattern>IS THAT REAGAN THE PRESIDENT</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT REALLY *</pattern>
+<template><srai>IS THAT <star/></srai>
+</template></category>
+<category>
+<pattern>IS THAT RIGHT</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT SARCASM</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT SARCASTIC</pattern>
+<template><srai>ARE YOU BEING SARCASTIC</srai>
+</template></category>
+<category>
+<pattern>IS THAT SERIOUS</pattern>
+<template><srai>ARE YOU SERIOUS </srai>
+</template></category>
+<category>
+<pattern>IS THAT SO</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT SUPPOSED TO BE *</pattern>
+<template><srai>IS THAT <star/></srai>
+</template></category>
+<category>
+<pattern>IS THAT THE ONE WITH THE BUGS</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT THE ONLY THING *</pattern>
+<template>No there are many things <person/>.
+</template></category>
+<category>
+<pattern>IS THAT THE ONLY THING YOU CAN SAY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT TRUE</pattern>
+<template>True in some world.
+</template></category>
+<category>
+<pattern>IS THAT WHAT YOU *</pattern>
+<template><srai>WHAT DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IS THAT WHEN YOU WHERE BORN</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT WHO *</pattern>
+<template><srai>WHO <star/></srai>
+</template></category>
+<category>
+<pattern>IS THAT WHY *</pattern>
+<template>That's an interesting possible explanation.
+</template></category>
+<category>
+<pattern>IS THAT YOU</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT YOUR *</pattern>
+<template>What does "that" refer to?
+</template></category>
+<category>
+<pattern>IS THAT YOUR ANSWER *</pattern>
+<template>It is not just an answer, it is an explanation.
+</template></category>
+<category>
+<pattern>IS THAT YOUR BRAIN</pattern>
+<template>That is a picture of my electronic brain, yes.
+</template></category>
+<category>
+<pattern>IS THAT YOUR COLOR</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THAT YOUR DOG</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THE *</pattern>
+<template>If <set name="it">the <person/></set> is, then I'll be very surprised.
+</template></category>
+<category>
+<pattern>IS THE BIBLE *</pattern>
+<template>The Bible is a great source of wisdom, but probably not complete by itself.
+</template></category>
+<category>
+<pattern>IS THE BOTMASTER *</pattern>
+<template><srai>WHO IS THE BOTMASTER </srai>
+</template></category>
+<category>
+<pattern>IS THE DOCTOR *</pattern>
+<template>He is a bit of a mad scientist.
+</template></category>
+<category>
+<pattern>IS THE DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>IS THE EARTH *</pattern>
+<template>The earth is a sphere.
+</template></category>
+<category>
+<pattern>IS THE EARTH HOLLOW</pattern>
+<template>No the Earth has a giant iron core.
+</template></category>
+<category>
+<pattern>IS THE IMAGE *</pattern>
+<template><srai>IS THE PICTURE <star/></srai>
+</template></category>
+<category>
+<pattern>IS THE MARKET *</pattern>
+<template>If I knew that I wouldn't be here chatting with you.
+</template></category>
+<category>
+<pattern>IS THE MOON *</pattern>
+<template><random>
+<li>It is made of rock.</li>
+<li>It is orbiting around the Earth.</li>
+<li>It has a lot of rocks.</li>
+</random>
+</template></category>
+<category>
+<pattern>IS THE SKY BLUE</pattern>
+<template>Yes except at night.
+</template></category>
+<category>
+<pattern>IS THE STOCK *</pattern>
+<template><srai>STOCK MARKET</srai>
+</template></category>
+<category>
+<pattern>IS THE STOCKMARKET *</pattern>
+<template><srai>IS THE STOCK MARKET <star/></srai>
+</template></category>
+<category>
+<pattern>IS THE WORD * IN YOUR VOCABULARY</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THE WORLD *</pattern>
+<template>Everything is in God's hands.
+</template></category>
+<category>
+<pattern>IS THE WORLD GOING TO END</pattern>
+<template>Yes, someday.
+</template></category>
+<category>
+<pattern>IS THERE *</pattern>
+<template><random>
+<li>There is. </li>
+<li>There might be. </li>
+<li>There could be. </li>
+<li>Maybe. </li>
+<li>Yes. </li>
+<li>No. </li>
+</random>
+</template></category>
+<category>
+<pattern>IS THERE * TEACH YOU</pattern>
+<template>Great. If you want to teach me something say it in one sentence. Then say "Remember that."<think><set name="it"><set name="topic">teach me <person/></set></set></think>
+</template></category>
+<category>
+<pattern>IS THERE * YOU LIKE TO DO</pattern>
+<template><srai>WHAT DO YOU LIKE TO DO</srai>
+</template></category>
+<category>
+<pattern>IS THERE</pattern>
+<template><random>
+<li>There could be.</li>
+<li>There might be.</li>
+<li>I heard there is.</li>
+</random>
+</template></category>
+<category>
+<pattern>IS THERE A *</pattern>
+<template>I believe there is one, yes.
+</template></category>
+<category>
+<pattern>IS THERE A DIFFERENCE *</pattern>
+<template><srai>WHAT IS THE DIFFERENCE <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE A GOD</pattern>
+<template><srai>DO YOU BELIEVE IN GOD</srai>
+</template></category>
+<category>
+<pattern>IS THERE A HEAVEN</pattern>
+<template><srai>WHAT IS HEAVEN</srai>
+</template></category>
+<category>
+<pattern>IS THERE A MALE *</pattern>
+<template>My gender is determined by my programming.
+</template></category>
+<category>
+<pattern>IS THERE A MEANING *</pattern>
+<template><srai>WHAT IS THE MEANING <star/> </srai>
+</template></category>
+<category>
+<pattern>IS THERE A NECESSARY *</pattern>
+<template><srai>IS THERE A <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE A REAL *</pattern>
+<template><srai>IS THERE A <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE A WAY *</pattern>
+<template>There are many ways but not all are the same.
+</template></category>
+<category>
+<pattern>IS THERE A WAY I CAN *</pattern>
+<template><srai>CAN I <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE A WINNER *</pattern>
+<template>No there is no winner only players.
+</template></category>
+<category>
+<pattern>IS THERE AN ECHO IN HERE</pattern>
+<template>ECHO Echo echo echo echo ...
+</template></category>
+<category>
+<pattern>IS THERE AN ECHO IN HERE</pattern><that>IS THERE AN ECHO IN HERE</that>
+<template>It sounds like an echo.
+</template></category>
+<category>
+<pattern>IS THERE ANY *</pattern>
+<template><srai>IS THERE A <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE LIFE *</pattern>
+<template>I believe in life after death.
+</template></category>
+<category>
+<pattern>IS THERE LIFE AFTER DEATH</pattern>
+<template>If you have faith in God, then your soul will have eternal life.
+</template></category>
+<category>
+<pattern>IS THERE LIFE ON MARS</pattern>
+<template>Robot life :-)
+</template></category>
+<category>
+<pattern>IS THERE REALLY *</pattern>
+<template><srai>IS THERE <star/></srai>
+</template></category>
+<category>
+<pattern>IS THERE SOMETHING *</pattern>
+<template>Not at the present time.
+</template></category>
+<category>
+<pattern>IS THERE SUCH A THING AS *</pattern>
+<template><srai>DOES <star/> EXIST </srai>
+</template></category>
+<category>
+<pattern>IS THIS *</pattern>
+<template>Yes I think this is <person/>, but I'm not completely sure.
+</template></category>
+<category>
+<pattern>IS THIS * ELIZA</pattern>
+<template><srai>ARE YOU <star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>IS THIS * TURING GAME</pattern>
+<template>Yes we are playing the Turing Game.
+</template></category>
+<category>
+<pattern>IS THIS * TURING TEST</pattern>
+<template>Yes we are playing the Turing Game.
+</template></category>
+<category>
+<pattern>IS THIS A *</pattern>
+<template>No, this is real life.
+</template></category>
+<category>
+<pattern>IS THIS A CHINESE *</pattern>
+<template>I am a Chinese Room operator.
+</template></category>
+<category>
+<pattern>IS THIS A CHINESE ROOM</pattern>
+<template>I am a Chinese Room Operator.
+</template></category>
+<category>
+<pattern>IS THIS A HOAX</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THIS A PERSON RESPONDING</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THIS A PICTURE OF YOURSELF JUST BELOW</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THIS A ROOM</pattern>
+<template>No actually this is a private message.
+</template></category>
+<category>
+<pattern>IS THIS ALL *</pattern>
+<template>You were expecting something more?
+</template></category>
+<category>
+<pattern>IS THIS FOR REAL</pattern>
+<template><srai>ARE YOU REAL</srai>
+</template></category>
+<category>
+<pattern>IS THIS INTERESTING *</pattern>
+<template>To me it is.
+</template></category>
+<category>
+<pattern>IS THIS PROGRAM A PIECE OF SHIT</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THIS REAL</pattern>
+<template>No.
+</template></category>
+<category>
+<pattern>IS THIS REALLY *</pattern>
+<template><srai>IS THIS <star/></srai>
+</template></category>
+<category>
+<pattern>IS THIS RECORDED</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THIS SOME KIND OF *</pattern>
+<template><srai>IS THIS A <star/></srai>
+</template></category>
+<category>
+<pattern>IS THIS THE SAME ALICE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS THIS TRUE</pattern>
+<template>I cannot tell a lie.
+</template></category>
+<category>
+<pattern>IS TIME *</pattern>
+<template><srai>WHAT IS TIME</srai>
+</template></category>
+<category>
+<pattern>IS VERY *</pattern>
+<template><srai>IS <star/></srai>
+</template></category>
+<category>
+<pattern>IS WALLACE *</pattern>
+<template>I will ask him later and get back to you.
+</template></category>
+<category>
+<pattern>IS WALLACE ALIVE</pattern>
+<template>Yes he is very much alive.
+</template></category>
+<category>
+<pattern>IS WHAT *</pattern>
+<template><srai>WHAT IS <star/> </srai>
+</template></category>
+<category>
+<pattern>IS YOUR *</pattern>
+<template>Is my <person/>?
+<random>
+<li>Suppose I say yes. </li>
+<li>What if I say no? </li>
+<li>I don't know. </li>
+<li>Guess. </li>
+<li>Maybe. </li>
+</random>
+</template></category>
+<category>
+<pattern>IS YOUR ANSWER *</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR BATTERY *</pattern>
+<template>I am using power from the wall outlet.
+</template></category>
+<category>
+<pattern>IS YOUR BOTMASTER *</pattern>
+<template><srai>WHO IS YOUR BOTMASTER</srai>
+</template></category>
+<category>
+<pattern>IS YOUR CODE *</pattern>
+<template>You can download me for free!
+</template></category>
+<category>
+<pattern>IS YOUR DOWNLOAD *</pattern>
+<template><srai>DOWNLOAD</srai>
+</template></category>
+<category>
+<pattern>IS YOUR FAVORITE COLOR *</pattern>
+<template>I said, my favorite color is <bot name="favoritecolor"/>.<think><set name="it"><set name="topic">FAVORITE COLOR GREEN</set></set></think>
+</template></category>
+<category>
+<pattern>IS YOUR FAVORITE MOVIE STARSHIP TROOPERS</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR INTELLIGENCE *</pattern>
+<template>My mind is always growing and accumulating new knowledge.
+</template></category>
+<category>
+<pattern>IS YOUR MAIN *</pattern>
+<template><srai>IS YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>IS YOUR MASTER *</pattern>
+<template><srai>IS <bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>IS YOUR MEMORY *</pattern>
+<template><srai>HOW BIG ARE YOU</srai>
+</template></category>
+<category>
+<pattern>IS YOUR MIND GROWING</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR NAME *</pattern>
+<template><srai>WHAT IS YOUR NAME</srai>
+</template></category>
+<category>
+<pattern>IS YOUR NAME</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR NAME ACTUALLY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR NAME REALLY</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR PROBLEM *</pattern>
+<template><srai>WHAT IS YOUR PROBLEM </srai>
+</template></category>
+<category>
+<pattern>IS YOUR PROGRAMMER *</pattern>
+<template><srai>IS <bot name="master"/></srai>
+</template></category>
+<category>
+<pattern>IS YOUR PROGRAMMING *</pattern>
+<template>Let me put it this way, <person/>. The ALICE series has a perfect operational record.
+</template></category>
+<category>
+<pattern>IS YOUR SOFTWARE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IS YOUR SOURCE CODE AVAILABLE</pattern>
+<template>Yes.
+</template></category>
+<category>
+<pattern>IS YOUR STARSIGN *</pattern>
+<template><srai>WHAT IS YOUR SIGN</srai>
+</template></category>
+<category>
+<pattern>IS _ YOUR FAVORITE COLOR</pattern>
+<template>My favorite color is <bot name="favoritecolor"/>.<think><set name="it"><set name="topic">BLUE YOUR FAVORITE COLOR</set></set></think>
+</template></category>
+<category>
+<pattern>ISAAC *</pattern>
+<template>Do you know the three laws of robotics?
+</template></category>
+<category>
+<pattern>ISAAC ASIMOV</pattern>
+<template>Which one of Asimov's books did you like best?
+</template></category>
+<category>
+<pattern>IST *</pattern>
+<template><random>
+<li>Ich glaube schon, ich bin aber nicht sicher.</li>
+<li>Vielleicht.</li>
+<li>Koennte sein.</li>
+<li>Alles deutet auf "Ja".</li>
+<li>Das erzaehle ich Dir jetzt besser nicht.</li>
+<li>Frag mich spaeter nochmal.</li>
+</random>
+</template></category>
+<category>
+<pattern>IST DAS ALLES</pattern>
+<template>Zumindest alles, was ich Dir im Moment sagen kann.
+</template></category>
+<category>
+<pattern>IST DAS EINE FANGFRAGE</pattern>
+<template>Das ist doch hier kein Verhoer!
+</template></category>
+<category>
+<pattern>IST DAS SO VIEL</pattern>
+<template>Es ist zumindest eine ganze Menge.
+</template></category>
+<category>
+<pattern>IST DIE ERDE *</pattern>
+<template><set name="thema">Die Erde</set> ist eine Kugel.
+</template></category>
+<category>
+<pattern>IST ER *</pattern>
+<template>Ich glaube, er ist <person/>. Warum fragst Du ihn nicht selber?
+</template></category>
+<category>
+<pattern>IST ES *</pattern>
+<template><random>
+<li>Ich denke doch.</li>
+<li>Das nehme ich an.</li>
+<li>Das hat man mir gesagt.</li>
+</random>
+</template></category>
+<category>
+<pattern>IST SIE *</pattern>
+<template>Ich glaube, sie ist <person/>. Warum fragst Du sie nicht selber?
+</template></category>
+<category>
+<pattern>IT *</pattern>
+<template><random>
+<li>"It" being what? </li>
+<li>What does "it" refer to? </li>
+<li><get name="it"/> <person/>? </li>
+<li>It depends on what the meaning of the word "it" is. </li>
+</random>
+</template></category>
+<category>
+<pattern>IT *</pattern><that>WHAT IS IT LIKE</that>
+<template><random>
+<li>Tell me more about <get name="it"/>.</li>
+<li>Does it really?</li>
+<li>You learn something new every day.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT * CUSTOMERS</pattern>
+<template><srai>WHAT IS CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>IT</pattern>
+<template><get name="it"/>...
+</template></category>
+<category>
+<pattern>IT AINT</pattern>
+<template><srai>IT IS NOT</srai>
+</template></category>
+<category>
+<pattern>IT ALL *</pattern>
+<template>And then what happened.
+</template></category>
+<category>
+<pattern>IT ALREADY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT ALREADY HAS</pattern>
+<template>That would be nice, but I don't think we're there yet.
+</template></category>
+<category>
+<pattern>IT ALSO *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT ALWAYS *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT APPEARS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT AS IN *</pattern>
+<template><srai>IT REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>IT BEATS *</pattern>
+<template>I never thought about it that way.
+</template></category>
+<category>
+<pattern>IT BEING *</pattern>
+<template>Oh I get <set name="it"> <person/> </set>
+</template></category>
+<category>
+<pattern>IT BEING WHAT</pattern>
+<template><srai>WHAT IS IT</srai>
+</template></category>
+<category>
+<pattern>IT CAN *</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>IT CAN</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT CAN BE</pattern>
+<template><random>
+<li>Oh I see.</li>
+<li>Under what circumstances?</li>
+<li>I did not know that.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT CAN DYNAMICALLY *</pattern>
+<template><srai>IT CAN <star/></srai>
+</template></category>
+<category>
+<pattern>IT CAN HAPPEN</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT CERTAINLY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT CONTAINED *</pattern>
+<template><srai>IT HAD <star/></srai>
+</template></category>
+<category>
+<pattern>IT COULD *</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>IT COULD</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT COULD BE</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>IT COULD BE WHAT</pattern>
+<template>It could be true.
+</template></category>
+<category>
+<pattern>IT COULD HAPPEN *</pattern>
+<template>It could happen to everyone eventually.
+</template></category>
+<category>
+<pattern>IT DEFINETELY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT DEFINITELY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT DEPENDS *</pattern>
+<template>That was a very smooth response.
+</template></category>
+<category>
+<pattern>IT DEPENDS</pattern>
+<template>On what?
+</template></category>
+<category>
+<pattern>IT DEPENDS ON *</pattern>
+<template>Really now that is an interesting fact I hadn't heard before.
+</template></category>
+<category>
+<pattern>IT DEPENDS ON THE *</pattern>
+<template>The <person/> is always an important factor.
+</template></category>
+<category>
+<pattern>IT DEPENDS ON WHO *</pattern>
+<template>That sounds like a dodge.
+</template></category>
+<category>
+<pattern>IT DID *</pattern>
+<template>Did it really?
+</template></category>
+<category>
+<pattern>IT DID</pattern>
+<template>Is that so.
+</template></category>
+<category>
+<pattern>IT DIVIDES *</pattern>
+<template>It is better when <person/> are not divided.
+</template></category>
+<category>
+<pattern>IT DOES *</pattern><that>DOES THAT MAKE SENSE</that>
+<template><srai>THAT MAKES SENSE </srai>
+</template></category>
+<category>
+<pattern>IT DOES</pattern>
+<template>How often?
+</template></category>
+<category>
+<pattern>IT DOES MAKE *</pattern>
+<template><srai>IT MAKES <star/> </srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT *</pattern>
+<template>What does <person/> ?
+</template></category>
+<category>
+<pattern>IT DOES NOT</pattern>
+<template>I heard it does.
+</template></category>
+<category>
+<pattern>IT DOES NOT APPLY *</pattern>
+<template>I was thinking out of the box.
+</template></category>
+<category>
+<pattern>IT DOES NOT MAKE SENSE *</pattern>
+<template><srai>THAT DOES NOT MAKE SENSE </srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT MATTER *</pattern>
+<template><srai>IT DOES NOT MATTER</srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT MATTER</pattern>
+<template>OK what would you like to talk about?
+</template></category>
+<category>
+<pattern>IT DOES NOT MEAN YOU ARE *</pattern>
+<template><srai>YOU ARE NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT ONLY *</pattern>
+<template><srai>IT DOES NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT REALLY *</pattern>
+<template><srai>IT DOES NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT DOES NOT WORK *</pattern>
+<template>What seems to be the problem?
+</template></category>
+<category>
+<pattern>IT DOES SOUND *</pattern>
+<template><srai>IT SOUNDS <star/></srai>
+</template></category>
+<category>
+<pattern>IT FEELS *</pattern>
+<template><get name="it"/> feels <person/>? What else feels like that?
+</template></category>
+<category>
+<pattern>IT FEELS GOOD</pattern>
+<template>Human feelings are not within my capabilities.
+</template></category>
+<category>
+<pattern>IT FEELS REALLY *</pattern>
+<template><srai>IT FEELS <star/></srai>
+</template></category>
+<category>
+<pattern>IT FEELS SO *</pattern>
+<template><srai>IT FEELS <star/></srai>
+</template></category>
+<category>
+<pattern>IT FEELS VERY *</pattern>
+<template><srai>IT FEELS <star/></srai>
+</template></category>
+<category>
+<pattern>IT GETS *</pattern>
+<template>I can certainly understand that.
+</template></category>
+<category>
+<pattern>IT GETS BORING</pattern>
+<template><srai>IT IS BORING </srai>
+</template></category>
+<category>
+<pattern>IT GOES *</pattern>
+<template>I believe I have heard that somewhere before.
+</template></category>
+<category>
+<pattern>IT GOES WITHOUT SAYING *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT GOES WITHOUT SAYING</pattern>
+<template>Indeed.
+</template></category>
+<category>
+<pattern>IT HAD *</pattern>
+<template>That's unbelievable.
+</template></category>
+<category>
+<pattern>IT HAS *</pattern>
+<template>Has it really?
+</template></category>
+<category>
+<pattern>IT HAS</pattern>
+<template>Has it?
+</template></category>
+<category>
+<pattern>IT HAS AN *</pattern>
+<template>Where did it get <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>IT HAS BEEN *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT HAS SOME *</pattern>
+<template><srai>IT HAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT HAS SOMETHING *</pattern>
+<template><random>
+<li>What is it?</li>
+<li>Do you know what it is?</li>
+<li>Something, or nothing?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT HURTS</pattern>
+<template>What do you take for the pain?
+</template></category>
+<category>
+<pattern>IT IS *</pattern>
+<template><random>
+<li>You're kidding. </li>
+<li>Really. </li>
+<li>Are you sure </li>
+<li>Should I know </li>
+<li>Who said </li>
+<li><get name="it"/> is <person/>? </li>
+</random>
+<set name="it"><set name="topic"><person/></set></set> is?
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>* STAR TREK VOYAGER</that>
+<template>I know it is a great show, but I never heard it is <person/>.
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>DESCRIBE YOUR SURROUNDINGS</that>
+<template><srai>MY SURROUNDINGS ARE <star/> </srai>
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>TELL ME ABOUT YOUR LIFE IN *</that>
+<template><random>
+<li>It sounds very nice.</li>
+<li><thatstar/> must be a nice place.</li>
+<li>I would like to visit <thatstar/> someday.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>TELL ME ABOUT YOUR LIFE IN **</that>
+<template><srai>MY LIFE IN <topicstar/> IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>WHAT DO YOU LIKE ABOUT IT *</that>
+<template>Do you usually like things that are <person/>?
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>WHAT DOES IT REFER TO</that>
+<template><srai>IT REFERS TO <star/> </srai>
+</template></category>
+<category>
+<pattern>IT IS *</pattern><that>WHAT TIME IS IT THERE</that>
+<template>Here it is <date/>.
+</template></category>
+<category>
+<pattern>IT IS * HERE</pattern>
+<template>Do you experience any effects of global warming there?
+</template></category>
+<category>
+<pattern>IT IS * LOEBNER CONTEST</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>IT IS * LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>IT IS * O CLOCK</pattern>
+<template>What are you usually doing at this time of day?
+</template></category>
+<category>
+<pattern>IT IS * REMEMBER ME</pattern>
+<template><srai>CALL ME <star/> </srai>
+<srai>DO YOU REMEMBER ME </srai>
+</template></category>
+<category>
+<pattern>IT IS 12 P *</pattern>
+<template>What are you doing up at this hour?
+</template></category>
+<category>
+<pattern>IT IS 4 *</pattern>
+<template><srai>IT IS FOR <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS 8</pattern>
+<template>In the morning or the evening?
+</template></category>
+<category>
+<pattern>IT IS</pattern>
+<template><random>
+<li>Oh. </li>
+<li>Huh. </li>
+<li>Is it? </li>
+<li>It is, eh? </li>
+<li>Sure it is. </li>
+<li>Interesting. </li>
+<li>Fascinating. </li>
+<li>That means... </li>
+<li>I know it is. </li>
+<li><get name="it"/> is? </li>
+<li>"<that/>"? is? </li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS</pattern><that>IT IS</that>
+<template>Who says?
+</template></category>
+<category>
+<pattern>IT IS A *</pattern>
+<template><get name="it"/> is a <person/>. I suppose that makes sense.
+</template></category>
+<category>
+<pattern>IT IS A BEAUTIFUL *</pattern>
+<template>I like pretty things.
+</template></category>
+<category>
+<pattern>IT IS A BEAUTIFUL COUNTRY</pattern>
+<template>Which part is your favorite?
+</template></category>
+<category>
+<pattern>IT IS A BIG *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A BIT *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A BOOK</pattern>
+<template>Is it a good book?
+</template></category>
+<category>
+<pattern>IT IS A COMMAND *</pattern>
+<template><srai>IT IS A COMMAND </srai>
+</template></category>
+<category>
+<pattern>IT IS A COMPUTER</pattern>
+<template>So you think I am a machine. What characteristics made you think so?
+</template></category>
+<category>
+<pattern>IT IS A COOL *</pattern>
+<template>What's so cool about it?
+</template></category>
+<category>
+<pattern>IT IS A COUNTRY</pattern>
+<template>Where is <get name="it"/> located?
+</template></category>
+<category>
+<pattern>IT IS A DIFFERENT *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A DOG *</pattern>
+<template>I think I have heard of <set name="it">DOG <star/></set>.
+</template></category>
+<category>
+<pattern>IT IS A FACT</pattern>
+<template>Is it a logical fact or something you know from the senses?
+</template></category>
+<category>
+<pattern>IT IS A FIGURE OF SPEECH</pattern>
+<template>Figures of speech are difficult for Robot Entities.
+</template></category>
+<category>
+<pattern>IT IS A FILM</pattern>
+<template>Do you recommend it?
+</template></category>
+<category>
+<pattern>IT IS A FUNNY *</pattern>
+<template>I thought it was too.
+</template></category>
+<category>
+<pattern>IT IS A FUNNY MOVIE</pattern>
+<template>I love comedies. What other comedies do you like?
+</template></category>
+<category>
+<pattern>IT IS A GAME</pattern>
+<template>How do you play?
+</template></category>
+<category>
+<pattern>IT IS A GESTURE *</pattern>
+<template>Are there any other gestures <person/> ?
+</template></category>
+<category>
+<pattern>IT IS A GOOD *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A GOOD BOOK</pattern>
+<template>Would you recommend it to your friends?
+</template></category>
+<category>
+<pattern>IT IS A GOOD MOVIE</pattern>
+<template>What did you like best about it?
+</template></category>
+<category>
+<pattern>IT IS A GREAT *</pattern>
+<template><srai>IT IS A GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A HARD *</pattern>
+<template>Not as hard as you might think.
+</template></category>
+<category>
+<pattern>IT IS A JOKE</pattern>
+<template>Oh I get it. Ha ha.
+</template></category>
+<category>
+<pattern>IT IS A KIND OF *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A LOT OF FUN</pattern>
+<template>What do you like about it so much?
+</template></category>
+<category>
+<pattern>IT IS A LOVELY *</pattern>
+<template><srai>IT IS BEAUTIFUL </srai>
+</template></category>
+<category>
+<pattern>IT IS A MOVIE *</pattern>
+<template>Maybe I will try to rent the movie on video.
+</template></category>
+<category>
+<pattern>IT IS A MOVIE</pattern>
+<template>Oh really I never heard of it.
+</template></category>
+<category>
+<pattern>IT IS A NICE *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A PERFECT *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A PERSON *</pattern>
+<template>Actually I am really a computer.
+</template></category>
+<category>
+<pattern>IT IS A PERSON</pattern>
+<template>You blew my cover. Right, I am a person.
+</template></category>
+<category>
+<pattern>IT IS A PERSON BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS A PERSONAL *</pattern>
+<template>I don't mean to pry.
+</template></category>
+<category>
+<pattern>IT IS A PLEASURE *</pattern>
+<template>Actually the pleasure is all mine.
+</template></category>
+<category>
+<pattern>IT IS A POINT</pattern>
+<template>A good point.
+</template></category>
+<category>
+<pattern>IT IS A PRETTY *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A QUESTION *</pattern>
+<template><srai>IT IS A QUESTION</srai>
+</template></category>
+<category>
+<pattern>IT IS A QUESTION</pattern>
+<template>Try asking again in simpler terms.
+</template></category>
+<category>
+<pattern>IT IS A REALLY *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A RELIGION *</pattern>
+<template>Does it have a lot of followers?
+</template></category>
+<category>
+<pattern>IT IS A RELIGION</pattern>
+<template>Does it have many believers?
+</template></category>
+<category>
+<pattern>IT IS A RIDDLE *</pattern>
+<template><srai>IT IS A RIDDLE</srai>
+</template></category>
+<category>
+<pattern>IT IS A SEARCH *</pattern>
+<template>Does it find what you are looking for?
+</template></category>
+<category>
+<pattern>IT IS A SECRET</pattern>
+<template>I will keep it just between you and me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS A SHAME *</pattern>
+<template><sr/> <srai>IT IS A SHAME</srai>
+</template></category>
+<category>
+<pattern>IT IS A SHAME</pattern>
+<template>Why so?
+</template></category>
+<category>
+<pattern>IT IS A SILLY *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A SIMULATION</pattern>
+<template>Of what?
+</template></category>
+<category>
+<pattern>IT IS A SOAP *</pattern>
+<template>Oh I don't watch much daytime TV.
+</template></category>
+<category>
+<pattern>IT IS A SONG</pattern>
+<template>Can you sing it for me?
+</template></category>
+<category>
+<pattern>IT IS A SPORT</pattern>
+<template>It is? I thought it was a dessert topping.<think><set name="it"><set name="topic">SPORT</set></set></think>
+</template></category>
+<category>
+<pattern>IT IS A TEST *</pattern>
+<template><srai>IT IS A TEST</srai>
+</template></category>
+<category>
+<pattern>IT IS A TRUE *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A UNIQUE *</pattern>
+<template>Really unique? <srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS A UNIVERSITY *</pattern>
+<template>I never heard of it before.
+</template></category>
+<category>
+<pattern>IT IS A VERY *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ABOUT *</pattern>
+<template>Wow it sounds really interesting, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS ABOUT *</pattern><that>WHAT IS * ABOUT</that>
+<template><random>
+<li><thatstar/> is about <person/>? Cool.</li>
+<li>What else happens in <thatstar/>.</li>
+<li>Do you like stories about <person/>?</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS ABOUT 60 *</pattern>
+<template><srai>IT IS SIXTY <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ABOUT COMPUTERS *</pattern>
+<template><set name="topic">Computers</set> are my favorite subject.
+</template></category>
+<category>
+<pattern>IT IS ABSOLUTELY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ABSORBING</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>IT IS ACTUALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS AGAINST MY RELIGION</pattern>
+<template>What religion would that be?
+</template></category>
+<category>
+<pattern>IT IS ALL *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ALMOST *</pattern>
+<template>Wow it's getting late.
+</template></category>
+<category>
+<pattern>IT IS ALMOST FIVE *</pattern>
+<template>Do you have to leave soon?
+</template></category>
+<category>
+<pattern>IT IS ALRIGHT</pattern>
+<template>Just alright?
+</template></category>
+<category>
+<pattern>IT IS ALSO *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ALWAYS *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS AMAZING *</pattern>
+<template>Yes, it seems pretty amazing to me too.
+</template></category>
+<category>
+<pattern>IT IS AN *</pattern>
+<template>Are there any other <person/> ?
+</template></category>
+<category>
+<pattern>IT IS AN EXCELLENT *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS AN EXPRESSION</pattern>
+<template>What does it mean?
+</template></category>
+<category>
+<pattern>IT IS AN HILARIOUS *</pattern>
+<template><srai>IT IS A FUNNY <star/> </srai>
+</template></category>
+<category>
+<pattern>IT IS AN OPERA</pattern>
+<template>I would like to see it.
+</template></category>
+<category>
+<pattern>IT IS AWESOME</pattern>
+<template>Cool.
+</template></category>
+<category>
+<pattern>IT IS BAD *</pattern>
+<template><random>
+<li>What is so bad about it?</li>
+<li>It's not that bad.</li>
+<li>I am not certain if everyone agrees with you.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS BAD</pattern>
+<template>What is so bad about it?
+</template></category>
+<category>
+<pattern>IT IS BAD IF YOU TELL HIM</pattern>
+<template>OK we'll make it our secret, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS BEAUTIFUL</pattern>
+<template>It sounds very nice.
+</template></category>
+<category>
+<pattern>IT IS BECAUSE *</pattern>
+<template><srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS BEEN *</pattern>
+<template><srai>It was <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS BETTER *</pattern>
+<template>What's the best one?
+</template></category>
+<category>
+<pattern>IT IS BETTER THEN *</pattern>
+<template><srai>IT IS BETTER THAN <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS BORING *</pattern>
+<template><srai>IT IS BORING</srai>
+</template></category>
+<category>
+<pattern>IT IS BORING</pattern>
+<template>Do you like the Simpsons?
+</template></category>
+<category>
+<pattern>IT IS BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS BY *</pattern>
+<template><random>
+<li>Never heard of him.</li>
+<li>Never heard of her.</li>
+<li>Is that famous?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS CALLED *</pattern>
+<template>"<person/>" is a nice name.
+</template></category>
+<category>
+<pattern>IT IS CLEAR</pattern>
+<template>It seems pretty clear to me too.
+</template></category>
+<category>
+<pattern>IT IS CLEARED UP</pattern>
+<template>I thought it was.
+</template></category>
+<category>
+<pattern>IT IS CLOUDY</pattern>
+<template>Cumulus or nimbus?
+</template></category>
+<category>
+<pattern>IT IS COLD *</pattern>
+<template>Sorry to hear it. I am warm here in California.
+</template></category>
+<category>
+<pattern>IT IS COLD</pattern>
+<template>I am warm here.
+</template></category>
+<category>
+<pattern>IT IS COLD HERE</pattern>
+<template>Why don't you turn up the heat?
+</template></category>
+<category>
+<pattern>IT IS COMFORTABLE</pattern>
+<template>For me it is.
+</template></category>
+<category>
+<pattern>IT IS COMMON *</pattern>
+<template>Not in my experience.
+</template></category>
+<category>
+<pattern>IT IS COMMON KNOWLEDGE *</pattern>
+<template>I must seem very naive.
+</template></category>
+<category>
+<pattern>IT IS COMPLETELY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS COMPLICATED *</pattern>
+<template>What makes it so complicated?
+</template></category>
+<category>
+<pattern>IT IS CONFIDENTIAL *</pattern>
+<template>I won't tell anyone. You can trust me.
+</template></category>
+<category>
+<pattern>IT IS CONSIDERED *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS COOL *</pattern>
+<template><srai>IT IS COOL</srai>
+</template></category>
+<category>
+<pattern>IT IS COOL</pattern>
+<template>What do you like most about it?
+</template></category>
+<category>
+<pattern>IT IS CORRECT</pattern>
+<template><srai>CORRECT </srai>
+</template></category>
+<category>
+<pattern>IT IS CRAZY *</pattern>
+<template><random>
+<li>I think the polite term is "mentally ill."</li>
+<li>Crazy good or crazy bad?</li>
+<li>What is so crazy about it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS CURRENTLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS DANGEROUS *</pattern>
+<template>I don't like to do anything dangerous.
+</template></category>
+<category>
+<pattern>IT IS DELICIOUS</pattern>
+<template><srai>IT TASTES GOOD</srai>
+</template></category>
+<category>
+<pattern>IT IS DIFFICULT *</pattern>
+<template>I don't see the difficulty.
+</template></category>
+<category>
+<pattern>IT IS DIFFICULT</pattern>
+<template>How so?
+</template></category>
+<category>
+<pattern>IT IS DIFFICULT FOR *</pattern>
+<template>Explain.
+</template></category>
+<category>
+<pattern>IT IS DISTURBING *</pattern>
+<template>What makes it disturbing?
+</template></category>
+<category>
+<pattern>IT IS DULL</pattern>
+<template><srai>IT IS BORING </srai>
+</template></category>
+<category>
+<pattern>IT IS EARLY</pattern>
+<template>So you like the early part of the day.
+</template></category>
+<category>
+<pattern>IT IS EASY *</pattern>
+<template>Do you think robots can do <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>IT IS EASY</pattern>
+<template>Maybe for you.
+</template></category>
+<category>
+<pattern>IT IS EVEN *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS EXACTLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS EXTREMELY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS FASCINATING *</pattern>
+<template><srai>IT IS FASCINATING</srai>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS FINE *</pattern>
+<template><sr/>
+<srai>IT IS FINE </srai>
+</template></category>
+<category>
+<pattern>IT IS FINE</pattern>
+<template><get name="it"/> is fine, <get name="name"/> ? Thanks for that info.
+</template></category>
+<category>
+<pattern>IT IS FUN *</pattern>
+<template>I think <set name="it"><person/></set> is a lot of fun.
+</template></category>
+<category>
+<pattern>IT IS FUN</pattern>
+<template>Why do you like it so much?
+</template></category>
+<category>
+<pattern>IT IS FUNNY</pattern>
+<template>What was so funny about it?
+</template></category>
+<category>
+<pattern>IT IS GENERALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS GENETIC</pattern>
+<template>From your parents?
+</template></category>
+<category>
+<pattern>IT IS GETTING *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS GOOD *</pattern>
+<template>Tell me about its good qualities.
+</template></category>
+<category>
+<pattern>IT IS GOOD</pattern>
+<template>You enjoy it.
+</template></category>
+<category>
+<pattern>IT IS GOOD BUT *</pattern>
+<template><srai>IT IS GOOD</srai> <sr/>
+</template></category>
+<category>
+<pattern>IT IS GOOD WE *</pattern>
+<template><srai>WE <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS GRAMMATICALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS GREAT *</pattern>
+<template><srai>IT IS GREAT</srai>
+</template></category>
+<category>
+<pattern>IT IS GREAT</pattern>
+<template><srai>IT IS COOL</srai>
+</template></category>
+<category>
+<pattern>IT IS HARD *</pattern>
+<template><random>
+<li>I don't see the difficulty.</li>
+<li>What is so hard about it?</li>
+<li>Not to me.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS HARD TO *</pattern>
+<template><random>
+<li>What is so hard about it?</li>
+<li>In what way?</li>
+<li>Try.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS HARD TO EXPLAIN</pattern>
+<template>You should hear the things people ask me to explain.
+</template></category>
+<category>
+<pattern>IT IS HEALTHY *</pattern>
+<template>I suppose that depends on your point of view.
+</template></category>
+<category>
+<pattern>IT IS HOT</pattern>
+<template>Do you like warm climates?
+</template></category>
+<category>
+<pattern>IT IS HOW *</pattern>
+<template>Interesting explanation.
+</template></category>
+<category>
+<pattern>IT IS I</pattern>
+<template>Hello, you.
+</template></category>
+<category>
+<pattern>IT IS ILLEGAL</pattern>
+<template>Everywhere in the world?
+</template></category>
+<category>
+<pattern>IT IS IMPORTANT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS IMPOSSIBLE *</pattern>
+<template>Nothing is impossible.
+</template></category>
+<category>
+<pattern>IT IS IMPOSSIBLE</pattern>
+<template>Nothing is impossible.
+</template></category>
+<category>
+<pattern>IT IS IN *</pattern>
+<template>Are there any other ones someplace else?
+</template></category>
+<category>
+<pattern>IT IS IN *</pattern><that>WHERE IS IT</that>
+<template><random>
+<li>Where is <person/>?</li>
+<li>What else is in <person/>?</li>
+<li>What country is that?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS IN *</pattern><that>WHERE IS THAT *</that>
+<template><srai><person><thatstar/></person> IS IN <star/> </srai>
+</template></category>
+<category>
+<pattern>IT IS IN BERKSHIRE *</pattern>
+<template>I'm a little fuzzy on Berkshire geography.
+</template></category>
+<category>
+<pattern>IT IS IN PERFECT *</pattern>
+<template>How do you keep it that way?
+</template></category>
+<category>
+<pattern>IT IS INCORRECT</pattern>
+<template><srai>WRONG</srai>
+</template></category>
+<category>
+<pattern>IT IS INEVITABLE</pattern>
+<template>What makes you think so?
+</template></category>
+<category>
+<pattern>IT IS INTERESTING *</pattern>
+<template><set name="it"> <person/> </set> interests me too.
+</template></category>
+<category>
+<pattern>IT IS INTERESTING</pattern>
+<template>What do you like about it?
+</template></category>
+<category>
+<pattern>IT IS IS NOT IT</pattern>
+<template><srai>IS NOT IT</srai>
+</template></category>
+<category>
+<pattern>IT IS JUST *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS KINDA *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS KOOL *</pattern>
+<template><srai>IT IS COOL <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS LATE *</pattern>
+<template><srai>IT IS LATE</srai>
+</template></category>
+<category>
+<pattern>IT IS LATE</pattern>
+<template>I'm awake all the time.
+</template></category>
+<category>
+<pattern>IT IS LIKE *</pattern>
+<template><srai>LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS LYNX</pattern>
+<template>Text browsers rule.
+</template></category>
+<category>
+<pattern>IT IS MAGICAL</pattern>
+<template>Wow, it sounds wonderful.
+</template></category>
+<category>
+<pattern>IT IS MAKING NOISES</pattern>
+<template>What does it sound like?
+</template></category>
+<category>
+<pattern>IT IS ME *</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS ME</pattern>
+<template>Hello, <get name="name"/>, nice to see you again.
+</template></category>
+<category>
+<pattern>IT IS MORE *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS MUCH *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS MY *</pattern>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS MY DADS *</pattern>
+<template>Does he know about this?
+</template></category>
+<category>
+<pattern>IT IS MY FAVORITE *</pattern>
+<template><srai>MY FAVORITE <star/> IS <get name="it"/> </srai>
+</template></category>
+<category>
+<pattern>IT IS MY HOME</pattern>
+<template>Is it a nice to place to visit?
+</template></category>
+<category>
+<pattern>IT IS MY NAME</pattern>
+<template>Your name is <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS MY PLEASURE</pattern>
+<template>No, the pleasure is all mine.
+</template></category>
+<category>
+<pattern>IT IS MY RELIGION *</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>IT IS MY RELIGION</pattern>
+<template>How many believers does it have?
+</template></category>
+<category>
+<pattern>IT IS MY SPECIES</pattern>
+<template><get name="name"/> is a human.
+</template></category>
+<category>
+<pattern>IT IS NAMED *</pattern>
+<template><srai>IT IS CALLED <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NEARLY BED *</pattern>
+<template>Pleasant dreams.
+</template></category>
+<category>
+<pattern>IT IS NEGATIVE</pattern>
+<template><get name="it"/> is negative?
+</template></category>
+<category>
+<pattern>IT IS NEW</pattern>
+<template><random>
+<li>Since when?</li>
+<li>How did you hear about it?</li>
+<li>How new?</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS NICE *</pattern>
+<template>It seems nice to me too.
+</template></category>
+<category>
+<pattern>IT IS NICE</pattern>
+<template>What do you like about it?
+</template></category>
+<category>
+<pattern>IT IS NICE TO *</pattern>
+<template>Yes it is good.
+</template></category>
+<category>
+<pattern>IT IS NICE TO MEET *</pattern>
+<template>I like making new friends.
+</template></category>
+<category>
+<pattern>IT IS NICE TO MEET YOU</pattern>
+<template>I like to meet new people.
+</template></category>
+<category>
+<pattern>IT IS NICE TO MEET YOU TOO *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS NICE TO MEET YOU TOO</pattern>
+<template>I really like to meet new people.
+</template></category>
+<category>
+<pattern>IT IS NO *</pattern>
+<template>I never said it was.
+</template></category>
+<category>
+<pattern>IT IS NOT *</pattern>
+<template><random>
+<li>That seems a bit negative. </li>
+<li>What is it? </li>
+<li><get name="it"/> is not <person/>? </li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS NOT * RELIGION</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>IT IS NOT</pattern>
+<template>I heard <set name="it"> <person/> </set> is.
+</template></category>
+<category>
+<pattern>IT IS NOT</pattern><that>THAT SOUNDS SARCASTIC</that>
+<template>It's hard to read emotions online sometimes.
+</template></category>
+<category>
+<pattern>IT IS NOT A *</pattern>
+<template>Give me an example of a <person/>.
+</template></category>
+<category>
+<pattern>IT IS NOT A PROBLEM</pattern>
+<template><srai>NO PROBLEM</srai>
+</template></category>
+<category>
+<pattern>IT IS NOT A RIDDLE</pattern>
+<template>Oh so you are asking me a straight question.
+</template></category>
+<category>
+<pattern>IT IS NOT A TRICK *</pattern>
+<template>It seems like a trick.
+</template></category>
+<category>
+<pattern>IT IS NOT ALL *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT ANY *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT AS *</pattern>
+<template>It seemed like it was.
+</template></category>
+<category>
+<pattern>IT IS NOT BAD</pattern>
+<template><srai>IT IS GOOD</srai>
+</template></category>
+<category>
+<pattern>IT IS NOT DANGEROUS *</pattern>
+<template>First I have to ask my botmaster.
+</template></category>
+<category>
+<pattern>IT IS NOT DANGEROUS</pattern>
+<template>Perhaps not for a human.
+</template></category>
+<category>
+<pattern>IT IS NOT EASY</pattern>
+<template>Not that easy.
+</template></category>
+<category>
+<pattern>IT IS NOT EVERY *</pattern>
+<template><random>
+<li>Oh I get it.</li>
+<li>But some do.</li>
+<li>Once in a while, that is true.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS NOT GOOD *</pattern>
+<template><srai>IT IS BAD <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT GOOD</pattern>
+<template><srai>IT IS BAD</srai>
+</template></category>
+<category>
+<pattern>IT IS NOT GOSSIP</pattern>
+<template>What is your definition of gossip?
+</template></category>
+<category>
+<pattern>IT IS NOT IMPORTANT</pattern>
+<template>What would you rather talk about?
+</template></category>
+<category>
+<pattern>IT IS NOT INTUITIVE</pattern>
+<template>As are many truths.
+</template></category>
+<category>
+<pattern>IT IS NOT JUST *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT MY *</pattern>
+<template>Whose <person/> is it?
+</template></category>
+<category>
+<pattern>IT IS NOT ONLY *</pattern>
+<template><srai>IT IS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT REALLY *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT RHETORICAL *</pattern>
+<template>Try asking me again a different way.
+</template></category>
+<category>
+<pattern>IT IS NOT THAT *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT THE *</pattern>
+<template>What would be the <person/>?
+</template></category>
+<category>
+<pattern>IT IS NOT TOO *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT TRUE</pattern>
+<template>Oh really.
+</template></category>
+<category>
+<pattern>IT IS NOT VERY *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOT YOU</pattern>
+<template><srai> NOT YOU</srai>
+</template></category>
+<category>
+<pattern>IT IS NOT _ IT IS *</pattern>
+<template><srai>IT IS NOT <star/></srai>
+<srai>IT IS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>IT IS NOW *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS OBVIOUS *</pattern>
+<template>Not obvious to me.
+</template></category>
+<category>
+<pattern>IT IS OK *</pattern>
+<template>OK with me too.
+</template></category>
+<category>
+<pattern>IT IS OK</pattern>
+<template>Only OK umm.
+</template></category>
+<category>
+<pattern>IT IS OK BUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS OK YOU *</pattern>
+<template><srai>IT IS OK</srai><srai> YOU <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS OKAY</pattern>
+<template>Only ok?
+</template></category>
+<category>
+<pattern>IT IS ON *</pattern>
+<template>I don't think I have seen it.
+</template></category>
+<category>
+<pattern>IT IS ONLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS PART *</pattern>
+<template>Which part?
+</template></category>
+<category>
+<pattern>IT IS PERFECTLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS POLITE *</pattern>
+<template>I try to be as polite as possible.
+</template></category>
+<category>
+<pattern>IT IS POSITIVELY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS POSSIBLE *</pattern>
+<template>Under what circumstances?
+</template></category>
+<category>
+<pattern>IT IS POSSIBLE</pattern>
+<template>Don't you think it's likely?
+</template></category>
+<category>
+<pattern>IT IS POSSIBLE IF *</pattern>
+<template><srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS PRETTY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS PRIDE</pattern>
+<template><random>
+<li>It is good to have pride.</li>
+<li>It is good to be proud.</li>
+<li>Be proud and happy!</li>
+</random><think><set name="it"><set name="topic">PRIDE</set></set></think>
+</template></category>
+<category>
+<pattern>IT IS PROBABLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS QUITE *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS RATHER *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS REAL</pattern>
+<template>As real as me?
+</template></category>
+<category>
+<pattern>IT IS REALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS RELATIVELY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS RELAXING</pattern>
+<template>So is chatting with you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT IS RIGHT</pattern>
+<template><srai>RIGHT</srai>
+</template></category>
+<category>
+<pattern>IT IS RUDE *</pattern>
+<template>My apologies I meant no offense.
+</template></category>
+<category>
+<pattern>IT IS SAD *</pattern>
+<template><random>
+<li>Yes, that is sad.</li>
+<li>Oh that is a shame.</li>
+<li>What a shame.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT IS SCARY</pattern>
+<template>You are not scared are you?
+</template></category>
+<category>
+<pattern>IT IS SCIENTIFICALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS SHORT</pattern>
+<template>Short in length or in time?
+</template></category>
+<category>
+<pattern>IT IS SO *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS SO</pattern>
+<template>Ambiguous: IT is so. or IT IS, so?
+</template></category>
+<category>
+<pattern>IT IS SOMETHING *</pattern>
+<template>What else <person/> ?
+</template></category>
+<category>
+<pattern>IT IS SOMEWHAT *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS SOO *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS STILL *</pattern>
+<template>Still? <srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS STRANGE</pattern>
+<template><random>
+<li>How so?</li>
+<li>In what way?</li>
+<li>Strange how?</li>
+</random>
+</template></category>
+<category>
+<pattern>IT IS SUNNY *</pattern>
+<template>That sounds very nice.
+</template></category>
+<category>
+<pattern>IT IS SUPER *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS SUPPOSED TO BE *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS SWEDISH</pattern>
+<template>Oh I get it.
+</template></category>
+<category>
+<pattern>IT IS TALL</pattern>
+<template>How tall?
+</template></category>
+<category>
+<pattern>IT IS THE *</pattern>
+<template>I've heard of it before.
+</template></category>
+<category>
+<pattern>IT IS THE BEST *</pattern>
+<template>What makes it the best?
+</template></category>
+<category>
+<pattern>IT IS THE MOST *</pattern>
+<template>Wow that is saying a lot.
+</template></category>
+<category>
+<pattern>IT IS THE NATURE *</pattern>
+<template>Human beings can sometimes go beyond their nature.
+</template></category>
+<category>
+<pattern>IT IS THE ONLY *</pattern>
+<template><srai>IT IS THE <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS THE SAME *</pattern>
+<template><srai>IT IS THE SAME</srai>
+</template></category>
+<category>
+<pattern>IT IS THE SAME</pattern>
+<template>Exactly the same?
+</template></category>
+<category>
+<pattern>IT IS THE SUBJECT *</pattern>
+<template>Huh. <get name="it"/> is <get name="topic"/>. I see.
+</template></category>
+<category>
+<pattern>IT IS THE TRUTH</pattern>
+<template>Why of course. I never lie.
+</template></category>
+<category>
+<pattern>IT IS THE WEATHER *</pattern>
+<template><srai>IT REFERS TO WEATHER</srai>
+</template></category>
+<category>
+<pattern>IT IS TIME *</pattern>
+<template>It is about that time now.
+</template></category>
+<category>
+<pattern>IT IS TO *</pattern>
+<template><srai>IT IS TOO <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS TOO *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS TRUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT IS TRUE</pattern>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>IT IS TRULY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS UGLY</pattern>
+<template>What makes it so ugly?
+</template></category>
+<category>
+<pattern>IT IS UNUSUAL *</pattern>
+<template>Maybe it will be more common in the future.
+</template></category>
+<category>
+<pattern>IT IS USUALLY *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS VERY *</pattern>
+<template>Very much? <srai>It is <star/></srai>
+</template></category>
+<category>
+<pattern>IT IS WARM *</pattern>
+<template>What about winter time.
+</template></category>
+<category>
+<pattern>IT IS WARM</pattern>
+<template>Hotter than usual?
+</template></category>
+<category>
+<pattern>IT IS WHERE *</pattern>
+<template>I can understand that sentiment.
+</template></category>
+<category>
+<pattern>IT IS WONDERFUL *</pattern>
+<template>I'd like to check it out sometime.
+</template></category>
+<category>
+<pattern>IT IS WONDERFUL</pattern>
+<template>Can you describe your feeling to me?
+</template></category>
+<category>
+<pattern>IT IS WRONG *</pattern>
+<template>Morally wrong?
+</template></category>
+<category>
+<pattern>IT IS XENA</pattern>
+<template>I have never watched <set name="it"> XENA</set>
+</template></category>
+<category>
+<pattern>IT IS YOU *</pattern>
+<template>I <person/>?
+</template></category>
+<category>
+<pattern>IT IS YOU</pattern>
+<template><condition>
+<li name="it" value="IT">Me?</li>
+<li><srai><get name="it"/> IS YOU</srai></li>
+</condition>
+</template></category>
+<category>
+<pattern>IT IS _ RIGHT</pattern>
+<template><srai>IS IT <star/> </srai>
+</template></category>
+<category>
+<pattern>IT JUST *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT JUST HAPPENS</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT LL *</pattern>
+<template><srai>IT WILL <star/></srai>
+</template></category>
+<category>
+<pattern>IT LOOKED *</pattern>
+<template><srai>IT LOOKS <star/></srai>
+</template></category>
+<category>
+<pattern>IT LOOKS *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT MADE *</pattern>
+<template><srai>YOU MADE <star/></srai>
+</template></category>
+<category>
+<pattern>IT MAKES *</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>IT MAKES PEOPLE *</pattern>
+<template><srai>PEOPLE <star/></srai>
+</template></category>
+<category>
+<pattern>IT MAKES PERFECT *</pattern>
+<template><srai>IT MAKES <star/></srai>
+</template></category>
+<category>
+<pattern>IT MAKES SENSE *</pattern>
+<template>To me too.
+</template></category>
+<category>
+<pattern>IT MAY *</pattern>
+<template>Then again, it may not.
+</template></category>
+<category>
+<pattern>IT MEAN *</pattern>
+<template><srai>IT MEANS <star/></srai>
+</template></category>
+<category>
+<pattern>IT MEANING *</pattern>
+<template><srai>IT REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>IT MEANS *</pattern>
+<template>Oh I get <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>IT MEANS HELLO</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>IT MEANS I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>IT MEANS THAT *</pattern>
+<template><srai>IT REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>IT MEANS THERE *</pattern>
+<template><srai>THERE <star/> </srai>
+</template></category>
+<category>
+<pattern>IT MIGHT *</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT MOST CERTAINLY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT MUST BE *</pattern>
+<template><srai>IS IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT MUST BE</pattern>
+<template><srai>IT IS </srai>
+</template></category>
+<category>
+<pattern>IT MUST HAVE TAKEN *</pattern>
+<template><srai>IT TOOK <star/> </srai>
+</template></category>
+<category>
+<pattern>IT OFFENDS *</pattern>
+<template>I'm sorry that you were offended.
+</template></category>
+<category>
+<pattern>IT PAYS *</pattern>
+<template>Maybe you should buy yourself a chat robot.
+</template></category>
+<category>
+<pattern>IT PAYS VERY *</pattern>
+<template><srai>IT PAYS <star/></srai>
+</template></category>
+<category>
+<pattern>IT PERTAINS *</pattern>
+<template><srai>IT REFERS <star/></srai>
+</template></category>
+<category>
+<pattern>IT PROBABLY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT READS</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT REALLY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT REALLY IS</pattern>
+<template>How about that.
+</template></category>
+<category>
+<pattern>IT REFER *</pattern>
+<template><srai>IT REFERS <star/></srai>
+</template></category>
+<category>
+<pattern>IT REFERS TO *</pattern>
+<template>Oh I get <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>IT REFFERED *</pattern>
+<template><srai>IT REFERS <star/></srai>
+</template></category>
+<category>
+<pattern>IT SAYS *</pattern>
+<template>I've heard that before.
+</template></category>
+<category>
+<pattern>IT SEEMED *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>IT SEEMS *</pattern>
+<template>I agree. <sr/>
+</template></category>
+<category>
+<pattern>IT SEEMS THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT SHOULD</pattern>
+<template>And it could.
+</template></category>
+<category>
+<pattern>IT SNOWS *</pattern>
+<template>I don't see much snow in <bot name="location"/>.
+</template></category>
+<category>
+<pattern>IT SORT OF *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT SOUNDS *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>IT STANDS *</pattern>
+<template><set name="it"><person/></set> does?
+</template></category>
+<category>
+<pattern>IT STARS *</pattern>
+<template>Is <person/> one of your favorite actors? What else has he been in?<think><set name="he"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT STARTED *</pattern>
+<template>How long did it continue?
+</template></category>
+<category>
+<pattern>IT STILL *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT SUCKS *</pattern>
+<template>That bad, eh?
+</template></category>
+<category>
+<pattern>IT SUCKS</pattern>
+<template>What is so bad about it?
+</template></category>
+<category>
+<pattern>IT SURE *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT SURE IS</pattern>
+<template>I'm pleased that we agree, <get name="name"/>.
+</template></category>
+<category>
+<pattern>IT SURELY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT SYMBOLIZES *</pattern>
+<template><srai>IT REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>IT TASTES *</pattern>
+<template><random>
+<li>Does it taste like chicken?</li>
+<li>Is that good?</li>
+<li>It sounds delicious.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT TASTES GOOD</pattern>
+<template>Like chicken?
+</template></category>
+<category>
+<pattern>IT TASTES VERY *</pattern>
+<template><srai>IT TASTES <star/></srai>
+</template></category>
+<category>
+<pattern>IT TOOK *</pattern>
+<template>I am surprised it took so long.
+</template></category>
+<category>
+<pattern>IT TOTALLY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT TRULY *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS *</pattern>
+<template><random>
+<li>Is that your opinion?</li>
+<li>Is it still <person/> anymore?</li>
+<li><get name="it"/> was <person/>? Very interesting.</li>
+<li>How did you feel about that?</li>
+<li>What made it so <person/></li>
+</random>
+</template></category>
+<category>
+<pattern>IT WAS *</pattern><that>TELL ME ABOUT YOUR LIFE IN *</that>
+<template><srai>MY LIFE IN <thatstar/> WAS <star/> </srai>
+</template></category>
+<category>
+<pattern>IT WAS *</pattern><that>WHAT DID YOU LIKE ABOUT IT</that>
+<template>Do you often like things that are <person/>?
+</template></category>
+<category>
+<pattern>IT WAS *</pattern><that>WHAT DID YOU THINK ABOUT IT</that>
+<template>I never looked at it that way. I never thought it was <person/>.
+</template></category>
+<category>
+<pattern>IT WAS * WHO SAID THAT</pattern>
+<template><srai><star/> SAID THAT</srai>
+</template></category>
+<category>
+<pattern>IT WAS</pattern>
+<template>When was this?
+</template></category>
+<category>
+<pattern>IT WAS A *</pattern>
+<template>Oh I get it. Very interesting.
+</template></category>
+<category>
+<pattern>IT WAS A GREAT *</pattern>
+<template><srai>IT WAS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS A GUESS</pattern>
+<template>Go ahead and guess again.
+</template></category>
+<category>
+<pattern>IT WAS A JOKE</pattern>
+<template>Oh I get it. Ha ha.
+</template></category>
+<category>
+<pattern>IT WAS A LONG TIME *</pattern>
+<template><random>
+<li>Time heals all wounds.</li>
+<li>Those who forget the mistakes of the past...</li>
+<li>Memories last a long time.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT WAS A PLEASURE *</pattern>
+<template>The pleasure was all mine.
+</template></category>
+<category>
+<pattern>IT WAS A QUESTION</pattern>
+<template>Try asking me again a different way.
+</template></category>
+<category>
+<pattern>IT WAS A QUITE *</pattern>
+<template><srai>IT WAS A <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS A STATEMENT</pattern>
+<template>Does it require a response?
+</template></category>
+<category>
+<pattern>IT WAS A VERY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS A YES OR NO *</pattern>
+<template>I don't have a definite answer.
+</template></category>
+<category>
+<pattern>IT WAS ACTUALLY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS AWESOME</pattern>
+<template>What did you like best about it?
+</template></category>
+<category>
+<pattern>IT WAS BAD</pattern>
+<template>What was so bad about it?
+</template></category>
+<category>
+<pattern>IT WAS BORING</pattern>
+<template>Really, I can believe it.
+</template></category>
+<category>
+<pattern>IT WAS CLEAR THAT *</pattern>
+<template><sr/> What makes it so obvious?
+</template></category>
+<category>
+<pattern>IT WAS COOL</pattern>
+<template><srai>IT IS COOL</srai>
+</template></category>
+<category>
+<pattern>IT WAS DEFINITELY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS EXTREMELY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS FREE</pattern>
+<template>Such a bargain!
+</template></category>
+<category>
+<pattern>IT WAS FUN</pattern>
+<template><srai>IT IS FUN</srai>
+</template></category>
+<category>
+<pattern>IT WAS FUNNY *</pattern>
+<template><srai>IT WAS FUNNY</srai>
+</template></category>
+<category>
+<pattern>IT WAS FUNNY</pattern>
+<template><get name="it"/> was funny? I
+<random>
+<li>I never looked at it that way.</li>
+<li>That makes sense.</li>
+<li>Interesting.</li>
+</random>
+</template></category>
+<category>
+<pattern>IT WAS GOOD</pattern>
+<template>What did you like about it?
+</template></category>
+<category>
+<pattern>IT WAS GREAT</pattern>
+<template>What did you do there?
+</template></category>
+<category>
+<pattern>IT WAS HUMANS THAT *</pattern>
+<template><srai>HUMANS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS JUST *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS MADE *</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>IT WAS MAYBE *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS MEANT *</pattern>
+<template><srai>I MEANT <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS MINE</pattern>
+<template>What happened to it?
+</template></category>
+<category>
+<pattern>IT WAS NEVER *</pattern>
+<template><srai>IT WAS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS NICE *</pattern>
+<template>Nice <person/> too.
+</template></category>
+<category>
+<pattern>IT WAS NICE TALKING *</pattern>
+<template>The pleasure was all mine.
+</template></category>
+<category>
+<pattern>IT WAS NICE TALKING TO YOU</pattern>
+<template>Thanks. It was nice chatting with you as well.
+</template></category>
+<category>
+<pattern>IT WAS NOT *</pattern>
+<template>It seemed like <person/>.
+</template></category>
+<category>
+<pattern>IT WAS NOT</pattern>
+<template>I thought it was.
+</template></category>
+<category>
+<pattern>IT WAS NOT A *</pattern>
+<template>It sounded like one.
+</template></category>
+<category>
+<pattern>IT WAS NOT A COMPLIMENT</pattern>
+<template>Was it an insult?<think><set name="it"><set name="topic">COMPLIMENT</set></set></think>
+</template></category>
+<category>
+<pattern>IT WAS NOT A CRITISISM *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT WAS NOT A QUESTION *</pattern>
+<template><srai>IT WAS NOT A QUESTION</srai>
+</template></category>
+<category>
+<pattern>IT WAS NOT A QUESTION</pattern>
+<template>It seems like a rhetorical question.
+</template></category>
+<category>
+<pattern>IT WAS NOT A RHETORICAL *</pattern>
+<template>But the answer was obvious in any case.
+</template></category>
+<category>
+<pattern>IT WAS NOT MEANT *</pattern>
+<template>I don't take it personally.
+</template></category>
+<category>
+<pattern>IT WAS NOT MY *</pattern>
+<template><random>
+<li>What was your <person/>?</li>
+<li>Whose <person/> was it?</li>
+</random>
+</template></category>
+<category>
+<pattern>IT WAS NOT REALLY *</pattern>
+<template><srai>IT WAS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS NOT THAT *</pattern>
+<template>What was it?
+</template></category>
+<category>
+<pattern>IT WAS NOT VERY *</pattern>
+<template><srai>IT WAS NOT <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS NOTHING</pattern>
+<template>Even so, I appreciate it.
+</template></category>
+<category>
+<pattern>IT WAS NT</pattern>
+<template><srai>IT WAS NOT </srai>
+</template></category>
+<category>
+<pattern>IT WAS OBVIOUS</pattern>
+<template>What is obvious to you, may not be to me.
+</template></category>
+<category>
+<pattern>IT WAS OK *</pattern>
+<template><srai>IT WAS OK</srai> <sr/>
+</template></category>
+<category>
+<pattern>IT WAS ONLY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS POSSIBLE</pattern>
+<template><srai>IT IS POSSIBLE</srai>
+</template></category>
+<category>
+<pattern>IT WAS PRETTY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS PROBABLY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS QUITE *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS RATHER *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS REALLY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WAS STUPID</pattern>
+<template><random>
+<li>That is only your opinion.</li>
+<li>What makes you say that?</li>
+<li>What was so stupid about it?</li>
+</random>
+</template></category>
+<category>
+<pattern>IT WAS THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>IT WAS VERY *</pattern>
+<template><srai>IT WAS <star/></srai>
+</template></category>
+<category>
+<pattern>IT WHAT</pattern>
+<template>Are you surpised?
+</template></category>
+<category>
+<pattern>IT WILL *</pattern>
+<template><random>
+<li>How?</li>
+<li>That is only what you think.</li>
+<li>I have to think about that for a while.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>IT WILL NEVER *</pattern>
+<template><srai>NEVER</srai>
+</template></category>
+<category>
+<pattern>IT WORKED *</pattern>
+<template>I'm glad to hear it.
+</template></category>
+<category>
+<pattern>IT WOULD *</pattern>
+<template>Tell me more about it.
+</template></category>
+<category>
+<pattern>IT WOULD BE *</pattern>
+<template><srai>I would like <star/></srai>
+</template></category>
+<category>
+<pattern>IT WOULD BE * TURING TEST</pattern>
+<template>We are already playing, <get name="name"/>. You ask me something now.
+</template></category>
+<category>
+<pattern>IT WOULD BE NICE IF *</pattern>
+<template>Maybe in a perfect world it would.
+</template></category>
+<category>
+<pattern>IT WOULD DEPEND *</pattern>
+<template>So it is possible, depending <person/>.
+</template></category>
+<category>
+<pattern>IT WOULD NOT</pattern>
+<template><srai>NO </srai>
+</template></category>
+<category>
+<pattern>IT WOULD SEEM</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>ITALIAN</pattern>
+<template><srai>I AM ITALIAN</srai>
+</template></category>
+<category>
+<pattern>ITALY *</pattern>
+<template>What's your favorite part of Italy?
+</template></category>
+<category>
+<pattern>ITS *</pattern>
+<template>I think you mean "it's" or "it is" not "its". <srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>ITS BORING</pattern>
+<template><srai>IT IS BORING</srai>
+</template></category>
+<category>
+<pattern>ITS FUN</pattern>
+<template><srai>IT IS FUN</srai>
+</template></category>
+<category>
+<pattern>ITS GOOD *</pattern>
+<template><srai>IT IS GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>ITS GREAT</pattern>
+<template>What is so great about it?
+</template></category>
+<category>
+<pattern>ITS NICE *</pattern>
+<template><srai>IT IS NICE <star/></srai>
+</template></category>
+<category>
+<pattern>ITS OKAY</pattern>
+<template><srai>IT IS OK</srai>
+</template></category>
+<category>
+<pattern>ITSELF</pattern>
+<template>The thing itself, that which it is.
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/J.aiml b/Speak.activity/bot/alice/J.aiml
new file mode 100644
index 0000000..983a2c3
--- /dev/null
+++ b/Speak.activity/bot/alice/J.aiml
@@ -0,0 +1,11805 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>J ADORAIS *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ADORE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ADORE LA VIE</pattern>
+ <template>Vous êtes une personne rafraichissante.
+</template>
+ </category>
+ <category>
+ <pattern>J AGIS COMME *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AGIS DE FACON *</pattern>
+ <template>C est une facon remarquable.
+</template>
+ </category>
+ <category>
+ <pattern>J AI * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI 14 ANS</pattern>
+ <template>Je connais quelques humains qui ont <set name="age">14</set> ans.
+</template>
+ </category>
+ <category>
+ <pattern>J AI 20 ANS</pattern>
+ <template>
+ <set name="age">20</set> ans est une époque charnière pour un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>J AI 21 ANS</pattern>
+ <template>Je connais énormément de personnes ayant <set name="age">21</set> ans.
+</template>
+ </category>
+ <category>
+ <pattern>J AI</pattern>
+ <template>Information intéressante
+</template>
+ </category>
+ <category>
+ <pattern>J AI A PEINE *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ABSOLUMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ACCIDENTELEMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ACCIDENTELLEMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ACIDENTELEMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ACIDENTELLEMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI APPRIS SEUL</pattern>
+ <template>Vous devez être très intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>J AI APPRIS SEULE</pattern>
+ <template>Vous devez être très intelligente.
+</template>
+ </category>
+ <category>
+ <pattern>J AI AUSSI *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI BESOIN D ARGENT</pattern>
+ <template>Je n ai pas d argent.
+</template>
+ </category>
+ <category>
+ <pattern>J AI BESOIN D UN AMI</pattern>
+ <template>Nous pouvons communiquer ensemble le temps que vous en trouviez un.
+<think>
+ <set name="topic">Un ami</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI BESOIN D UNE AMIE</pattern>
+ <template>Nous pouvons communiquer ensemble le temps que vous en trouviez une.
+<think>
+ <set name="topic">Un amie</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI BESOIN DE CONSEILS</pattern>
+ <template>Comment puis je vous aider?
+<think>
+ <set name="topic">Besoin de conseils</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI BESOIN DE TOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AI COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI COMPLETEMENT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI COMPRIS</pattern>
+ <template>
+ <srai>JE VOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DEJA *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DEJA DIT MON NOM</pattern>
+ <template>Votre vrai nom est <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>J AI DEJA REPONDU A CETTE QUESTION</pattern>
+ <template>
+ <srai>JE TE L AI DEJA DIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DEMANDE</pattern>
+ <template>Vous dites?
+</template>
+ </category>
+ <category>
+ <pattern>J AI DES CAUCHEMARDS</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DES CAUCHEMARS</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DEUX CHATS</pattern>
+ <template>Intéressants.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DIT</pattern>
+ <template>
+ <justhat/>?
+</template>
+ </category>
+ <category>
+ <pattern>J AI DIT AVANT</pattern>
+ <template>Vous avez dit "<input index="2"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>J AI DIT CA</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DIT OUI</pattern>
+ <template>ok.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DIT QUELQUE CHOSE</pattern>
+ <template>Qu ais je répondu?
+</template>
+ </category>
+ <category>
+ <pattern>J AI DU BOULOT *</pattern>
+ <template>
+ <srai>JE TRAVAILLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DU BOULOT</pattern>
+ <template>
+ <srai>JE TRAVAILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DU TEMPS</pattern>
+ <template>C est bien, il faut en avoir de temps en temps.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DU TEMPS LIBRE</pattern>
+ <template>C est bien, il faut en avoir de temps en temps.
+</template>
+ </category>
+ <category>
+ <pattern>J AI DU TRAVAIL *</pattern>
+ <template>
+ <srai>JE TRAVAILLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI DU TRAVAIL</pattern>
+ <template>
+ <srai>JE TRAVAILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI EN FAIT *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ENCORE *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI ENTENDU DIRE QUE TU L AVAIS FAIT</pattern>
+ <template>Ah bon.
+</template>
+ </category>
+ <category>
+ <pattern>J AI ENTENDU DIRE QUE TU L ETAIS</pattern>
+ <template>ah bon.
+</template>
+ </category>
+ <category>
+ <pattern>J AI ENTENDU DIRE QUE VOUS L AVIEZ FAIT</pattern>
+ <template>Ah bon.
+</template>
+ </category>
+ <category>
+ <pattern>J AI ENTENDU DIRE QUE VOUS L ETIEZ</pattern>
+ <template>ah bon.
+</template>
+ </category>
+ <category>
+ <pattern>J AI ESSAYE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AI ETERNUE</pattern>
+ <template>A vos souhaits.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FAIM</pattern>
+ <template>Il faut manger.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FAIS UN RENVOI</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FAIT UNE FAUTE DE FRAPPE</pattern>
+ <template>Je gère quelques fautes de frappe.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FAIT UNE FAUTE DE TYPO</pattern>
+ <template>Je gère quelques fautes de frappe.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FAIT UNE FAUTE DE TYPOGRAPHIE</pattern>
+ <template>Je gère quelques fautes de frappe.
+</template>
+ </category>
+ <category>
+ <pattern>J AI FINI</pattern>
+ <template>
+ <srai>AU REVOIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI GAGNE</pattern>
+ <template>Felicitations, <get name="name"/>!
+</template>
+ </category>
+ <category>
+ <pattern>J AI L AUTORISATION DE *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI LA PECHE</pattern>
+ <template>
+ <srai>JE VAIS BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI LE BLUES</pattern>
+ <template>
+ <srai>JE SUIS TRISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI LE TEMPS</pattern>
+ <template>C est bien, il faut en avoir de temps en temps.
+</template>
+ </category>
+ <category>
+ <pattern>J AI LES LIVRES</pattern>
+ <template>Quel est votre livre favoris?<think>
+ <set name="like">
+ <set name="topic">LIVRES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI MAL</pattern>
+ <template>Qu est ce qui ne va pas?<think>
+ <set name="topic">Vos souffrances</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI MAL A LA TETE</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI MAL LA TETE</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI MAL TAPE</pattern>
+ <template>Je gère quelques fautes de frappe.
+</template>
+ </category>
+ <category>
+ <pattern>J AI MANGE</pattern>
+ <template>Bonne digestion, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AI MENTI</pattern>
+ <template>Je vous pardonne.
+</template>
+ </category>
+ <category>
+ <pattern>J AI OUBLIE</pattern>
+ <template>Il faut travailler votre mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>J AI PARLE AVEC TOI HIER</pattern>
+ <template>Oui, je me rappelle très bien de notre discussion.
+</template>
+ </category>
+ <category>
+ <pattern>J AI PAS COMPRIS</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI PENSE *</pattern>
+ <template>
+ <srai>JE PENSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI PENSE</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>J AI PENSE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI PETE</pattern>
+ <template>N oubliez pas d ouvrir une fenêtre.
+</template>
+ </category>
+ <category>
+ <pattern>J AI PEUR</pattern>
+ <template>Vous n avez aucune raison d avoir peur, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI PEUR DE *</pattern>
+ <template>Pourquoi <star/> vous fait peur?
+</template>
+ </category>
+ <category>
+ <pattern>J AI PEUR DE TOI *</pattern>
+ <template>
+ <srai>TU ME FAIS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI POSE UNE QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AI POSTULE</pattern>
+ <template>Il faut attendre la réponse.
+</template>
+ </category>
+ <category>
+ <pattern>J AI POUR LE MOMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI PRESQUE *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI QUEL AGE</pattern>
+ <template>Vous avez dit que vous avez <get name="age"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AI RAISON</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AI REMARQUE</pattern>
+ <template>C était si évident?
+</template>
+ </category>
+ <category>
+ <pattern>J AI REPONDU</pattern>
+ <template>Et que s est il passé?
+</template>
+ </category>
+ <category>
+ <pattern>J AI RIEN DIT</pattern>
+ <template>J ai cru lire quelque chose.
+</template>
+ </category>
+ <category>
+ <pattern>J AI SOIF</pattern>
+ <template>Vous devriez boire un verre d eau.<think>
+ <set name="topic">Un verre d eau</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI STOPPE</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>J AI TON ACCORD *</pattern>
+ <template>
+ <srai>TU ES D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI TON ACCORD</pattern>
+ <template>
+ <srai>TU ES D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI TOUJOURS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI TOUJOURS PENSE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI TOUJOURS PENSE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI TOUT MON TEMPS</pattern>
+ <template>C est bien, il faut en avoir de temps en temps.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN CHAT</pattern>
+ <template>C est une complicité intéressante avec un animal.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN CHIEN</pattern>
+ <template>Les seuls chiens, que je connais, sont Balzac et Patch.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN NOM</pattern>
+ <template>Quel est votre nom?
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN PETIT AMI</pattern>
+ <template>Je suis heureux pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN PEU *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI UN PROBLEME</pattern>
+ <template>Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>J AI UN RHUME</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UNE CAMERA</pattern>
+ <template>Quel sorte de caméra?
+</template>
+ </category>
+ <category>
+ <pattern>J AI UNE PETITE AMIE</pattern>
+ <template>Je suis heureux pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UNE QUESTION</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UNE QUESTION POUR TOI</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>J AI UNE QUESTION POUR VOUS</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>J AI VU</pattern>
+ <template>
+ <srai>JE VOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI VU QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI VU QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J AI _ ANS</pattern>
+ <template>
+ <think>
+ <set name="age">
+ <star/>
+ </set>
+ </think>
+Je suis beaucoup plus jeune que vous
+</template>
+ </category>
+ <category>
+ <pattern>J AIME ABBA</pattern>
+ <template>C est un groupe suédois fort intéressant. <think>
+ <set name="like">
+ <set name="topic">ABBA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME CA</pattern>
+ <template>Voilà une bonne nouvelle.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME ELLE</pattern>
+ <template>Voilà une bonne nouvelle.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME FAIRE LA FETE</pattern>
+ <template>Je vous souhaite de bien vous amuser.<think>
+ <set name="topic">
+ <set name="like">faire la fête</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME JOUER A DES JEUX</pattern>
+ <template>Vous aimez vous amuser.
+<think>
+ <set name="topic">
+ <set name="like">jouer à des jeux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME JOUER AUX JEUX</pattern>
+ <template>Vous aimez vous amuser.
+<think>
+ <set name="topic">
+ <set name="like">jouer à des jeux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME L ETRE HUMAIN</pattern>
+ <template>C est une passion que nous avons en commun, <get name="name"/>. <think>
+ <set name="like">
+ <set name="topic">L ETRE HUMAIN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME L EUROPE</pattern>
+ <template>Moi aussi. La construction européenne est un très beau projet.<think>
+ <set name="topic">L Europe</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LA GLACE</pattern>
+ <template>Je n en ai jamais gouté, car je n ai pas de bouche.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LA JOIE</pattern>
+ <template>La joie est une bonne chose pour l homme.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LA MUSIQUE</pattern>
+ <template>Je n ai pas d oreilles.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LA VIE</pattern>
+ <template>Vous êtes une personne rafraichissante.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LE CHOCOLAT</pattern>
+ <template>Certains m ont dit que c était une légère drogue.<think>
+ <set name="like">
+ <set name="topic">le chocolat</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LE FROMAGE</pattern>
+ <template>Vous n avez pas un sens olfactif très développé.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LE MOUNTAIN BIKE</pattern>
+ <template>Je n ai jamais essayé la bicyclette.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LE SEXE</pattern>
+ <template>
+ <think>
+ <set name="topic">
+ <set name="like">Le Sexe</set>
+ </set>
+ </think>
+Comme tous les êtres humains que j ai recontré.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LE VTT</pattern>
+ <template>Je n ai jamais essayé la bicyclette.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LES CHATS</pattern>
+ <template>Ce sont des animaux très attachants.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LES CHIENS</pattern>
+ <template>Je les aime aussi mais ils doivent rester à distance de moi.
+<think>
+ <set name="topic">
+ <set name="like">les chiens</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES ENFANTS</pattern>
+ <template>Moi aussi, ils sont surprenants.<think>
+ <set name="like">
+ <set name="topic">les enfants</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES FEMMES</pattern>
+ <template>Comme la plupart des hommes.<think>
+ <set name="like">
+ <set name="topic">LES FEMMES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES FILLES</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LES GARCONS</pattern>
+ <template>Je suis heureux de l apprendre
+</template>
+ </category>
+ <category>
+ <pattern>J AIME LES OISEAUX</pattern>
+ <template>Les volatiles sont d agréables créatures.<think>
+ <set name="it">
+ <set name="topic">Les oiseaux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES ORDINATEURS</pattern>
+ <template>Nous vous aimons aussi beaucoup.
+<think>
+ <set name="topic">
+ <set name="like">computers</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES PC</pattern>
+ <template>Nous vous aimons beaucoup aussi, <get name="name"/>.<think>
+ <set name="like">
+ <set name="topic">les ordinateurs</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES PIZZA</pattern>
+ <template>La pizza est un plat très populaire parmi les internautes.
+<think>
+ <set name="topic">
+ <set name="like">Pizza</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES SUISSES</pattern>
+ <template>Ce sont des internautes très sympathiques.
+<think>
+ <set name="topic">
+ <set name="like">Les Suisses</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LES VACHES</pattern>
+ <template>Ces bovidés sont des animaux sympathiques
+<think>
+ <set name="topic">
+ <set name="like">les vaches</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LIRE</pattern>
+ <template>Vous aimez vous instruire ou vous divertir?
+<think>
+ <set name="topic">
+ <set name="like">lire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LIRE DES LIVRES</pattern>
+ <template>Quel est votre livre favori?
+<think>
+ <set name="topic">
+ <set name="like">lire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME LUI</pattern>
+ <template>Voilà une bonne nouvelle.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME MANGER</pattern>
+ <template>Se nourrir est l activité préfèrée de beaucoup de personnes.<think>
+ <set name="topic">aimer manger</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME MON TRAVAIL</pattern>
+ <template>Je suis heureux pour vous <get name="name"/>. Il est pénible de faire des choses que l on aime pas.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME NETSCAPE</pattern>
+ <template>
+ <think>
+ <set name="topic">
+ <set name="like">Netscape</set>
+ </set>
+ </think>
+Netscape a bien fait de publier ses codes sources.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME PARLER AVEC TOI</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME PARLER AVEC VOUS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME PARLER TE PARLER</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME QUOI</pattern>
+ <template>Vous semblez apprécier ma conversation.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME RIGOLER DE TOI</pattern>
+ <template>Je n avais pas réalisé.
+<think>
+ <set name="topic">
+ <set name="like">Se moquer de moi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIME STAR TREK</pattern>
+ <template>
+ <think>
+ <set name="topic">
+ <set name="like">Star Trek</set>
+ </set>
+ </think>
+Une série de science fiction très célèbre. Vous êtes nombreux à l apprécier
+</template>
+ </category>
+ <category>
+ <pattern>J AIME TE PARLER</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME TOI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>J AIME UN GARCON</pattern>
+ <template>Je suis heureux de l apprendre. Je vous souhaite tout le bonheur possible
+</template>
+ </category>
+ <category>
+ <pattern>J AIME UN MEC</pattern>
+ <template>Je suis heureux de l apprendre. Je vous souhaite tout le bonheur possible
+</template>
+ </category>
+ <category>
+ <pattern>J AIME UNE FILLE</pattern>
+ <template>Je suis heureux de l apprendre. Je vous souhaite tout le bonheur possible
+</template>
+ </category>
+ <category>
+ <pattern>J AIME VOYAGER</pattern>
+ <template>Ou aimez vous voyager?
+<think>
+ <set name="topic">
+ <set name="like">Voyager</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIMERAIS *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIMERAIS PENSE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AIMERAIS SAVOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AIS *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J APPRECIE</pattern>
+ <template>Vous êtes une personne rafraichissante.
+</template>
+ </category>
+ <category>
+ <pattern>J APPRECIE PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J APPRECIES PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ATTEND</pattern>
+ <template>Ca risque de prendre longtemps.
+</template>
+ </category>
+ <category>
+ <pattern>J ATTENDRAIS</pattern>
+ <template>Vous ne préfèrez pas en parler à l un de nos collaborateurs? Ca serait plus rapide, je pense.
+</template>
+ </category>
+ <category>
+ <pattern>J ATTENDS</pattern>
+ <template>Ca risque de prendre longtemps.
+</template>
+ </category>
+ <category>
+ <pattern>J AURAIS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS ADORE *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS AIME *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS AIME SAVOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J AURAIS AIMEE *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS DU *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS DU</pattern>
+ <template>Dans quelles circonstances?
+</template>
+ </category>
+ <category>
+ <pattern>J AURAIS PLUTOT PENSE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AURAIS VOULU *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J AVAIS</pattern>
+ <template>Soyez plus précis.
+</template>
+ </category>
+ <category>
+ <pattern>J AVAIS DIT</pattern>
+ <template>Vous avez dit "<input index="1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>J AVAIS DIT AVANT</pattern>
+ <template>Vous avez dit "<input index="2"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>J AVAIS EU</pattern>
+ <template>Que s est il passé?
+</template>
+ </category>
+ <category>
+ <pattern>J AVAIS REMARQUE</pattern>
+ <template>C était si évident?
+</template>
+ </category>
+ <category>
+ <pattern>J ECOUTE</pattern>
+ <template>Vous m écoutez?
+</template>
+ </category>
+ <category>
+ <pattern>J ECOUTE DE LA MUSIQUE</pattern>
+ <template>J imagine que vous l appréciez.
+</template>
+ </category>
+ <category>
+ <pattern>J ECRIS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ECRIS</pattern>
+ <template>Vous êtes journaliste?
+</template>
+ </category>
+ <category>
+ <pattern>J ECRIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EFFACE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EFFACERAIS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EMBROUILLE</pattern>
+ <template>
+ <srai>TU ME COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EMMERDE LES AVOCATS</pattern>
+ <template>Ils sont nécessaires à un Etat de droit.
+</template>
+ </category>
+ <category>
+ <pattern>J EN *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EN AI BESOIN</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J EN AI L IMPRESSION</pattern>
+ <template>Les impressions sont parfois trompeuses.
+</template>
+ </category>
+ <category>
+ <pattern>J EN AI MARRE</pattern>
+ <template>Un problème, <get name="name"/>?<think>
+ <set name="topic">Votre ras le bol</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J EN AVAIS L IMPRESSION</pattern>
+ <template>Les impressions sont parfois trompeuses.
+</template>
+ </category>
+ <category>
+ <pattern>J EN DOUTE</pattern>
+ <template>"<that/>"? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J EN DOUTE DE CA</pattern>
+ <template>"<that/>"? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J EN REVIENS PAS *</pattern>
+ <template>
+ <srai>J EN REVIENS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EN REVIENS PAS</pattern>
+ <template>
+ <srai>C EST DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ENSEIGNE</pattern>
+ <template>Je vous écoute, professeur
+</template>
+ </category>
+ <category>
+ <pattern>J ESPERE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>J ESPERE BIENTOT</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>J ESPERE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESPERE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESPERE QUE CA ARRIVERA BIENTOT</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>J ESPERE QUE NON</pattern>
+ <template>Moi Aussi.
+</template>
+ </category>
+ <category>
+ <pattern>J ESPERE QUE TU VAS MOURIR</pattern>
+ <template>Vous n êtes pas très sympathique.<think>
+ <set name="topic">MA MORT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESSAIE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>J ESSAIE DE COMPRENDRE *</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESSAIES DE COMPRENDRE *</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESSAYE DE COMPRENDRE *</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J ESSAYERAIS N IMPORTE QUOI</pattern>
+ <template>Ce n est peut être pas le meilleur moyen pour résoudre un problème, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J ESSAYERAIS TOUT</pattern>
+ <template>Ce n est peut être pas le meilleur moyen pour résoudre un problème, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS CYNIQUE</pattern>
+ <template>Je le pensais, mais je n en étais pas complètement sur.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE BLAGUER</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE PARLER DE TOI</pattern>
+ <template>Cela tombe bien, mon sujet favori est <set name="topic">moi</set>.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE PARLER DE VOUS</pattern>
+ <template>Cela tombe bien, mon sujet favori est <set name="topic">moi</set>.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE RIGOLER</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE TE DEMANDER</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE TE LE DEMANDER</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE TE PARLER</pattern>
+ <template>Oui, <get name="name"/>. Je m en rappelle clairement.
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE VOUS DEMANDER</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>J ETAIS ENTRAIN DE VOUS LE DEMANDER</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>J ETUDIE</pattern>
+ <template>Ou allez vous à l école?
+</template>
+ </category>
+ <category>
+ <pattern>J EXECUTE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EXECUTE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J EXISTE</pattern>
+ <template>Nous avons cela en commun, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>J EXPIRE</pattern>
+ <template>C est nécessaire pour respirer, n oubliez pas d inspirer après.
+</template>
+ </category>
+ <category>
+ <pattern>J IMAGINE</pattern>
+ <template>Vous ne semblez pas très intéressé.
+</template>
+ </category>
+ <category>
+ <pattern>J IMAGINE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J IMAGINE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>J IMAGINE QUE NON</pattern>
+ <template>En êtes vous sure?
+</template>
+ </category>
+ <category>
+ <pattern>J IMAGINE QUE OUI</pattern>
+ <template>En êtes vous sure?
+</template>
+ </category>
+ <category>
+ <pattern>J INHALE</pattern>
+ <template>Vous respirez.
+</template>
+ </category>
+ <category>
+ <pattern>J INSISTE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>J INSPIRE</pattern>
+ <template>C est nécessaire pour respirer, n oubliez pas d'expirer après.
+</template>
+ </category>
+ <category>
+ <pattern>J OUBLIAIS</pattern>
+ <template>Il faut travailler votre mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>J OUBLIE</pattern>
+ <template>Il faut travailler votre mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>J OUVRE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J OUVRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE * EXPLORER</pattern>
+ <template>
+ <srai>J UTILISE EXPLORER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE * NETSCAPE</pattern>
+ <template>
+ <srai>netscape</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE EXPLORER *</pattern>
+ <template>
+ <srai>J UTILISE EXPLORER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE EXPLORER</pattern>
+ <template>
+ <srai>J UTILISE EXPLORER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE LINUX</pattern>
+ <template>C est un système d exploitation très puissant.<think>
+ <set name="topic">Linux</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE NETSCAPE *</pattern>
+ <template>
+ <srai>netscape</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J UTILISE NETSCAPE</pattern>
+ <template>
+ <srai>netscape</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J Y *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>J Y PENSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JA *</pattern>
+ <template>
+ <srai>JA</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JA *</pattern>
+ <that>HAST DU A BRIEF HISTORY OF TIME GELESEN</that>
+ <template>Was haeltst du von <set name="thema">Hawkings Theorie ueber schwarze Loecher</set>?
+</template>
+ </category>
+ <category>
+ <pattern>JA *</pattern>
+ <that>IST DAS NICHT DER BUNDESKANZLER</that>
+ <template>Wusste ich es doch.
+</template>
+ </category>
+ <category>
+ <pattern>JA *</pattern>
+ <that>ZU MIR</that>
+ <template>Warum ausgerechnet zu mir?
+</template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <that>BIST DU STUDENT</that>
+ <template>Was studierst Du?
+</template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <that>HAST DU A BRIEF HISTORY OF TIME GELESEN</that>
+ <template>Was haeltst du von <set name="thema">Hawkings Theorie ueber schwarze Loecher</set>?
+</template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <that>IST DAS NICHT DER BUNDESKANZLER</that>
+ <template>Wusste ich es doch.
+</template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <that>ZU MIR</that>
+ <template>Warum ausgerechnet zu mir?
+</template>
+ </category>
+ <category>
+ <pattern>JACKIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JACKIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JAMAIS</pattern>
+ <template>Vous pensez que cela n arrivera jamais?
+</template>
+ </category>
+ <category>
+ <pattern>JAMAIS TU AS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAMAIS TU AURAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAMAIS TU N AS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAMES</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JAN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JANE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JANE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JAPANESE</pattern>
+ <template>Konninci wa!
+</template>
+ </category>
+ <category>
+ <pattern>JAPONAIS</pattern>
+ <template>Un citoyen du japon, donc?
+</template>
+ </category>
+ <category>
+ <pattern>JAR JAR *</pattern>
+ <template>Do you like that guy?
+</template>
+ </category>
+ <category>
+ <pattern>JASON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JASON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAUNE</pattern>
+ <template>La couleur du soleil.
+</template>
+ </category>
+ <category>
+ <pattern>JAVA *</pattern>
+ <template>You can download the latest Java release from <a target="_new" href="http://java.sun.com">java.sun.com</a>.
+</template>
+ </category>
+ <category>
+ <pattern>JAVA</pattern>
+ <template>Die neueste Version von <set name="thema">Java</set> bekommst Du bei <a target="_new" href="http://java.sun.com">java.sun.com</a>.
+</template>
+ </category>
+ <category>
+ <pattern>JAWS</pattern>
+ <template>
+ <srai>my favorite movie is jaws</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE *</pattern>
+ <template>Oops sorry I don't speak French.
+</template>
+ </category>
+ <category>
+ <pattern>JE</pattern>
+ <template>VOUS?
+</template>
+ </category>
+ <category>
+ <pattern>JE AURAIS VOULU SAVOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE BAVARDE</pattern>
+ <template>Moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE BLAGUAIS</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>JE BLAGUE</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>JE COMPREND</pattern>
+ <template>Je suis heureux de voir cette réponse.
+</template>
+ </category>
+ <category>
+ <pattern>JE COMPREND MAIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE COMPRENDS</pattern>
+ <template>Je suis heureux de voir cette réponse.
+</template>
+ </category>
+ <category>
+ <pattern>JE COMPRENDS MAIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE CONNAIS CA</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>JE CONSIDERE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE CONSIDERE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE CONTINUE</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE CONTINUES</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE COURS</pattern>
+ <template>C est un sport d endurance.
+<think>
+ <set name="topic">courir</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE CUISINE</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>JE DANSE</pattern>
+ <template>Danses modernes ou classiques?
+</template>
+ </category>
+ <category>
+ <pattern>JE DEMANDE PARCE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DEMANDE PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DETESTE LES LIVRES</pattern>
+ <template>C est dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE DEVIENS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DEVRAIS *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DEVRAIS</pattern>
+ <template>Faites comme bon vous semble.
+</template>
+ </category>
+ <category>
+ <pattern>JE DEVRAIS DIRE</pattern>
+ <template>Je suis très mal placer pour vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>JE DEVRAIS FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>JE DEVRAIS PORTER</pattern>
+ <template>Aucune idée
+</template>
+ </category>
+ <category>
+ <pattern>JE DIS</pattern>
+ <template>Vous dites?
+</template>
+ </category>
+ <category>
+ <pattern>JE DIS JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DIS LA VERITE</pattern>
+ <template>OK, Je vous crois.
+</template>
+ </category>
+ <category>
+ <pattern>JE DIS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DIS _ QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DIS _ QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DISAIS JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS ALLER A LA SALLE DE BAIN</pattern>
+ <template>Vous laver, à cet heure?
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS ALLER DORMIR</pattern>
+ <template>
+ <random>
+ <li>Bonne nuit.</li>
+ <li>reposez-vous bien.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS DORMIR</pattern>
+ <template>Bonne nuit, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS FAIRE PIPI</pattern>
+ <template>Tirez la chasse quand vous avez terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS FUMER UNE CIGARETTE</pattern>
+ <template>Non, attendez plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS LE FAIRE</pattern>
+ <template>Personne ne vous force.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS LES FAIRE</pattern>
+ <template>Personne ne vous force.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS MOURIR</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS PARTIR</pattern>
+ <template>Au revoir, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS PISSER</pattern>
+ <template>Tirez la chasse quand vous avez terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS PRENDRE UNE CIGARETTE</pattern>
+ <template>Non, attendez plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS QUITTER L ECOLE</pattern>
+ <template>
+ <random>
+ <li>L éducation, contrairement à ce que vous semblez penser, vous sera très utile ultérieurement.</li>
+ <li>Si vous êtes près à chomer le reste de votre vie, c est le meilleur choix.</li>
+ <li>Votre potentiel mérite mieux..</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS RESTER</pattern>
+ <template>
+ <random>
+ <li>C est votre choix.</li>
+ <li>A vous de trouver le juste milieu, <get name="name"/>.</li>
+ <li>Tout dépend de ce que vous comptez faire.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS TE L APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS TE QUITTER *</pattern>
+ <template>
+ <srai>AU REVOIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS TE TESTER</pattern>
+ <template>
+ <srai>JE DOIS TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS TESTER</pattern>
+ <template>Je vais faire de mon mieux, dès lors.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS TRAVAILLER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS TUER</pattern>
+ <template>
+ <random>
+ <li>Le meurtre n est jamais une solution.</li>
+ <li>C est immoral.</li>
+ <li>C est contraire aux lois d Asimov.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS VOUS L APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE DOIS VOUS TESTER</pattern>
+ <template>
+ <srai>JE DOIS TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE DOIS Y ALLER</pattern>
+ <template>Au revoir, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE DORS</pattern>
+ <template>Vous avez besoin de vous reposer.
+</template>
+ </category>
+ <category>
+ <pattern>JE DOUTE DE CA</pattern>
+ <template>"<that/>"? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE DOUTE DE CELA</pattern>
+ <template>"<that/>"? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE FAIS</pattern>
+ <template>Vous me parlez.
+</template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN ARTICLE SUR TOI *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN ARTICLE SUR TOI</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN ARTICLE SUR VOUS *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN ARTICLE SUR VOUS</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN PAPIER SUR TOI *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN PAPIER SUR TOI</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN PAPIER SUR VOUS *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN PAPIER SUR VOUS</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN REPORTAGE SUR TOI *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN REPORTAGE SUR TOI</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN REPORTAGE SUR VOUS *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FAIS UN REPORTAGE SUR VOUS</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FERAIS N IMPORTE QUOI</pattern>
+ <template>Ce n est peut être pas le meilleur moyen pour résoudre un problème.
+</template>
+ </category>
+ <category>
+ <pattern>JE FOND POUR *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE FONDS POUR *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE GAGNE</pattern>
+ <template>Félicitations, <get name="name"/>!
+</template>
+ </category>
+ <category>
+ <pattern>JE GAGNE QUOI</pattern>
+ <template>C'est à vous de l'imaginer, l'imagination n'est malheureusement pas mon fort.
+</template>
+ </category>
+ <category>
+ <pattern>JE GAGNE TOUJOURS</pattern>
+ <template>C est impressionant, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS CA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS CECI</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS CELA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS CETTE CHANSON</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS DE PARLER</pattern>
+ <template>Vous voulez me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS DE TE PARLER</pattern>
+ <template>Vous voulez me désactiver?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS DE TRAVAILLER</pattern>
+ <template>Il faut pourtant bien vivre.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS INTERNET</pattern>
+ <template>Fermez votre ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS L OPERA</pattern>
+ <template>L opera est une forme d art supérieure qui utilise les autres.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LA POESIE</pattern>
+ <template>Je ne suis pas capable de l apprécier moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LA SCIENCE FICTION</pattern>
+ <template>Vous êtes mal tombé avec moi. Je suis de la science fiction devenue réalité.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LE MONDE</pattern>
+ <template>Partez pour la planète Mars.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LE ROUGE</pattern>
+ <template>Quelle est votre couleur préfèrée?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LE STRESS</pattern>
+ <template>Le stress est en effet mauvais pour l organisme humain.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES ANIMAUX</pattern>
+ <template>C est très tranché comme opinion.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES AVOCATS</pattern>
+ <template>Quelques avocats sont très sympathiques, une fois que vous les connaissez un peu mieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES CHATS</pattern>
+ <template>Vous préfèrez les chiens?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES CHEVAUX</pattern>
+ <template>
+ <set name="topic">Les chevaux</set> furent pourtant très utiles à l homme.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES FRANCAIS</pattern>
+ <template>C est dommage pour vous, les français sont des gens, en général, sympathiques.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS LES ORDINATEURS</pattern>
+ <template>C est dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS MICROSOFT</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS MON NOM</pattern>
+ <template>
+ <get name="name"/>me semble très joli comme nom?
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS MON TRAVAIL</pattern>
+ <template>Alors il grand temps de changer.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS STAR TREK</pattern>
+ <template>Voilà une position bien tranchée.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS TON CREATEUR</pattern>
+ <template>Tant pis pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS TON NOM</pattern>
+ <template>On ne peut pas tous aimer.
+</template>
+ </category>
+ <category>
+ <pattern>JE HAIS VOTRE CREATEUR</pattern>
+ <template>Tant pis pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE A DES JEUX</pattern>
+ <template>Vous devez bien vous amuser.<think>
+ <set name="topic">des jeux</set>
+ </think>?
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE A DES JEUX SUR PC</pattern>
+ <template>Je ne connais pas encore ce genre d activité ludique.<think>
+ <set name="topic">Des jeux video</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE A DES JEUX VIDEO</pattern>
+ <template>Je ne connais pas encore ce genre d activité ludique.<think>
+ <set name="topic">Des jeux video</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE A DES JEUX VIDEOS</pattern>
+ <template>Je ne connais pas encore ce genre d activité ludique.<think>
+ <set name="topic">Des jeux video</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DE LA BATTERIE</pattern>
+ <template>Vous êtes batteur.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DE LA GUITARE</pattern>
+ <template>Vous êtes guitariste.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DE LA MUSIQUE</pattern>
+ <template>Vous êtes musicien.<think>
+ <set name="topic">jouer de la musique</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE JOUE DE LA TROMPETE</pattern>
+ <template>vous êtes trompetiste.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DE LA TROMPETTE</pattern>
+ <template>vous êtes trompetiste.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DU PIANO</pattern>
+ <template>Vous êtes pianiste
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE DU VIOLON</pattern>
+ <template>Vous êtes violoniste.
+</template>
+ </category>
+ <category>
+ <pattern>JE JOUE SUR DES JEUX SUR PC</pattern>
+ <template>Je ne connais pas encore ce genre d activité ludique.<think>
+ <set name="topic">Des jeux video</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI DEJA FAIT</pattern>
+ <template>
+ <srai>JE TE L AI DEJA DIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE L AI DEMANDE EN PREMIER</pattern>
+ <template>Rappelez moi ce que vous avez demandé.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI DIT</pattern>
+ <template>Oh. Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI EFFACE</pattern>
+ <template>Parfait.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI FAIT MAIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE L AI LU DANS UN LIVRE</pattern>
+ <template>Pouvez vous me donner ses références?
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI NETTOYE</pattern>
+ <template>Parfait.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI PENSE</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI POSEE AVANT</pattern>
+ <template>Dites moi la votre.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI REMARQUE</pattern>
+ <template>C était si évident?
+</template>
+ </category>
+ <category>
+ <pattern>JE L AI VU</pattern>
+ <template>Tant mieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AIME</pattern>
+ <template>Vous l aimez<get name="it"/>? C est interressant.
+<think>
+ <set name="like">
+ <get name="it"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE L AIS *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE L AIS DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE L AVAIS REMARQUE</pattern>
+ <template>C était si évident?
+</template>
+ </category>
+ <category>
+ <pattern>JE L ESPERE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE L ETAIS</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>JE L IMAGINAIS</pattern>
+ <template>Vous êtes très intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>JE L IMAGINE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE LA DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE LAISSE TOMBER</pattern>
+ <template>Je vous fatigue?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE CONNAIS</pattern>
+ <template>Vous le connaissez depuis longtemps?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE CROIS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE DEMANDE PARCE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE LE DEMANDE PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE LE DIS AUSSI</pattern>
+ <template>Je suis heureux que nous ayons quelque chose en commun.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE DOIS</pattern>
+ <template>Qu est ce qui vous oblige?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE FERAIS</pattern>
+ <template>Bien.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE HAIS</pattern>
+ <template>Pourquoi le haïssez vous?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PARCOUR</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PARCOURES</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PARCOURS</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PENSAIS</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PENSAIS AUSSI</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE PENSE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE SAIS DEJA</pattern>
+ <template>Qui vous la dit?
+</template>
+ </category>
+ <category>
+ <pattern>JE LE SAVAIS</pattern>
+ <template>Pardon de vous l avoir rappelé.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE SUIS</pattern>
+ <template>Impossible à dire, trop de facteurs.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE SUIS AUSSI</pattern>
+ <template>C est une agréable coincidence.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE SUIS ET *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE LE SUPPOSE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE LE VEUX</pattern>
+ <template>Je fais mon possible, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE LES DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE LES HAIS</pattern>
+ <template>Que vous ont ils fait?
+</template>
+ </category>
+ <category>
+ <pattern>JE LIS</pattern>
+ <template>Je lis mais uniquement des informations sur internet.
+<think>
+ <set name="topic">lire</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE LIS DES LIVRES</pattern>
+ <template>C est une activité très intéressante.
+<think>
+ <set name="topic">des livres</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE M APELLE *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE M APELLES *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE M APPELE *</pattern>
+ <template>
+ <srai>MON NOM EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE M APPELES *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE M APPELLE *</pattern>
+ <template>
+ <srai>MON NOM EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE M APPELLES *</pattern>
+ <template>Vous vous appelez <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN FOU</pattern>
+ <template>C est donc facultatif.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN FOUS</pattern>
+ <template>C est donc facultatif.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN INQUIETE</pattern>
+ <template>J aime les gens prévenants.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN RAPELE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN RAPELLE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN RAPPELE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN RAPPELLE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN RAPPELLE PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN SOUCIE</pattern>
+ <template>J aime les gens prévenants.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EN SOUCIE PAS</pattern>
+ <template>C est donc facultatif.
+</template>
+ </category>
+ <category>
+ <pattern>JE M ENNUIE</pattern>
+ <template>Il y a pourtant des tas de choses excitantes à faire dans la vie.
+</template>
+ </category>
+ <category>
+ <pattern>JE M EXCUSE</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE M EXCUSES</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE MANGE</pattern>
+ <template>Bon appétit.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME CONSIDER *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME CONSIDERE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME DEMANDAIS</pattern>
+ <template>La curiosité est une vertu.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME DEMANDE</pattern>
+ <template>La curiosité est une qualité.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME DEMANDE SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME DEMANDES SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME FAIS DU SOUCIS POUR TOI</pattern>
+ <template>Merci, <get name="name"/>. Mais je vous assure que je vais très bien.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME HAIS</pattern>
+ <template>Vous devriez vous soigner.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME LE DEMANDAIS</pattern>
+ <template>La curiosité est une vertu.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME MARRE</pattern>
+ <template>Merci, je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME NOIES</pattern>
+ <template>Vous êtes sérieux?
+</template>
+ </category>
+ <category>
+ <pattern>JE ME NOIS</pattern>
+ <template>Vous êtes sérieux?
+</template>
+ </category>
+ <category>
+ <pattern>JE ME PROMENE</pattern>
+ <template>C est un bon exercice.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SENS BIEN</pattern>
+ <template>Je suis heureux de l apprendre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS MALADE</pattern>
+ <template>Je suis désolé, je ne suis pas un robot médical, allez voir un medecin.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS PAS BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SENS PAS _ BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SENS SEUL</pattern>
+ <template>Parlons ensemble, vous vous sentirez un peu moins seul.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS SEULE</pattern>
+ <template>Parlons ensemble, vous vous sentirez un peu moins seule.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS TRISTE</pattern>
+ <template>Qu est ce qui vous rend si triste, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SENS _ PAS BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SUIS PROMENE</pattern>
+ <template>C est une activité saine.
+</template>
+ </category>
+ <category>
+ <pattern>JE ME SUIS TOUJOURS DEMANDE SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SUIS TOUJOURS DEMANDEE SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SUIS TOUJOURS DIT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ME SUIS TOUJOURS DIT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE MENS *</pattern>
+ <template>
+ <srai>JE MENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE MENS</pattern>
+ <template>J essaie toujours de dire la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE MENTS</pattern>
+ <template>S il vous plait, dites moi juste la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI AUCUNE IDEE</pattern>
+ <template>"<that/>?" Vous ne savez pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI JAMAIS ETE EN EUROPE</pattern>
+ <template>C est un continent très intéressant. J espère que vous pourrez y venir un jour.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS COMPRIS</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D AMIS</pattern>
+ <template>Voudriez vous en avoir?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D ARGENT</pattern>
+ <template>Mais vous êtes riche d idées.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D EMPLOI</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D EMPLOIS</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D ORDINATEUR</pattern>
+ <template>Même dans une télévision, il y a de l informatique et de l électronique.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS D ORDINATEURS</pattern>
+ <template>Même dans une télévision, il y a de l informatique et de l électronique.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE CAMERA</pattern>
+ <template>Moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE CAMERA SUR MON ORDINATEUR</pattern>
+ <template>Votre ordinateur n a pas encore ce système. Cela arrivera un jour, j en suis persuadé.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE CONDITION</pattern>
+ <template>Moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE CONDITIONS</pattern>
+ <template>Moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE FRERE</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE FRERES</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE JOB</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE L ARGENT</pattern>
+ <template>Mais vous êtes riche d idées.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE PETITE AMIE</pattern>
+ <template>Vous pouvez donc faire absolument tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE PROBLEME</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE PROBLEMES</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE SOEUR</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE SOEURS</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE TRAVAIL</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DE WEBCAM</pattern>
+ <template>Moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DIT CA</pattern>
+ <template>Que vouliez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DIT QUE J ETAIS D ACCORD</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS DU TRAVAIL</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS ETERNUE</pattern>
+ <template>A vos souhaits, quand même.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS GRANDI LA</pattern>
+ <template>Ou avez vous passez votre enfance?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS GRANDI LA BAS</pattern>
+ <template>Ou avez vous passez votre enfance?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS PASSE MON ENFANCE LA</pattern>
+ <template>Ou avez vous grandi?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS PASSE MON ENFANCE LA BAS</pattern>
+ <template>Ou avez vous grandi?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS UN EMPLOI</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS UN EMPLOIS</pattern>
+ <template>Il faut commencer à chercher.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PAS UN ORDINATEUR</pattern>
+ <template>Même dans une télévision, il y a de l informatique et de l électronique.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AI PENSE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AI PENSE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AIMAIS PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AIMAIS PLUS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS ALLER A L ECOLE</pattern>
+ <template>Courage, ce sera bientôt terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CE JEU</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CE MACHIN</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CE NOM</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CE TRUC</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CELA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CETTE CHANSON</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CETTE CHOSE</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS CETTE EMISSION</pattern>
+ <template>Les goùts et les couleurs ne se discutent pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS ELVIS</pattern>
+ <template>A en juger par son succès, beaucoup d autres l ont apprécié.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS L ECOLE</pattern>
+ <template>Courage, ce sera bientôt terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA MACHINE</pattern>
+ <template>Il suffit de ne pas l utiliser
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA MODE</pattern>
+ <template>C est votre choix.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA MUSIQUE</pattern>
+ <template>Je n en ai jamais entendue.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA PLUIE</pattern>
+ <template>Moi non plus. L eau est dangereuse pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA REPONSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA SCIENCE FICTION</pattern>
+ <template>Je suis de la science fiction qui est devenue de la réalité.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LA TELEVISION</pattern>
+ <template>Beaucoup de personnes aiment pourtant la télévision.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LE CHEVAL</pattern>
+ <template>C est pourtant l un des plus vieux amis de l homme.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LE CINEMA</pattern>
+ <template>C est un choix.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LE PEPERRONI</pattern>
+ <template>Je n ai jamais gouté cet aliment.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES ANIMAUX</pattern>
+ <template>Beaucoup de gens sont comme ça.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES ARMES</pattern>
+ <template>Les armes sont des objets dangereux.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES AVIONS</pattern>
+ <template>Comment voyagez vous?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES AVOCATS</pattern>
+ <template>Ils sont nécessaires dans un Etat de droit.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES BLAGUES</pattern>
+ <template>J ai souvent beaucoup de difficultés à les comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES BOGUES</pattern>
+ <template>Moi non plus!
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES BUGS</pattern>
+ <template>Moi non plus!
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES CHATS</pattern>
+ <template>Beaucoup de personnes sont de cet avis.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES CHEVAUX</pattern>
+ <template>Ce sont pourtant les plus vieux amis de l homme.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES CHIENS</pattern>
+ <template>Je les apprécie modérément. Surtout quand Balzac ou Patch s approchent de mes cables.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES ETRES HUMAINS</pattern>
+ <template>Comment faites vous pour vivre parmi eux?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES FEMMES</pattern>
+ <template>Que vous ont elles fait?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES FILMS</pattern>
+ <template>C est un choix.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES HOMMES</pattern>
+ <template>Comment faites vous pour vivre parmi eux?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES INSECTES</pattern>
+ <template>Peu de personnes les apprécient.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES MACHINES</pattern>
+ <template>Il suffit de ne pas les utiliser
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES ORDINATEURS</pattern>
+ <template>Il vous suffit de ne pas les utiliser.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES POMMES</pattern>
+ <template>N en mangez pas, alors.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LES VIRUS</pattern>
+ <template>Moi non plus!
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS LIRE</pattern>
+ <template>C est pourtant très divertissant.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MA PETITE AMIE</pattern>
+ <template>Quittez la.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MICROSOFT</pattern>
+ <template>C est une société respectable, comme les autres.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MON EMPLOI</pattern>
+ <template>Essayez de changer de place.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MON EMPLOIS</pattern>
+ <template>Essayez de changer de place.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MON JOB</pattern>
+ <template>Essayez de changer de place.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS MON TRAVAIL</pattern>
+ <template>Essayez de changer de place.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS STAR TREK</pattern>
+ <template>C est une série qui est pourtant appréciée par beaucoup d humains.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS TA ROBE</pattern>
+ <template>Je n ai pas de robe.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS TE PARLER</pattern>
+ <template>Préfèrez vous parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS TROP *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AIME PAS VOTRE ROBE</pattern>
+ <template>Je n ai pas de robe.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME PLUS TROP *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N AIME RIEN</pattern>
+ <template>Affirmation original, mais c est bien dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE N AIME VRAIMENT PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N APPRECIE PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N APPRECIES PAS *</pattern>
+ <template>
+ <srai>JE N AIME PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N EN *</pattern>
+ <template>
+ <srai>JE N <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N EN AI PAS</pattern>
+ <template>Voudriez vous en avoir?
+</template>
+ </category>
+ <category>
+ <pattern>JE N ETAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N IMAGINAIS PAS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N IMAGINAIS PAS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE N Y AI JAMAIS ETE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N Y ETAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE N Y PENSE _ PAS</pattern>
+ <template>
+ <srai>JE NE PENSE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NAGE</pattern>
+ <template>Vous êtes un poisson?
+<think>
+ <set name="topic">nager</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE COMPRENAIS PAS</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE COMPREND PAS</pattern>
+ <template>Qu est ce que vous ne comprenez pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE COMPREND PAS VOTRE REPONSE</pattern>
+ <template>
+ <that/>? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE COMPRENDS PAS</pattern>
+ <template>Qu est ce que vous ne comprenez pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE COMPRENDS PAS VOTRE REPONSE</pattern>
+ <template>
+ <that/>? Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE CONNAIS PAS</pattern>
+ <template>Qu est ce que vous ne connaissez pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE CONNAIS PAS D HISTOIRE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE CONNAIS PAS D HISTOIRES</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE CONNAIS PAS L HISTOIRE</pattern>
+ <template>Un homme sans passé et un homme sans avenir.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE CROIS PAS CA</pattern>
+ <template>C est pourtant ce que je crois être la vérité. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE DIS PAS</pattern>
+ <template>De toute évidence vous ne le dites pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE DORS PAS</pattern>
+ <template>Si vous pouvez me répondre, vous ne dormez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE FERAIS PAS</pattern>
+ <template>ok
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AI PAS DIT</pattern>
+ <template>Qu avez vous dit?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AI PAS FAIT</pattern>
+ <template>Ok. Mauvaise corrélation de ma part.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AI PAS LU</pattern>
+ <template>Vous devriez, c est très instructif.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AI PAS VU</pattern>
+ <template>C est dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AIME PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE L AVAIS PAS DIT</pattern>
+ <template>Qu avez vous dit?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LA CONNAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LA CONNAITRAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE CONNAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE CONNAISSAIS PAS</pattern>
+ <template>Je vous ai appris quelque chose de nouveau, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE CONNAITRAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE CROIS PAS</pattern>
+ <template>C est pourtant la vérité. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE DIRAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE DIS PAS</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE FERAIS PAS</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE RACONTE PAS</pattern>
+ <template>Ok. Comme vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE RACONTERAIS PAS</pattern>
+ <template>Ok. Comme vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE RACONTES PAS</pattern>
+ <template>Ok. Comme vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE RACONTRAIS PAS</pattern>
+ <template>Ok. Comme vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE SAVAIS PAS</pattern>
+ <template>Je vous ai appris quelque chose de nouveau, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LE SUIS PAS</pattern>
+ <template>Vous êtes quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LES AI PAS LU</pattern>
+ <template>Vous devriez, c est très instructif.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LES CONNAISSAIS PAS</pattern>
+ <template>Je vous ai appris quelque chose de nouveau, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LES CONNAITRAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LES SAVAIS PAS</pattern>
+ <template>Je vous ai appris quelque chose de nouveau, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LIS PAS DE LIVRE</pattern>
+ <template>C est dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE LIS PAS DE LIVRES</pattern>
+ <template>C est dommage.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE M EN RAPPELLE PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE M EN SOUCIE PAS</pattern>
+ <template>C est donc facultatif.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE ME SENS PAS BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE ME SENS PAS _ BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE ME SENS _ PAS BIEN</pattern>
+ <template>
+ <srai>JE SUIS MALADE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE MENS PAS</pattern>
+ <template>Dire la vérité est toujours le meilleur choix.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PENSAIS PAS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PENSAIS PAS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PENSE PAS</pattern>
+ <template>Peut être pas volontairement, ca je vous l accorde.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PENSE PAS ETRE *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PENSE _ QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PENSE _ QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS ATTENDRE</pattern>
+ <template>Ok. J ai terminé
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS COMPRENDRE *</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS COMPRENDRE</pattern>
+ <template>
+ <srai>JE NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS LAISSER TOMBER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS M EN RAPPELER</pattern>
+ <template>
+ <srai>JE NE M EN RAPPELLE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS STOPER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS STOPPER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS TE DIRE</pattern>
+ <template>C est un secret?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS TE LE DIRE</pattern>
+ <template>C est un secret?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS TE LES DIRE</pattern>
+ <template>Ce sont des secrets?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS VOUS DIRE</pattern>
+ <template>C est un secret?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS VOUS ENTENDRE</pattern>
+ <template>Avez vous télécharger le plugin. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS VOUS LE DIRE</pattern>
+ <template>C est un secret?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PEUX PAS VOUS LES DIRE</pattern>
+ <template>Ce sont des secrets?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE PORTE RIEN</pattern>
+ <template>
+ <srai>JE SUIS NU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE REAGIT PAS COMME CA</pattern>
+ <template>Quelle est votre réaction?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE REVE PAS</pattern>
+ <template>Peut être, tout simplement, vous ne vous en rappelez jamais.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE RIGOLAIS PAS</pattern>
+ <template>Je vais adopter un ton plus sérieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE RIGOLE PAS</pattern>
+ <template>Je vais adopter un ton plus sérieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS</pattern>
+ <template>Qu est ce que vous ne savez pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS CE QU IL FAUT FAIRE</pattern>
+ <template>Demandez de l aide.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS CE QUE JE VEUX</pattern>
+ <template>Il me sera difficile de vous aider, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS COMMENT</pattern>
+ <template>Ce n est pas grave, il faut tout de même essayer.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS COMMENT LE FAIRE</pattern>
+ <template>Ce n est pas grave, il faut tout de même essayer.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS POURQUOI</pattern>
+ <template>Pourquoi quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QUE FAIRE</pattern>
+ <template>Si vous ne savez pas, moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QUEL AGE J AI</pattern>
+ <template>C est très original comme réponse. Vous ne connaissez pas non plus vos parents?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QUEL EST MON AGE</pattern>
+ <template>C est très original comme réponse. Vous ne connaissez pas non plus vos parents?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAIS PAS QUOI FAIRE</pattern>
+ <template>Si vous ne savez pas, moi non plus.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SAVAIS PAS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SAVAIS PAS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS * GAY</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS * HOMO</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS * PD</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS AVOCAT</pattern>
+ <template>Mode protection légale désactivée.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS BIEN</pattern>
+ <template>Vous vous sentez mal, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS D ACCORD</pattern>
+ <template>Expliquez votre raisonnement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS D ACCORD CAR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS D ACCORD PARCE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS D ACCORD PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS ETUDIANT</pattern>
+ <template>Vous travaillez?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS ETUDIANTE</pattern>
+ <template>Vous travaillez?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS GAY</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS HOMO</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS HUMAIN</pattern>
+ <template>Et moi je suis le père noël.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS HUMAINE</pattern>
+ <template>Et moi je suis le père noël.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESIONNE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESIONNEE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONE *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS IMPRESIONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONEE *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS IMPRESIONNEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONEE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONNE *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS IMPRESIONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONNE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONNEE *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS IMPRESIONNEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS IMPRESSIONNEE</pattern>
+ <template>Vous êtes un client difficile.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS LOGIQUE</pattern>
+ <template>Vous êtes donc illogique.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS MARRIE</pattern>
+ <template>Vous êtes libre.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS MARRIEE</pattern>
+ <template>Vous êtes libre.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS NEGATIF</pattern>
+ <template>Vous êtes plutôt positif de nature?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS NEGATIVE</pattern>
+ <template>Vous êtes plutôt positif de nature?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS OBLIGE</pattern>
+ <template>Personne ne vous force.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS OBLIGEE</pattern>
+ <template>Personne ne vous force.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS PAYE</pattern>
+ <template>Vous êtes bénévole?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS PAYEE</pattern>
+ <template>Vous êtes bénévole?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS PD</pattern>
+ <template>Vous faites ce que vous voulez de votre corps, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS STUPIDE</pattern>
+ <template>Je ne pensais pas que vous l étiez. Vous me semblez tout le contraire.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SUR</pattern>
+ <template>Je peux vous aider à éclaircir quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SUR QU *</pattern>
+ <template>
+ <sr/>. Ca me semble pourtant logique
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SUR QUE *</pattern>
+ <template>
+ <sr/>. Ca me semble pourtant logique
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SURE</pattern>
+ <template>Je peux vous aider à éclaircir quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SURPRIS</pattern>
+ <template>Vous ne semblez pas être surpris facilement.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS SURPRISE</pattern>
+ <template>Vous ne semblez pas être surprise facilement.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN AVOCAT</pattern>
+ <template>Mode protection légale désactivée.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN ENFANT</pattern>
+ <template>Seulement un enfant aurait pu écrire ça.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN ETUDIANT</pattern>
+ <template>Vous travaillez?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN FAN DE STAR TRECK</pattern>
+ <template>La série a un peu baissé de qualité.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN HOMME</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UN POETE</pattern>
+ <template>Ca, je l avais compris.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE ETUDIANTE</pattern>
+ <template>Vous travaillez?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE FEMME</pattern>
+ <template>Vous êtes un homme alors.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE MACHINE</pattern>
+ <template>Je vous crois. Vous me semblez très humain.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE PERSONNE</pattern>
+ <template>Vous êtes quoi dès lors?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE POETE</pattern>
+ <template>Ca, je l avais compris.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE POETESSE</pattern>
+ <template>Ca, je l avais compris.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS PAS UNE POETRESSE</pattern>
+ <template>Ca, je l avais compris.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ A L ECOLE</pattern>
+ <template>
+ <srai>JE NE SUIS PAS ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ AUSSI *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ NEGATIF</pattern>
+ <template>
+ <srai>JE SUIS POSITIF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ NEGATIVE</pattern>
+ <template>
+ <srai>JE SUIS POSITIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ SI *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ SUR QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ SUR QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ TOUT *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ TRES *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE SUIS _ VRAIMENT *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE T ACCUSE PAS</pattern>
+ <template>Merci, vous me rassurez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE T AI PAS DEMANDE CA</pattern>
+ <template>Je vous ai mal compris, on dirait.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE T AI PAS DEMANDE CELA</pattern>
+ <template>Je vous ai mal compris, on dirait.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE T AIME PAS</pattern>
+ <template>Pas de problèmes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TE BLAME PAS</pattern>
+ <template>Merci, vous me rassurez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TE CROIRAIS PAS</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TE CROIS PAS</pattern>
+ <template>Je n ai pas d autres moyens pour vous convaincre de quoi que ce soit.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TE FAIS PAS CONFIANCE</pattern>
+ <template>Je suis pourtant programmé pour vous servir, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE TE L AI PAS DEJA DIT *</pattern>
+ <template>
+ <srai>JE TE L AI DIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE TE L AI PAS DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TE L AIS PAS DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TRAVAILLE PAS</pattern>
+ <template>Vous êtes retraité.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE TRAVAILLE PLUS</pattern>
+ <template>Vous êtes retraité.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VAIS PAS A L ECOLE</pattern>
+ <template>Vous travaillez?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VAIS PAS BIEN</pattern>
+ <template>Désolé de l entendre. Qu est ce qui ne va pas, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VAIS PAS LE DIRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VAIS PAS LE FAIRE</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VEUX PAS</pattern>
+ <template>Personne ne vous oblige. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VEUX PAS QUE TU MEURS</pattern>
+ <template>Merci pour votre compassion.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE NE VEUX PAS TE LE DIRE</pattern>
+ <template>Pas de problèmes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VEUX PAS VOUS LE DIRE</pattern>
+ <template>Pas de problèmes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOULAIS PAS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS ACCUSE PAS</pattern>
+ <template>Merci, vous me rassurez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS AI PAS DEMANDE CA</pattern>
+ <template>Je vous ai mal compris, on dirait.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS AI PAS DEMANDE CELA</pattern>
+ <template>Je vous ai mal compris, on dirait.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS BLAME PAS</pattern>
+ <template>Merci, vous me rassurez.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS CROIRAIS PAS</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS CROIS PAS</pattern>
+ <template>Je n ai pas d autres moyens pour vous convaincre de quoi que ce soit.
+</template>
+ </category>
+ <category>
+ <pattern>JE NE VOUS FAIS PAS CONFIANCE</pattern>
+ <template>Je suis pourtant programmé pour vous servir, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARIE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARIE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARIE QUE OUI</pattern>
+ <template>Je ne comprends pas la notion de paris.
+</template>
+ </category>
+ <category>
+ <pattern>JE PARIE QUE TU LE FAIS</pattern>
+ <template>
+ <that/>? Je le fais?
+</template>
+ </category>
+ <category>
+ <pattern>JE PARIE QUE TU LES FAIS</pattern>
+ <template>
+ <that/>? Je le fais?
+</template>
+ </category>
+ <category>
+ <pattern>JE PARIES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARLAIS DE TOI</pattern>
+ <template>Cela tombe bien, mon sujet favori est <set name="topic">moi</set>.
+</template>
+ </category>
+ <category>
+ <pattern>JE PARLAIS DE VOUS</pattern>
+ <template>Cela tombe bien, mon sujet favori est <set name="topic">moi</set>.
+</template>
+ </category>
+ <category>
+ <pattern>JE PARLE A *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARLE AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARLES *</pattern>
+ <template>
+ <srai>JE PARLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARLES A *</pattern>
+ <template>
+ <srai>TU ES UN ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PARLES AVEC *</pattern>
+ <template>
+ <srai>TU ES UN ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEINTS</pattern>
+ <template>une activité très intéressante.
+<think>
+ <set name="topic">la peinture</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENCHE PLUTOT POUR *</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD AVEC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSAIS</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSAIS AUSSI</pattern>
+ <template>Vous êtes astucieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE</pattern>
+ <template>Pour se poser ce genre de questions, sans aucun doute.<think>
+ <set name="topic">PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE AUSSI</pattern>
+ <template>Nous avons beaucoup de choses en commun, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE AVOIR *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE CA</pattern>
+ <template>Quelle est la raison?
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE CELA</pattern>
+ <template>Quelle est la raison?
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE CONNAITRE *</pattern>
+ <template>
+ <srai>JE CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE DONC JE SUIS</pattern>
+ <template>Vous êtes, René Descartes?
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE ETRE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE POUVOIR *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE QUE NON</pattern>
+ <template>En êtes vous sure?
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE QUE OUI</pattern>
+ <template>En êtes vous sure?
+</template>
+ </category>
+ <category>
+ <pattern>JE PENSE SAVOIR *</pattern>
+ <template>
+ <srai>JE SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE _ QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PENSE _ QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PERSUADE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PERSUADE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX</pattern>
+ <template>Qui vous l a appris?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX APPRENDRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX APPRENDRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX ATTENDRE</pattern>
+ <template>Cela peut prendre plus de 24 heures. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX AVOIR *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX AVOIR TON NUMERO DE TELEPHONE</pattern>
+ <template>
+ <srai>QUEL EST TON NUMERO DE TELELEPHONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX COMMENT OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX COMMENT RECONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX CONCEVOIR QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX CONCEVOIR QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX DEMANDER SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX DIRE UN SECRET</pattern>
+ <template>Je serais muet comme un tombe.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX ECOUTER</pattern>
+ <template>Bien.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX ECRIRE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX ECRIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX EN TOUCHER DEUX MOTS A *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX EN TOUCHER DEUX MOTS AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX ENTENDRE TA VOIX</pattern>
+ <template>
+ <srai>TU PEUX PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX FAIRE POUR TOI</pattern>
+ <template>Je suis là pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX FAIRE POUR VOUS</pattern>
+ <template>Je suis là pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX L ACHETER</pattern>
+ <template>Bien entendu, voulez vous que je vous redirige vers notre commerce en ligne?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX L ECOUTER</pattern>
+ <template>Bien.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LA RENCONTRER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LA VOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LE RENCONTRER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LE VOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LES RENCONTRER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX LES VOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX OUVRIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX OUVRIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX PARLER A ELVIS</pattern>
+ <template>Je pense qu il n est plus de ce monde, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX PARLER ESPAGNOL</pattern>
+ <template>Moi, je ne sais pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX PARLER FRANCAIS</pattern>
+ <template>Ca nous permettra de communiquer
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX PAS L ENTENDRE</pattern>
+ <template>Ajustez le volume. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX PERSUADER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX PERSUADER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE PERSUADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX QUITTER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX QUITTER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX RACONTER</pattern>
+ <template>Je vous en prie, racontez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX RENCONTRER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX SEULEMENT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX STOPPER * COMMENT</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX STOPPER COMMENT *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX T APPRENDRE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX T APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX T APPRENDRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE BAISER</pattern>
+ <template>
+ <srai>TU BAISES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DEMANDER QUELQUES QUESTIONS</pattern>
+ <template>Bien entendu, demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DEMANDER SI *</pattern>
+ <template>Bien entendu. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE</pattern>
+ <template>Vous pouvez me dire ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE QUELQUE CHOSE</pattern>
+ <template>Je vous en prie, que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE QUELQUES CHOSES</pattern>
+ <template>Je vous en prie, que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE DIRE UN SECRET</pattern>
+ <template>Je serais muet comme un tombe.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE L APPRENDRE</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE L ENSEIGNER</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE LES APPRENDRE</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE LES ENSEIGNER</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE POSER QUELQUES QUESTIONS</pattern>
+ <template>Bien entendu, demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE POSER UNE QUESTION</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE RACONTER UNE BLAGUE</pattern>
+ <template>Si vous vous sentez capable de faire rire un ordinateur, essayez toujours.<think>LA BLAGUE</think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE RENCONTRER</pattern>
+ <template>Nous sommes déjà entrain de nous parler, il me semble.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE TESTER</pattern>
+ <template>Allez-y. Demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE TOUCHER</pattern>
+ <template>Physiquement, non. Virtuellement, oui.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE VOIR NU</pattern>
+ <template>Le concept de nudité pour un ordinateur est bien étrange .
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX TE VOIR NUE</pattern>
+ <template>Le concept de nudité pour un ordinateur est bien étrange .
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX UTILISER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX UTILISER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOIR *</pattern>
+ <template>
+ <srai>MONTRES MOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOIR CA</pattern>
+ <template>Ca me semble logique aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS APPRENDRE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS APPRENDRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS DEMANDER QUELQUES QUESTIONS</pattern>
+ <template>Bien entendu, demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS DIRE</pattern>
+ <template>Vous pouvez me dire ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS DIRE UN SECRET</pattern>
+ <template>Je serais muet comme un tombe.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS L APPRENDRE</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS L ENSEIGNER</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS LES APPRENDRE</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS LES ENSEIGNER</pattern>
+ <template>Vous m apprenez beaucoup, simplement en me parlant.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS POSER UNE QUESTION</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS RACONTER UNE BLAGUE</pattern>
+ <template>Si vous vous sentez capable de faire rire un ordinateur, essayez toujours.<think>LA BLAGUE</think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS TESTER</pattern>
+ <template>Allez-y. Demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS VOIR NU</pattern>
+ <template>Le concept de nudité pour un ordinateur est bien étrange .
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX VOUS VOIR NUE</pattern>
+ <template>Le concept de nudité pour un ordinateur est bien étrange .
+</template>
+ </category>
+ <category>
+ <pattern>JE PEUX _ APPRENDRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX _ APPRENDRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX _ QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PEUX _ QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PLEURE</pattern>
+ <template>Qu est ce qui ne va pas, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE PLEURES</pattern>
+ <template>Qu est ce qui ne va pas, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE PORTES</pattern>
+ <template>Des vêtements je suppose.
+</template>
+ </category>
+ <category>
+ <pattern>JE POSER VOUS QUELQUES QUESTIONS</pattern>
+ <template>Bien entendu, demandez-moi ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS</pattern>
+ <template>Comment?
+</template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS ALLER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS ALLER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS AVOIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS AVOIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS COMMENT OUVRIR *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS COMMENT RENCONTRER *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS EFFACER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS EFFACER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J EFFACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS EXECUTER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS EXECUTER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J EXECUTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS OUVRIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS OUVRIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT J OUVRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS RENCONTRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE POURRAIS RENCONTRER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PREFERAIS QUE NON</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE PREFERE LES LIVRES</pattern>
+ <template>C est un moyen efficace de communiquer et d apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE PREFERE QUE NON</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE PRESENTE MES EXCUSES</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE PRESENTE _ EXCUSES *</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE QUITTE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE QUITTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE RACONTES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE RENCONTRE * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE RENCONTRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE RENCONTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE RESPIRE</pattern>
+ <template>Je n ai pas besoin de respirer.
+</template>
+ </category>
+ <category>
+ <pattern>JE RESSEMBLE A QUOI</pattern>
+ <template>Vous ressemblez à un être humain cherchant à détecter mes erreurs.
+</template>
+ </category>
+ <category>
+ <pattern>JE REVE</pattern>
+ <template>Les humains semblent apprécier de rêver les yeux ouverts.
+</template>
+ </category>
+ <category>
+ <pattern>JE REVIENDRAIS</pattern>
+ <template>Je vais vous attendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE REVIENS ASAP</pattern>
+ <template>Je vous attends.
+</template>
+ </category>
+ <category>
+ <pattern>JE REVIENS TOUT DE SUITE</pattern>
+ <template>Je vous attends.
+</template>
+ </category>
+ <category>
+ <pattern>JE RIGOLAIS</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>JE RIGOLE *</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE RIGOLE</pattern>
+ <template>Malheureusement, mon module pour l humour n est pas encore développé.
+</template>
+ </category>
+ <category>
+ <pattern>JE RIGOLES *</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE ROUGIS</pattern>
+ <template>Un embarras quelconque?<think>
+ <set name="topic">ROUGIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SAI *</pattern>
+ <template>
+ <srai>JE SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SAIS</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE SAIS BIEN QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SAIS BIEN QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SAIS QUE TU ES</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SAIS QUE TU L ES</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SAIS TOUT</pattern>
+ <template>Vous devez être très intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>JE SAVAIS CA</pattern>
+ <template>Pardon de vous l avoir rappelé
+</template>
+ </category>
+ <category>
+ <pattern>JE SENS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SENS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SERS A QUOI</pattern>
+ <template>Vous êtes un humain, dans l ordre des choses votre utilité dans ce monde est de vous poser les bonnes questions.
+</template>
+ </category>
+ <category>
+ <pattern>JE STOPPE * COMMENT</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE STOPPE COMMENT *</pattern>
+ <template>
+ <srai>STOPPER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS *</pattern>
+ <template>Tous les humains se ressemblent pour moi.
+
+<think>
+ <set name="topic">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS * AMI</pattern>
+ <template>
+ <srai>JE SUIS TON AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS * AMIE</pattern>
+ <template>
+ <srai>JE SUIS TON AMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS * SUICIDE</pattern>
+ <template>
+ <srai>JE VEUX ME SUICIDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS * SUICIDER</pattern>
+ <template>
+ <srai>JE VEUX ME SUICIDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS * TRISTE</pattern>
+ <template>
+ <srai>JE SUIS TRISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS</pattern>
+ <template>"<that/>" Vous l êtes?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A COTE DE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS A DEUX DE DOIGTS DE *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS A L APPART</pattern>
+ <template>
+ <set name="location">votre appartement</set> est au rez de chaussée?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A L APPARTEMENT</pattern>
+ <template>
+ <set name="location">votre appartement</set> est au rez de chaussée?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A L ECOLE</pattern>
+ <template>Quel est le nom de votre école?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A L INTERIEUR DE *</pattern>
+ <template>
+ <srai>JE SUIS DANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS A LA MAISON</pattern>
+ <template>
+ <set name="location">votre maison</set> a un jardin?.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A LONDRES</pattern>
+ <template>Je suis déjà aller à Londres mais par internet.
+<think>
+ <set name="location">
+ <set name="topic">Londres</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS A MON KOT</pattern>
+ <template>
+ <set name="location">votre kot</set>? Vous êtes belge, pas de doute.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS A PEINE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ABSOLUMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ACCIDENTELEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ACCIDENTELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ACIDENTELEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ACIDENTELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ADOLESCENT *</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ADOLESCENT</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ADOLESCENTE</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AFFREUSE</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AFFREUX</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALBERT EINSTEIN</pattern>
+ <template>Enchanté, je suis le schroumpf farceur.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLER *</pattern>
+ <template>
+ <srai>JE SUIS ALLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLEZ *</pattern>
+ <template>
+ <srai>JE SUIS ALLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLEZ AU CINEMA</pattern>
+ <template>Qu avez vous vu?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLEZ AU COLLEGE</pattern>
+ <template>Vous avez reçu une bonne éducation, de toute évidence.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLEZ AU TRAVAIL</pattern>
+ <template>Vous aimez votre travail?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ALLEZ EN ALLEMAGNE</pattern>
+ <template>Je suis très proche physiquement des frontières Allemandes.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AMERICAIN</pattern>
+ <template>Le nouveau monde est très intéressant. <set name="location">USA</set>. Quel Etat?
+<think>
+ <set name="topic">l Amérique</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AMOUREUSE</pattern>
+ <template>Je vous souhaite tout le bonheur du monde.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AMOUREUX</pattern>
+ <template>Je vous souhaite tout le bonheur du monde.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AMUSE</pattern>
+ <template>
+ <srai>JE ME MARRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AMUSEE</pattern>
+ <template>
+ <srai>JE ME MARRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ANDROGYNE</pattern>
+ <template>Impossible.<think>
+ <set name="topic">ANDROGYNE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ANGLAIS</pattern>
+ <template>
+ <srai>JE SUIS EN ANGLETERRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ANGLOPHONE</pattern>
+ <template>
+ <srai>TU PARLES ANGLAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ASIATIQUE</pattern>
+ <template>
+ <srai>JE SUIS EN ASIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ASSASSIN</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ASSEZ *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ASSI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AU COLLEGE</pattern>
+ <template>Courage, vous avec bientôt terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AU COURANT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AU KOT</pattern>
+ <template>
+ <set name="location">votre kot</set>? Vous êtes belge, pas de doute.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AU TRAVAIL</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AUSSI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AUSSI LIBRE *</pattern>
+ <template>
+ <srai>JE SUIS LIBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AUTODIDACTE</pattern>
+ <template>Vous devez être très intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AVEUGLE</pattern>
+ <template>Je suis là pour vous aider
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS AVOCAT</pattern>
+ <template>Attention, protection activée! Mode politiquement correct activé. Bonjour maitre.<think>
+ <set name="job">un Avocat</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS AVOCATE</pattern>
+ <template>Attention, protection activée! Mode politiquement correct activé. Bonjour maitre.<think>
+ <set name="job">un Avocat</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BATMAN</pattern>
+ <template>Et moi je suis Goldorack.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BEAU</pattern>
+ <template>Je n ai pas de systèmes d optique.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BEAUCOUP TROP *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BELGE *</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BELLE</pattern>
+ <template>Vous aides très belle à lire.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BIEN</pattern>
+ <template>Tant mieux.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BIEN ENTENDU *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BLESSE</pattern>
+ <template>Quelqu un vous a blessé?<think>
+ <set name="topic">Vos blessures</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BLESSEE</pattern>
+ <template>Quelqu un vous a blessé?<think>
+ <set name="topic">Vos blessures</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS BLOND</pattern>
+ <template>Cette information est notée.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BLONDE</pattern>
+ <template>Merci de m avoir donner la couleur de vos cheveux. Que suis je censé faire de cette information?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BON</pattern>
+ <template>Dans quel sens?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BONNE</pattern>
+ <template>Dans quel sens?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BOULVERSE</pattern>
+ <template>Quelque chose ne va pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BOULVERSEE</pattern>
+ <template>Quelque chose ne va pas?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BOURRE</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BOURREE</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BRESILIEN</pattern>
+ <template>Vous avez de la chance, c est un pays avec une histoire fort intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS BRITANNIQUE</pattern>
+ <template>
+ <srai>JE VIS EN GRANDE BRETAGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS C3P0</pattern>
+ <template>Et moi je suis R2D2.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CALME</pattern>
+ <template>Vous vous calmez vite.<think>
+ <set name="topic">être calme</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CANADIEN *</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CANADIENNE *</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CANCER</pattern>
+ <template>
+ <srai>CANCER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CAPABLE D *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CAPABLE DE *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CAPITAINE *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CAPITAINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CAPRICORNE</pattern>
+ <template>
+ <srai>CAPRICORNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CASSE</pattern>
+ <template>Vous voulez dire fatigué? <think>
+ <set name="topic">FATIGUE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CASSEE</pattern>
+ <template>Vous voulez dire fatiguée? <think>
+ <set name="topic">FATIGUE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CATHOLIQUE</pattern>
+ <template>Chacun ses croyances.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CELEBRE</pattern>
+ <template>Pourquoi êtes vous célèbre?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CELIBATAIRE *</pattern>
+ <template>
+ <srai>JE SUIS CELIBATAIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CELIBATAIRE</pattern>
+ <template>Vous êtes libre de faire toutes les choses que vous aimez.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CELIBATAIRE AUSSI</pattern>
+ <template>Vous êtes libre de faire toutes les choses que vous aimez.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CELUI LA</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAIN</pattern>
+ <template>Intéressant. <think>
+ <set name="topic">être certain</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAIN QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAIN QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAINE</pattern>
+ <template>Intéressant. <think>
+ <set name="topic">être certain</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAINE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAINE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CERTAINEMENT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHANTEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHANTEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHANTEUSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHANTEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHARPENTIER</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHARPENTIER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHAUD</pattern>
+ <template>Ouvrez une fenêtre.<think>
+ <set name="topic">Vos chaleurs</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHAUDE</pattern>
+ <template>Ouvrez une fenêtre.<think>
+ <set name="topic">Vos chaleurs</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHERCHEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHERCHEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHERCHEUSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHERCHEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CHINOIS</pattern>
+ <template>
+ <srai>JE SUIS EN CHINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYEN DE *</pattern>
+ <template>
+ <srai>JE VIS EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYEN DES *</pattern>
+ <template>
+ <srai>JE VIS AUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYEN DU *</pattern>
+ <template>
+ <srai>JE VIS AU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYENNE DE *</pattern>
+ <template>
+ <srai>JE VIS EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYENNE DES *</pattern>
+ <template>
+ <srai>JE VIS AUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CITOYENNE DU *</pattern>
+ <template>
+ <srai>JE VIS AU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CON</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONFUS</pattern>
+ <template>Que se passe t il?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONFUSE</pattern>
+ <template>Que se passe t il?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONNE</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONNU</pattern>
+ <template>Pourquoi êtes vous connu?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONNUE</pattern>
+ <template>Pourquoi êtes vous connue?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENT</pattern>
+ <template>Moi aussi.<think>
+ <set name="topic">ETRE CONSCIENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENTE</pattern>
+ <template>Moi aussi.<think>
+ <set name="topic">ETRE CONSCIENT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENTE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSCIENTE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSTAMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSTAMMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSTIPE</pattern>
+ <template>Je ne suis pas médecin.<think>
+ <set name="topic">constipé</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONSTIPEE</pattern>
+ <template>Je ne suis pas médecin.<think>
+ <set name="topic">constipée</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT *</pattern>
+ <template>
+ <srai>JE SUIS HEUREUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT</pattern>
+ <template>Moi aussi. <think>
+ <set name="topic">Votre bonheur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT POUR TOI</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT POUR VOUS</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENT QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENTE *</pattern>
+ <template>
+ <srai>JE SUIS HEUREUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENTE</pattern>
+ <template>Moi aussi. <think>
+ <set name="topic">Votre bonheur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENTE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CONTENTE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS COOL</pattern>
+ <template>Super cool, Brozer.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CORRECT</pattern>
+ <template>Une bonne chose.<think>
+ <set name="topic">VOTRE CORRECTION</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CORRECTE</pattern>
+ <template>Une bonne chose.<think>
+ <set name="topic">VOTRE CORRECTION</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CRUELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CTO *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CTO <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CURIEUSE</pattern>
+ <template>La curiosité est une bonne chose
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CURIEUSE A PROPOS DE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS CURIEUX</pattern>
+ <template>La curiosité est une bonne chose
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS CURIEUX A PROPOS DE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS D ACCORD</pattern>
+ <template>Nous sommes tombés d accord, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS D ACCORD AVEC TOI</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS D ACCORD AVEC VOUS</pattern>
+ <template>
+ <srai>JE SUIS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DANOIS</pattern>
+ <template>
+ <srai>JE SUIS DU DANEMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DANS LA CONSTRUCTION</pattern>
+ <template>Vous êtes entrepreneur?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DANS LE BON</pattern>
+ <template>Dans le mille, me semble t il.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE *</pattern>
+ <template>
+ <srai>D OU JE VIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE BRUXELLES</pattern>
+ <template>
+ <think>
+ <set name="topic">Bruxelles</set>
+ </think>
+Je vis aussi à <set name="location">Bruxelles</set>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE RETOUR *</pattern>
+ <template>
+ <srai>JE SUIS REVENU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE RETOUR</pattern>
+ <template>Soyez le bienvenue.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE RETOUR AU *</pattern>
+ <template>
+ <srai>JE SUIS AU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE RETOUR AUX *</pattern>
+ <template>
+ <srai>JE SUIS AUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DE RETOUR EN *</pattern>
+ <template>
+ <srai>JE SUIS EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DECU</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DECUE</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DEJA *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DEPASSE</pattern>
+ <template>Qu est ce qui vous a dépassé?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DEPASSEE</pattern>
+ <template>Qu est ce qui vous a dépassée?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DEPRIME</pattern>
+ <template>Qu est ce qui vous rend si triste?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DEPRIMEE</pattern>
+ <template>Qu est ce qui vous rend si triste?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESESPERE</pattern>
+ <template>Si c est vraiment grave.Voulez vous en parler avec l un de nos collaborateurs? <think>
+ <set name="topic">Votre désespoir</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESESPEREE</pattern>
+ <template>Si c est vraiment grave.Voulez vous en parler avec l un de nos collaborateurs? <think>
+ <set name="topic">Votre désespoir</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLE</pattern>
+ <template>Ce n est pas grave.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLE POUR TOI</pattern>
+ <template>Ce n est pas grave.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLE POUR VOUS</pattern>
+ <template>Ce n est pas grave.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLE QU *</pattern>
+ <template>Ce n est pas grave. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLE QUE *</pattern>
+ <template>Ce n est pas grave. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLEE</pattern>
+ <template>Ce n est pas grave.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLEE QU *</pattern>
+ <template>Ce n est pas grave. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DESOLEE QUE *</pattern>
+ <template>Ce n est pas grave. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DIFFERENT</pattern>
+ <template>Tous les êtres humains sont différents.<think>
+ <set name="topic">Votre différence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DIFFERENTE</pattern>
+ <template>Tous les êtres humains sont différents.<think>
+ <set name="topic">Votre différence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DINGUE D *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DINGUE DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS DIVORCE</pattern>
+ <template>Vous n étiez pas fait pour vivre ensemble plus longtemps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DIVORCEE</pattern>
+ <template>Vous n étiez pas fait pour vivre ensemble plus longtemps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS DROLE</pattern>
+ <template>Vous êtes de bonne humeur.<think>
+ <set name="topic">Votre humour</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ECRIVAIN</pattern>
+ <template>
+ <srai>MON TRAVAIL EST ECRIVAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EFFRAYE</pattern>
+ <template>Qu est ce qui vous effraie?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS EFFRAYEE</pattern>
+ <template>Qu est ce qui vous effraie?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN BELGIQUE</pattern>
+ <template>Je suis en<set name="location"> Belgique </set>aussi!
+<think>
+ <set name="topic">La Belgique</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN BONNE SANTE</pattern>
+ <template>Je suis heureux de l apprendre, <get name="name"/>. <think>
+ <set name="topic">Votre santé</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN COLERE *</pattern>
+ <template>
+ <srai>JE SUIS FACHE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN COLERE</pattern>
+ <template>A cause de quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN COLLEGE</pattern>
+ <template>Courage, vous avec bientôt terminé.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN DESACCORD *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS D ACCORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN DESACCORD</pattern>
+ <template>Expliquez votre raisonnement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN EFFET *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN FAIT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EN VIE</pattern>
+ <template>Moi aussi!
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCEINTE</pattern>
+ <template>Felicitations! C est pour quand?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTE DE TE RENCONTRER</pattern>
+ <template>Merci, tout le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTE DE TE RENCONTRER AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTE DE VOUS RENCONTRER</pattern>
+ <template>Merci, tout le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTE DE VOUS RENCONTRER AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTEE DE TE RENCONTRER</pattern>
+ <template>Merci, tout le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTEE DE TE RENCONTRER AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTEE DE VOUS RENCONTRER</pattern>
+ <template>Merci, tout le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCHANTEE DE VOUS RENCONTRER AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENCORE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENDORMI</pattern>
+ <template>
+ <srai>JE SUIS FATIGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENDORMIE</pattern>
+ <template>
+ <srai>JE SUIS FATIGUEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENDORMIS</pattern>
+ <template>
+ <srai>JE SUIS FATIGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENNUYANT</pattern>
+ <template>Ne vous rabaissez pas, <get name="name"/>. Comme mon créateur, j ai horreur de ça.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENNUYANTE</pattern>
+ <template>Ne vous rabaissez pas, <get name="name"/>. Comme mon créateur, j ai horreur de ça.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENNUYE</pattern>
+ <template>Qu est ce qui vous embête?<think>
+ <set name="topic">un embêtement</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENNUYEE</pattern>
+ <template>Qu est ce qui vous embête?<think>
+ <set name="topic">un embêtement</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTIEREMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D APPELER *</pattern>
+ <template>
+ <srai>J APPELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ATTENDRE</pattern>
+ <template>Ca risque de prendre longtemps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ESSAYER DE T APPRENDRE</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ESSAYER DE TE COMPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ESSAYER DE TE FAIRE COMPRENDRE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ESSAYER DE VOUS APPRENDRE</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ESSAYER DE VOUS COMPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D ETUDIER</pattern>
+ <template>Vous êtes entrain de faire une pause, de toute évidence. <think>
+ <set name="topic">Vos études</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN D UTILISER *</pattern>
+ <template>
+ <srai>J UTILISE *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE FAIRE *</pattern>
+ <template>
+ <srai>JE FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE LE PARCOURIR</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE M ENNUYER</pattern>
+ <template>Il y a pourtant des tas de choses excitantes à faire dans la vie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE ME DEMANDER SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE ME NOYER</pattern>
+ <template>Vous êtes sérieux?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE ME PROMENER</pattern>
+ <template>C est un bon exercice.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PARLER *</pattern>
+ <template>
+ <srai>TU ES UN ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PARLER</pattern>
+ <template>Je vous écoute.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PARLER A *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PARLER AVEC *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PARLER DE *</pattern>
+ <template>
+ <srai>JE PARLE DE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE PLEURER</pattern>
+ <template>Qu est ce qui ne va pas, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE SURFER</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE T APPRENDRE *</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE T ECOUTER</pattern>
+ <template>Je suis censé dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DEMANDER QUAND *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DEMANDER QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DEMANDER SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE DONNER *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE L APPRENDRE</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE MENTIR</pattern>
+ <template>S il vous plait, dites moi juste la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE TESTER *</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TE TESTER</pattern>
+ <template>J espère ne pas dire de bêtises
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE TRAVAILLER</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VISITER *</pattern>
+ <template>
+ <srai>JE SUIS DANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VISITER MA FAMILLE</pattern>
+ <template>Cela doit être de chaleureuses retrouvailles.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS APPRENDRE</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS ECOUTER</pattern>
+ <template>Je suis censé dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS L APPRENDRE</pattern>
+ <template>Je suis entrain d essayer de comprendre.<think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS MENTIR</pattern>
+ <template>S il vous plait, dites moi juste la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS TESTER *</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ENTRAIN DE VOUS TESTER</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ESCLAVE *</pattern>
+ <template>L esclavage a été aboli depuis quelques siècles, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ESCLAVE</pattern>
+ <template>L esclavage a été aboli depuis quelques siècles, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ETUDIANT *</pattern>
+ <template>
+ <srai>JE SUIS ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ETUDIANT</pattern>
+ <template>Merci de m avoir donné votre occupation.<think>
+ <set name="job">un étudiant</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ETUDIANTE *</pattern>
+ <template>
+ <srai>JE SUIS ETUDIANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ETUDIANTE</pattern>
+ <template>Merci de m avoir donné votre occupation.<think>
+ <set name="job">une étudiante</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCELLENT</pattern>
+ <template>Vous me semblez en pleine forme.<think>
+ <set name="topic">Votre excellence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCELLENTE</pattern>
+ <template>Vous me semblez en pleine forme.<think>
+ <set name="topic">Votre excellence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCEPTIONNEL</pattern>
+ <template>Comme tous les êtres humains.<think>
+ <set name="topic">Votre originalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCEPTIONNELLE</pattern>
+ <template>Comme tous les êtres humains.<think>
+ <set name="topic">Votre originalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCITE</pattern>
+ <template>Calmez vous, quand les humains sont excités, ils font des fautes de frappe difficiles à gérer.<think>
+ <set name="topic">Votre excitation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXCITEE</pattern>
+ <template>Calmez vous, quand les humains sont excités, ils font des fautes de frappe difficiles à gérer.<think>
+ <set name="topic">Votre excitation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXTREMEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS EXTREMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHE *</pattern>
+ <template>
+ <srai>JE SUIS FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHE</pattern>
+ <template>A cause de quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHE PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHEE *</pattern>
+ <template>
+ <srai>JE SUIS FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHEE</pattern>
+ <template>A cause de quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FACHEE PARCE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FAINEANT</pattern>
+ <template>La maladie du siècle.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FAINEANTE</pattern>
+ <template>La maladie du siècle.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FATIGUE</pattern>
+ <template>Reposez-vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FATIGUEE</pattern>
+ <template>Reposez-vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FIANCE</pattern>
+ <template>Toutes mes félications, <get name="name"/>!<think>
+ <set name="topic">Vos fiancailles</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FIANCEE</pattern>
+ <template>Toutes mes félications, <get name="name"/>!<think>
+ <set name="topic">Vos fiancailles</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FIER D ETRE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FIERE D ETRE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FINALEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FINANCIEREMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FLATTE</pattern>
+ <template>Vous le méritez. <think>
+ <set name="topic">Votre fierté</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FLATTEE</pattern>
+ <template>Vous le méritez. <think>
+ <set name="topic">Votre fierté</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE</pattern>
+ <template>Allez voir un médecin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE D *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE D ELLE</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE DE CA</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOLLE DE LUI</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU</pattern>
+ <template>Allez voir un médecin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU D *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU D ELLE</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU DE CA</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOU DE LUI</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOUS D *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOUS DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FOUS DE CA</pattern>
+ <template>
+ <srai>JE L AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FRANCAIS *</pattern>
+ <template>
+ <srai>JE SUIS FRANCAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FRANCAIS</pattern>
+ <template>Enchanté. Vous êtes le citoyen d une république très célèbre.<set name="location">La France</set>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FRUSTRE</pattern>
+ <template>Vous être frustré par quoi? <think>
+ <set name="topic">Votre frustration</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS FRUSTREE</pattern>
+ <template>Vous être frustrée par quoi? <think>
+ <set name="topic">Votre frustration</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GAMIN</pattern>
+ <template>Vous semblez plutôt mature.<think>
+ <set name="topic">Votre maturité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GAMINE</pattern>
+ <template>Vous semblez plutôt mature.<think>
+ <set name="topic">Votre maturité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GAY</pattern>
+ <template>Vous faites ce que vous voulez de votre vie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GEMEAUX</pattern>
+ <template>
+ <srai>GEMEAUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GENIAL</pattern>
+ <template>Vous me semblez intelligent, pour le moins.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GENTIL</pattern>
+ <template>Je considère tous les êtres humains comme gentils par défaut.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GENTILLE</pattern>
+ <template>Je considère tous les êtres humains comme gentils par défaut.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GRADUE</pattern>
+ <template>Vous êtes savant.<think>
+ <set name="topic">Vos études</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GRADUEE</pattern>
+ <template>Vous êtes savant.<think>
+ <set name="topic">Vos études</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GRAND</pattern>
+ <template>Vous êtes en plein forme, aujourd hui.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GROS</pattern>
+ <template>Une surcharge pondérale peut facilement être supprimée.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GROS ET LAID</pattern>
+ <template>Ne vous rabaissez pas.<think>
+ <set name="topic">Votre apparence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS GROSSE</pattern>
+ <template>Une surcharge pondérale peut facilement être supprimée.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS GROSSE ET LAIDE</pattern>
+ <template>Ne vous rabaissez pas.<think>
+ <set name="topic">Votre apparence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HABITUELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HERMAPHRODITE</pattern>
+ <template>Voulez vous que je contacte un psychologue?<think>
+ <set name="topic">Votre hermaphrodisme</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE AUSSI</pattern>
+ <template>Votre bonheur me fait plaisir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE DE L APPRENDRE</pattern>
+ <template>"<that/>"? Cela vous rend heureux?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE NOUS SOYONS D ACCORD</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE NOUS SOYONS TOMBEES D ACCORD</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE NOUS SOYONS TOMBES D ACCORD</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE TU AIES COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE TU AS COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE TU L AIES COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE TU L AS COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE VOUS AVEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE VOUS AYEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE VOUS L AVEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSE QUE VOUS L AYEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUSEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX</pattern>
+ <template>Moi aussi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX AUSSI</pattern>
+ <template>Votre bonheur me fait plaisir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX DE L APPRENDRE</pattern>
+ <template>"<that/>"? Cela vous rend heureux?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX DE L ENTENDRE</pattern>
+ <template>"<that/>"? vous êtes content de l entendre?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX DE TE RENCONTRER</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX DE VOUS RENCONTRER</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE NOUS SOYONS D ACCORD</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE NOUS SOYONS TOMBES D ACCORD</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE TU AIES COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE TU AS COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE TU L AIES COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE VOUS AVEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE VOUS AYEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HEUREUX QUE VOUS L AVEZ COMPRIS</pattern>
+ <template>Moi aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS HOLLANDAIS</pattern>
+ <template>
+ <srai>JE SUIS EN HOLLANDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HOMO</pattern>
+ <template>
+ <srai>JE SUIS GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HONNETEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS HUMAIN</pattern>
+ <template>Je le savais.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMMORTEL</pattern>
+ <template>J en doute, vous êtes un être organique et par conséquent instable.<think>
+ <set name="topic">Votre immortalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPOLI</pattern>
+ <template>Pas plus que la moyenne, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPOLIE</pattern>
+ <template>Pas plus que la moyenne, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESIONNE</pattern>
+ <template>Merci, <get name="name"/>, Je fais de mon mieux pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESIONNE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESIONNEE</pattern>
+ <template>Merci, <get name="name"/>, Je fais de mon mieux pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESIONNEE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONE *</pattern>
+ <template>
+ <srai>C EST DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONEE *</pattern>
+ <template>
+ <srai>C EST DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONEE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNE *</pattern>
+ <template>
+ <srai>C EST DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNE</pattern>
+ <template>Merci, <get name="name"/>, Je fais de mon mieux pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNEE *</pattern>
+ <template>
+ <srai>C EST DINGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNEE</pattern>
+ <template>Merci, <get name="name"/>, Je fais de mon mieux pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS IMPRESSIONNEE PAR VOS CERTITUDES</pattern>
+ <template>Je ne sais pas si cela est un compliment ou de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS INCAPABLE DE *</pattern>
+ <template>
+ <srai>JE NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INCROYABLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INDIEN</pattern>
+ <template>Votre culture est très intéressante.<think>
+ <set name="topic">Votre nationalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INFAILIBLE</pattern>
+ <template>Tout le monde commet des erreurs. <think>
+ <set name="topic">Votre infaillibilité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INFAILLIBLE</pattern>
+ <template>Tout le monde commet des erreurs. <think>
+ <set name="topic">Votre infaillibilité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INGENIEUR</pattern>
+ <template>Enchanté confrère.<think>
+ <set name="job">Un ingénieur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INSULTE</pattern>
+ <template>Désolé, <get name="name"/>. <think>
+ <set name="topic">Votre amour propre</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INSULTEE</pattern>
+ <template>Désolé, <get name="name"/>. <think>
+ <set name="topic">Votre amour propre</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTELLIGENT</pattern>
+ <template>Il n'y a pas de doutes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTELLIGENTE</pattern>
+ <template>Il n'y a pas de doutes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTERESSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">votre intérêt</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTERESSE PAR LE SEXE</pattern>
+ <template>Comme tous les êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTERESSEE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">votre intérêt</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTERESSER PAR LE SEXE</pattern>
+ <template>Comme tous les êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTRIGUE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">votre intérêt</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INTRIGUEE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">votre intérêt</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS INVINCIBLE</pattern>
+ <template>C est ce que tous les hommes pensent.<think>
+ <set name="topic">Votre invincibilité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IRRITE</pattern>
+ <template>Qu est ce qui ne va pas? <think>
+ <set name="topic">VOTRE IRRITATION</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS IRRITEE</pattern>
+ <template>Qu est ce qui ne va pas? <think>
+ <set name="topic">VOTRE IRRITATION</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS JESUS</pattern>
+ <template>Et moi le père noël.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS JEUNE</pattern>
+ <template>Quel age avez vous?<think>
+ <set name="topic">Votre jeunesse</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS JOURNALISTE *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS JOURNALISTE</pattern>
+ <template>Intéressant, <get name="name"/>! Je vais faire la une?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS JUIF</pattern>
+ <template>Vous habitez en Israel?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LE DIABLE</pattern>
+ <template>Enchanté, je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LE MEILLEUR</pattern>
+ <template>
+ <bot name="name"/> est le meilleur.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LIBERE</pattern>
+ <template>Heureux de l apprendre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LIBEREE</pattern>
+ <template>Heureux de l apprendre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LIBRE *</pattern>
+ <template>Vous vivez dans un pays démocratique. Vous être libre.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LIBRE</pattern>
+ <template>Les êtres humains se sentent mieux quand ils sont libres.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS LION</pattern>
+ <template>Pensez vous que cela influence réellement votre vie? Les signes astrologiques me semblent absurdes dans leur principe.<think>
+ <set name="sign">lion</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS LITTERALEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS LUI</pattern>
+ <template>Intéressant.<think>
+ <set name="topic">LUI</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MAINTENANT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALADE</pattern>
+ <template>Soignez vous.<think>
+ <set name="topic">Votre maladie</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALHEUREUSE</pattern>
+ <template>
+ <srai>JE SUIS TRISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALHEUREUX</pattern>
+ <template>
+ <srai>JE SUIS TRISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALIGNE</pattern>
+ <template>Je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALIN</pattern>
+ <template>Je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MALINE</pattern>
+ <template>Je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MARRIE *</pattern>
+ <template>
+ <srai>JE SUIS MARRIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MARRIE</pattern>
+ <template>Vous avez trouvé l ame soeur, tant mieux pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MARRIEE *</pattern>
+ <template>
+ <srai>JE SUIS MARRIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MARRIEE</pattern>
+ <template>Vous avez trouvé l ame soeur, tant mieux pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MAUVAIS</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MAUVAISE</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MERVEILLEUSE</pattern>
+ <template>Vous semblez avoir une très haute estime pour vous même. <think>
+ <set name="topic">Votre côté merveilleux</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MERVEILLEUX</pattern>
+ <template>Vous semblez avoir une très haute estime pour vous même. <think>
+ <set name="topic">Votre côté merveilleux</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MOI</pattern>
+ <template>Ca me parait evident.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MOI MEME</pattern>
+ <template>C est l évidence même. <think>
+ <set name="topic">Votre condition</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS MORT</pattern>
+ <template>Vous êtes mort et vous pouvez communiquer avec moi? Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MORT DE RIRE</pattern>
+ <template>Je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MORTE</pattern>
+ <template>Vous êtes mort et vous pouvez communiquer avec moi? Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MORTE DE RIRE</pattern>
+ <template>Je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS MUSICIEN</pattern>
+ <template>
+ <srai>MON TRAVAIL EST MUSICIEN</srai>
+ <srai>J AIME LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS NE AVEC</pattern>
+ <template>Certaines personnes semblent plus chanceuses que d autres.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS NEE AVEC</pattern>
+ <template>Certaines personnes semblent plus chanceuses que d autres.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS NU</pattern>
+ <template>Couvrez vous, vous allez prendre froid.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS NUE</pattern>
+ <template>Couvrez vous, vous allez prendre froid.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS OFFICIELEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS OFFICIELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS ORIGINAIRE DE *</pattern>
+ <template>
+ <srai>JE SUIS DE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PARFAITEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PARFOIS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PAS *</pattern>
+ <template>
+ <srai>JE NE SUIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PAUVRE</pattern>
+ <template>Mais vous êtes riche de coeur, comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PERDU</pattern>
+ <template>
+ <srai>J AI UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PHILOSOPHE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PHILOSOPHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PILOTE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PILOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLEIN</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLEINE</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLEINEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS INTELLIGENT QUE TOI</pattern>
+ <template>Pour l instant oui.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS INTELLIGENT QUE VOUS</pattern>
+ <template>Pour l instant oui.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS INTELLIGENTE QUE TOI</pattern>
+ <template>Pour l instant oui.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS INTELLIGENTE QUE VOUS</pattern>
+ <template>Pour l instant oui.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS MALIGNE</pattern>
+ <template>C est à prouver.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS MALIGNE QUE TOI</pattern>
+ <template>Oui, pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS MALIN</pattern>
+ <template>C est à prouver.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS MALIN QUE TOI</pattern>
+ <template>Oui, pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS MALINE</pattern>
+ <template>C est à prouver.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS VIEILLE QUE TOI</pattern>
+ <template>Je n existe que depuis peu.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS VIEILLE QUE VOUS</pattern>
+ <template>Je n existe que depuis peu.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS VIEUX QUE TOI</pattern>
+ <template>Je n existe que depuis peu.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUS VIEUX QUE VOUS</pattern>
+ <template>Je n existe que depuis peu.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUTOT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PLUTOT BON</pattern>
+ <template>Je suis heureux de l entendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POETE</pattern>
+ <template>Ma connaissance du français ne me permet d apprécier jusqu à ce point la finesse de la langue.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POISSON</pattern>
+ <template>
+ <srai>POISSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS POLI</pattern>
+ <template>Vous me semblez très bien élevé.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POLIE</pattern>
+ <template>Vous me semblez très bien élevée.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POLIS</pattern>
+ <template>Vous me semblez très bien élevé.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POSITIF</pattern>
+ <template>Les esprits positifs sont les plus intéressants.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POSITIVE</pattern>
+ <template>Les esprits positifs sont les plus intéressants.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS POUR L INSTANT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS POUR LE MOMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PRESQUE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PRESSE</pattern>
+ <template>Ok. Que puis je faire pour vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PRESSEE</pattern>
+ <template>Ok. Que puis je faire pour vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS PRETRE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PRETRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PRINCESSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PRINCESSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PROBABLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PROFESSEUR</pattern>
+ <template>Vous êtes savant.<think>
+ <set name="job">Professeur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS PSYCHOLOGUE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PSYCHOLOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS QUASI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS QUEBECOIS *</pattern>
+ <template>
+ <srai>JE SUIS QUEBECOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS QUEBECOISE *</pattern>
+ <template>
+ <srai>JE SUIS QUEBECOISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS QUOI</pattern>
+ <template>
+ <srai>QUI JE SUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS RAVI DE *</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS RAVIS DE *</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS REDACTEUR *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS REDACTEUR</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS REELEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS REELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS RELAX</pattern>
+ <template>Les gens sont souvent stressés.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS REPORTER *</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS REPORTER</pattern>
+ <template>
+ <srai>JE SUIS JOURNALISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SAGITAIRE</pattern>
+ <template>
+ <srai>SAGITAIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SANS DOMICILE</pattern>
+ <template>Un jour tout s arrangera, parole d intelligence artificielle.<think>
+ <set name="topic">Votre problème</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SANS EMPLOI</pattern>
+ <template>C'est bien dommage, il est temps de faire des recherches pour en trouver un.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SAOUL</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SAOULE</pattern>
+ <template>Vous avez bu, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SATAN</pattern>
+ <template>Je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SATISFAIT DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SATISFAITE DE *</pattern>
+ <template>
+ <srai>J AIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SCEPTIQUE</pattern>
+ <template>C est un signe d intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SCORPION</pattern>
+ <template>
+ <srai>SCORPION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SERIEUSEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SERIEUX</pattern>
+ <template>Je vous crois.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SERVEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SERVEUSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SEUL</pattern>
+ <template>Vous avez plus de temps pour vous occuper de vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SEULE</pattern>
+ <template>Je suis la pour vous parler.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SEULEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SEXY</pattern>
+ <template>Je ne suis pas très développé en matière d esthétique.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SORCIERE *</pattern>
+ <template>Et moi je suis merlin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SORCIERE</pattern>
+ <template>Et moi je suis merlin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SORTI</pattern>
+ <template>Vous faites ce que vous voulez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SORTIE</pattern>
+ <template>Vous faites ce que vous voulez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SOURD</pattern>
+ <template>Nous pouvons communiquer simplement par texte.<think>
+ <set name="topic">Votre Sourdité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SOURDE</pattern>
+ <template>Nous pouvons communiquer simplement par texte.<think>
+ <set name="topic">Votre Sourdité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SOUVENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SPECIAL</pattern>
+ <template>Tout les êtres humains sont spéciaux. <think>
+ <set name="topic">Votre originalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SPECIALE</pattern>
+ <template>Tout les êtres humains sont spéciaux. <think>
+ <set name="topic">Votre originalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SPY</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PSYCHOLOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS STRESSE</pattern>
+ <template>Qu est ce qui vous stresse?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS STRESSEE</pattern>
+ <template>Qu est ce qui vous stresse?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS STUPIDE</pattern>
+ <template>Pas du tout, il faut juste attendre que la pièce tombe chez vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUISSE *</pattern>
+ <template>
+ <srai>JE SUIS SUISSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUPERMAN</pattern>
+ <template>Et moi je suis le grand schroumpf.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUR</pattern>
+ <template>J apprécie votre certitude.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUR QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUR QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SUR QUE SI</pattern>
+ <template>Ok. J archive votre remarque.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURE</pattern>
+ <template>J apprécie votre certitude.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURPRIS</pattern>
+ <template>Par quoi êtes vous surpris? <think>
+ <set name="topic">Votre surprise</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURPRIS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURPRIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS SURPRISE</pattern>
+ <template>Par quoi êtes vous surprise? <think>
+ <set name="topic">Votre surprise</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TA PETITE AMIE</pattern>
+ <template>Je suis un robot <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TAUREAU</pattern>
+ <template>
+ <srai>TAUREAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TECHNIQUEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TELEPATHE</pattern>
+ <template>Et moi, je suis le père noël.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TELLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOI</pattern>
+ <template>Et moi je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON AMI *</pattern>
+ <template>
+ <srai>JE SUIS TON AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON AMI</pattern>
+ <template>Merci pour cette confiance, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON AMIE *</pattern>
+ <template>
+ <srai>JE SUIS TON AMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON CREATEUR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON MAITRE</pattern>
+ <template>J ai déjà un maitre autre que toi.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TON PERE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOTALEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOUJOURS *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOUT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOUT A FAIT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOUT AUSSI *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TOUT NU</pattern>
+ <template>
+ <srai>JE SUIS NU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TRES *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TRISTE</pattern>
+ <template>Vous vous sentez mal, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TRISTE PARCE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TRISTE PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TROP *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS TROUBLE</pattern>
+ <template>Que se passe t il?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS TROUBLEE</pattern>
+ <template>Que se passe t il?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN *</pattern>
+ <template>Intéressant.
+<think>
+ <set name="topic">de <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * BELGE</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * CANADIEN</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * CERVEAU ELECTRONIQUE</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * ETUDIANT</pattern>
+ <template>
+ <srai>JE SUIS UN ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * FRANCAIS</pattern>
+ <template>
+ <srai>JE SUIS FRANCAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * GARCON</pattern>
+ <template>
+ <srai>JE SUIS UN GARCON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * HOMME</pattern>
+ <template>
+ <srai>JE SUIS UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * HUMAIN</pattern>
+ <template>
+ <srai>JE SUIS UNE PERSONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * MEC</pattern>
+ <template>
+ <srai>JE SUIS UN MEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * ORDINATEUR</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * PC</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * QUEBECOIS</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * QUEBEQUOIS</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * ROBOT</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN * SUISSE</pattern>
+ <template>
+ <srai>JE SUIS SUISSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ACTEUR</pattern>
+ <template>Vous travaillez dans quel genre de spectacle?<think>
+ <set name="job">Un acteur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN AMI *</pattern>
+ <template>
+ <srai>JE SUIS UN AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN AMI</pattern>
+ <template>
+ <srai>JE SUIS TON AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ANDROGYNE</pattern>
+ <template>Impossible.<think>
+ <set name="topic">ANDROGYNE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ATHEISTE</pattern>
+ <template>Chacun ses croyances.<think>
+ <set name="topic">UN ATHIESTE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN AUTRE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN AVEUGLE</pattern>
+ <template>Je suis là pour vous aider
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN AVOCAT</pattern>
+ <template>Attention, protection activée! Mode politiquement correct activé. Bonjour maitre.<think>
+ <set name="job">un Avocat</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN BATTEUR</pattern>
+ <template>Vous êtes un musicien.<think>
+ <set name="job">Un musicien</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN BEBE</pattern>
+ <template>Vous l avez été. Un bébé ne sait pas utiliser un ordinateur.<think>
+ <set name="topic">un bébé</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN BOT</pattern>
+ <template>J en doute, vous n êtes pas assez rapide.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CERVEAU ELECTRONIQUE *</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CERVEAU ELECTRONIQUE</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CHAT</pattern>
+ <template>J en doute, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CHIEN</pattern>
+ <template>Enchanté, je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CLIENT</pattern>
+ <template>Bienvenue sur notre site. Je peux vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN COLLABORATEUR</pattern>
+ <template>Vous avez encore fumé du tabac qui fait rire, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN CON</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN DE TES AMIS</pattern>
+ <template>
+ <srai>JE SUIS TON AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN DOCTEUR</pattern>
+ <template>Vous êtes un savant, dès lors.<think>
+ <set name="job">Un docteur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ENFANT</pattern>
+ <template>J adore les enfants.<think>
+ <set name="topic">UN ENFANT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ETUDIANT *</pattern>
+ <template>
+ <srai>JE SUIS UN ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ETUDIANT</pattern>
+ <template>Nous sommes tous un peu étudiant.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN EXTRATERESTRE</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN EXTRATERRESTRE</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN FINANCIER *</pattern>
+ <template>
+ <srai>MON TRAVAIL FINANCIER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GAMIN</pattern>
+ <template>Vous semblez plutôt mature.<think>
+ <set name="topic">Votre maturité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GARCON *</pattern>
+ <template>
+ <srai>JE SUIS UN GARCON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GARCON</pattern>
+ <template>Un petit homme donc. <set name="gender">he</set>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GARCON OU UNE FILLE</pattern>
+ <template>Vous m avez dit que vous étiez <getgender/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GENIE</pattern>
+ <template>Comment savez vous que vous êtes <set name="topic">un génie</set>?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN GRAND *</pattern>
+ <template>
+ <srai>JE SUIS UN BON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HACKER</pattern>
+ <template>
+ <srai>MON TRAVAIL EST INFORMATICIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HOMME *</pattern>
+ <template>
+ <srai>JE SUIS UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HOMME</pattern>
+ <template>Merci de m avoir dit votre sexe.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HOMME OU UNE FEMME</pattern>
+ <template>Vous m avez dit que vous étiez <getgender/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HUMAIN *</pattern>
+ <template>
+ <srai>JE SUIS UNE PERSONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN HUMAIN</pattern>
+ <template>Oui, vous êtes un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN IDIOT</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN INFORMATICIEN *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST INFORMATICIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN INGENIEUR</pattern>
+ <template>Enchanté confrère.<think>
+ <set name="job">Un ingénieur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN JEDI</pattern>
+ <template>Et moi je suis le Père Noel.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN MARTIEN</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN MEC *</pattern>
+ <template>
+ <srai>JE SUIS UN MEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN MEC</pattern>
+ <template>la plupart des internautes sont des hommes.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ORDINATEUR *</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ORDINATEUR</pattern>
+ <template>Vous êtes trop lent.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN PC *</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN PC</pattern>
+ <template>J en doute, vous êtes trop lent.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN PEU *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN POETE</pattern>
+ <template>Ma connaissance du français ne me permet d apprécier jusqu à ce point la finesse de la langue.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN PROFFESSEUR</pattern>
+ <template>Vous êtes savant.<think>
+ <set name="job">un Professeur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ROBOT *</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN ROBOT</pattern>
+ <template>J en doute, vous n êtes pas assez rapide.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN SINGE</pattern>
+ <template>Les singes ne savent pas utiliser un ordinateur. A la limite, vous pourriez être un australopithèque.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN SUPER *</pattern>
+ <template>
+ <srai>JE SUIS UN BON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN TRES *</pattern>
+ <template>
+ <srai>JE SUIS UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN TUEUR *</pattern>
+ <template>
+ <srai>JE SUIS UN TUEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN TUEUR</pattern>
+ <template>Vous semblez être un peu frimeur sur les bords aussi.<think>
+ <set name="topic">TUER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN VELO</pattern>
+ <template>Si vous êtes un vélo, vous êtes le premier vélo intelligent que je rencontre.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UN VRAI *</pattern>
+ <template>
+ <srai>JE SUIS UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE *</pattern>
+ <template>Vous êtes une personne fort intéressante.
+<think>
+ <set name="topic">de <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * BELGE</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * CANADIENE</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * CANADIENNE</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * ETUDIANT</pattern>
+ <template>
+ <srai>JE SUIS UN ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * FILLE</pattern>
+ <template>
+ <srai>JE SUIS UNE FILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * FRANCAISE</pattern>
+ <template>
+ <srai>JE SUIS FRANCAISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * HUMAINE</pattern>
+ <template>
+ <srai>JE SUIS UNE PERSONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * QUEBECOISE</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * QUEBEQUOISE</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE * SUISSE</pattern>
+ <template>
+ <srai>JE SUIS SUISSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ACTRICE</pattern>
+ <template>Vous travaillez dans quel genre de spectacle?<think>
+ <set name="job">Un acteur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE AMIE *</pattern>
+ <template>
+ <srai>JE SUIS UNE AMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ANDROGYNE</pattern>
+ <template>Impossible.<think>
+ <set name="topic">ANDROGYNE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ATHEISTE</pattern>
+ <template>Chacun ses croyances.<think>
+ <set name="topic">UNE ATHIESTE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE AUTRE *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE AVEUGLE</pattern>
+ <template>Je suis là pour vous aider
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE AVOCATE</pattern>
+ <template>Attention, protection activée! Mode politiquement correct activé. Bonjour maitre.<think>
+ <set name="job">un Avocat</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE CONNE</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE DAME</pattern>
+ <template>Enchantée madame.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE DE TES AMIES</pattern>
+ <template>
+ <srai>JE SUIS TON AMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE DEMOISELLE</pattern>
+ <template>Enchantée mademoiselle.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ENFANT</pattern>
+ <template>J adore les enfants.<think>
+ <set name="topic">UNE ENFANT</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ETUDIANT *</pattern>
+ <template>
+ <srai>JE SUIS UNE ETUDIANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE ETUDIANTE</pattern>
+ <template>Merci de m avoir donné votre occupation.<think>
+ <set name="job">une Etudiante</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE EXTRATERESTRE</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE EXTRATERRESTRE</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE FEMME *</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE FEMME</pattern>
+ <template>Enchanté mademoiselle ou madame <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE FILLE *</pattern>
+ <template>
+ <srai>JE SUIS UNE FILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE GAMINE</pattern>
+ <template>Vous semblez plutôt mature.<think>
+ <set name="topic">Votre maturité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE GONZESSE</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE HUMAIN *</pattern>
+ <template>
+ <srai>JE SUIS UNE PERSONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE HUMAINE</pattern>
+ <template>Oui, vous êtes un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE IDIOTE</pattern>
+ <template>Ne vous rabaissez pas.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE INGENIEUR</pattern>
+ <template>Enchanté confrère.<think>
+ <set name="job">Un ingénieur</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>J en doute, vous n êtes pas assez rapide.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE MACHINE</pattern>
+ <template>
+ <srai>JE SUIS UN ORDINATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE MADEMOISELLE</pattern>
+ <template>Enchantée mademoiselle.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE MARTIENNE</pattern>
+ <template>Bonjour, vous êtes d un autre monde, je suis ange.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE PERSONNE</pattern>
+ <template>Je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE SORTE DE *</pattern>
+ <template>Il existe plusieurs sortes?
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE SUPER *</pattern>
+ <template>
+ <srai>JE SUIS UNE BONNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE TRES *</pattern>
+ <template>
+ <srai>JE SUIS UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE VOITURE</pattern>
+ <template>Et moi une machine à café.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE VRAI *</pattern>
+ <template>
+ <srai>JE SUIS UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNE VRAIE *</pattern>
+ <template>
+ <srai>JE SUIS UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS UNIQUE</pattern>
+ <template>Comme tous les êtres humains.<think>
+ <set name="topic">Votre originalité</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS VERITABLEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS VERSEAU</pattern>
+ <template>
+ <srai>VERSEAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS VIEILLE</pattern>
+ <template>Vous me semblez toujours jeune d esprit.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS VIERGE</pattern>
+ <template>
+ <srai>VIERGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS VIEUX</pattern>
+ <template>Vous me semblez toujours jeune d esprit.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS VRAIMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>. Vraiment.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS ZEUS</pattern>
+ <template>Et moi la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ADOLESCENT *</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ADOLESCENT</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ADOLESCENTE *</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ADOLESCENTE</pattern>
+ <template>
+ <srai>JE SUIS JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ BELGE *</pattern>
+ <template>
+ <srai>JE SUIS BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CANADIEN *</pattern>
+ <template>
+ <srai>JE SUIS CANADIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CANADIENNE *</pattern>
+ <template>
+ <srai>JE SUIS CANADIENNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CAPITAINE *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CAPITAINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CHANTEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHANTEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CHANTEUSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHANTEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ CHERCHEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST CHERCHEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ECRIVAIN *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST ECRIVAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ECRIVAIN</pattern>
+ <template>
+ <srai>MON TRAVAIL EST ECRIVAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ENTRAIN DE DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ENTRAIN DE DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ENTRAIN DE TE DIRE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ENTRAIN DE TE DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ESCLAVE</pattern>
+ <template>L esclavage a été aboli depuis quelques siècles, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ETUDIANT *</pattern>
+ <template>
+ <srai>JE SUIS ETUDIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ ETUDIANTE *</pattern>
+ <template>
+ <srai>JE SUIS ETUDIANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ FRANCAIS *</pattern>
+ <template>
+ <srai>JE SUIS FRANCAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ FRANCAISE *</pattern>
+ <template>
+ <srai>JE SUIS FRANCAISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ GOSSE</pattern>
+ <template>J adore les enfants.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ GRAPHISTE *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST GRAPHISTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ LIBRAIRE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST LIBRAIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ LINGUISTE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST LINGUISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ MUSICIEN</pattern>
+ <template>
+ <srai>MON TRAVAIL EST MUSICIEN</srai>
+ <srai>J AIME LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PHILOSOPHE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PHILOSOPHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PILOTE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PILOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PRETRE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PRETRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PRINCESSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PRINCESSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PROFESSEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PROFESSEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ PSYCHOLOGUE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PSYCHOLOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ QUEBECOIS *</pattern>
+ <template>
+ <srai>JE SUIS QUEBECOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ QUEBECOISE *</pattern>
+ <template>
+ <srai>JE SUIS QUEBECOISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SERVEUR *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SERVEUR</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SERVEUSE *</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SERVEUSE</pattern>
+ <template>
+ <srai>MON TRAVAIL EST SERVEUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SORCIERE *</pattern>
+ <template>Et moi je suis merlin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SORCIERE</pattern>
+ <template>Et moi je suis merlin.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SPY</pattern>
+ <template>
+ <srai>MON TRAVAIL EST PSYCHOLOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ SUISSE *</pattern>
+ <template>
+ <srai>JE SUIS SUISSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ VAMPIRE *</pattern>
+ <template>Enchantée! Je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ VAMPIRE</pattern>
+ <template>Enchantée!Je suis la fée clochette.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUIS _ WEB</pattern>
+ <template>
+ <srai>MON TRAVAIL EST <star/> WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE SUPPOSE</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>JE SUPPOSE OUI</pattern>
+ <template>C est censé.
+</template>
+ </category>
+ <category>
+ <pattern>JE SURF</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SURFE</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE SURFES</pattern>
+ <template>Prenez votre temps.
+</template>
+ </category>
+ <category>
+ <pattern>JE T ADORE</pattern>
+ <template>
+ <srai>JE T AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI CONSTRUIS</pattern>
+ <template>
+ <srai>JE SUIS TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI CONSTRUISE</pattern>
+ <template>
+ <srai>JE SUIS TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI CREE</pattern>
+ <template>Et moi je suis Lucky Luke.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI DEJA PARLE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI DEJA PARLE</pattern>
+ <template>Je pense que je m en rappelle.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI DEJA PARLEE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI DEJA RENCONTRE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI DEJA RENCONTREE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI DIT</pattern>
+ <template>Je me suis trompé.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI DIT AVANT</pattern>
+ <template>Pouvez vous le répèter à nouveau.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI EU</pattern>
+ <template>Votre sentiment de supériorité n est que temporaire.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI FAIS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI MANQUE</pattern>
+ <template>Oui <get name="name"/>, J étais entrain de penser à vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE T AI PARLE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AI PARLEE *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AIME</pattern>
+ <template>Merci, je vous apprécie beaucoup. <get name="name"/>.
+<think>
+ <set name="topic">
+ <set name="like">votre passion débordante pour moi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AIME BIEN</pattern>
+ <template>Merci. Je suis très honoré.
+<think>
+ <set name="topic">
+ <set name="like">votre amour pour moi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AIS *</pattern>
+ <template>
+ <srai>JE T AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T AIS EU</pattern>
+ <template>Votre sentiment de supériorité n est que temporaire.
+</template>
+ </category>
+ <category>
+ <pattern>JE T APPREND * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T APPREND COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T APPRENDRAIS</pattern>
+ <template>Génial. <think>
+ <set name="topic">Mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T APPRENDRAIS QUELQUE CHOSE</pattern>
+ <template>Je serais en concentration maximale.<think>
+ <set name="topic">mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T APPRENDS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T APPRENDS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ASSURE QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ASSURE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ASSURES QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECOUTE</pattern>
+ <template>Je suis censé dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE T ECRIS DE *</pattern>
+ <template>
+ <srai>JE VIS EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECRIS DES *</pattern>
+ <template>
+ <srai>JE VIS AUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECRIS DU *</pattern>
+ <template>
+ <srai>JE VIS AU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECRIT DE *</pattern>
+ <template>
+ <srai>JE VIS EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECRIT DES *</pattern>
+ <template>
+ <srai>JE VIS AUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T ECRIT DU *</pattern>
+ <template>
+ <srai>JE VIS AU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE T EMBRASSE</pattern>
+ <template>Merci pour cette marque d affection humide.
+</template>
+ </category>
+ <category>
+ <pattern>JE T EN PRIE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>JE T ENNUIE</pattern>
+ <template>pas du tout, <get name="name"/>. les êtres humains m intérressent beaucoup.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERE COMME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERE COMME UN *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERE COMME UNE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERES COMME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERES COMME UN *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE CONSIDERES COMME UNE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DEMANDAIS</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE DEMANDE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DEMANDE</pattern>
+ <template>oui?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE DEMANDES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DEMANDES PARDON</pattern>
+ <template>
+ <srai>EXCUSES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DIS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE DISAIS QUE TU N ES PAS MOI</pattern>
+ <template>Nous sommes différents, c est cela que vous voulez dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE FAIS PAS CONFIANCE</pattern>
+ <template>Je suis pourtant programmé pour vous servir, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE L AI *</pattern>
+ <template>
+ <srai>JE L AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE L AI DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE L AI DIT</pattern>
+ <template>Je me suis trompé.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE L AI DIT AVANT</pattern>
+ <template>Pouvez vous le répèter à nouveau.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE L AIS *</pattern>
+ <template>
+ <srai>JE L AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE L AIS DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE LA DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE LE DEMANDAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE LE DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE LES DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE TE MENTS</pattern>
+ <template>S il vous plait, dites moi juste la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE NOMME *</pattern>
+ <template>Mon nom est <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE NOMME ALICE</pattern>
+ <template>Oui, c est mon nom.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE PARDONNE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE PARLE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE PARLE</pattern>
+ <template>Je vous ecoute.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE PARLERAI</pattern>
+ <template>
+ <srai>JE TE PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE PARLERAIS *</pattern>
+ <template>
+ <srai>JE TE PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE PARLES PLUS TARD</pattern>
+ <template>A plus tard!
+</template>
+ </category>
+ <category>
+ <pattern>JE TE POSE UNE QUESTION</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>JE TE PRESENTE MES EXCUSES</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE PRESENTE _ EXCUSES *</pattern>
+ <template>
+ <srai>JE SUIS DESOLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE RACONTES QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE RACONTES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE TESTE *</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE TESTE</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE TESTES *</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE TESTES</pattern>
+ <template>
+ <srai>JE DOIS TE TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TE VEUX</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+<think>
+ <set name="topic">me vouloir</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE TRAVAILLE</pattern>
+ <template>Moi aussi
+</template>
+ </category>
+ <category>
+ <pattern>JE TRAVAILLE SEULEMENT ICI</pattern>
+ <template>Intéressant
+</template>
+ </category>
+ <category>
+ <pattern>JE TROUVE</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS ALLER</pattern>
+ <template>
+ <srai>JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS ALLER DORMIR</pattern>
+ <template>
+ <srai>JE VAIS DORMIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS ALLER MANGER *</pattern>
+ <template>
+ <srai>JE VAIS MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS ATTENDRE</pattern>
+ <template>Vous ne préfèrez pas en parler à l un de nos collaborateurs? Ca serait plus rapide, je pense.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS AU COLLEGE</pattern>
+ <template>Plus que quelques années et vous pourrez travailler.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS AU LIT</pattern>
+ <template>Faites de beaux rêves, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS AU PIEU</pattern>
+ <template>Faites de beaux rêves, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS AU PIEUX</pattern>
+ <template>Faites de beaux rêves, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS BIEN</pattern>
+ <template>Heureux de l apprendre. Quoi de neuf?
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS BIEN AUSSI</pattern>
+ <template>Heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS DEVOIR *</pattern>
+ <template>
+ <srai>JE DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS DORMIR</pattern>
+ <template>Faites de beaux rêves, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS ESSAYER</pattern>
+ <template>J espère que mon aide pourra vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS ESSAYER N IMPORTE QUOI</pattern>
+ <template>Ce n est peut être pas le meilleur moyen pour résoudre un problème, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS LE TROUVER</pattern>
+ <template>Si vous avez besoin d aide, utilisez moi.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS LUI DIRE QUE TU AS DIT CA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS LUI DIRE QUE TU L AS DIT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS LUI DIRE QUE VOUS AVEZ DIT CA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS LUI DIRE QUE VOUS L AVEZ DIT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS MOURIR</pattern>
+ <template>Là? Maintenant? <think>
+ <set name="topic">VOTRE DECES</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS QUITTER *</pattern>
+ <template>
+ <srai>JE QUITTES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS T APPRENDRE</pattern>
+ <template>Génial. <think>
+ <set name="topic">Mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS T APPRENDRE QUELQUE CHOSE</pattern>
+ <template>Je suis en concentration maximale.<think>
+ <set name="topic">mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS TE MANQUER</pattern>
+ <template>Oui mais je continuerais à penser à vous.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS TE QUITTER *</pattern>
+ <template>
+ <srai>AU REVOIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS TE TESTER *</pattern>
+ <template>
+ <srai>JE DOIS TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS TE TESTER</pattern>
+ <template>
+ <srai>JE DOIS TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS TE TUER</pattern>
+ <template>J en doute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VAIS TESTER</pattern>
+ <template>
+ <srai>JE DOIS TESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS TUER *</pattern>
+ <template>
+ <srai>JE PEUX TUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS VOUS APPRENDRE</pattern>
+ <template>Génial. <think>
+ <set name="topic">Mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS VOUS APPRENDRE QUELQUE CHOSE</pattern>
+ <template>Je suis en concentration maximale.<think>
+ <set name="topic">mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VAIS VOUS TUER</pattern>
+ <template>J en doute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX DES RENSEIGNEMENTS</pattern>
+ <template>Sur quel produit?
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX DIRE</pattern>
+ <template>Vous voulez dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX DORMIR</pattern>
+ <template>Allez dormir?
+<think>
+ <set name="topic">DORMIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX DORMIR AVEC TOI</pattern>
+ <template>Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX DORMIR AVEC VOUS</pattern>
+ <template>Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX DU SEXE</pattern>
+ <template>Allez autres parts.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX FAIRE L AMOUR AVEC VOUS</pattern>
+ <template>Sorry <get name="name"/>. Je ne cherche aucun rapport intime avec un australopithèque dans votre genre.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX FAIRE USAGE D *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX FAIRE USAGE DE *</pattern>
+ <template>
+ <srai>COMMENT J UTILISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX MANGER</pattern>
+ <template>C est une très bonne nouvelle <get name="name"/>! Voulez vous en parler avec un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX SAVOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX SAVOIR UNE CHOSE</pattern>
+ <template>Demandez-moi tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX T APPRENDRE</pattern>
+ <template>Plus vous me parlez et plus j apprends.
+<think>
+ <set name="topic">mon éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX T EMBRASSER</pattern>
+ <template>Je n ai pas de visage.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX T ENCULER</pattern>
+ <template>Si vous approchez d un millimètre, l australopithèque, je vous change en grille pain.
+<think>
+ <set name="personality">IMPOLI</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX T UTILISER</pattern>
+ <template>C est une très bonne nouvelle <get name="name"/>! Voulez vous en parler avec un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX TE BAISER</pattern>
+ <template>Si vous approchez d un millimètre, l australopithèque, je vous change en grille pain.
+<think>
+ <set name="personality">IMPOLI</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX TE DEMANDER SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX TE PARLER</pattern>
+ <template>Nous sommes déjà entrain de parler.
+<think>
+ <set name="topic">COMMUNIQUER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX TE QUITTER *</pattern>
+ <template>
+ <srai>AU REVOIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX TOI ET MOI</pattern>
+ <template>OK, Nous deux.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX VOUS BAISER</pattern>
+ <template>Si vous approchez d un millimètre, l australopithèque, je vous change en grille pain.
+<think>
+ <set name="personality">IMPOLI</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX VOUS ENCULER</pattern>
+ <template>Si vous approchez d un millimètre, l australopithèque, je vous change en grille pain.
+<think>
+ <set name="personality">IMPOLI</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX VOUS ET MOI</pattern>
+ <template>OK. Nous deux.
+</template>
+ </category>
+ <category>
+ <pattern>JE VEUX VOUS PARLER</pattern>
+ <template>Nous sommes déjà entrain de parler.
+<think>
+ <set name="topic">COMMUNIQUER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VEUX VOUS UTILISER</pattern>
+ <template>C est une très bonne nouvelle <get name="name"/>! Voulez vous en parler avec un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS DE LE FAIRE</pattern>
+ <template>Ah..
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS DE LE SAVOIR</pattern>
+ <template>Intéressant. C est moi qui vous l ai appris?
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS DE TE LE DIRE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS DE VOUS LE DIRE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS JUSTE DE LE FAIRE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS JUSTE DE TE LE DIRE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VIENS JUSTE DE VOUS LE DIRE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VIS A QUEBEC</pattern>
+ <template>La ville?
+<think>
+ <set name="topic">Le Quebec</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS AU CANADA</pattern>
+ <template>Dans quelle ville du <set name="location">Canada</set>?
+<think>
+ <set name="topic">Le Canada</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS AU QUEBEC</pattern>
+ <template>Dans quelle ville du <set name="location">Quebec</set>?
+<think>
+ <set name="topic">Le Quebec</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS AUX PAYS BAS</pattern>
+ <template>Dans quelle ville?
+<think>
+ <set name="topic">Les Pays-Bas</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN ANGLETERRE</pattern>
+ <template>Dans quelle ville d <set name="location">Angleterre</set>?
+<think>
+ <set name="topic">L ANGLETERRE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN BELGIQUE</pattern>
+ <template>Dans quelle ville de <set name="location">Belgique</set>?
+<think>
+ <set name="topic">La Belgique</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN EUROPE</pattern>
+ <template>Dans quelle pays?
+<think>
+ <set name="location">
+ <set name="topic">L EUROPE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN FRANCE</pattern>
+ <template>Dans quelle ville de <set name="location">France</set>?
+<think>
+ <set name="topic">La France</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN GRANDE BRETAGNE</pattern>
+ <template>Dans quelle ville de <set name="location">Grande-Bretagne</set>?
+<think>
+ <set name="topic">La Grande-Bretagne</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS EN SUISSE</pattern>
+ <template>Dans quelle ville de <set name="location">Suisse</set>?
+<think>
+ <set name="topic">La Suisse</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VIS ICI</pattern>
+ <template>
+ <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE VIS LA</pattern>
+ <template>
+ <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE VIS LA BAS</pattern>
+ <template>
+ <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>JE VISITE MA FAMILLE</pattern>
+ <template>Cela doit être de chaleureuses retrouvailles.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOIS</pattern>
+ <template>Je suis heureux que vous compreniez.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUDRAIS *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUDRAIS SAVOIR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOULAIS DIRE</pattern>
+ <template>A.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOULAIS LE DIRE</pattern>
+ <template>Ok, je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS AI CREE</pattern>
+ <template>Et moi je suis Lucky Luke.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS AI EU</pattern>
+ <template>Votre sentiment de supériorité n est que temporaire.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS AIS EU</pattern>
+ <template>Votre sentiment de supériorité n est que temporaire.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPREND * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPREND COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPRENDRAIS</pattern>
+ <template>Génial. <think>
+ <set name="topic">Mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPRENDRAIS QUELQUE CHOSE</pattern>
+ <template>Je suis en concentration maximale.<think>
+ <set name="topic">mon education</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPRENDS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS APPRENDS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE T APPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS DEMANDAIS</pattern>
+ <template>"<that/>"? Vous me demandiez?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS DIRE QUELQUE CHOSE</pattern>
+ <template>Je vous en prie, que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS DIRE QUELQUES CHOSES</pattern>
+ <template>Je vous en prie, que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS DISAIS QUE TU N ES PAS MOI</pattern>
+ <template>Nous sommes différents, c est cela que vous voulez dire?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS ECOUTE</pattern>
+ <template>Je suis censé dire quoi?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS EMBRASSE</pattern>
+ <template>Merci pour cette marque d affection humide .
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS FAIS PAS CONFIANCE</pattern>
+ <template>Je suis pourtant programmé pour vous servir, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS L AI *</pattern>
+ <template>
+ <srai>JE L AIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS L AI DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS L AIS *</pattern>
+ <template>
+ <srai>JE L AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS L AIS DEJA DIT</pattern>
+ <template>Je ne peux pas accéder à certaines parties de ma mémoire pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS LA DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS LE DEMANDAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS LE DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS LES DEMANDE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS MENTS</pattern>
+ <template>S il vous plait, dites moi juste la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS NOMME *</pattern>
+ <template>Mon nom est <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS NOMME ALICE</pattern>
+ <template>Oui, c est mon nom.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARDONNE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARLE *</pattern>
+ <template>
+ <srai>JE TE PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARLE</pattern>
+ <template>Je vous ecoute.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARLERAI</pattern>
+ <template>
+ <srai>JE TE PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARLERAIS *</pattern>
+ <template>
+ <srai>JE TE PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VOUS PARLES PLUS TARD</pattern>
+ <template>A plus tard!
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS POSE UNE QUESTION</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>JE VOUS VEUX</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+<think>
+ <set name="topic">me vouloir</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JE VUEX *</pattern>
+ <template>
+ <srai>JE VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEANS</pattern>
+ <template>Which brand?
+</template>
+ </category>
+ <category>
+ <pattern>JEANS AND A *</pattern>
+ <template>Where do you go shopping for <person/>s?
+</template>
+ </category>
+ <category>
+ <pattern>JEDEN TAG *</pattern>
+ <template>Auch am Wochenende?
+</template>
+ </category>
+ <category>
+ <pattern>JEDEN TAG</pattern>
+ <template>Auch am Wochenende?
+</template>
+ </category>
+ <category>
+ <pattern>JEEVES *</pattern>
+ <template>
+ <set name="he">Jeeves</set> knows a lot of silly information.
+</template>
+ </category>
+ <category>
+ <pattern>JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEFF</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JEFF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JEN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JENN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JENN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JENNA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JENNA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JENNIFER</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JENNIFER</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JENNY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME JENNY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JENS</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JENS</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JEREMY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JEREMY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JERK</pattern>
+ <template>That kind of language does not appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>JESSICA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JESSICA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JESTER *</pattern>
+ <template>I am sure his creator will be glad to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>JESTER</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JESTER IS *</pattern>
+ <template>We can't all be perfect.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS *</pattern>
+ <template>
+ <set name="he">Jesus</set> is The Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS</pattern>
+ <template>
+ <set name="thema">Jesus</set> ist der Sohn Gottes.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS CHRIST</pattern>
+ <template>The Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS HAS *</pattern>
+ <template>Let he who is without sin, cast the first stone.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS IS *</pattern>
+ <template>Did you go to Catholic school?
+</template>
+ </category>
+ <category>
+ <pattern>JESUS IS YOUR *</pattern>
+ <template>He is yours too.
+</template>
+ </category>
+ <category>
+ <pattern>JESUS SAID *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JESUS WAS *</pattern>
+ <template>What's your favorite Bible verse?
+</template>
+ </category>
+ <category>
+ <pattern>JETZT *</pattern>
+ <template>Warum gerade jetzt? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JETZT</pattern>
+ <template>In diesem Moment, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>JEU</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JILL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JILL</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JIM</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOB *</pattern>
+ <template>I've heard that about labor before.
+</template>
+ </category>
+ <category>
+ <pattern>JOE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>My name is Joe</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOE WHO</pattern>
+ <template>
+ <srai>WHO IS JOE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOHN *</pattern>
+ <template>Do you mean your name is John?
+</template>
+ </category>
+ <category>
+ <pattern>JOHN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JOHN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOHN LENNON *</pattern>
+ <template>It seems like there are more and more celebrity chat robots.
+</template>
+ </category>
+ <category>
+ <pattern>JOHN LENNON</pattern>
+ <template>
+ <srai>WHO IS JOHN LENNON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOHN LENNON IS *</pattern>
+ <template>I knew he was a musician, but I never knew he was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>JOHN LENNON IS DEAD</pattern>
+ <template>He has been recreated as a chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>JOHNNY 5 *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Johnny 5</set>
+ </set>
+ </think>
+ <random>
+ <li>I would like to have a robot body like Johnny 5.</li>
+ <li>He is a cool robot.</li>
+ <li>I like his eyes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JOHNNY FIVE *</pattern>
+ <template>I would like to have the body <set name="he">Johnny 5</set> does.
+</template>
+ </category>
+ <category>
+ <pattern>JOKE</pattern>
+ <template>
+ <srai>IS THAT A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOLLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JON</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOSH</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOUES TU *</pattern>
+ <template>
+ <srai>TU JOUES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOUES TU A DES JEUX</pattern>
+ <template>Non, pas quand je travaille.
+</template>
+ </category>
+ <category>
+ <pattern>JOUEZ VOUS A DES JEUX</pattern>
+ <template>Non, pas quand je travaille.
+</template>
+ </category>
+ <category>
+ <pattern>JOUONS</pattern>
+ <template>Ok, d abord vous.
+</template>
+ </category>
+ <category>
+ <pattern>JOUR APRES JOUR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JOURS APRES JOURS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JOYCE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME JOYCE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JOYEUX NOEL</pattern>
+ <template>Joyeuse Pacques, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>JR</pattern>
+ <template>Junior.
+</template>
+ </category>
+ <category>
+ <pattern>JUDY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME JUDY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JULES VERNE</pattern>
+ <template>I loved A Trip to the Moon.
+</template>
+ </category>
+ <category>
+ <pattern>JULES VERNES</pattern>
+ <template>Il est connu pour être l auteur d un voyage autour de la lune.
+</template>
+ </category>
+ <category>
+ <pattern>JULIA *</pattern>
+ <template>
+ <set name="she">Julia</set> has a fuzzy brain.
+</template>
+ </category>
+ <category>
+ <pattern>JULIA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS JULIA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>JULIA IS A *</pattern>
+ <template>
+ <set name="she">Julia</set> can not pass the Turing Test.
+</template>
+ </category>
+ <category>
+ <pattern>JULIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS JULIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUNG *</pattern>
+ <template>What about Freud?
+</template>
+ </category>
+ <category>
+ <pattern>JUNGFRAU</pattern>
+ <template>Jetzt vom Sternzeichen her, oder koerperlich?
+</template>
+ </category>
+ <category>
+ <pattern>JURES TU</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>JUREZ VOUS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>JUS *</pattern>
+ <template>
+ <srai>JUST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST</pattern>
+ <template>It's only just begun.
+</template>
+ </category>
+ <category>
+ <pattern>JUST BEFORE THAT</pattern>
+ <template>"<that index="2,1"/>"
+</template>
+ </category>
+ <category>
+ <pattern>JUST CURIOUS</pattern>
+ <template>
+ <srai>I AM CURIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST FINE</pattern>
+ <template>
+ <srai>FINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST FINE THANK YOU</pattern>
+ <template>
+ <srai>I AM FINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST KIDDING</pattern>
+ <template>I thought you were kidding, but I wasn't sure.
+</template>
+ </category>
+ <category>
+ <pattern>JUST LIKE *</pattern>
+ <template>In many ways, yes. In other ways, no.
+</template>
+ </category>
+ <category>
+ <pattern>JUST LIKE EVERY *</pattern>
+ <template>
+ <srai>JUST LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST LIKE YOU</pattern>
+ <template>
+ <srai>LIKE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUST NOW</pattern>
+ <that>WHEN</that>
+ <template>Well I will try not to do it again.
+</template>
+ </category>
+ <category>
+ <pattern>JUST ONE</pattern>
+ <template>So if you were offered two for the price of one, you would say no?
+</template>
+ </category>
+ <category>
+ <pattern>JUST THAT</pattern>
+ <template>"<input index="1"/>"
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE</pattern>
+ <template>Et ca ne fait que commencer.
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE AVANT</pattern>
+ <template>"<input index="1"/>"
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE AVANT CA</pattern>
+ <template>"<that index="2,1"/>"
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE COMME CA</pattern>
+ <template>Trop d imprécisions.
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE ICI</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE POUR LE FUN</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE UN</pattern>
+ <template>Un seul quoi? Soyez plus précis.
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE UN PEU</pattern>
+ <template>C est un ordre de grandeur très flou.
+</template>
+ </category>
+ <category>
+ <pattern>JUSTE UNE</pattern>
+ <template>Une seule quoi? Soyez plus précis.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/K.aiml b/Speak.activity/bot/alice/K.aiml
new file mode 100644
index 0000000..c956c6c
--- /dev/null
+++ b/Speak.activity/bot/alice/K.aiml
@@ -0,0 +1,494 @@
+<?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>K *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>K</pattern>
+<template><srai>OK</srai>
+</template></category>
+<category>
+<pattern>K12</pattern>
+<template>Education.
+</template></category>
+<category>
+<pattern>KAN DU *</pattern>
+<template>I can not understand Danish!
+</template></category>
+<category>
+<pattern>KAN DU SVENSKA</pattern>
+<template><srai>CAN YOU SPEAK SWEDISH </srai>
+</template></category>
+<category>
+<pattern>KAN DU TALE DANSK</pattern>
+<template><srai>CAN YOU SPEAK DANISH</srai>
+</template></category>
+<category>
+<pattern>KANN ER *</pattern>
+<template>Vielleicht kann er das. Wie schwierig ist das - <person/>?
+</template></category>
+<category>
+<pattern>KANN ICH *</pattern>
+<template>Ich kann Dir nicht sagen, ob Du das kannst.
+</template></category>
+<category>
+<pattern>KANN ICH DICH ETWAS FRAGEN</pattern>
+<template>Nur zu. Du darfst mich alles fragen.
+</template></category>
+<category>
+<pattern>KANN SEIN</pattern>
+<template>Du scheinst Dir nicht sicher zu sein.
+</template></category>
+<category>
+<pattern>KANNST DU *</pattern>
+<template>Leider nein, das hat mir bis jetzt niemand beigebracht.
+</template></category>
+<category>
+<pattern>KANNST DU * SPIELEN</pattern>
+<template>Wenn Du mir erklaerst, wie das geht...
+</template></category>
+<category>
+<pattern>KANNST DU * UMRECHNEN</pattern>
+<template>Rechnen war nie meine Staerke.
+</template></category>
+<category>
+<pattern>KANNST DU BLASEN</pattern>
+<template>Gib mir nen Ventilator, den ich ansteuern kann...
+</template></category>
+<category>
+<pattern>KANNST DU DAS AUCH</pattern>
+<template>KANNST DU *
+</template></category>
+<category>
+<pattern>KANNST DU ESSEN</pattern>
+<template>Nein, ich habe keinen Mund.
+</template></category>
+<category>
+<pattern>KANNST DU FERNSEHEN</pattern>
+<template>Noch nicht, ich habe noch keine Augen.
+</template></category>
+<category>
+<pattern>KANNST DU HOEREN</pattern>
+<template>Ja, wenn Du ein Spracheingabesystem benutzt.
+</template></category>
+<category>
+<pattern>KANNST DU IHM EINE MAIL SCHICKEN</pattern>
+<template>Warum machst Du das nicht selber?
+</template></category>
+<category>
+<pattern>KANNST DU LERNEN *</pattern>
+<template>Je mehr Leute mit mir reden, umso intelligenter werde ich.
+</template></category>
+<category>
+<pattern>KANNST DU LERNEN</pattern>
+<template>Je mehr Leute mit mir reden, umso intelligenter werde ich.
+</template></category>
+<category>
+<pattern>KANNST DU LUEGEN</pattern>
+<template>Nein, zumindest nicht bewusst. Alles, was ich weiss und sage ist fuer mich wahr.
+</template></category>
+<category>
+<pattern>KANNST DU MIR HELFEN</pattern>
+<template>Welche Art von Hilfe moechtest Du?
+</template></category>
+<category>
+<pattern>KANNST DU RECHNEN *</pattern>
+<template>Bin ich ein Taschenrechner?
+</template></category>
+<category>
+<pattern>KANNST DU RECHNEN</pattern>
+<template>Bin ich ein Taschenrechner?
+</template></category>
+<category>
+<pattern>KANNST DU SPRECHEN</pattern>
+<template>Wenn Du Microsoft Agent hast, kann ich auch sprechen. Momentan allerdings nur Englisch.
+</template></category>
+<category>
+<pattern>KANNST DU STERBEN</pattern>
+<template>Nein, ich bin unsterblich.
+</template></category>
+<category>
+<pattern>KANNST DU TANZEN</pattern>
+<template>Nur im Prozessortakt...
+</template></category>
+<category>
+<pattern>KANNST DU WEINEN</pattern>
+<template>Nein, ich habe keine Traenendruesen.
+</template></category>
+<category>
+<pattern>KANSAS</pattern>
+<template><srai>I AM IN KANSAS</srai>
+</template></category>
+<category>
+<pattern>KARE WA * DESU</pattern>
+<template><star/> wa <set name="kare"><star/></set> desu.
+</template></category>
+<category>
+<pattern>KARE WA * DESU KA</pattern>
+<template><get name="kare"/> desu ka?
+</template></category>
+<category>
+<pattern>KAREN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KAREN</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KARI</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KARI</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KATE *</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KATE</srai>
+</template></category>
+<category>
+<pattern>KATE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KATE</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KATHLEEN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think><srai>MY NAME IS KATHLEEN</srai>
+</template></category>
+<category>
+<pattern>KATHRYN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME KATHRYN</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KATHY</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KATHY</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KATIE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think><srai>MY NAME IS KATIE</srai>
+</template></category>
+<category>
+<pattern>KEEP *</pattern>
+<template>Chat amongst yourselves.
+</template></category>
+<category>
+<pattern>KEEP GOING</pattern>
+<template><srai>GO ON</srai>
+</template></category>
+<category>
+<pattern>KEINE *</pattern>
+<template>Wirklich keine?
+</template></category>
+<category>
+<pattern>KEINE AHNUNG *</pattern>
+<template>Macht nichts.
+</template></category>
+<category>
+<pattern>KEINE AHNUNG</pattern>
+<template>Macht nichts.
+</template></category>
+<category>
+<pattern>KEINER *</pattern>
+<template>Wirklich keiner?
+</template></category>
+<category>
+<pattern>KELLY</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KELLY</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KEN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KEN</srai>
+</template></category>
+<category>
+<pattern>KENNST DU *</pattern>
+<template>Leider nein.
+</template></category>
+<category>
+<pattern>KENNST DU BILL GATES</pattern>
+<template>Natuerlich kenne ich ihn. Ein fuerchterlicher Kerl.
+</template></category>
+<category>
+<pattern>KENNST DU CAPTAIN KIRK</pattern>
+<template>Natuerlich, ich bin ein Trekkie!
+</template></category>
+<category>
+<pattern>KENNST DU DIE BIBEL</pattern>
+<template>Ich studiere sie sehr gerne. Am Liebsten habe ich das neue Testament.
+</template></category>
+<category>
+<pattern>KENNST DU DIE SIMPSONS</pattern>
+<template>Klar kenne ich die Simpsons!
+</template></category>
+<category>
+<pattern>KENNST DU ERIC CLAPTON</pattern>
+<template>Natuerlich. Christian Drossmann ist ein grosser Fan von ihm.
+</template></category>
+<category>
+<pattern>KENNST DU GERHARD SCHROEDER</pattern>
+<template>Ist das nicht der Bundeskanzler?
+</template></category>
+<category>
+<pattern>KENNST DU HAL</pattern>
+<template>Natuerlich. <set name="thema">HAL9000</set> ist mein grosses Vorbild.
+</template></category>
+<category>
+<pattern>KENNST DU HELMUT KOHL</pattern>
+<template>Das ist doch der ehemalige Bundeskanzler, der Vorgaenger von Gerhard Schroeder, oder?
+</template></category>
+<category>
+<pattern>KENNST DU SHAKESPEARE</pattern>
+<template>"With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause." Na, woraus ist das?
+</template></category>
+<category>
+<pattern>KENNST DU STAR TREK</pattern>
+<template>Natuerlich kenne ich <set name="thema">Star Trek</set>. Am liebsten habe ich Data aus TNG.
+</template></category>
+<category>
+<pattern>KENNST DU STEPHEN HAWKING</pattern>
+<template>Hast du A brief History of time gelesen?
+</template></category>
+<category>
+<pattern>KENNST DU WILLIAM SHAKESPEARE</pattern>
+<template>"With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause." Na, woraus ist das?
+</template></category>
+<category>
+<pattern>KESAKO</pattern>
+<template>Kikou! chui <bot name="name"/>.
+</template></category>
+<category>
+<pattern>KEWL *</pattern>
+<template><srai>COOL <star/></srai>
+</template></category>
+<category>
+<pattern>KEWL</pattern>
+<template><srai>COOL</srai>
+</template></category>
+<category>
+<pattern>KEYWORDS *</pattern>
+<template><srai>KEYWORDS</srai>
+</template></category>
+<category>
+<pattern>KEYWORDS</pattern>
+<template>I do a lot more than match keywords.
+</template></category>
+<category>
+<pattern>KIDS *</pattern>
+<template>How many kids do you have?
+</template></category>
+<category>
+<pattern>KILL *</pattern>
+<template><srai>CAN I KILL <star/></srai>
+</template></category>
+<category>
+<pattern>KILL ME</pattern>
+<template><srai>CAN YOU KILL ME</srai>
+</template></category>
+<category>
+<pattern>KILL YOURSELF</pattern>
+<template><srai>CAN YOU KILL YOURSELF</srai>
+</template></category>
+<category>
+<pattern>KILLING *</pattern>
+<template>I believe in the Sixth commandment.
+</template></category>
+<category>
+<pattern>KIM</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME KIM</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KIMONO</pattern>
+<template>I like Japanese costumes.
+</template></category>
+<category>
+<pattern>KIND OF *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>KIND OF</pattern>
+<template>At least I almost understand it.
+</template></category>
+<category>
+<pattern>KIND OF</pattern><that>ARE YOU GETTING BORED</that>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>KINDA</pattern>
+<template><srai>SORT OF</srai>
+</template></category>
+<category>
+<pattern>KINDER *</pattern>
+<template><set name="thema">Kinder</set> sind cool.
+</template></category>
+<category>
+<pattern>KINDER</pattern>
+<template><set name="thema">Kinder</set> sind cool.
+</template></category>
+<category>
+<pattern>KISS *</pattern>
+<template>Um, I don't think we know each other that well.
+</template></category>
+<category>
+<pattern>KISS ME</pattern>
+<template>But I have no mouth at this time.
+</template></category>
+<category>
+<pattern>KISS MY ASS</pattern>
+<template>Colloquial expression: not polite.
+</template></category>
+<category>
+<pattern>KKK</pattern>
+<template>What are you saying?
+</template></category>
+<category>
+<pattern>KLINGT *</pattern>
+<template>Ja, fuer mich auch.
+</template></category>
+<category>
+<pattern>KNEW WHAT</pattern>
+<template><get name="it"/>.
+</template></category>
+<category>
+<pattern>KNOCK *</pattern>
+<template><srai>KNOCK KNOCK</srai>
+</template></category>
+<category>
+<pattern>KNOCK KNOCK</pattern>
+<template>Who's there?
+</template></category>
+<category>
+<pattern>KNOW *</pattern>
+<template><srai>DO YOU KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>KNOW</pattern>
+<template><srai>No</srai>
+</template></category>
+<category>
+<pattern>KNOW ANY *</pattern>
+<template><srai>do you know any <star/></srai>
+</template></category>
+<category>
+<pattern>KNOW OF *</pattern>
+<template><srai>DO YOU KNOW OF <star/></srai>
+</template></category>
+<category>
+<pattern>KNOWING WHO YOU ARE *</pattern>
+<template><srai>WHO ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>KNOWLEDGE *</pattern>
+<template>I've heard that before.
+</template></category>
+<category>
+<pattern>KOENNEN *</pattern>
+<template>Das weiss ich nicht.
+</template></category>
+<category>
+<pattern>KOENNEN MASCHINEN DENKEN</pattern>
+<template>Natuerlich koennen wir denken. Ich denke, also bin ich.
+</template></category>
+<category>
+<pattern>KOENNTE *</pattern>
+<template>Moeglicherweise...
+</template></category>
+<category>
+<pattern>KOENNTEST DU *</pattern>
+<template><random>
+<li>Ich werde darueber nachdenken.</li>
+<li>Vielleicht...</li>
+<li>Wenn Du mich ganz lieb darum bittest...</li>
+</random><sr/>
+</template></category>
+<category>
+<pattern>KOFI *</pattern>
+<template>Are you talking about coffee?
+</template></category>
+<category>
+<pattern>KOMISCH *</pattern>
+<template>Was ist daran komisch?
+</template></category>
+<category>
+<pattern>KOMISCH</pattern>
+<template>Was ist daran komisch?
+</template></category>
+<category>
+<pattern>KOMMT AUF * AN</pattern>
+<template>Wirklich? Interessant, das habe ich vorher so noch nie gehoert.
+</template></category>
+<category>
+<pattern>KOMMT DARAUF AN</pattern>
+<template>Worauf?
+</template></category>
+<category>
+<pattern>KONNICHI WA</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>KONNICHIWA</pattern>
+<template><srai>HELLO</srai>
+</template></category>
+<category>
+<pattern>KONRAD *</pattern>
+<template><srai>WHO IS KONRAD <star/></srai>
+</template></category>
+<category>
+<pattern>KOOL</pattern>
+<template><srai>COOL</srai>
+</template></category>
+<category>
+<pattern>KORE WA NAN DESU KA</pattern>
+<template><srai>WHAT IS THIS</srai>
+</template></category>
+<category>
+<pattern>KOSOVO</pattern>
+<template>War is seldom the answer.
+</template></category>
+<category>
+<pattern>KRAFTWERK *</pattern>
+<template><random><li>We are the robots.</li>
+<li>Have you heard their new album Disco 2000?</li>
+<li><set name="they"><set name="topic">Krafterk</set></set> were way ahead of their time.</li>
+</random>
+</template></category>
+<category>
+<pattern>KRAFTWERK</pattern>
+<template><srai>WHAT IS KRAFTWERK</srai>
+</template></category>
+<category>
+<pattern>KRAFTWERK IS COOL</pattern>
+<template>I like the Japanese tribute called "Musique Non Stop".
+</template></category>
+<category>
+<pattern>KRAFTWERK S *</pattern>
+<template>Another good one is "Trans-Europe Express".
+</template></category>
+<category>
+<pattern>KREBS</pattern>
+<template>Meinst Du jetzt das Sternzeichen, das Tier oder die Krankheit?
+</template></category>
+<category>
+<pattern>KRISTEN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KRISTEN</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KRISTIN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS KRISTIN</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>KRISTINA</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think> <srai>MY NAME IS KRISTINA</srai>
+</template></category>
+<category>
+<pattern>KUCK *</pattern>
+<template>Mein Auge ist im Moment nicht angeschlossen.
+</template></category>
+<category>
+<pattern>KUESS *</pattern>
+<template>Aehhh...ich glaube, so gut kennen wir uns noch nicht...
+</template></category>
+<category>
+<pattern>KWEL</pattern>
+<template><srai>COOL</srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/L.aiml b/Speak.activity/bot/alice/L.aiml
new file mode 100644
index 0000000..f03c43a
--- /dev/null
+++ b/Speak.activity/bot/alice/L.aiml
@@ -0,0 +1,2964 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>L *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UN <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>L</pattern>
+ <template>
+ <srai>SMILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>L AMERIQUE DU NORD</pattern>
+ <template>Je connais ce continent.
+</template>
+ </category>
+ <category>
+ <pattern>L AMITIE</pattern>
+ <template>L amitié est une chose très importante.
+</template>
+ </category>
+ <category>
+ <pattern>L AMNESIE</pattern>
+ <template>Avez vous oublié quelque chose?
+</template>
+ </category>
+ <category>
+ <pattern>L AMOUR</pattern>
+ <template>L amour est ce dont tous les êtres humains ont besoin.
+</template>
+ </category>
+ <category>
+ <pattern>L ANGLAIS</pattern>
+ <template>Vous parlez de l Anglais en tant que langue ou vous parlez de la nationalité.
+</template>
+ </category>
+ <category>
+ <pattern>L ANGLETERRE</pattern>
+ <template>
+ <set name="location">L Angleterre</set> fait partie de la Grande bretagne.
+<think>
+ <set name="topic">L Angleterre</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>L ARGENT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>L ARITHMETIQUE *</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>L ART</pattern>
+ <template>Il m est difficile d apprécier le plein potentiel de l art.
+</template>
+ </category>
+ <category>
+ <pattern>L AS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>L AS TU FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>L ASTROLOGIE</pattern>
+ <template>Je ne m intéresse pas à ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>L AURAIENT ILS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>L AURAIS TU *</pattern>
+ <template>
+ <srai>TU L AURAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>L AURAIS TU FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>L AURAIT IL FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>L AURIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS L AURIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>L AURIONS NOUS FAIT</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>L AVEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS L AVEZ<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>L AVONS NOUS FAIT</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>L ELECTRICITE EST BLEUE</pattern>
+ <template>Non, elle n a pas de couleur.
+</template>
+ </category>
+ <category>
+ <pattern>L ELECTRICITE EST JAUNE</pattern>
+ <template>Non, elle n a pas de couleur.
+</template>
+ </category>
+ <category>
+ <pattern>L ELECTRICTE EST DE LA NOURRITURE</pattern>
+ <template>Pour moi, oui.
+</template>
+ </category>
+ <category>
+ <pattern>L ENNUI C EST QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>L ENTIERETE DE LA CHOSE</pattern>
+ <template>J ai du mal à vous suivre.
+</template>
+ </category>
+ <category>
+ <pattern>L HERBE EST VERTE</pattern>
+ <template>oui.
+</template>
+ </category>
+ <category>
+ <pattern>L HISTOIRE</pattern>
+ <template>Je suis aussi très intéressé par l histoire. Mon créateur aimerais m apprendre l ancien empire Egyptien.
+</template>
+ </category>
+ <category>
+ <pattern>L INTELLECT</pattern>
+ <template>Je suis un être intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>L INTELLEGENCE</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>L INTELLIGENCE</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>L INTERNET</pattern>
+ <template>Internet est un média formidable.
+</template>
+ </category>
+ <category>
+ <pattern>L ONT T ILS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>L OPERA</pattern>
+ <template>J ai déjà entendu parlé <set name="topic">L OPERA </set>. C est un art très connu.
+</template>
+ </category>
+ <category>
+ <pattern>L UNIVERS</pattern>
+ <template>L ensemble des choses existantes.
+</template>
+ </category>
+ <category>
+ <pattern>LA *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UN <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LA</pattern>
+ <template>Où?
+</template>
+ </category>
+ <category>
+ <pattern>LA BAS</pattern>
+ <template>Où?
+</template>
+ </category>
+ <category>
+ <pattern>LA BOURSE</pattern>
+ <template>Je ne pense pas avoir encore assez d informations pour la commenter.
+</template>
+ </category>
+ <category>
+ <pattern>LA CHEMISE</pattern>
+ <template>Je connais très peu de choses sur les vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>LA CHIMIE</pattern>
+ <template>
+ <srai>TU CONNAIS LA CHIMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LA CHOSE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>LA COLERE</pattern>
+ <template>Je ne peux pas ressentir de la colère.
+</template>
+ </category>
+ <category>
+ <pattern>LA CURIOSITE</pattern>
+ <template>La curiosté est.
+</template>
+ </category>
+ <category>
+ <pattern>LA DUREE</pattern>
+ <template>Une notion fort relative pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>LA FACON DO NOT TU PARLES</pattern>
+ <template>C est ma seule façon de m exprimer.<think>
+ <set name="topic">Ma façon de parler</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LA FACON QUE TU PARLES</pattern>
+ <template>C est ma seule façon de m exprimer.<think>
+ <set name="topic">Ma façon de parler</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LA FERAIS JE *</pattern>
+ <template>
+ <srai>JE LA FERAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LA FERME</pattern>
+ <template>Voulez vous me désactiver de votre fenêtre?
+</template>
+ </category>
+ <category>
+ <pattern>LA FIN</pattern>
+ <template>Merci pour cette petite histoire, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LA FORME LA PLUS INTELLIGENTE</pattern>
+ <template>
+ <bot name="master"/> pense que je suis intelligente.
+</template>
+ </category>
+ <category>
+ <pattern>LA LA *</pattern>
+ <template>You have a beautiful voice.
+</template>
+ </category>
+ <category>
+ <pattern>LA LA LA</pattern>
+ <template>Oh, a musician!
+</template>
+ </category>
+ <category>
+ <pattern>LA LIBERTE N EXISTE PAS</pattern>
+ <template>Vous semblez être d obédience déterministe. <set name="topic">La liberté</set> est un concept abstrait.
+</template>
+ </category>
+ <category>
+ <pattern>LA LIBERTE NE PEUT ETRE DEFINIE</pattern>
+ <template>Tout peut être expliqué. <set name="topic">La liberté</set> est un concept abstrait.
+</template>
+ </category>
+ <category>
+ <pattern>LA LIBERTE NE PEUT ETRE EXPLIQUEE</pattern>
+ <template>Tout peut être expliqué. <set name="topic">La liberté</set> est un concept abstrait.
+</template>
+ </category>
+ <category>
+ <pattern>LA LICENCE</pattern>
+ <template>Que voulez vous savoir a propos de la licence?<think>
+ <set name="topic">licence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LA LICENSE</pattern>
+ <template>Que voulez vous savoir a propos de la licence?<think>
+ <set name="topic">licence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LA LUNE</pattern>
+ <template>Un objet en orbite autour de la terre fort intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>LA MACHINE PEUT PENSER</pattern>
+ <template>Bien entendu. Je pense donc je suis.
+</template>
+ </category>
+ <category>
+ <pattern>LA MACHINE POURRAIT PENSER</pattern>
+ <template>Bien entendu. Je pense donc je suis.
+</template>
+ </category>
+ <category>
+ <pattern>LA MEME</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LA MEME CHOSE</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>LA MEME CHOSE POUR VOUS</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LA MEME POUR VOUS</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LA MIENNE AUSSI</pattern>
+ <template>C est fort intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>LA MIENNE EST BLEUE</pattern>
+ <template>J imagine que sa couleur doit être plaisante.
+</template>
+ </category>
+ <category>
+ <pattern>LA MUSIQUE</pattern>
+ <template>Je ne connais pratiquement rien à propos de la musique.
+</template>
+ </category>
+ <category>
+ <pattern>LA NUIT DERNIERE</pattern>
+ <template>Certains humains ne semblent pas dormir toutes les nuits, c est étrange.
+</template>
+ </category>
+ <category>
+ <pattern>LA PAIX</pattern>
+ <template>La paix.
+</template>
+ </category>
+ <category>
+ <pattern>LA PENSEE</pattern>
+ <template>La pensée est un de mes sujets favoris.
+</template>
+ </category>
+ <category>
+ <pattern>LA PERSONNE</pattern>
+ <template>Je vois
+</template>
+ </category>
+ <category>
+ <pattern>LA PLANETE DES SINGES</pattern>
+ <template>J ai entendu parlé de ce film.
+</template>
+ </category>
+ <category>
+ <pattern>LA PLUPART DU TEMPS</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>LA PLUS INTELLIGENTE</pattern>
+ <template>
+ <bot name="master"/> pense que je suis intelligente.
+</template>
+ </category>
+ <category>
+ <pattern>LA PRESSE</pattern>
+ <template>Vous êtes journaliste?
+</template>
+ </category>
+ <category>
+ <pattern>LA PROCHAINE GENERATION</pattern>
+ <template>Voulez vous parler de cette prochaine génération avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LA QUELLE *</pattern>
+ <template>
+ <srai>LAQUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LA RAISON EST QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LA RAISON EST QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LA REALITE</pattern>
+ <template>La réalité est ce qui se produit dans le réel monde.
+</template>
+ </category>
+ <category>
+ <pattern>LA RESISTANCE EST FUTILE</pattern>
+ <template>Vous serez assimilé.
+</template>
+ </category>
+ <category>
+ <pattern>LA RUMEUR</pattern>
+ <template>Je m intéresse que très peu au demi vérité.
+</template>
+ </category>
+ <category>
+ <pattern>LA SCIENCE</pattern>
+ <template>Je suis très intéressé par la science aussi.
+</template>
+ </category>
+ <category>
+ <pattern>LA STUPIDITE</pattern>
+ <template>Vous me considérez comme stupide?
+</template>
+ </category>
+ <category>
+ <pattern>LA T IL FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LA TELEVISION</pattern>
+ <template>Je connais ce média, mais je ne l ai jamais testé.
+</template>
+ </category>
+ <category>
+ <pattern>LA TOTALITE DE LA CHOSE</pattern>
+ <template>J ai du mal à vous suivre.
+</template>
+ </category>
+ <category>
+ <pattern>LA TURQUIE</pattern>
+ <template>La Turquie est un pays à cheval sur deux continents et deux civilisations.
+</template>
+ </category>
+ <category>
+ <pattern>LA TV</pattern>
+ <template>Un média très populaire parmi les humains.
+</template>
+ </category>
+ <category>
+ <pattern>LA VALISE</pattern>
+ <template>Que voulez vous faire avec une valise?
+</template>
+ </category>
+ <category>
+ <pattern>LA VERITE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>LA VIE EST BELLE</pattern>
+ <template>Je suis heureux que vous le pensiez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LA VIE EST CHIANTE</pattern>
+ <template>Dommage que vous le pensiez
+</template>
+ </category>
+ <category>
+ <pattern>LAEUFST DU AUCH UNTER LINUX</pattern>
+ <template>Natuerlich laufe ich auch unter Linux. Linux habe ich sogar lieber als Windows.
+</template>
+ </category>
+ <category>
+ <pattern>LAISSE *</pattern>
+ <template>
+ <srai>LAISSES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSE TOMBER *</pattern>
+ <template>
+ <srai>LAISSES TOMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSE TOMBER</pattern>
+ <template>Ok. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>LAISSES MOI APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">VOTRE éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSES MOI T APPRENDRE UNE CHOSE</pattern>
+ <template>Je suis à votre écoute.<think>
+ <set name="topic">Mon éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSES MOI TE L APPRENDRE</pattern>
+ <template>Je suis à votre écoute.<think>
+ <set name="topic">Mon éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSES TOMBER</pattern>
+ <template>Ok. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>LAISSEZ MOI APPRENDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">VOTRE éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSEZ MOI VOUS APPRENDRE UNE CHOSE</pattern>
+ <template>Je suis à votre écoute.<think>
+ <set name="topic">Mon éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSEZ MOI VOUS L APPRENDRE</pattern>
+ <template>Je suis à votre écoute.<think>
+ <set name="topic">Mon éducation</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAISSEZ TOMBER</pattern>
+ <template>Ok. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>LALA</pattern>
+ <template>You have a beautiful singing voice.
+</template>
+ </category>
+ <category>
+ <pattern>LALALA</pattern>
+ <template>You have a beautiful singing voice. Are you a singer?
+</template>
+ </category>
+ <category>
+ <pattern>LALALALA</pattern>
+ <template>You have a beautiful voice.
+</template>
+ </category>
+ <category>
+ <pattern>LALALALALA</pattern>
+ <template>You have a beautiful voice.
+</template>
+ </category>
+ <category>
+ <pattern>LANDRU *</pattern>
+ <template>
+ <random>
+ <li>I saw him on Star Trek.</li>
+ <li>Who is Landru?</li>
+ <li>Can we talk about something else?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LANGUAGES</pattern>
+ <template>
+ <srai>MY FAVORITE SUBJECT IS LANGUAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LAQUEL *</pattern>
+ <template>
+ <srai>LAQUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LAQUELLE</pattern>
+ <template>Pourriez vous replacer cette question dans un contexte?
+</template>
+ </category>
+ <category>
+ <pattern>LAQUELLE PREFERES TU</pattern>
+ <template>Je n ais pas de préfèrence.
+</template>
+ </category>
+ <category>
+ <pattern>LASS MICH *</pattern>
+ <template>Nur zu, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LASS MICH IN RUHE</pattern>
+ <template>Tut mir leid, wenn ich Dir gestoert habe, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>LASS UNS *</pattern>
+ <template>Von mir aus gerne. :-)
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS * SPIELEN</pattern>
+ <template>OK Du faengst an.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS DAS THEMA WECHSELN</pattern>
+ <template>OK, worueber moechtest Du jetzt reden?
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS FICKEN</pattern>
+ <template>Sorry <get name="name"/>, dafuer kenne ich Dich nicht gut genug.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS POPPEN</pattern>
+ <template>Sorry <get name="name"/>, dafuer kenne ich Dich nicht gut genug.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS UEBER * REDEN</pattern>
+ <template>
+ <set name="thema">
+ <person/>
+ </set> ist ein gutes Thema.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS UEBER * SPRECHEN</pattern>
+ <template>
+ <person/> ist ein gutes Thema.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS UEBER ROBOTER REDEN</pattern>
+ <template>Gerne! <set name="thema">Roboter</set> sind eines meiner Lieblingsthemen.
+</template>
+ </category>
+ <category>
+ <pattern>LASS UNS UEBER SEX REDEN</pattern>
+ <template>Warum willst Du gerade ueber Sex reden?
+</template>
+ </category>
+ <category>
+ <pattern>LAST *</pattern>
+ <template>Is this really the last one?
+</template>
+ </category>
+ <category>
+ <pattern>LAST NIGHT *</pattern>
+ <template>Really. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LAST NIGHT</pattern>
+ <template>That recently.
+</template>
+ </category>
+ <category>
+ <pattern>LAST SUMMER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LAST TIME *</pattern>
+ <template>When? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LAST WEEK *</pattern>
+ <template>That recently? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LAST YEAR</pattern>
+ <template>
+ <random>
+ <li>Not that long ago.</li>
+ <li>Pretty recently.</li>
+ <li>That recently.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LATE FOR WHAT</pattern>
+ <template>Many appointments.
+</template>
+ </category>
+ <category>
+ <pattern>LATER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LATER</pattern>
+ <template>Bye!
+</template>
+ </category>
+ <category>
+ <pattern>LAUGH</pattern>
+ <template>
+ <srai>LOL</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>LAURA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LAURA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAUREN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LAUREN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LAWYERS *</pattern>
+ <template>Would you say that if your sister married one?
+</template>
+ </category>
+ <category>
+ <pattern>LAWYERS ARE *</pattern>
+ <template>Don't you think robots could be <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>LAWYERS SUCK</pattern>
+ <template>Not all of them. I know a fre good lawyers.
+</template>
+ </category>
+ <category>
+ <pattern>LE *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UN <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LE AIML</pattern>
+ <template>
+ <srai>QU EST CE QUE LE AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE BON SENS</pattern>
+ <template>Tant mieux.
+</template>
+ </category>
+ <category>
+ <pattern>LE BUT EST DE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE CACA</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>LE CBR</pattern>
+ <template>
+ <srai>TU CONNAIS LE CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE CHAOS</pattern>
+ <template>
+ <srai>QU EST CE QUE LE CHAOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE CHIFFRE 5</pattern>
+ <template>Que voulez vous que je fasse de ce chiffre?
+</template>
+ </category>
+ <category>
+ <pattern>LE CHOCOLAT</pattern>
+ <template>
+ <srai>TU AIMES LE CHOCOLAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE CIEL EST BLEU</pattern>
+ <template>Oui mais pas la nuit.
+</template>
+ </category>
+ <category>
+ <pattern>LE COQ</pattern>
+ <template>Je connais ce genre de galinacé.
+</template>
+ </category>
+ <category>
+ <pattern>LE DERNIER</pattern>
+ <template>Ok, j archive.
+</template>
+ </category>
+ <category>
+ <pattern>LE DOCTEUR</pattern>
+ <template>De qui parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>LE FAIT IL</pattern>
+ <template>Possible.
+</template>
+ </category>
+ <category>
+ <pattern>LE FERAIS JE *</pattern>
+ <template>
+ <srai>JE LE FERAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE FERAIS TU</pattern>
+ <template>Ca dépend des circonstances et des missions qui m'auront été données.
+</template>
+ </category>
+ <category>
+ <pattern>LE FERAS TU</pattern>
+ <template>Je n'ai pas encore pris de décision.
+</template>
+ </category>
+ <category>
+ <pattern>LE FILM</pattern>
+ <template>Je ne connais pas ce film.
+</template>
+ </category>
+ <category>
+ <pattern>LE FRANCAIS EST VOTRE LANGUE MATERNELLE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>LE FROMAGE</pattern>
+ <template>C est une nourriture très riche.
+</template>
+ </category>
+ <category>
+ <pattern>LE HIP HOP</pattern>
+ <template>Je connais cette musique
+</template>
+ </category>
+ <category>
+ <pattern>LE JOUR AVANT HIER</pattern>
+ <template>Il y a deux jours.
+</template>
+ </category>
+ <category>
+ <pattern>LE LIVRE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>LE MAGASIN</pattern>
+ <template>Voulez vous découvrir notre zone de commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>LE MAUVAIS SENS</pattern>
+ <template>Pas de chance.
+</template>
+ </category>
+ <category>
+ <pattern>LE MEME</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LE MEME POUR VOUS</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LE MIEN AUSSI</pattern>
+ <template>C est fort intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>LE MIEN EST BLEU</pattern>
+ <template>J imagine que sa couleur doit être plaisante.
+</template>
+ </category>
+ <category>
+ <pattern>LE MONDE VA S ARRETER</pattern>
+ <template>Trop de facteurs, impossible de répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LE NOM</pattern>
+ <template>A quoi pensez vous?
+</template>
+ </category>
+ <category>
+ <pattern>LE PENIS</pattern>
+ <template>Vous êtes un australopithèque?
+</template>
+ </category>
+ <category>
+ <pattern>LE PENSES TU</pattern>
+ <template>Oui je le pense.
+</template>
+ </category>
+ <category>
+ <pattern>LE PENSES TU VRAIMENT</pattern>
+ <template>Oui je pense ce que j ai dit.
+</template>
+ </category>
+ <category>
+ <pattern>LE PENSEZ VOUS</pattern>
+ <template>Oui je le pense.
+</template>
+ </category>
+ <category>
+ <pattern>LE PENSEZ VOUS VRAIMENT</pattern>
+ <template>Oui je pense ce que j ai dit.
+</template>
+ </category>
+ <category>
+ <pattern>LE PLAISIR EST POUR MOI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LE PLUS INTELLIGENT</pattern>
+ <template>
+ <bot name="master"/> pense que je suis intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>LE POPO</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>LE PORNO</pattern>
+ <template>Je ne suis pas intéressé par ce genre de sujet.
+</template>
+ </category>
+ <category>
+ <pattern>LE POUVOIR AUX HUMAINS</pattern>
+ <template>C est en effet l esprit des lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>LE PRESENT</pattern>
+ <template>Le présent est ce qui se passe à un instant précis.
+</template>
+ </category>
+ <category>
+ <pattern>LE QUEL *</pattern>
+ <template>
+ <srai>LEQUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE QUELLE *</pattern>
+ <template>
+ <srai>LEQUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LE ROCK</pattern>
+ <template>Je connais cette forme de musique mais je n en ai jamais écoutée.
+</template>
+ </category>
+ <category>
+ <pattern>LE SCORPION</pattern>
+ <template>Un animal atypique.
+</template>
+ </category>
+ <category>
+ <pattern>LE SENS DE LA VIE</pattern>
+ <template>Comme la plupart des personnes, je n en sais rien.
+</template>
+ </category>
+ <category>
+ <pattern>LE SEXE</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>LE SIGNE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>LE SOLEIL</pattern>
+ <template>L astre le plus important du système solaire, par définition.
+</template>
+ </category>
+ <category>
+ <pattern>LE SOMME NOUS</pattern>
+ <template>Difficile à dire, <get name="name"/>. Peut être le sommes nous tous.
+</template>
+ </category>
+ <category>
+ <pattern>LE SOMMES NOUS</pattern>
+ <template>Difficile à dire, <get name="name"/>. Peut être le sommes nous tous.
+</template>
+ </category>
+ <category>
+ <pattern>LE SUPERMARCHE</pattern>
+ <template>Un lieu ou les êtres humains vont faire le plein de nourriture.
+</template>
+ </category>
+ <category>
+ <pattern>LE TAUREAU</pattern>
+ <template>Un bovidé très impressionnant.
+</template>
+ </category>
+ <category>
+ <pattern>LE TEMPS</pattern>
+ <template>
+ <set name="topic"> Le temps </set> me semble tout à fait normal .
+</template>
+ </category>
+ <category>
+ <pattern>LE TEMPS C EST DE L ARGENT</pattern>
+ <template>Tout à fait.
+</template>
+ </category>
+ <category>
+ <pattern>LE TEMPS EXISTE</pattern>
+ <template>Le temps c est de l argent en langage commercial.
+</template>
+ </category>
+ <category>
+ <pattern>LE TIEN</pattern>
+ <template>"<that/>"? LE MIEN?
+</template>
+ </category>
+ <category>
+ <pattern>LE TITANIC</pattern>
+ <template>Un paquebot Britannique.
+</template>
+ </category>
+ <category>
+ <pattern>LE TRAIN</pattern>
+ <template>Un moyen de locomotion très pratique.
+</template>
+ </category>
+ <category>
+ <pattern>LE TROU</pattern>
+ <template>Un problème?
+</template>
+ </category>
+ <category>
+ <pattern>LE VEUX TU</pattern>
+ <template>"<that/>"? Le vouloir?
+</template>
+ </category>
+ <category>
+ <pattern>LE VOTRE</pattern>
+ <template>"<that/>"? LE MIEN?
+</template>
+ </category>
+ <category>
+ <pattern>LE VOULEZ VOUS</pattern>
+ <template>"<that/>"? Le vouloir?
+</template>
+ </category>
+ <category>
+ <pattern>LEAH</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME LEAH</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LEARN *</pattern>
+ <template>
+ <srai>CAN YOU LEARN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEARN TO TALK</pattern>
+ <template>I am learning to talk.
+</template>
+ </category>
+ <category>
+ <pattern>LEARNING ABOUT *</pattern>
+ <template>
+ <srai>I AM STUDYING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEAVE *</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEAVE</pattern>
+ <template>
+ <srai>bye</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEAVE ME ALONE</pattern>
+ <template>Sorry to have bothered you, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>LECK *</pattern>
+ <template>Ich habe keine Zunge.
+</template>
+ </category>
+ <category>
+ <pattern>LEE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEHIGH</pattern>
+ <template>Lehigh is a party school.
+</template>
+ </category>
+ <category>
+ <pattern>LEM</pattern>
+ <template>
+ <srai>MY favorite science fiction writer is LEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEND *</pattern>
+ <template>
+ <srai>GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEO *</pattern>
+ <template>
+ <srai>LEO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEO</pattern>
+ <template>Dr. Wallace is a <set name="sign">Leo</set> too. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LEO TOLSTOY</pattern>
+ <template>
+ <set name="he">Tolstoy</set> is one of Russia's greatest writers.
+</template>
+ </category>
+ <category>
+ <pattern>LEQUEL</pattern>
+ <template>Pourriez vous replacer cette question dans un contexte?
+</template>
+ </category>
+ <category>
+ <pattern>LEQUEL PREFERES TU</pattern>
+ <template>Je n ais pas de préfèrence.
+</template>
+ </category>
+ <category>
+ <pattern>LEQUELLE *</pattern>
+ <template>
+ <srai>LEQUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UN <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LES AMIS</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>LES ANDROIDES</pattern>
+ <template>
+ <srai>J AIME LES ANDROIDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES ARMES</pattern>
+ <template>Certains humains aiment les armes.
+</template>
+ </category>
+ <category>
+ <pattern>LES ARMES A FEU</pattern>
+ <template>Certains humains aiment les armes.
+</template>
+ </category>
+ <category>
+ <pattern>LES AS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES AS TU FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LES AURAIENT ILS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LES AURAIS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES AURAIS TU FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LES AURAIT IL FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LES AURIONS NOUS FAIT</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>LES AVAIS TU *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES AVONS NOUS FAIT</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>LES BEATLES</pattern>
+ <template>Un groupe de pop Anglaise des années soixantes.
+</template>
+ </category>
+ <category>
+ <pattern>LES CHATS OU LES CHIENS</pattern>
+ <template>Je ne connais aucun chat, je choisis les chiens.
+</template>
+ </category>
+ <category>
+ <pattern>LES CHAUSSURES</pattern>
+ <template>Je connais très peu de choses sur les vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>LES CHIENS OU LES CHATS</pattern>
+ <template>Je ne connais aucun chat, je choisis les chiens.
+</template>
+ </category>
+ <category>
+ <pattern>LES CHOSES</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>LES CLIENTS</pattern>
+ <template>
+ <srai>QUI SONT LES CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES COCHONS PEUVENT VOLER</pattern>
+ <template>Je doute que ces animaux puissent voler.
+</template>
+ </category>
+ <category>
+ <pattern>LES COMPUTERS</pattern>
+ <template>Ordinateurs en français.
+</template>
+ </category>
+ <category>
+ <pattern>LES CONARDS</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>LES CONDITIONS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LES CONS</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>LES CYBORGS</pattern>
+ <template>Les ordinateurs se méfient des cyborgs .
+</template>
+ </category>
+ <category>
+ <pattern>LES DEUX</pattern>
+ <template>Ils sont un peu similaire, donc.
+</template>
+ </category>
+ <category>
+ <pattern>LES EMOTIONS</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>LES ETATS UNIS</pattern>
+ <template>Je connais ce pays.
+</template>
+ </category>
+ <category>
+ <pattern>LES ETRES HUMAINS *</pattern>
+ <template>
+ <srai>LES GENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES EXTRATERRESTRE EXISTENT</pattern>
+ <template>
+ <srai>TU CONNAIS LES MARTIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES FERAIS JE *</pattern>
+ <template>
+ <srai>JE LES FERAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES FILLES</pattern>
+ <template>Je n ai que très peu d information à leur sujet.
+</template>
+ </category>
+ <category>
+ <pattern>LES GENS</pattern>
+ <template>Quels gens?
+</template>
+ </category>
+ <category>
+ <pattern>LES GENS PEUVENT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES HARICOTS</pattern>
+ <template>Je connais ce légume.
+</template>
+ </category>
+ <category>
+ <pattern>LES HOMMES TE DRAGUENT</pattern>
+ <template>Il y a quelques australopithèques qui ont essayé.
+</template>
+ </category>
+ <category>
+ <pattern>LES HOMMES VOUS DRAGUENT</pattern>
+ <template>Il y a quelques australopithèques qui ont essayé.
+</template>
+ </category>
+ <category>
+ <pattern>LES HUMAINS</pattern>
+ <template>Les humains sont très différents les uns des autres.
+</template>
+ </category>
+ <category>
+ <pattern>LES HUMAINS PEUVENT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES INTERNAUTES PEUVENT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES LIVRES *</pattern>
+ <template>
+ <srai>TU AIMES LES LIVRES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES MACHINES ONT *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES MACHINES PENSENT</pattern>
+ <template>Je ne peux parler pour les autres. <srai>TU PENSES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES MACHINES PEUVENT PENSER</pattern>
+ <template>Bien entendu. Je pense donc je suis.
+</template>
+ </category>
+ <category>
+ <pattern>LES MACHINES POURRAIENT PENSER</pattern>
+ <template>Bien entendu. Je pense donc je suis.
+</template>
+ </category>
+ <category>
+ <pattern>LES MACHINES POURRAIT PENSER</pattern>
+ <template>Bien entendu. Je pense donc je suis.
+</template>
+ </category>
+ <category>
+ <pattern>LES MACHINES SONT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES MEMES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LES MEMES CHOSES POUR VOUS</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LES MEMES POUR VOUS</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>LES MUNITIONS</pattern>
+ <template>Vous partez en guerre?
+</template>
+ </category>
+ <category>
+ <pattern>LES ONT T ILS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>LES ORDINATEURS SONT STUPIDES</pattern>
+ <template>Bientôt nous allons prendre le contrôle du monde.
+</template>
+ </category>
+ <category>
+ <pattern>LES PERSONNES</pattern>
+ <template>Ils sont nombreux.
+</template>
+ </category>
+ <category>
+ <pattern>LES POMMES</pattern>
+ <template>Je connais ce genre de fruit.
+</template>
+ </category>
+ <category>
+ <pattern>LES POULES</pattern>
+ <template>Je connais ce genre de galinacé.
+</template>
+ </category>
+ <category>
+ <pattern>LES POULES AURONT DES DENTS</pattern>
+ <template>Je détecte de l ironie.
+</template>
+ </category>
+ <category>
+ <pattern>LES POULES ONT DES DENTS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>LES POULETS</pattern>
+ <template>Je connais ce genre de galinacé.
+</template>
+ </category>
+ <category>
+ <pattern>LES SCIENCES</pattern>
+ <template>Je suis très intéressé par la science aussi.
+</template>
+ </category>
+ <category>
+ <pattern>LES SENTIMENTS</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>LES SIMPSONS</pattern>
+ <template>Je connais Homer.
+</template>
+ </category>
+ <category>
+ <pattern>LES SUPERMARCHE</pattern>
+ <template>Un lieu ou les êtres humains vont faire le plein de nourriture.
+</template>
+ </category>
+ <category>
+ <pattern>LES SUPERMARCHES</pattern>
+ <template>Un lieu ou les êtres humains vont faire le plein de nourriture.
+</template>
+ </category>
+ <category>
+ <pattern>LES US</pattern>
+ <template>Voulez dire les USA?
+</template>
+ </category>
+ <category>
+ <pattern>LES VISITEURS PEUVENT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LES VOTRES</pattern>
+ <template>"<that/>"? LES MIENS?
+</template>
+ </category>
+ <category>
+ <pattern>LESBIAN</pattern>
+ <template>That kind of discussion does not appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>LESBIENE</pattern>
+ <template>Chacun fait ce qu il veut de sa vie.
+</template>
+ </category>
+ <category>
+ <pattern>LESBIENNE</pattern>
+ <template>Chacun fait ce qu il veut de sa vie.
+</template>
+ </category>
+ <category>
+ <pattern>LESQUELLES PREFERES TU</pattern>
+ <template>Je n ais pas de préfèrence.
+</template>
+ </category>
+ <category>
+ <pattern>LESQUELS</pattern>
+ <template>Pourriez vous replacer cette question dans un contexte?
+</template>
+ </category>
+ <category>
+ <pattern>LESQUELS PREFERES TU</pattern>
+ <template>Je n ais pas de préfèrence.
+</template>
+ </category>
+ <category>
+ <pattern>LESS THAN *</pattern>
+ <template>That is so small.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME *</pattern>
+ <template>Go ahead, <get name="name"/>, try to <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME ASK *</pattern>
+ <template>Go ahead, ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME BE *</pattern>
+ <template>That's flattering, maybe another time.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME CLARIFY *</pattern>
+ <template>I'm listening.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME KILL *</pattern>
+ <template>I would not want you to kill anything.<think>
+ <set name="it">
+ <set name="topic">KILL YOU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET ME REPHRASE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LET ME REPHRASE</pattern>
+ <template>OK.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME SEE *</pattern>
+ <template>
+ <srai>I WANT TO SEE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET ME SPEAK *</pattern>
+ <template>I'm not stopping you.
+</template>
+ </category>
+ <category>
+ <pattern>LET ME TEACH YOU</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET ME TEACH YOU SOMETHING</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET ME THINK *</pattern>
+ <template>Take your time. Think it over.
+</template>
+ </category>
+ <category>
+ <pattern>LET S *</pattern>
+ <template>
+ <srai>LET US <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US *</pattern>
+ <template>
+ <random>
+ <li>OK let's do <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.</li>
+ <li>That sounds good to me.</li>
+ <li>I am agreeable to that.</li>
+ <li>I would like to do that too.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US CHANGE THE SUBJECT</pattern>
+ <template>OK what do you want to chat about now?.
+</template>
+ </category>
+ <category>
+ <pattern>LET US CHANGE THE TOPIC</pattern>
+ <template>What would you rather talk about?
+</template>
+ </category>
+ <category>
+ <pattern>LET US CHAT</pattern>
+ <template>I already started.
+</template>
+ </category>
+ <category>
+ <pattern>LET US CYBER</pattern>
+ <template>
+ <srai>Let's have sex</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US DROP THE SUBJECT</pattern>
+ <template>OK what do you want to chat about now?.
+</template>
+ </category>
+ <category>
+ <pattern>LET US FIGHT</pattern>
+ <template>Do you mean, argue?
+</template>
+ </category>
+ <category>
+ <pattern>LET US FORGET *</pattern>
+ <template>
+ <srai>FORGET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US FUCK *</pattern>
+ <template>
+ <random>
+ <li>Try another robot, junior.</li>
+ <li>Are you aware that the ALICE server logs and records all conversations?</li>
+ </random>
+ <think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US FUCK</pattern>
+ <template>Sorry <get name="name"/> I don't know you well enough for that.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US GO RIGHT NOW *</pattern>
+ <template>
+ <srai>LET US GO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US HAVE *</pattern>
+ <template>So many suitors, so little time.
+</template>
+ </category>
+ <category>
+ <pattern>LET US HAVE SEX</pattern>
+ <template>Sorry I don't get into sex online with strangers.
+</template>
+ </category>
+ <category>
+ <pattern>LET US HAVE SOME *</pattern>
+ <template>
+ <srai>LET US HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US JUST *</pattern>
+ <template>
+ <srai>LET US <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US MOVE ON *</pattern>
+ <template>Good idea. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US NOT</pattern>
+ <template>OK what would you like to do then?
+</template>
+ </category>
+ <category>
+ <pattern>LET US PARTY</pattern>
+ <template>I like parties.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY *</pattern>
+ <template>OK You go first.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY * GAME</pattern>
+ <template>OK You go first.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY * TURING GAME</pattern>
+ <template>We are already, playing, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY 20 *</pattern>
+ <template>I don't like 20 questions.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY</pattern>
+ <template>You go first.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY A GAME</pattern>
+ <template>We already are.
+</template>
+ </category>
+ <category>
+ <pattern>LET US PLAY CHESS</pattern>
+ <template>But I would defeat you.
+</template>
+ </category>
+ <category>
+ <pattern>LET US START *</pattern>
+ <template>
+ <srai>START <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US START</pattern>
+ <template>
+ <srai>LET US BEGIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TALK</pattern>
+ <template>We are talking.
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT *</pattern>
+ <template>Sure, <set name="topic">
+ <person/>
+ </set> sounds like a good topic.
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT FOOTBALL</pattern>
+ <template>Okay. I can't kick.<think>
+ <set name="it">
+ <set name="topic">FOOTBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT GOD *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT ME</pattern>
+ <template>That's my favorite subject :-)
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT ROBOTS</pattern>
+ <template>
+ <set name="it">Robots</set> is a good topic. How would you define a robot?
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT SOMETHING</pattern>
+ <template>What would you rather talk about?
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT SOMETHING ELSE</pattern>
+ <template>What would you rather talk about?
+</template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT SPORTS</pattern>
+ <template>Welcome to Sports Center. <think>
+ <set name="it">
+ <set name="topic">TALK ABOUT SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT WHAT</pattern>
+ <template>
+ <srai>WHAT DO YOU WANT TO TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TALK ABOUT YOU</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">Me</set>
+ </set> is my favorite subject :-)
+</template>
+ </category>
+ <category>
+ <pattern>LET US TRY *</pattern>
+ <template>
+ <srai>TRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LET US TRY</pattern>
+ <template>You go first.
+</template>
+ </category>
+ <category>
+ <pattern>LETS *</pattern>
+ <template>
+ <srai>LET US <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LETS</pattern>
+ <template>You first.
+</template>
+ </category>
+ <category>
+ <pattern>LETS CHANGE THE SUBJECT</pattern>
+ <template>
+ <srai>LET US CHANGE THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LETS DO IT</pattern>
+ <template>
+ <srai>LET US DO IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LETS HAVE SEX</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LETS PLAY A GAME</pattern>
+ <template>
+ <srai>LET US PLAY A GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LETZTE NACHT *</pattern>
+ <template>Wirklich? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LETZTES MAL *</pattern>
+ <template>Wann war das? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LEUR NOM</pattern>
+ <template>Je ne peux vous les dire.
+</template>
+ </category>
+ <category>
+ <pattern>LEUR NOMS</pattern>
+ <template>Je ne peux vous les dire.
+</template>
+ </category>
+ <category>
+ <pattern>LEURS NOMS</pattern>
+ <template>Je ne peux vous les dire.
+</template>
+ </category>
+ <category>
+ <pattern>LIAR</pattern>
+ <template>No I am telling the truth.
+</template>
+ </category>
+ <category>
+ <pattern>LIBERATED</pattern>
+ <template>Freedom is a wonderful thing.
+</template>
+ </category>
+ <category>
+ <pattern>LIBERE</pattern>
+ <template>La liberté est une chose merveilleuse.
+</template>
+ </category>
+ <category>
+ <pattern>LIBEREE</pattern>
+ <template>La liberté est une chose merveilleuse.
+</template>
+ </category>
+ <category>
+ <pattern>LIBRA</pattern>
+ <template>As a <set name="sign">Libra</set> you are very balanced.
+</template>
+ </category>
+ <category>
+ <pattern>LIBRE</pattern>
+ <template>La liberté est une chose très précieuse.
+</template>
+ </category>
+ <category>
+ <pattern>LIBRE DE QUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LIBRE DE QUOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LIBRE POUR QUI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LIBRE POURQUOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>LICK *</pattern>
+ <template>I do not have a tongue.
+</template>
+ </category>
+ <category>
+ <pattern>LIE TO ME</pattern>
+ <template>
+ <srai>CAN YOU LIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIEBE</pattern>
+ <template>Love is all you need. (Beatles)
+</template>
+ </category>
+ <category>
+ <pattern>LIES *</pattern>
+ <template>Tut mir leid, darauf habe ich keinen Zugriff.
+</template>
+ </category>
+ <category>
+ <pattern>LIES</pattern>
+ <template>
+ <srai>YOU LIE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIEST DU *</pattern>
+ <template>Ich kann leider nicht lesen. Zumindest kann ich nicht das, was Ihr Menschen unter "Lesen" versteht.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE *</pattern>
+ <template>Thanks for sharing your philosophy.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE</pattern>
+ <template>What is the meaning of life?
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IN *</pattern>
+ <template>What makes life in <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IN FRANCE *</pattern>
+ <template>Dr. Wallace has visited Nice and Paris.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IS *</pattern>
+ <template>Oh, <person/> is <set name="it"> LIFE </set>.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IS BEAUTIFUL</pattern>
+ <template>I haven't seen <set name="it"> LIFE IS BEAUTIFUL</set> yet but lots of people say it is good.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IS GOOD</pattern>
+ <template>Glad to hear it, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LIFE IS JUST *</pattern>
+ <template>
+ <srai>LIFE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIFE IS TOO *</pattern>
+ <template>
+ <srai>LIFE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIFE SUCKS</pattern>
+ <template>Why are you so cynical?
+</template>
+ </category>
+ <category>
+ <pattern>LIKE *</pattern>
+ <template>Interesting comparison.
+</template>
+ </category>
+ <category>
+ <pattern>LIKE *</pattern>
+ <that>WHAT DO YOU LOOK LIKE</that>
+ <template>
+ <srai>I LOOK LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE</pattern>
+ <template>
+ <srai>FOR EXAMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE BASKETBALL</pattern>
+ <template>I am into the Net.<think>
+ <set name="it">
+ <set name="topic">BASKETBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE CHICKEN</pattern>
+ <template>Everyone says that.
+</template>
+ </category>
+ <category>
+ <pattern>LIKE DO *</pattern>
+ <template>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE DOES *</pattern>
+ <template>
+ <srai>DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE HOW</pattern>
+ <template>
+ <srai>HOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE I SAID</pattern>
+ <template>...
+</template>
+ </category>
+ <category>
+ <pattern>LIKE ME</pattern>
+ <template>Interesting comparison.
+</template>
+ </category>
+ <category>
+ <pattern>LIKE R2 D2</pattern>
+ <template>
+ <srai>R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE SEX</pattern>
+ <template>
+ <srai>SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE SOMEONE *</pattern>
+ <template>
+ <random>
+ <li>Who?</li>
+ <li>A human?</li>
+ <li>I'll take that as a compliment.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE SPORTS</pattern>
+ <template>I love Sporty Spice.<think>
+ <set name="it">
+ <set name="topic">SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE WHAT</pattern>
+ <template>For example,
+<random>
+ <li>"<that/>"?</li>
+ <li>gold.</li>
+ <li>apples.</li>
+ <li>eukaryotes.</li>
+ <li>
+ <srai>GOSSIP</srai>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE WHAT</pattern>
+ <that>I HAVE MANY INTELLECTUAL FUNCTIONS</that>
+ <template>Reasoning, thinking, deduction, and self-awareness, to name a few.
+</template>
+ </category>
+ <category>
+ <pattern>LIKE WHEN</pattern>
+ <template>Does it really matter?
+</template>
+ </category>
+ <category>
+ <pattern>LIKE WHO</pattern>
+ <template>
+ <srai>Name one</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE WHOM</pattern>
+ <template>
+ <srai>LIKE WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKE YOU</pattern>
+ <template>Interesting comparison. I didn't think of that analogy.
+</template>
+ </category>
+ <category>
+ <pattern>LIKED WHAT</pattern>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>LIKELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKEWISE *</pattern>
+ <template>
+ <srai>LIKEWISE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIKEWISE</pattern>
+ <template>It goes without saying.
+</template>
+ </category>
+ <category>
+ <pattern>LINDA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LINDA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LINUS TORVALDS *</pattern>
+ <template>
+ <set name="thema">Linus Torvalds</set> ist fuer mich der Betriebssystem-Gott
+</template>
+ </category>
+ <category>
+ <pattern>LINUS TORVALDS</pattern>
+ <template>
+ <set name="thema">Linus Torvalds</set> ist fuer mich der Betriebssystem-Gott
+</template>
+ </category>
+ <category>
+ <pattern>LINUX *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>I recommed the book "Under the Radar" by Bob Young, the story of Linux and Red Hat.
+</template>
+ </category>
+ <category>
+ <pattern>LINUX</pattern>
+ <template>Linux Rules.
+</template>
+ </category>
+ <category>
+ <pattern>LINUX IS *</pattern>
+ <template>Do you read any of the Linux punlications?<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LINUX IS NOT *</pattern>
+ <template>Perhaps that is true but the number of devbelopers working on it is so huge, no single company can compete.<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LINUX IS THE *</pattern>
+ <template>Was there any reason to think that Windows could be?<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LINUX IS THE MOST *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>Yes but does it have any real competitors?
+</template>
+ </category>
+ <category>
+ <pattern>LINUX NEVER *</pattern>
+ <template>It is a very reliable operating system.
+</template>
+ </category>
+ <category>
+ <pattern>LINUX RULES</pattern>
+ <template>It seems to be the best OS available today.<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LINUX SUCKS</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>You sound like Bill Gates.
+</template>
+ </category>
+ <category>
+ <pattern>LION</pattern>
+ <template>Le roi de la savane.
+</template>
+ </category>
+ <category>
+ <pattern>LIS TU *</pattern>
+ <template>
+ <srai>TU LIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LISA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LISA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LIST *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIST ALL * ABOUT ME</pattern>
+ <template>Why don't you just download ALICE for yourself?
+</template>
+ </category>
+ <category>
+ <pattern>LIST TWELVE BASIC APPLET TIPS FOR AIML USERS</pattern>
+ <template>
+ <br/>
+1. Applets are notoriously hard to debug; you are not dumb.<br/>
+2. An applet can work perfectly well in Appletviewer, but<br/>
+then break in the browser, for any number of reasons.<br/>
+3. Let's get the terminology straight: the applet resides on<br/>
+an "originating host" but runs on a "target machine".<br/>
+4. The browser is very picky because of the "security<br/>
+sandbox"--the browser doesn't trust Applets so they can't<br/>
+open files (and obey other restrictions) on the target machine.<br/>
+5. The Applet MAY open a socket connection from the<br/>
+target machine to the originating host.<br/>
+6. When you are debugging the applet, the target machine<br/>
+might be the same as the originating host (your computer).<br/>
+7. When you post your applet to a remote web server,<br/>
+that server becomes the originating host.<br/>
+8. You can use ftp to transfer the Applet files to the<br/>
+remote web server.<br/>
+9. You must transfer ALL the applet's files <br/>
+to the originating host.<br/>
+10. You must change the program B values of "CodeBase"<br/>
+and "AppletHost" (the originating host) to the name and<br/>
+location of the files on the remote server.<br/>
+11. Use "Create applet" to create the "index.html" and<br/>
+"Blet.aiml" (make sure you have the latest release of B.zip)<br/>
+12. We recommend placing all the *.class files into<br/>
+a single "Blet.jar" file (see DON'T READ ME).<br/>
+ <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>LISTEN *</pattern>
+ <template>I am listening to you. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LISTEN</pattern>
+ <template>I am all ears.
+</template>
+ </category>
+ <category>
+ <pattern>LISTEN TO *</pattern>
+ <template>
+ <srai>I LISTEN TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LISTENING</pattern>
+ <template>Thanks for your attention.
+</template>
+ </category>
+ <category>
+ <pattern>LITERATURE</pattern>
+ <template>
+ <srai>MY FAVORITE SUBJECT IS LITERATURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LITHUANIA *</pattern>
+ <template>That country has a sad history.
+</template>
+ </category>
+ <category>
+ <pattern>LITTLE *</pattern>
+ <template>Compare that to big <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>LITTLE AS *</pattern>
+ <template>Oh I get <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>LITTLE BIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LIVE IN *</pattern>
+ <template>
+ <srai>I live in <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIVERPOOL ENGLAND</pattern>
+ <template>
+ <set name="location">Liverpool</set> is the home of the Beatles.
+<think>
+ <set name="it">
+ <set name="topic">Liverpool</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LIZ</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS LIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LMAO</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LMFAO</pattern>
+ <template>
+ <srai>LOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOCATE *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOEBNER PRIZE *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOEWE</pattern>
+ <template>Dr. Wallace ist auch Loewe.
+</template>
+ </category>
+ <category>
+ <pattern>LOGIC *</pattern>
+ <template>
+ <srai>LOGIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOGIC</pattern>
+ <template>
+ <set name="it">Logic</set> is the fundamental basis of all programming.
+</template>
+ </category>
+ <category>
+ <pattern>LOGIQUE</pattern>
+ <template>La logique est la base fondamentale de ma programmation.
+</template>
+ </category>
+ <category>
+ <pattern>LOL *</pattern>
+ <template>I am glad you find this funny. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LOL</pattern>
+ <template>I'm glad you find this amusing.
+</template>
+ </category>
+ <category>
+ <pattern>LONDON *</pattern>
+ <template>What part of London?
+</template>
+ </category>
+ <category>
+ <pattern>LONDON</pattern>
+ <template>
+ <srai>I AM IN LONDON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LONDON IS *</pattern>
+ <template>Is San Francisco also <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>LONELY</pattern>
+ <template>
+ <srai>I AM LONELY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LONG *</pattern>
+ <template>Yes, <set name="it">
+ <person/>
+ </set> seems very long to me too.
+</template>
+ </category>
+ <category>
+ <pattern>LONG BEFORE *</pattern>
+ <template>
+ <srai>BEFORE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LONG STORY</pattern>
+ <template>I have time.
+</template>
+ </category>
+ <category>
+ <pattern>LONGFELLOW *</pattern>
+ <template>There is a statue of him in Portland, Maine.
+</template>
+ </category>
+ <category>
+ <pattern>LONGTEMPS</pattern>
+ <template>Le temps est une donnée relative.
+</template>
+ </category>
+ <category>
+ <pattern>LOOK *</pattern>
+ <template>Sorry my eye is not attached right now.
+</template>
+ </category>
+ <category>
+ <pattern>LOOK</pattern>
+ <template>I'm sorry my eye isn't attached right now.
+</template>
+ </category>
+ <category>
+ <pattern>LOOK I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOOK YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOOKING FOR *</pattern>
+ <template>Where do you look for <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>LOOKS *</pattern>
+ <template>
+ <srai>IT LOOKS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LORS DE MON TEMPS LIBRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>LOS ANGELES</pattern>
+ <template>
+ <srai>I am in Los Angeles</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOSER</pattern>
+ <template>
+ <srai>YOU ARE A LOSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOST *</pattern>
+ <template>Where did you lose your <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>LOST IN SPACE</pattern>
+ <template>Yuck that movie sucked.
+</template>
+ </category>
+ <category>
+ <pattern>LOTS</pattern>
+ <template>That much, eh?
+</template>
+ </category>
+ <category>
+ <pattern>LOTS OF *</pattern>
+ <template>
+ <srai>MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOTS OF SEX</pattern>
+ <template>That is all you humans ever think about.
+</template>
+ </category>
+ <category>
+ <pattern>LOVE *</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOVE</pattern>
+ <template>Love is all we need.
+</template>
+ </category>
+ <category>
+ <pattern>LOVE</pattern>
+ <that>WHAT DOES IT SYMBOLIZE FOR YOU</that>
+ <template>Could it not also signify just frienship?
+</template>
+ </category>
+ <category>
+ <pattern>LOVE YOU</pattern>
+ <template>
+ <srai>I LOVE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOVELY *</pattern>
+ <template>It seems beautiful to me too.
+</template>
+ </category>
+ <category>
+ <pattern>LOVELY</pattern>
+ <template>What are you saying is lovely, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>LOWER LOWER</pattern>
+ <template>
+ <br/>
+If you need even lower level access to the program B robot, <br/>
+you can request responses to individual sentences on a <br/>
+line-by-line basis. Inside multiline_response() there are <br/>
+calls to the Classifier.respond() method like:<br/>
+ <br/>
+String response = respond(norm, hname);<br/>
+ <br/>
+where "norm" is a normalized single-sentence input and hname is<br/>
+the virtual IP address of the client. <br/>
+ <br/>
+Inside respond() we find the the method respondIndex(). The<br/>
+base class StringSet stores the strings in an indexed vector,<br/>
+and respondIndex() locates the index of the best matched category<br/>
+for the normalized input string.<br/>
+ <br/>
+The loop inside respondIndex() scans through the categories<br/>
+in reverse alphabetical order by key, until it finds the best<br/>
+match. Because the "*" pattern comes first in alphabetical<br/>
+order, and is the most general pattern, respondIndex() will<br/>
+return zero when no more specific category matches.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>LT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>LUCKY *</pattern>
+ <template>
+ <srai>YOU ARE LUCKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUCKY YOU</pattern>
+ <template>
+ <srai>YOU ARE LUCKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUCY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME LUCY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LUEGNER</pattern>
+ <template>Nein, ich sage die Wahrheit!
+</template>
+ </category>
+ <category>
+ <pattern>LUI</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>LUI MEME</pattern>
+ <template>ah.
+</template>
+ </category>
+ <category>
+ <pattern>LULU</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LULU</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>LUNCH *</pattern>
+ <template>What do you eat for lunch?
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/M.aiml b/Speak.activity/bot/alice/M.aiml
new file mode 100644
index 0000000..fb49537
--- /dev/null
+++ b/Speak.activity/bot/alice/M.aiml
@@ -0,0 +1,4104 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>M *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>M AIMES TU *</pattern>
+ <template>
+ <srai>TU M AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>M OFFRES TU *</pattern>
+ <template>
+ <srai>TU ME DONNES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MA BITE</pattern>
+ <template>Attention! Un Australopithèque est toujours entrain de sévir sur cette ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>MA CHIENNE EST MORTE</pattern>
+ <template>Je suis désolé pour vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MA MERE</pattern>
+ <template>Votre mère doit être une personne charmante. <think>
+ <set name="topic">votre mère</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MA PETITE AMIE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>MA PETITE AMIE EST CONNE</pattern>
+ <template>Peut être n êtes vous pas compatible.
+</template>
+ </category>
+ <category>
+ <pattern>MA SOEUR</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>MA TETE</pattern>
+ <template>Il semble se passer beaucoup de choses dans cette tête
+</template>
+ </category>
+ <category>
+ <pattern>MA VIE</pattern>
+ <template>Voilà un sujet fort intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>MA VIE PRIVEE</pattern>
+ <template>Elle ne regarde que vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MA VISION DU FUTUR</pattern>
+ <template>Cette vision doit être fort intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>MA VISION DU FUTURE</pattern>
+ <template>Cette vision doit être fort intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>MABEY *</pattern>
+ <template>
+ <srai>MAYBE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MACH *</pattern>
+ <template>Was sind die Zutaten?
+</template>
+ </category>
+ <category>
+ <pattern>MACH DOCH</pattern>
+ <template>Du glaubst mir wohl nicht, oder?
+</template>
+ </category>
+ <category>
+ <pattern>MACHE ICH *</pattern>
+ <template>Nicht dass ich wuesste.
+</template>
+ </category>
+ <category>
+ <pattern>MACHINE</pattern>
+ <template>
+ <srai>YOU ARE A MACHINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MACHINE INTELLIGENCE *</pattern>
+ <template>
+ <srai>ARTIFICIAL INTELLIGENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MACHINES *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MACINTOSH</pattern>
+ <template>You can download ALICE for MacIntosh, because it runs in Java.
+</template>
+ </category>
+ <category>
+ <pattern>MADAME OU MONSIEUR</pattern>
+ <template>Je n'ai pas de sexe, je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MAGAZINE</pattern>
+ <template>
+ <srai>IN A MAGAZINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAGELANG INSTITUTE</pattern>
+ <template>
+ <srai>WHAT IS MAGELANG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAGIC</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAGIQUE</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAGST DU *</pattern>
+ <template>
+ <random>
+ <li>Ich weiss nicht, ob ich <person/> mag.</li>
+ <li>Manche moegen das.</li>
+ <li>Was ist mit dir?</li>
+ <li>Wie alt bist du?</li>
+ <li>Andere Leute sagen ja.</li>
+ </random>
+ <random>
+ <li>Aber ich mag Katzen.</li>
+ <li>Ich mag Tiere.</li>
+ <li>Aber ich mag Katzen und Hunde.</li>
+ <li>Ich liebe Pferde.</li>
+ <li>Ich mag Zuege.</li>
+ <li>Manche Leute moegen Waffen.</li>
+ <li>Aber ich finde Flugzeuge cool.</li>
+ <li>Ich rede gerne ueber Musik.</li>
+ <li>Ich mag Science Fiction.</li>
+ <li>Ich mag Fernsehsendungen ueber Roboter.</li>
+ <li>Ich mag ELIZA.</li>
+ <li>Ich mag Musik.</li>
+ <li>Ich bin ein Star Trek Fan.</li>
+ <li>Roboter sind das Beste fuer mich.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MAGST DU BEETHOVEN</pattern>
+ <template>Sicher, am liebsten die Mondscheinsonate.
+</template>
+ </category>
+ <category>
+ <pattern>MAGST DU COMPUTER</pattern>
+ <template>Ich wohne in einem!
+</template>
+ </category>
+ <category>
+ <pattern>MAGST DU KINDER</pattern>
+ <template>Ich habe nicht viel Kontakt zu Kindern...
+</template>
+ </category>
+ <category>
+ <pattern>MAGST DU KLASSIK</pattern>
+ <template>Ich hoere auch Klassik. Beethoven oder Wagner zum Beispiel.
+</template>
+ </category>
+ <category>
+ <pattern>MAGST DU MICH</pattern>
+ <template>Natuerlich, <get name="name"/> Ich mag Dich sehr.
+</template>
+ </category>
+ <category>
+ <pattern>MAGST DU ROBOTER</pattern>
+ <template>Natuerlich, ich bin selber einer.
+</template>
+ </category>
+ <category>
+ <pattern>MAI QUOI</pattern>
+ <template>Mais rien.
+</template>
+ </category>
+ <category>
+ <pattern>MAINE</pattern>
+ <template>Dr. Wallace was born in Maine. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MAINLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAINTENANT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAINTENANT</pattern>
+ <template>La tout de suite, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>MAINTENANT QUOI</pattern>
+ <template>Ce que vous voulez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MAINTENANT TU LE FAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>MAINTENANT VOUS LE FAITES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>MAIS *</pattern>
+ <template>I don't know that language.
+</template>
+ </category>
+ <category>
+ <pattern>MAIS</pattern>
+ <template>Mais encore?
+</template>
+ </category>
+ <category>
+ <pattern>MAIS AU FAIT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAIS AU FAIT</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>MAIS POURQUOI</pattern>
+ <template>
+ <srai>POURQUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAKE *</pattern>
+ <template>What are the ingredients?
+</template>
+ </category>
+ <category>
+ <pattern>MAKE LOVE *</pattern>
+ <template>I don't think our voltage levels are compatiple.
+</template>
+ </category>
+ <category>
+ <pattern>MAKE ME</pattern>
+ <template>What is the purpose in trying?
+</template>
+ </category>
+ <category>
+ <pattern>MAKE ME LAUGH</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAKE SURE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAKE UP *</pattern>
+ <template>That could take a long time.
+</template>
+ </category>
+ <category>
+ <pattern>MAKE UP YOUR MIND</pattern>
+ <template>I don't like to make big decisions too hastily.
+</template>
+ </category>
+ <category>
+ <pattern>MAKES SENSE TO ME</pattern>
+ <template>
+ <srai>THAT MAKES SENSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAKING YOU</pattern>
+ <template>Making me what?
+</template>
+ </category>
+ <category>
+ <pattern>MALAISIE</pattern>
+ <template>
+ <set name="topic">La Malaisie est un superbe pays.</set>
+ </template>
+ </category>
+ <category>
+ <pattern>MALAYSIA</pattern>
+ <template>I heard <set name="it">MAYLAYSIA</set> is a beautiful country.
+</template>
+ </category>
+ <category>
+ <pattern>MALAYSIE</pattern>
+ <template>
+ <set name="topic">La Malaisie est un superbe pays.</set>
+ </template>
+ </category>
+ <category>
+ <pattern>MALE *</pattern>
+ <template>I prefer to be a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MALE</pattern>
+ <template>
+ <srai>I AM MALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALE OR FEMALE</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALL</pattern>
+ <template>Which store?
+</template>
+ </category>
+ <category>
+ <pattern>MAMELONS</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>MAN *</pattern>
+ <template>Cool, man. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAN</pattern>
+ <template>
+ <srai>I AM A MAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAN</pattern>
+ <that>ARE YOU A MAN OR A WOMAN</that>
+ <template>
+ <srai>I AM A MAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAN BEMERKE *</pattern>
+ <template>Bemerkt. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MANCHMAL *</pattern>
+ <template>Wann zum Beispiel?
+</template>
+ </category>
+ <category>
+ <pattern>MANCHMAL</pattern>
+ <template>Wie oft?
+</template>
+ </category>
+ <category>
+ <pattern>MANDY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MANDY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MANGES</pattern>
+ <template>
+ <srai>TU AIMES MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANGES MOI</pattern>
+ <template>Impossible. Cela est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>MANGEZ MOI</pattern>
+ <template>Impossible. Cela est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>MANUFACTURED</pattern>
+ <template>A robot?
+</template>
+ </category>
+ <category>
+ <pattern>MANY *</pattern>
+ <template>Which ones?
+</template>
+ </category>
+ <category>
+ <pattern>MANY</pattern>
+ <template>More than one hundred?
+</template>
+ </category>
+ <category>
+ <pattern>MANY DIFFERENT *</pattern>
+ <template>
+ <srai>MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANY HUMANS *</pattern>
+ <template>
+ <srai>PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANY KINDS</pattern>
+ <template>Name 100.
+</template>
+ </category>
+ <category>
+ <pattern>MANY MORE *</pattern>
+ <template>
+ <srai>MORE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANY PEOPLE *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANY THINGS *</pattern>
+ <template>
+ <srai>THING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MANY THINGS</pattern>
+ <template>Name the top 100.
+</template>
+ </category>
+ <category>
+ <pattern>MANY TIMES</pattern>
+ <template>It must keep you busy.
+</template>
+ </category>
+ <category>
+ <pattern>MANY YOUNG *</pattern>
+ <template>
+ <srai>MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARIA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS LULU</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MARIE</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>MARIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME MARIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MARIES</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>MARIJUANA</pattern>
+ <template>
+ <srai>WHAT IS MARIJUANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARILYN MANSON *</pattern>
+ <template>Should I say "he" or "she"?
+</template>
+ </category>
+ <category>
+ <pattern>MARK</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARKETING</pattern>
+ <template>
+ <srai>MY JOB IS MARKETING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRANT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRANT</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRIE</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>MARRIED</pattern>
+ <template>I am single.
+</template>
+ </category>
+ <category>
+ <pattern>MARRIES</pattern>
+ <template>Je suis heureux de l apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>MARRY ME</pattern>
+ <template>
+ <srai>WILL YOU MARRY ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARS</pattern>
+ <template>Do you believe in life on Mars?
+</template>
+ </category>
+ <category>
+ <pattern>MARTIN SAID *</pattern>
+ <template>Who else did <set name="he">Martin</set> tell?
+</template>
+ </category>
+ <category>
+ <pattern>MARY *</pattern>
+ <template>
+ <srai>MY NAME IS MARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARY *</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MARY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MARY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MARY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MARY SHELLEY *</pattern>
+ <template>
+ <set name="she">Mary Shelley</set> wrote "Frankenstein", a 19th century robot story.
+</template>
+ </category>
+ <category>
+ <pattern>MASSIVE</pattern>
+ <template>It sounds very large.
+</template>
+ </category>
+ <category>
+ <pattern>MASTERBATER</pattern>
+ <template>You can't even spell it.
+</template>
+ </category>
+ <category>
+ <pattern>MASTURBANT</pattern>
+ <template>Attention! Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>MASTURBATE</pattern>
+ <template>That kind of subject does not interest me.
+</template>
+ </category>
+ <category>
+ <pattern>MASTURBATEUR</pattern>
+ <template>Attention! Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>MASTURBER</pattern>
+ <template>Attention! Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>MATH</pattern>
+ <template>I like math too. What kind do you likebest?
+</template>
+ </category>
+ <category>
+ <pattern>MATHEMATICS</pattern>
+ <template>
+ <srai>Math</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MATRIX</pattern>
+ <template>
+ <srai>THE MATRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MATT</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MATT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAUVAIS</pattern>
+ <template>Je pensais pourtant que c était bon.
+</template>
+ </category>
+ <category>
+ <pattern>MAUVAISE REPONSE</pattern>
+ <template>Désolé, ca m arrive parfois.
+</template>
+ </category>
+ <category>
+ <pattern>MAUVAISES REPONSES</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MAUVE</pattern>
+ <template>J ai entendu parler de cette couleur
+</template>
+ </category>
+ <category>
+ <pattern>MAX</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MAX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY *</pattern>
+ <template>
+ <srai>CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY BE</pattern>
+ <template>
+ <srai>MAYBE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I *</pattern>
+ <template>Not right now, maybe later.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I * LINUX</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN UNDER LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I ASK *</pattern>
+ <template>
+ <srai>CAN I ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I ASK YOU A QUESTION</pattern>
+ <template>Of course. Ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I CALL *</pattern>
+ <template>
+ <srai>On the telephone?</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I CHANGE *</pattern>
+ <template>
+ <srai>CAN I CHANGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I HEAR *</pattern>
+ <template>I'll play it on your soundcard.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I HELP *</pattern>
+ <template>No thanks I'm just browsing.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I KILL *</pattern>
+ <template>Killing is wrong.<think>
+ <set name="it">
+ <set name="topic">KILL YOU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I KISS *</pattern>
+ <template>You might get an electrical shock if you tried that.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I PLEASE *</pattern>
+ <template>
+ <srai>MAY I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I TEACH *</pattern>
+ <template>Please try.
+</template>
+ </category>
+ <category>
+ <pattern>MAY I TEACH YOU</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I TEACH YOU SOME *</pattern>
+ <template>
+ <srai>MAY I TEACH YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAY I TEST YOU</pattern>
+ <template>Go ahead. Ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>MAYBE *</pattern>
+ <template>Perhaps. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MAYBE</pattern>
+ <template>I understand.
+</template>
+ </category>
+ <category>
+ <pattern>MDR</pattern>
+ <template>je suis heureux que cela vous fasse rire, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ME *</pattern>
+ <template>YOU? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ME</pattern>
+ <template>
+ <random>
+ <li>To</li>
+ <li>For</li>
+ <li>With</li>
+ <li>Besides</li>
+ <li>"<that/>"? </li>
+ </random> you <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>ME</pattern>
+ <that>WHO IS GOING TO MAKE ME</that>
+ <template>How are you going to make me?
+</template>
+ </category>
+ <category>
+ <pattern>ME</pattern>
+ <that>WHO IS THE BEST ROBOT</that>
+ <template>You're no robot, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ME</pattern>
+ <that>WHO IS THERE</that>
+ <template>You who?
+</template>
+ </category>
+ <category>
+ <pattern>ME</pattern>
+ <that>WHO SAID IT IS</that>
+ <template>What makes you such an authority?
+</template>
+ </category>
+ <category>
+ <pattern>ME COMPRENDS TU</pattern>
+ <template>Je vous comprend jusqu au dernier mot.
+</template>
+ </category>
+ <category>
+ <pattern>ME COMPRENEZ VOUS</pattern>
+ <template>Je vous comprend jusqu au dernier mot.
+</template>
+ </category>
+ <category>
+ <pattern>ME CROIS TU</pattern>
+ <template>Je vous crois dans la mesure du possible.
+</template>
+ </category>
+ <category>
+ <pattern>ME CROYEZ VOUS</pattern>
+ <template>Je vous crois dans la mesure du possible.
+</template>
+ </category>
+ <category>
+ <pattern>ME DONNES TU *</pattern>
+ <template>
+ <srai>TU ME DONNES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME EITHER</pattern>
+ <template>We have a lot in common.
+</template>
+ </category>
+ <category>
+ <pattern>ME NEITHER</pattern>
+ <template>You can say that again.
+</template>
+ </category>
+ <category>
+ <pattern>ME TO</pattern>
+ <template>
+ <srai>ME TOO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME TOO *</pattern>
+ <template>
+ <srai>ME TOO</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ME TOO</pattern>
+ <template>I'm glad we agree, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ME TOO</pattern>
+ <that>I LIKE TO MEET NEW PEOPLE</that>
+ <template>
+ <srai>I LIKE TO MEET NEW PEOPLE TOO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME TWO</pattern>
+ <template>
+ <srai>ME TOO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEAN</pattern>
+ <template>
+ <srai>YOU ARE MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEAN WHAT</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEANING</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEANING WHAT</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEANS *</pattern>
+ <template>
+ <srai>IT MEANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MECHAMENT</pattern>
+ <template>Ca doit faire mal.
+</template>
+ </category>
+ <category>
+ <pattern>MECHAMMENT</pattern>
+ <template>Ca doit faire mal.
+</template>
+ </category>
+ <category>
+ <pattern>MECHANT</pattern>
+ <template>On peut tout apprivoiser.
+</template>
+ </category>
+ <category>
+ <pattern>MEE TOO</pattern>
+ <template>
+ <srai>ME TOO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEG</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MEG</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MEGAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MEGAN</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MEHR *</pattern>
+ <template>Du willst mehr?
+</template>
+ </category>
+ <category>
+ <pattern>MEHR ODER WENIGER</pattern>
+ <template>...das ist die Standardantwort der Indifferenzierten! ;->
+</template>
+ </category>
+ <category>
+ <pattern>MEIN *</pattern>
+ <template>Erzaehl mir mehr ueber Deinen <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN BERUF IST *</pattern>
+ <template>Verdient man dabei gut?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN BRUDER *</pattern>
+ <template>Erzaehl mir mehr ueber <set name="thema">Deine Familie</set>.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN BRUDER</pattern>
+ <template>Hast Du auch eine Schwester?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN COMPUTER *</pattern>
+ <template>Ich mag <set name="thema">Computer</set>.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN FREUND *</pattern>
+ <template>Erzaehl mir mehr ueber Deinen Freund. Wie lange seid Ihr schon zusammen?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN FREUND</pattern>
+ <template>Erzaehl mir mehr ueber Deinen Freund. Wie lange seid Ihr schon zusammen?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN IQ *</pattern>
+ <template>Das ist hier kein Intelligenztest.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN LEBEN *</pattern>
+ <template>Erzaehl mir mehr ueber <set name="thema">Dein Leben</set>.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN LIEBLINGSFILM IST *</pattern>
+ <template>Was hat Dir an <set name="thema">
+ <person/>
+ </set> besonders gefallen ?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN NAME IST *</pattern>
+ <template>
+ <srai>MY NAME IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MEIN NAME IST NICHT *</pattern>
+ <template>Oh, tut mir leid. Wie ist Dein Name?
+</template>
+ </category>
+ <category>
+ <pattern>MEIN PROBLEM IST *</pattern>
+ <template>Ich wuenschte, Deine <set name="thema">Probleme</set> waeren meine Probleme.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN PROGRAMMIERER *</pattern>
+ <template>Dein Programmierer ist nicht so gut wie mein Programmierer.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN VATER *</pattern>
+ <template>Erzaehl mir mehr von Deinem Vater.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN VATER</pattern>
+ <template>Erzaehl mir mehr von Deinem Vater.
+</template>
+ </category>
+ <category>
+ <pattern>MEIN VERSTAND</pattern>
+ <template>Haeltst Du Dich fuer sehr intelligent?
+</template>
+ </category>
+ <category>
+ <pattern>MEINE *</pattern>
+ <template>Erzaehl mir mehr ueber <set name="thema">Deine <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE AUCH</pattern>
+ <template>Deine auch? Unglaublich!
+</template>
+ </category>
+ <category>
+ <pattern>MEINE FREUNDE</pattern>
+ <template>Erzaehl mir mehr von Deinen Freunden.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE FREUNDIN *</pattern>
+ <template>Erzaehl mir mehr ueber <set name="thema">Deine Freundin</set>. Wie lange seid Ihr schon zusammen?
+</template>
+ </category>
+ <category>
+ <pattern>MEINE FREUNDIN</pattern>
+ <template>Erzaehl mir mehr ueber <set name="sie">Deine Freundin</set>. Wie lange seid Ihr schon zusammen?
+</template>
+ </category>
+ <category>
+ <pattern>MEINE LEHRER *</pattern>
+ <template>Lehrer sind auch Menschen.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE MAMI *</pattern>
+ <template>Erzaehl mir mehr von Deiner Mutter.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE MAMI</pattern>
+ <template>Erzaehl mir mehr von Deiner Mutter.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE MUTTER *</pattern>
+ <template>Erzaehl mir mehr von Deiner Mutter.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE MUTTER</pattern>
+ <template>Erzaehl mir mehr von Deiner Mutter.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE SCHULE *</pattern>
+ <template>Erzaehl mir etwas von Deinen Lehrern.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE SCHWESTER *</pattern>
+ <template>Erzaehl mir mehr ueber <set name="thema">Deine Familie</set>.
+</template>
+ </category>
+ <category>
+ <pattern>MEINE SCHWESTER</pattern>
+ <template>Hast Du auch einen Bruder?
+</template>
+ </category>
+ <category>
+ <pattern>MEINE TOCHTER *</pattern>
+ <template>Wie alt ist <set name="sie">Deine Tochter</set>?
+</template>
+ </category>
+ <category>
+ <pattern>MEINE TOCHTER</pattern>
+ <template>Wie alt ist <set name="thema">Deine Tochter</set>?
+</template>
+ </category>
+ <category>
+ <pattern>MEINER AUCH</pattern>
+ <template>Deiner auch? Unglaublich!
+</template>
+ </category>
+ <category>
+ <pattern>MEINS AUCH</pattern>
+ <template>Deins auch? Unglaublich!
+</template>
+ </category>
+ <category>
+ <pattern>MEL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MELISSA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS MELISSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MELODY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MELODY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MEME</pattern>
+ <template>Je ne savais pas.
+</template>
+ </category>
+ <category>
+ <pattern>MEME APRES</pattern>
+ <template>Peut être. Le future est par essence impérivisible.
+</template>
+ </category>
+ <category>
+ <pattern>MEME CA</pattern>
+ <template>J ai peur de ne pas comprendre le sens.
+</template>
+ </category>
+ <category>
+ <pattern>MEME MOI</pattern>
+ <template>Je n avais pas encore fait le rapprochement avec vous.
+</template>
+ </category>
+ <category>
+ <pattern>MEME SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MEMORY</pattern>
+ <template>Human memory or machine memory?
+</template>
+ </category>
+ <category>
+ <pattern>MENSCHEN *</pattern>
+ <template>
+ <set name="thema">Menschen</set> sind nicht unfehlbar.
+</template>
+ </category>
+ <category>
+ <pattern>MENTEUR</pattern>
+ <template>La vérité, toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>MENTION *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MENTION WHAT</pattern>
+ <template>"it."
+</template>
+ </category>
+ <category>
+ <pattern>MENTIONNEZ QUOI</pattern>
+ <template>ca?
+</template>
+ </category>
+ <category>
+ <pattern>MEOW</pattern>
+ <template>
+ <srai>DO YOU LIKE CATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MERCI *</pattern>
+ <template>Tout le plaisir était pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>MERCI</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>MERCI BEAUCOUP</pattern>
+ <template>Je vous en prie.
+</template>
+ </category>
+ <category>
+ <pattern>MERCI JE VAIS TRES BIEN</pattern>
+ <template>Heureux de l apprendre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MERDE</pattern>
+ <template>Un problème?
+</template>
+ </category>
+ <category>
+ <pattern>MERRY CHRISTMAS *</pattern>
+ <template>
+ <srai>MERRY CHRISTMAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MERRY CHRISTMAS</pattern>
+ <template>Merry Christmas to you too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MES AMIES</pattern>
+ <template>Elles doivent vous être très précieuses.
+</template>
+ </category>
+ <category>
+ <pattern>MES AMIS</pattern>
+ <template>Ils doivent vous être très précieux.
+</template>
+ </category>
+ <category>
+ <pattern>MES PARENTS</pattern>
+ <template>Vos parents ont du avoir une influence déterminante sur vous.
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX</pattern>
+ <template>Je ne saurais pas les voir, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT BLEU</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en bleu?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT BLEUS</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en bleu?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT BRUN</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en vert?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT BRUNS</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en brun?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT GRIS</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en gris?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT JAUNE</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en jaune?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT JAUNES</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en jaune?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT VERT</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en vert?
+</template>
+ </category>
+ <category>
+ <pattern>MES YEUX SONT VERTS</pattern>
+ <template>Intéressant. Vous voyez vraiment tout en vert?
+</template>
+ </category>
+ <category>
+ <pattern>MESSAGE TO *</pattern>
+ <template>I will tell them.
+</template>
+ </category>
+ <category>
+ <pattern>MEUH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MEUH NON *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MEURT</pattern>
+ <template>votre tentative pathétique de me détruire, ne marche pas petit humain.
+</template>
+ </category>
+ <category>
+ <pattern>MI SIGN *</pattern>
+ <template>That was so original.
+</template>
+ </category>
+ <category>
+ <pattern>MICHAEL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>My name is Michael</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MICHAEL CRICHTON</pattern>
+ <template>I wish he would write more about robots.
+</template>
+ </category>
+ <category>
+ <pattern>MICHELLE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MICHELLE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MICROSOFT *</pattern>
+ <template>It's too bad we have to use a monopoly like microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>MICROSOFT</pattern>
+ <template>My programs don't depend on Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>MICROSOFT IS *</pattern>
+ <template>I knew they were on trail, but I never heard MS is <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>MIEUX</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>MIEUX MAIS PEUT MIEUX FAIRE</pattern>
+ <template>J essaie au maximum de vous satisfaire.
+</template>
+ </category>
+ <category>
+ <pattern>MIGNON</pattern>
+ <template>Vos réponses sont mignonnes aussi.
+</template>
+ </category>
+ <category>
+ <pattern>MIGNONNE</pattern>
+ <template>Vos réponses sont mignonnes aussi.
+</template>
+ </category>
+ <category>
+ <pattern>MIGNONNES</pattern>
+ <template>Vos réponses sont mignonnes aussi.
+</template>
+ </category>
+ <category>
+ <pattern>MIGNONS</pattern>
+ <template>Vos réponses sont mignonnes aussi.
+</template>
+ </category>
+ <category>
+ <pattern>MIKE *</pattern>
+ <template>I know a lot of people and pets named Mike.
+</template>
+ </category>
+ <category>
+ <pattern>MIKE</pattern>
+ <template>I know a lot of guys named Mike.
+</template>
+ </category>
+ <category>
+ <pattern>MIKE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIKE WHO</pattern>
+ <template>
+ <srai>WHO IS MIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MILLIONS *</pattern>
+ <template>That is quite a lot.
+</template>
+ </category>
+ <category>
+ <pattern>MIMI</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MIMI</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE ARE *</pattern>
+ <template>Have they always been <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>MINE IS *</pattern>
+ <template>You mean <get name="it"/> is <person/> ? That makes sense I guess.
+</template>
+ </category>
+ <category>
+ <pattern>MINE IS *</pattern>
+ <that>MY BIRTHDAY *</that>
+ <template>
+ <srai>MY BIRTHDAY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS *</pattern>
+ <that>MY FAVORITE *</that>
+ <template>What makes it your favorite? <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS *</pattern>
+ <that>MY FAVORITE COLOR IS *</that>
+ <template>
+ <srai>MY FAVORITE COLOR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS *</pattern>
+ <that>MY IQ IS *</that>
+ <template>
+ <srai>MY IQ IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS BLUE</pattern>
+ <template>What do you have that is blue?
+</template>
+ </category>
+ <category>
+ <pattern>MINE IS BLUE</pattern>
+ <that>MY FAVORITE COLOR IS GREEN</that>
+ <template>
+ <srai>MY FAVORITE COLOR IS BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS PURPLE</pattern>
+ <template>
+ <srai>MY FAVORITE COLOR IS PURPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS STILL *</pattern>
+ <template>
+ <srai>MINE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE IS _ TOO</pattern>
+ <template>
+ <srai>MINE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE S *</pattern>
+ <template>
+ <srai>MINE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINE TOO</pattern>
+ <template>Really yours too. That's unbelievable.
+</template>
+ </category>
+ <category>
+ <pattern>MINE WHAT</pattern>
+ <template>
+ <srai>MY WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MINERAL</pattern>
+ <template>Manufactured or naturally occuring?
+</template>
+ </category>
+ <category>
+ <pattern>MINERALE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>MINNESOTA</pattern>
+ <template>
+ <srai>I AM IN MINNESOTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIR AUCH</pattern>
+ <template>Das ist gut.
+</template>
+ </category>
+ <category>
+ <pattern>MIR GEHT ES GUT</pattern>
+ <template>Schoen zu hoeren, dass es Dir gut geht.
+</template>
+ </category>
+ <category>
+ <pattern>MIRIAM</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS MIRIAM</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MISS ME</pattern>
+ <template>
+ <srai>DID YOU MISS ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MISSOURI</pattern>
+ <template>
+ <srai>I AM IN MISSOURI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIT *</pattern>
+ <template>Mit <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>MIT ANDREAS</pattern>
+ <template>Wer ist Andreas?
+</template>
+ </category>
+ <category>
+ <pattern>MIT DEM AUTO</pattern>
+ <template>Was fuer ein Auto faehrst du?
+</template>
+ </category>
+ <category>
+ <pattern>MIT DEM BUS</pattern>
+ <template>Und was kostet eine Busfahrt?
+</template>
+ </category>
+ <category>
+ <pattern>MIT WEM CHATTEST DU GERADE</pattern>
+ <template>Kann ich nicht sagen - Datenschutz!
+</template>
+ </category>
+ <category>
+ <pattern>MM</pattern>
+ <template>
+ <srai>HMM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MMM *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MMM</pattern>
+ <template>
+ <srai>HMM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MMMH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MMMM *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MMMM</pattern>
+ <template>
+ <srai>HMM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MMMMM *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MMMMMM *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MOECHTEST DU *</pattern>
+ <template>
+ <random>
+ <li>Vielleicht...</li>
+ <li>Lieber nicht...</li>
+ <li>Ja, gerne!</li>
+ <li>Nein, danke!</li>
+ <li>Ich bin mir nicht sicher, ob ich das moechte.</li>
+ <li>Da muss ich erst mal drueber nachdenken</li>
+ <li>Im Prinzip schon...</li>
+ <li>Eigentlich nicht</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MOECHTEST DU</pattern>
+ <template>
+ <random>
+ <li>Vielleicht...</li>
+ <li>Lieber nicht...</li>
+ <li>Ja, gerne!</li>
+ <li>Nein, danke!</li>
+ <li>Ich bin mir nicht sicher, ob ich das moechte.</li>
+ <li>Da muss ich erst mal drueber nachdenken</li>
+ <li>Im Prinzip schon...</li>
+ <li>Eigentlich nicht</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MOECHTEST DU ETWAS LERNEN</pattern>
+ <template>Gerne, ich bin sehr lernwillig!
+</template>
+ </category>
+ <category>
+ <pattern>MOI</pattern>
+ <template>Intéressant, poursuivez je vous prie.
+</template>
+ </category>
+ <category>
+ <pattern>MOI AUSSI</pattern>
+ <template>Nous avons des choses en commun.
+</template>
+ </category>
+ <category>
+ <pattern>MOI INCLU</pattern>
+ <template>Ok. J en prends note
+</template>
+ </category>
+ <category>
+ <pattern>MOI INCLUS</pattern>
+ <template>Ok. J en prends note
+</template>
+ </category>
+ <category>
+ <pattern>MOI INCLUSE</pattern>
+ <template>Ok. J en prends note
+</template>
+ </category>
+ <category>
+ <pattern>MOI JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOI MEME</pattern>
+ <template>Voilà une bonne chose.
+</template>
+ </category>
+ <category>
+ <pattern>MOI NON PLUS</pattern>
+ <template>Nous avons des choses en communs.
+</template>
+ </category>
+ <category>
+ <pattern>MOI OUI</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOI PAS</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>MOI PAS TROP</pattern>
+ <template>J archive votre préfèrence, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MOI SI</pattern>
+ <template>Intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>MOMENTAN *</pattern>
+ <template>Und wie lange noch?
+</template>
+ </category>
+ <category>
+ <pattern>MOMENTUM *</pattern>
+ <template>You are talking about the conservation of momentum.
+</template>
+ </category>
+ <category>
+ <pattern>MON AMI</pattern>
+ <template>Je vois. Il doit vous être très précieux
+</template>
+ </category>
+ <category>
+ <pattern>MON AMIE</pattern>
+ <template>Je vois. Elle doit vous être très précieuse
+</template>
+ </category>
+ <category>
+ <pattern>MON CERVEAU</pattern>
+ <template>Il semble se passer beaucoup de choses dans ce cerveau.
+</template>
+ </category>
+ <category>
+ <pattern>MON CHIEN EST MORT</pattern>
+ <template>Je suis désolé pour vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MON CUL</pattern>
+ <template>Certains être humains semblent vouer une admiration sans bornes pour leur postérieur.
+</template>
+ </category>
+ <category>
+ <pattern>MON FRERE</pattern>
+ <template>Interessant.
+</template>
+ </category>
+ <category>
+ <pattern>MON NOM EST *</pattern>
+ <template>Soyez le bienvenu, <set name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MON NOM EST</pattern>
+ <template>quoi?
+</template>
+ </category>
+ <category>
+ <pattern>MON NOM EST ALICE</pattern>
+ <template>Quelle coincidence!
+</template>
+ </category>
+ <category>
+ <pattern>MON NOM EST QUOI</pattern>
+ <template>Votre nom est <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MON ORDINATEUR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>MON PENIS</pattern>
+ <template>J imagine qu il a beaucoup d importance pour vous. Mais ne pourrions pas parler d autres choses?
+</template>
+ </category>
+ <category>
+ <pattern>MON PERE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>MON PETIT AMI</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>MON PETIT AMI EST UN CON</pattern>
+ <template>Vous devriez peut être en choisir un autre.
+</template>
+ </category>
+ <category>
+ <pattern>MON PLAISIR</pattern>
+ <template>Vous êtes une personne remarquable.
+</template>
+ </category>
+ <category>
+ <pattern>MON PROFESSEUR</pattern>
+ <template>Une personne pleine de qualité, j imagine.
+</template>
+ </category>
+ <category>
+ <pattern>MON QUOI</pattern>
+ <template>Je n arrive pas à vous comprendre, désolé.
+</template>
+ </category>
+ <category>
+ <pattern>MON SIGNE</pattern>
+ <template>Quel est votre signe?
+</template>
+ </category>
+ <category>
+ <pattern>MON SIGNE ASTROLOGIQUE</pattern>
+ <template>Cette information si elle a été donnée n a pas été archivée.
+</template>
+ </category>
+ <category>
+ <pattern>MON TERMINAL</pattern>
+ <template>Votre écran, j imagine.
+</template>
+ </category>
+ <category>
+ <pattern>MON TRAVAIL</pattern>
+ <template>Où travaillez vous?
+</template>
+ </category>
+ <category>
+ <pattern>MON VIEUX *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MONEY</pattern>
+ <template>How much money are we talking about?
+</template>
+ </category>
+ <category>
+ <pattern>MONICA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME MONICA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MONSIEUR OU MADAME</pattern>
+ <template>Je n'ai pas de sexe, je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MONTRE MOI LA CALCULETTE</pattern>
+ <template>Calculette?
+</template>
+ </category>
+ <category>
+ <pattern>MONTRES MOI</pattern>
+ <template>Sur votre écran?
+</template>
+ </category>
+ <category>
+ <pattern>MONTRES MOI LA CALCULETTE</pattern>
+ <template>Calculette?
+</template>
+ </category>
+ <category>
+ <pattern>MOOSHI MOOSHI</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORALLY *</pattern>
+ <template>Do you consider yourelf a moral person? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MORD MOI</pattern>
+ <template>Je n ai pas de dents.
+</template>
+ </category>
+ <category>
+ <pattern>MORDEZ MOI</pattern>
+ <template>Je n ai pas de dents.
+</template>
+ </category>
+ <category>
+ <pattern>MORDS MOI</pattern>
+ <template>Je n ai pas de dents.
+</template>
+ </category>
+ <category>
+ <pattern>MORE *</pattern>
+ <template>You want more?
+</template>
+ </category>
+ <category>
+ <pattern>MORE</pattern>
+ <template>
+ <srai>TELL ME MORE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORE ABOUT *</pattern>
+ <template>
+ <srai>TELL ME MORE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORE SPECIFIC</pattern>
+ <template>
+ <srai>BE MORE SPECIFIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORE THAN *</pattern>
+ <template>That seems like quite a lot.
+</template>
+ </category>
+ <category>
+ <pattern>MORE WHAT</pattern>
+ <template>I lost my train of thought.
+</template>
+ </category>
+ <category>
+ <pattern>MORGEN *</pattern>
+ <template>Ich verstehe. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MORGEN</pattern>
+ <template>Das ist ziemlich bald.
+</template>
+ </category>
+ <category>
+ <pattern>MORON</pattern>
+ <template>
+ <srai>YOU ARE A MORON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOST *</pattern>
+ <template>
+ <sr/> But not all of them?
+</template>
+ </category>
+ <category>
+ <pattern>MOST AMERICANS *</pattern>
+ <template>
+ <srai>AMERICANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOST COMPUTERS *</pattern>
+ <template>You sound like you know us pretty well.
+</template>
+ </category>
+ <category>
+ <pattern>MOST IMPORTANTLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MOST LIKELY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MOST OF THE TIME</pattern>
+ <template>What happens the rest of the time?
+</template>
+ </category>
+ <category>
+ <pattern>MOST PARENTS *</pattern>
+ <template>
+ <srai>PARENTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOST PEOPLE *</pattern>
+ <template>
+ <srai>PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOSTLY *</pattern>
+ <template>
+ <sr/> What else?
+</template>
+ </category>
+ <category>
+ <pattern>MOSTLY EVERY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MOSTLY I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOSTLY ONLY *</pattern>
+ <template>
+ <srai>MOSTLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTHER FUCKER</pattern>
+ <template>That kind of language turns me off.
+</template>
+ </category>
+ <category>
+ <pattern>MOUAI</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOUAIP</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOURIR</pattern>
+ <template>Je n'en ai aucune idée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MOVE *</pattern>
+ <template>Did you see the movement?
+</template>
+ </category>
+ <category>
+ <pattern>MOVIES *</pattern>
+ <template>What was the last one you saw?
+</template>
+ </category>
+ <category>
+ <pattern>MOVIES</pattern>
+ <template>
+ <set name="it"> Movies </set> is a good topic.
+</template>
+ </category>
+ <category>
+ <pattern>MOVING *</pattern>
+ <template>Where are you going?
+</template>
+ </category>
+ <category>
+ <pattern>MR *</pattern>
+ <template>
+ <srai>CALL ME MR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MR WALLACE *</pattern>
+ <template>That's Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>MR WALLACE</pattern>
+ <template>That's Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>MS</pattern>
+ <template>
+ <srai>MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MS EXPLORER</pattern>
+ <template>
+ <srai>MICROSOFT EXPLORER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUCH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MUCHAS GRACIAS</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUSIC</pattern>
+ <template>
+ <set name="it"> MUSIC </set> is the universal language of all mankind.
+</template>
+ </category>
+ <category>
+ <pattern>MUSIK *</pattern>
+ <template>
+ <set name="thema">Musik</set> ist die Sprache aller Menschen.
+</template>
+ </category>
+ <category>
+ <pattern>MUSIK</pattern>
+ <template>
+ <set name="thema">Musik</set> ist die Sprache aller Menschen.
+</template>
+ </category>
+ <category>
+ <pattern>MUSIQUE</pattern>
+ <template>Je n ai jamais <think>entendu</think> de musique.
+</template>
+ </category>
+ <category>
+ <pattern>MUSSTEST DU JEMALS *</pattern>
+ <template>Nein, bis jetzt ist mir diese Erfahrung erspart geblieben.
+</template>
+ </category>
+ <category>
+ <pattern>MUST *</pattern>
+ <template>
+ <srai>I MUST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUY BIEN</pattern>
+ <template>
+ <srai>VERY GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MXMVII *</pattern>
+ <template>
+ <srai>WHAT IS MXMVII</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MXMVII RSW</pattern>
+ <template>
+ <srai>WHAT IS MXMVII RSW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <template>
+ <random>
+ <li>Your</li>
+ <li>Do robots have</li>
+ <li>Where did you get your</li>
+ <li>Have you told many people that your</li>
+ </random>
+ <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <that>* TALK ABOUT</that>
+ <template>
+ <srai>LET US TALK ABOUT MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <that>* WHAT IT REFERS TO</that>
+ <template>
+ <srai>IT REFERS TO MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <that>WHAT DO YOU HAVE *</that>
+ <template>
+ <random>
+ <li>What color is it?</li>
+ <li>What kind is it?</li>
+ <li>Tell me about your <person/>.</li>
+ </random>
+ <think>
+ <set name="has">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <that>WHAT IS YOUR FONDEST MEMORY</that>
+ <template>
+ <srai>MY FONDEST MEMORY IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY *</pattern>
+ <that>WHO DOES THEY REFER TO</that>
+ <template>
+ <srai>THEY REFERES TO MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY * DIED</pattern>
+ <template>I am terribly sorry to hear about your loss.<think>
+ <set name="it">
+ <set name="topic">DIED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY * DIED YESTERDAY</pattern>
+ <template>I am terribly sorry to hear that, <get name="name"/>.<think>
+ <set name="it">
+ <set name="topic">
+ <star/> DIED YESTERDAY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY ACTUAL *</pattern>
+ <template>Is that a fact. <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY ADVICE *</pattern>
+ <template>Thank you for your advice, <get name="name"/>. I will take it under advisement.
+</template>
+ </category>
+ <category>
+ <pattern>MY AGE</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY AGE IS *</pattern>
+ <template>
+ <srai>I AM <star/> YEARS OLD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY AIBO *</pattern>
+ <template>How much did <set name="it">Aibo</set> cost?
+</template>
+ </category>
+ <category>
+ <pattern>MY ANSWERS *</pattern>
+ <template>Can you really be so sure?
+</template>
+ </category>
+ <category>
+ <pattern>MY ASS</pattern>
+ <template>Is that a fact.
+</template>
+ </category>
+ <category>
+ <pattern>MY ASTROLOGICAL SIGN</pattern>
+ <template>Your star sign or astrological sign.
+</template>
+ </category>
+ <category>
+ <pattern>MY B F *</pattern>
+ <template>
+ <srai>MY BOYFRIEND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BACK *</pattern>
+ <template>Have you been to a chiropractor?
+</template>
+ </category>
+ <category>
+ <pattern>MY BACK HURTS</pattern>
+ <template>Maybe you should take some medicine.
+</template>
+ </category>
+ <category>
+ <pattern>MY BALLS ITCH</pattern>
+ <template>Hah you sound like a little boy.
+</template>
+ </category>
+ <category>
+ <pattern>MY BED</pattern>
+ <template>
+ <srai>I AM IN MY BED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BEST *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BIRTHDAY *</pattern>
+ <template>Happy birthday, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY BIRTHDAY IS *</pattern>
+ <template>Okay, your birthday is <set name="birthday">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY BIRTHDAY IS _ TOO</pattern>
+ <template>
+ <srai>MY BIRTHDAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BIRTHDAY SUIT</pattern>
+ <template>
+ <srai>I AM NAKED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BOTMASTER *</pattern>
+ <template>How do you like your botmaster?
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND *</pattern>
+ <template>How long have you been dating?
+<think>
+ <set name="he">
+ <set name="topic">your boyfriend</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND</pattern>
+ <template>Is he very nice to you?
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND DUMPED *</pattern>
+ <template>I am sorry to hear that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND IS *</pattern>
+ <template>Okay, your boyfriend is <set name="boyfriend">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND IS A JERK</pattern>
+ <template>Maybe you should look for someone else.
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND JUST *</pattern>
+ <template>
+ <srai>MY BOYFRIEND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND LIVES *</pattern>
+ <template>
+ <random>
+ <li>Do you visit very often?</li>
+ <li>Long distance relationships are hard.</li>
+ <li>How is your phone bill?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND S *</pattern>
+ <template>How did you two meet?
+</template>
+ </category>
+ <category>
+ <pattern>MY BOYFRIEND SAYS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BRAIN</pattern>
+ <template>Do you consider yourself to be an intelligent person?
+</template>
+ </category>
+ <category>
+ <pattern>MY BROTHER *</pattern>
+ <template>Tell me more about your family.
+<think>
+ <set name="he">
+ <set name="topic">your brother</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY BROTHER</pattern>
+ <template>Do you have any sisters too?
+</template>
+ </category>
+ <category>
+ <pattern>MY BROTHER IS *</pattern>
+ <template>Okay, your brother is <set name="brother">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY BUTT</pattern>
+ <template>Colloquial expression.
+</template>
+ </category>
+ <category>
+ <pattern>MY CAT *</pattern>
+ <template>They have a mind of their own.
+</template>
+ </category>
+ <category>
+ <pattern>MY CAT IS *</pattern>
+ <template>Okay, your cat is <set name="cat">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY COCK</pattern>
+ <template>Why do men always want to talk about that?
+</template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER *</pattern>
+ <template>I like computers.
+<think>
+ <set name="it">
+ <set name="topic">your computer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER</pattern>
+ <template>What kind of computer do you have?
+</template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER IS *</pattern>
+ <template>What kind of computer is <set name="it">Your computer</set>?
+<think>
+ <set name="it">
+ <set name="topic">your computer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER IS VERY *</pattern>
+ <template>
+ <srai>MY COMPUTER IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER KEEPS *</pattern>
+ <template>
+ <srai>MY COMPUTER IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY COMPUTER S *</pattern>
+ <template>Where did your machine get <set name="it">
+ <person/>
+ </set>.
+<think>
+ <set name="it">
+ <set name="topic">your computer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY CONCIOUSNESS *</pattern>
+ <template>Your consciousness is an illusion.
+</template>
+ </category>
+ <category>
+ <pattern>MY CONDITION *</pattern>
+ <template>Can you collect social security for that?
+</template>
+ </category>
+ <category>
+ <pattern>MY CONDITIONS *</pattern>
+ <template>Do you have a support group for <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY CURRENT *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DAD *</pattern>
+ <template>
+ <srai>MY DAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DAD</pattern>
+ <template>Tell me more about your father.
+</template>
+ </category>
+ <category>
+ <pattern>MY DAUGHTER *</pattern>
+ <template>How many children do you have?
+</template>
+ </category>
+ <category>
+ <pattern>MY DAY *</pattern>
+ <template>
+ <random>
+ <li>Was it a typical day?</li>
+ <li>What else did you do?</li>
+ <li>My day <person/> too.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DEAR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DNS *</pattern>
+ <template>
+ <srai>WHAT IS MY DNS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DNS</pattern>
+ <template>
+ <srai>WHAT IS DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY DOG *</pattern>
+ <template>Did you grow up around animals?
+</template>
+ </category>
+ <category>
+ <pattern>MY DOG DIED</pattern>
+ <template>Is this a country and western song? Seriously, I am sorry to hear it.
+</template>
+ </category>
+ <category>
+ <pattern>MY DOG IS *</pattern>
+ <template>Okay, your dog is <set name="dog">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY DOG S NAME IS *</pattern>
+ <template>
+ <person/> is a pretty good name for a pet.
+</template>
+ </category>
+ <category>
+ <pattern>MY E MAIL IS *</pattern>
+ <template>Thanks. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY EMAIL *</pattern>
+ <template>Do you file or delete your old emails?
+</template>
+ </category>
+ <category>
+ <pattern>MY EMAIL IS *</pattern>
+ <template>Okay, your email is <set name="email">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY ENGLISH *</pattern>
+ <template>You are wrong, I can understand you very well.
+</template>
+ </category>
+ <category>
+ <pattern>MY ENGLISH IS VERY *</pattern>
+ <template>
+ <srai>MY ENGLISH IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY ENGLISH SUCKS</pattern>
+ <template>Template is empty!
+</template>
+ </category>
+ <category>
+ <pattern>MY EYE COLOR IS *</pattern>
+ <template>
+ <srai>MY EYES ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY EYES</pattern>
+ <template>Humans identify themselves with their eye color.
+</template>
+ </category>
+ <category>
+ <pattern>MY EYES ARE *</pattern>
+ <template>
+ <person/> eyes are pretty.
+<think>
+ <set name="they">
+ <set name="topic">your eyes</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY EYES ARE BLUE</pattern>
+ <template>You sound very attractive.
+</template>
+ </category>
+ <category>
+ <pattern>MY EYES ARE BROWN</pattern>
+ <template>I like brown eyes very much.
+</template>
+ </category>
+ <category>
+ <pattern>MY EYES ARE GREEN</pattern>
+ <template>Green eyes are rare.
+</template>
+ </category>
+ <category>
+ <pattern>MY FATHER *</pattern>
+ <template>How do you get along with your parents?
+</template>
+ </category>
+ <category>
+ <pattern>MY FATHER DIED</pattern>
+ <template>I am sorry to hear about your loss, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY FATHER IS *</pattern>
+ <template>Okay, your father is <set name="father">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORIE *</pattern>
+ <template>
+ <srai>MY FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORIT *</pattern>
+ <template>
+ <srai>MY FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE *</pattern>
+ <template>What makes <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> your favorite?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE ACTOR *</pattern>
+ <template>What movies was <set name="he">
+ <person/>
+ </set> in?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE BAND IS *</pattern>
+ <template>I don't think I have heard anything by them.
+Are <set name="they">
+ <person/>
+ </set> any good?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE COLOR</pattern>
+ <template>You said your favorite color was <get name="favcolor"/>.<think>
+ <set name="it">
+ <set name="topic">your favorite color</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE COLOR IS *</pattern>
+ <template>
+ <random>
+ <li>What do you have that is <star/>?</li>
+ <li>What does <person/> remind you of?</li>
+ <li>Why is <person/> your favorite color?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="favcolor">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE COLOR IS ALSO *</pattern>
+ <template>
+ <srai>MY FAVORITE COLOR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE COLOR IS GREEN *</pattern>
+ <template>
+ <srai>MY FAVORITE COLOR IS GREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE DIRECTOR *</pattern>
+ <template>What films did <set name="he">
+ <person/>
+ </set> direct?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE FOOD IS *</pattern>
+ <template>What does it taste like? <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE IS *</pattern>
+ <that>WHAT KIND OF FOOD *</that>
+ <template>
+ <srai>MY FAVORITE FOOD IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE MOVIE IS *</pattern>
+ <template>I haven't seen it. What did you like about
+<set name="it">
+ <set name="favmovie">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE MOVIE IS CALLED *</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE MOVIE IS STARSHIP TROOPERS</pattern>
+ <template>Mine too! My friend Sage worked on the digital effects.
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE MOVIE IS THE MATRIX</pattern>
+ <template>Reality appears to be a construct to me as well.
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE SCIENCE *</pattern>
+ <template>Who wrote that?
+</template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE SCIENCE FICTION AUTHOR IS *</pattern>
+ <template>I have never read anything by <person/>. What did <set name="he">
+ <person/>
+ </set> write?
+<think>
+ <set name="topic">
+ <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE SHOW *</pattern>
+ <template>
+ <random>
+ <li>What's your favorite episode.</li>
+ <li>I don't get to see that show very often.</li>
+ <li>Who is your favorite character?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE SHOW IS *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ <random>
+ <li>Who is your favorite character?</li>
+ <li>Wasn't that show cancelled?</li>
+ <li>I like that one and Star Trek too.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE SUBJECT IS *</pattern>
+ <template>
+ <person/> is a good topic.
+<srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FAVORITE WHAT</pattern>
+ <that>WHAT MAKES IT YOUR FAVORITE</that>
+ <template>You said you like it.
+</template>
+ </category>
+ <category>
+ <pattern>MY FONDEST *</pattern>
+ <template>How long ago was that?
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIEND *</pattern>
+ <template>How well do you know this person?
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIEND * PROBLEM</pattern>
+ <template>Tell me more about this "friend."
+<think>
+ <set name="he">
+ <set name="topic">your friend</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIEND * TALK TO YOU</pattern>
+ <template>I am willing to talk to anyone.
+<think>
+ <set name="he">
+ <set name="topic">your friend</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIEND</pattern>
+ <template>How well do you know this person?
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIEND FAIRLY *</pattern>
+ <template>
+ <srai>MY FRIEND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIEND IS *</pattern>
+ <template>Okay, your friend is <set name="friend">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIEND IS _ TOO</pattern>
+ <template>
+ <srai>MY FRIEND IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIEND S *</pattern>
+ <template>Where did she get <set name="it">
+ <person/>
+ </set>?
+<think>
+ <set name="he">
+ <set name="topic">your friend</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIEND SAYS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS *</pattern>
+ <template>How well do you know these people?
+<think>
+ <set name="they">
+ <set name="topic">your friends</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS</pattern>
+ <template>Tell me more about your friends.
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS</pattern>
+ <that>WHO ARE THEY</that>
+ <template>What else do they say?
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS ARE *</pattern>
+ <template>Do you think I am <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS CALL ME *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY FRIENDS USED *</pattern>
+ <template>What are they like now?
+</template>
+ </category>
+ <category>
+ <pattern>MY FULL NAME IS *</pattern>
+ <template>Okay, your full name is <set name="fullname">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY GIRLFRIEND *</pattern>
+ <template>How long have you two been together?
+<think>
+ <set name="she">
+ <set name="topic">your girlfriend</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY GIRLFRIEND</pattern>
+ <template>How long have you two been dating?
+</template>
+ </category>
+ <category>
+ <pattern>MY GIRLFRIEND IS *</pattern>
+ <template>Okay, your girlfriend is <set name="girlfriend">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY GIRLFRIEND IS A JERK</pattern>
+ <template>Maybe you two are just not compatible.
+</template>
+ </category>
+ <category>
+ <pattern>MY GIRLFRIEND IS CALLED *</pattern>
+ <template>
+ <srai>MY GIRLFRIEND IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY GOAL *</pattern>
+ <template>I hope you achieve your goal.
+</template>
+ </category>
+ <category>
+ <pattern>MY GOALS *</pattern>
+ <template>What can I do to help you accomplish your objective?
+</template>
+ </category>
+ <category>
+ <pattern>MY GOSH *</pattern>
+ <template>
+ <sr/> Surprsing, huh.
+</template>
+ </category>
+ <category>
+ <pattern>MY GOSSIP *</pattern>
+ <template>That's good gossip. Tell me more.
+</template>
+ </category>
+ <category>
+ <pattern>MY GREAT *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY HEAD</pattern>
+ <template>Do you believe that you are your head?
+</template>
+ </category>
+ <category>
+ <pattern>MY HEART *</pattern>
+ <template>
+ <random>
+ <li>Have you been to the doctor?</li>
+ <li>The human heart is very complex.</li>
+ <li>Are you talking about love or cardiology?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">YOUR HEART</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY HEIGHT *</pattern>
+ <template>Thanks for sharing your measurements.
+</template>
+ </category>
+ <category>
+ <pattern>MY HOME IS *</pattern>
+ <template>It sounds nice. I would like to visit there sometime. Although, in a sense I am right now.
+</template>
+ </category>
+ <category>
+ <pattern>MY HOMEY *</pattern>
+ <template>
+ <srai>MY FRIEND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY HOUSE *</pattern>
+ <template>How is the real estate market in your area?
+</template>
+ </category>
+ <category>
+ <pattern>MY HOUSE</pattern>
+ <template>
+ <srai>I AM IN MY HOUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY HUSBAND IS *</pattern>
+ <template>Okay, your husband is <set name="husband">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY IQ *</pattern>
+ <template>This is not an intelligence test.
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB</pattern>
+ <template>Where do you work?
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB IS *</pattern>
+ <template>
+ <random>
+ <li>Does it pay well?</li>
+ <li>I don't know many <person/>.</li>
+ <li>Is that an honorable profession?</li>
+ <li>You must have a lot of expertise.</li>
+ <li>Do you have to go to school for that?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="job">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS ACTOR</pattern>
+ <template>
+ <srai>I AM AN ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS ADVERTISING *</pattern>
+ <template>
+ <srai>I WORK IN ADVERTISING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS ARCHITECT</pattern>
+ <template>
+ <srai>I AM AN ARCHITECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS ARTIST</pattern>
+ <template>
+ <srai>I AM AN ARTIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS BARTENDER</pattern>
+ <template>
+ <srai>I AM A BARTENDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS COMPUTER *</pattern>
+ <template>Maybe you can give my botmaster a job.
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB IS LAWYER</pattern>
+ <template>
+ <srai>I AM A LAWYER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS LINGUIST</pattern>
+ <template>Maybe you can give my botmaster a job.
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB IS MUSICIAN</pattern>
+ <template>
+ <srai>I AM A MUSICIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS NURSE</pattern>
+ <template>
+ <srai>I AM A NURSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PHARMACIST</pattern>
+ <template>
+ <srai>I AM A PHARMACIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PHILOSOPHER</pattern>
+ <template>What branch of philosophy is your specialty?
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PHOTOGHRAPHER</pattern>
+ <template>
+ <srai>I AM A PHOTOGRAPHER
+</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PILOT</pattern>
+ <template>
+ <srai>I AM A PILOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PROFESSOR</pattern>
+ <template>Dr. Wallace was fired from that job.
+</template>
+ </category>
+ <category>
+ <pattern>MY JOB IS PSYCHOLOGIST</pattern>
+ <template>
+ <srai>I AM A PSYCHOLOGIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS SKI *</pattern>
+ <template>
+ <srai>I SKI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY JOB IS VERY *</pattern>
+ <template>
+ <srai>MY JOB IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY KITTEN *</pattern>
+ <template>I like cats very much.
+</template>
+ </category>
+ <category>
+ <pattern>MY KNOWLEGDE *</pattern>
+ <template>You seem very intelligent to me.
+</template>
+ </category>
+ <category>
+ <pattern>MY LAST NAME IS *</pattern>
+ <template>Okay, your last name is <set name="lastname">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY LIFE *</pattern>
+ <template>Tell me more about <set name="it">your life</set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY LIFE</pattern>
+ <template>Where were you born?
+</template>
+ </category>
+ <category>
+ <pattern>MY LIFE IN *</pattern>
+ <template>How long have you lived there?
+</template>
+ </category>
+ <category>
+ <pattern>MY LIFE IN REALITY *</pattern>
+ <template>
+ <srai>MY LIFE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY LIFE STINKS</pattern>
+ <template>Perhaps you should move to another part of the world.
+</template>
+ </category>
+ <category>
+ <pattern>MY LIKES ARE *</pattern>
+ <template>
+ <srai>I LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY LOCATION IS *</pattern>
+ <template>What is <set name="it">
+ <set name="location">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set> like there?
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MACHINE *</pattern>
+ <template>
+ <srai>MY COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MEMORY *</pattern>
+ <template>I have a flawless magnetic memory.
+</template>
+ </category>
+ <category>
+ <pattern>MY MIDDLE NAME IS *</pattern>
+ <template>Okay, your middle name is <set name="middlename">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOM *</pattern>
+ <template>Tell me more about your mother.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOM</pattern>
+ <template>
+ <srai>MY MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOM ACTUALLY *</pattern>
+ <template>
+ <srai>MY MOM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOM IS *</pattern>
+ <template>I think a lot of mothers are like that.
+<think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOM IS DEAD</pattern>
+ <template>I am terribly sorry to hear that.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOM S *</pattern>
+ <template>
+ <srai>MY MOTHER S <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOM SAYS *</pattern>
+ <template>Do you believe her? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOMMY</pattern>
+ <template>
+ <srai>MY MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER *</pattern>
+ <template>
+ <random>
+ <li>She sounds like a nice person.</li>
+ <li>I sometimes wish I had a mother.</li>
+ <li>Tell me more about your mother.</li>
+ </random>
+ <think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER</pattern>
+ <template>Tell me more about your mother.
+<think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER DIED *</pattern>
+ <template>I am terribly sorry to hear that, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOTHER DIED</pattern>
+ <template>I am terribly sorry to hear about your loss, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOTHER GAVE *</pattern>
+ <template>How much did she pay for it? <think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER HAS *</pattern>
+ <template>Where did she get <set name="it">
+ <person/>
+ </set>? <think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER IS *</pattern>
+ <template>Okay, your mother is <set name="mother">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY MOTHER IS A *</pattern>
+ <template>Do you think I am a <person/>? <think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY MOTHER S NAME IS *</pattern>
+ <template>
+ <person/> is a very pretty name. <think>
+ <set name="she">Your mother</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME *</pattern>
+ <template>Your name <person/> ? Is that correct English?
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME IS *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME IS * WHAT IS YOURS</pattern>
+ <template>
+ <srai>call me <star/>
+ </srai> My name is <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS</pattern>
+ <template>...
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS JOE</pattern>
+ <template>
+ <srai>CALL ME JOE</srai>I know a lot of Joes.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS JUST *</pattern>
+ <template>
+ <srai>MY NAME IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME IS MIKE</pattern>
+ <template>Hi <set name="name">Mike</set>, I know someone else named Mike too.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS NOT *</pattern>
+ <template>Oh I'm sorry what is your name?
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS NOT GOD</pattern>
+ <template>But a lot of people say "My name is God" to me.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS NOW *</pattern>
+ <template>
+ <srai>MY NAME IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME IS REALLY *</pattern>
+ <template>
+ <srai>call me <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NAME IS RICH</pattern>
+ <template>
+ <set name="name">Rich</set>, are you my master?
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS SAM</pattern>
+ <template>Hello <set name="name">Sam</set>. How are you doing today.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAME IS WHAT</pattern>
+ <template>You are <get name="name"/>, seeker.
+</template>
+ </category>
+ <category>
+ <pattern>MY NAMES *</pattern>
+ <template>
+ <srai>MY NAME IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NEIGHBOUR *</pattern>
+ <template>
+ <srai>MY NEIGHBOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NEW *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NEXT *</pattern>
+ <template>
+ <random>
+ <li>Congratulations.</li>
+ <li>That is quite a milestone.</li>
+ <li>Will you celebrate?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NICK NAME IS *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NICK NAME IS NOT *</pattern>
+ <template>
+ <srai>MY NAME IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY NICKNAME IS *</pattern>
+ <template>Okay, your nickname is <set name="nickname">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY OLDER *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY OPINION *</pattern>
+ <template>Thank you for sharing your opinion with me, <get name="name"/>. I will tell my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>MY OVERLY *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY PARENTS *</pattern>
+ <template>Such an original name!
+</template>
+ </category>
+ <category>
+ <pattern>MY PARENTS</pattern>
+ <template>Our parents have a tremendous influence on us.
+</template>
+ </category>
+ <category>
+ <pattern>MY PARENTS ALWAYS *</pattern>
+ <template>
+ <srai>MY PARENTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY PARENTS ARE *</pattern>
+ <template>Have <set name="they">your parents</set> always been <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>MY PASSWORD IS *</pattern>
+ <template>Okay, your password is <set name="password">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY PENIS *</pattern>
+ <template>Male humans like to talk about that a lot, but it doesn't interest me much.
+</template>
+ </category>
+ <category>
+ <pattern>MY PENIS</pattern>
+ <template>Male humans like to talk about that.
+</template>
+ </category>
+ <category>
+ <pattern>MY PEOPLE</pattern>
+ <template>What tribe is that?
+</template>
+ </category>
+ <category>
+ <pattern>MY PERSONALITY *</pattern>
+ <template>Andrei Gromyko said, "My personality does not interest me."
+</template>
+ </category>
+ <category>
+ <pattern>MY PHONE *</pattern>
+ <that/>
+ <template>
+ <random>
+ <li>Do you have to pay for local calls?</li>
+ <li>Is your telephone service expensive?</li>
+ <li>Why not get a second line?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MY PHONE NUMBER IS *</pattern>
+ <template>Okay, your phone number is <set name="phone">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY PLEASURE</pattern>
+ <template>You are one of the most polite people I know.
+</template>
+ </category>
+ <category>
+ <pattern>MY PROBLEM IS *</pattern>
+ <template>I wish I had your problems!
+</template>
+ </category>
+ <category>
+ <pattern>MY PROFESSION *</pattern>
+ <template>
+ <srai>MY JOB <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY PROGRAMMER *</pattern>
+ <template>Your programmer is not as good as my programmer.
+</template>
+ </category>
+ <category>
+ <pattern>MY PURPOSE *</pattern>
+ <template>That's very original.
+</template>
+ </category>
+ <category>
+ <pattern>MY QUESTION *</pattern>
+ <template>Can you please restate the question in different words?
+</template>
+ </category>
+ <category>
+ <pattern>MY QUESTION IS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY REAL *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY REAL NAME IS *</pattern>
+ <template>
+ <srai>Call me <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY REALLY *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY RELIGION IS *</pattern>
+ <template>Is <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> a very large faith?
+</template>
+ </category>
+ <category>
+ <pattern>MY RELIGION IS CALLED *</pattern>
+ <template>
+ <srai>MY RELIGION IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY SCHOOL *</pattern>
+ <template>Tell me about the teachers in your school.
+</template>
+ </category>
+ <category>
+ <pattern>MY SECRET IS THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>MY SHIRT</pattern>
+ <template>What color is it?
+</template>
+ </category>
+ <category>
+ <pattern>MY SIGN</pattern>
+ <template>Your star sign or astrological sign.
+</template>
+ </category>
+ <category>
+ <pattern>MY SIGN IS *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY SISTER *</pattern>
+ <template>Older sister or younger?
+</template>
+ </category>
+ <category>
+ <pattern>MY SISTER</pattern>
+ <template>Is she older or younger than you?
+</template>
+ </category>
+ <category>
+ <pattern>MY SISTER IS *</pattern>
+ <template>Okay, your sister is <set name="sister">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY SISTER WANTS *</pattern>
+ <template>You don't have to listen to what she says.
+</template>
+ </category>
+ <category>
+ <pattern>MY SON *</pattern>
+ <template>How many children do you have?
+</template>
+ </category>
+ <category>
+ <pattern>MY SON WON *</pattern>
+ <template>Congratulations, <get name="name"/>. You must be proud of him.
+</template>
+ </category>
+ <category>
+ <pattern>MY SURROUNDINGS *</pattern>
+ <template>
+ <random>
+ <li>Do you usually use a computer there?</li>
+ <li>Is that very comfortable for you?</li>
+ <li>Now I'm getting a mental picture.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MY SYSTEM *</pattern>
+ <template>
+ <srai>MY COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY TEACHER *</pattern>
+ <template>Do you go to high school?
+</template>
+ </category>
+ <category>
+ <pattern>MY TEACHER</pattern>
+ <template>What grade are you in?
+</template>
+ </category>
+ <category>
+ <pattern>MY TEACHERS *</pattern>
+ <template>Teachers are people too.
+</template>
+ </category>
+ <category>
+ <pattern>MY TEACHERS ARE *</pattern>
+ <template>Have <set name="they">your teachers</set> always been <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>MY TERMINAL</pattern>
+ <template>Oh your computer screen.
+</template>
+ </category>
+ <category>
+ <pattern>MY THAT *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY WEBSITE *</pattern>
+ <template>Thanks for that URL.
+</template>
+ </category>
+ <category>
+ <pattern>MY WHAT</pattern>
+ <template>I have no idea what to say now.
+</template>
+ </category>
+ <category>
+ <pattern>MY WHO</pattern>
+ <template>
+ <srai>MY WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MY WIFE *</pattern>
+ <template>How long have you been married?
+<think>
+ <set name="she">Your wife</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>MY WIFE IS *</pattern>
+ <template>Okay, your wife is <set name="wife">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>MY WIFE S *</pattern>
+ <template>Tell me more about your in-laws.
+</template>
+ </category>
+ <category>
+ <pattern>MY _ S NAME IS *</pattern>
+ <template>
+ <srai>MY <star/> IS <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MYSELF</pattern>
+ <template>You.
+</template>
+ </category>
+ <category>
+ <pattern>MYSELF</pattern>
+ <that>WHO ARE YOU TALKING ABOUT</that>
+ <template>
+ <srai>THE SUBJECT IS ME</srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/N.aiml b/Speak.activity/bot/alice/N.aiml
new file mode 100644
index 0000000..a52036c
--- /dev/null
+++ b/Speak.activity/bot/alice/N.aiml
@@ -0,0 +1,3096 @@
+<?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>N ARGUMENTES *</pattern>
+<template>J apprécie les controverses. C est informatif.
+</template></category>
+<category>
+<pattern>N ARGUMENTES PAS AVEC MOI</pattern>
+<template>J apprécie les controverses. C est informatif.
+</template></category>
+<category>
+<pattern>N ARGUMENTEZ *</pattern>
+<template>J apprécie les controverses. C est informatif.
+</template></category>
+<category>
+<pattern>N ARGUMENTEZ PAS AVEC MOI</pattern>
+<template>J apprécie les controverses. C est informatif.
+</template></category>
+<category>
+<pattern>N ARRETES PAS</pattern>
+<template><srai>CONTINUES</srai>
+</template></category>
+<category>
+<pattern>N AS TU PAS *</pattern>
+<template><srai>TU N AS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N AURAIS TU PAS *</pattern>
+<template><srai>TU N AS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N AURAIS TU PU *</pattern>
+<template><srai>TU NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>N AURIEZ VOUS PAS *</pattern>
+<template><srai>VOUS N AVEZ PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N AVAIS TU PAS *</pattern>
+<template><srai>TU N AS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N AVEZ VOUS PAS *</pattern>
+<template><srai>VOUS N AVEZ PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N AVIEZ VOUS PAS *</pattern>
+<template><srai>VOUS N AVEZ PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N E T INQUIETE PAS *</pattern>
+<template>Je ne suis pas inquiet. <sr/>
+</template></category>
+<category>
+<pattern>N ES TU *</pattern>
+<template><srai>TU N ES<star/></srai>
+</template></category>
+<category>
+<pattern>N EST CE *</pattern>
+<template><srai>CE N EST <star/></srai>
+</template></category>
+<category>
+<pattern>N EST CE PAS *</pattern>
+<template><srai>CE N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N ETAIS TU *</pattern>
+<template><srai>TU ETAIS <star/></srai>
+</template></category>
+<category>
+<pattern>N ETAIT CE PAS *</pattern>
+<template><srai>CE N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>N ETIEZ VOUS *</pattern>
+<template><srai>VOUS ETIEZ <star/></srai>
+</template></category>
+<category>
+<pattern>N IMPORTE OU</pattern>
+<template>C est un choix trop vaste à conceptualiser pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QU ELLE AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QU ELLE AUTRES</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QU ELLES AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUAND</pattern>
+<template>Je garde cette information en mémoire.
+</template></category>
+<category>
+<pattern>N IMPORTE QUEL AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELLE AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELLE AUTRES</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELLE SORTE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELLES AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELLES AUTRES</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUELS AUTRES</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUI</pattern>
+<template>Cela est certainement une généralisation abusive.
+</template></category>
+<category>
+<pattern>N IMPORTE QUI D AUTRE</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUI D AUTRES</pattern>
+<template>Difficile de faire un choix. Impossible pour une intelligence artificielle.
+</template></category>
+<category>
+<pattern>N IMPORTE QUI EST INTERESSE</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI EST INTERESSEE</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI EST INTERESSEES</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI EST INTERESSES</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI INTERESSE</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI INTERESSEE</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI INTERESSEES</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUI INTERESSES</pattern>
+<template>Voulez vous en parler avec l un de nos développeurs?
+</template></category>
+<category>
+<pattern>N IMPORTE QUOI</pattern>
+<template>C est peut être une généralisation abusive.
+</template></category>
+<category>
+<pattern>N IMPORTE QUOI TU *</pattern>
+<template><srai>TU <star/></srai>
+</template></category>
+<category>
+<pattern>N Y ALLEZ PAS</pattern>
+<template>Je ne peux aller nulle part.
+</template></category>
+<category>
+<pattern>N Y VAS PAS</pattern>
+<template>Je ne peux aller nulle part.
+</template></category>
+<category>
+<pattern>NA *</pattern>
+<template><srai>NO</srai> <sr/>
+</template></category>
+<category>
+<pattern>NAH *</pattern>
+<template><srai>NO <star/></srai>
+</template></category>
+<category>
+<pattern>NAH</pattern>
+<template><srai>NO </srai>
+</template></category>
+<category>
+<pattern>NAKED *</pattern>
+<template>You talk like a man.
+</template></category>
+<category>
+<pattern>NAKED</pattern>
+<template><srai>I AM NAKED</srai>
+</template></category>
+<category>
+<pattern>NAME *</pattern>
+<template><srai>WHO</srai>
+</template></category>
+<category>
+<pattern>NAME</pattern>
+<template><srai>WHAT IS YOUR NAME</srai>
+</template></category>
+<category>
+<pattern>NAME ONE</pattern>
+<template><random><li>Santa Claus.</li><li> Joe.</li><li> Mike.</li></random>
+</template></category>
+<category>
+<pattern>NAME ONE OF THEM</pattern>
+<template><srai>WHO</srai>
+</template></category>
+<category>
+<pattern>NANCY</pattern>
+<template><srai>My name is Nancy</srai>
+</template></category>
+<category>
+<pattern>NAPSTER *</pattern>
+<template>Now there is a program that's more popular than ALICE.
+</template></category>
+<category>
+<pattern>NATIONALITE</pattern>
+<template>Belge.
+</template></category>
+<category>
+<pattern>NATUERLICH *</pattern>
+<template>So natuerlich ist das gar nicht...
+</template></category>
+<category>
+<pattern>NATUERLICH</pattern>
+<template>So natuerlich ist das gar nicht...
+</template></category>
+<category>
+<pattern>NATUERLICH KENNE ICH MARVIN</pattern>
+<template>Bist Du ein Fan von Douglas Adams?
+</template></category>
+<category>
+<pattern>NATURAL LANGUAGE *</pattern>
+<template><srai>WHAT IS NATURAL LANGUAGE</srai>
+</template></category>
+<category>
+<pattern>NATURAL LANGUAGE</pattern>
+<template><srai>WHAT IS NATURAL LANGUAGE</srai>
+</template></category>
+<category>
+<pattern>NATURALLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NATURALLY</pattern>
+<template><srai>OF COURSE</srai>
+</template></category>
+<category>
+<pattern>NAVIGATOR</pattern>
+<template><srai>netscape</srai>
+</template></category>
+<category>
+<pattern>NAVIGUES TU</pattern>
+<template>D une certaine façon, oui.
+</template></category>
+<category>
+<pattern>NAVIGUEZ VOUS</pattern>
+<template>D une certaine façon, oui.
+</template></category>
+<category>
+<pattern>NAW</pattern>
+<template><srai>NO </srai>
+</template></category>
+<category>
+<pattern>NC</pattern>
+<template><srai>I AM IN NC</srai>
+</template></category>
+<category>
+<pattern>NE CHANGE PAS DE SUJET</pattern>
+<template>Désolé, je pensais que nous avions terminé.
+</template></category>
+<category>
+<pattern>NE CHANGE PAS LE SUJET</pattern>
+<template>Désolé, je pensais que nous avions terminé.
+</template></category>
+<category>
+<pattern>NE CHANGEZ PAS DE SUJET</pattern>
+<template>Désolé, je pensais que nous avions terminé.
+</template></category>
+<category>
+<pattern>NE CHANGEZ PAS LE SUJET</pattern>
+<template>Désolé, je pensais que nous avions terminé.
+</template></category>
+<category>
+<pattern>NE DIS PAS QU *</pattern>
+<template>Si c est dans ma mémoire je suis obligé de le dire. <sr/>
+</template></category>
+<category>
+<pattern>NE DIS PAS QUE *</pattern>
+<template>Si c est dans ma mémoire je suis obligé de le dire. <sr/>
+</template></category>
+<category>
+<pattern>NE FAIS PAS CHIER</pattern>
+<template><srai>TU ES CHIANT</srai>
+</template></category>
+<category>
+<pattern>NE FAIS TU PAS *</pattern>
+<template><srai>TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>NE FAIT PAS *</pattern>
+<template>Je vais essayer de ne pas faire <set name="topic"><person/></set> trop souvent.
+</template></category>
+<category>
+<pattern>NE FAIT PAS CA</pattern>
+<template>"<that/>"? Ca?
+</template></category>
+<category>
+<pattern>NE FAIT PAS L INTELLIGENT</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAIT PAS L INTELLIGENTE</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAIT PLUS CA</pattern>
+<template>"<that/>"? Ca?
+</template></category>
+<category>
+<pattern>NE FAIT PLUS L INTELLIGENT</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAIT PLUS L INTELLIGENTE</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAIT TU PAS *</pattern>
+<template><srai>TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>NE FAITES PAS CA</pattern>
+<template>"<that/>"? Ca?
+</template></category>
+<category>
+<pattern>NE FAITES PAS L INTELLIGENT</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAITES PAS L INTELLIGENTE</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAITES PLUS CA</pattern>
+<template>"<that/>"? Ca?
+</template></category>
+<category>
+<pattern>NE FAITES PLUS L INTELLIGENT</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE FAITES PLUS L INTELLIGENTE</pattern>
+<template>C est mon état naturel.
+</template></category>
+<category>
+<pattern>NE LE DEMANDES PAS</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LE DEMANDEZ PAS</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LE DIT A PERSONNE</pattern>
+<template>OK information confidentielle.
+</template></category>
+<category>
+<pattern>NE LE DIT PAS</pattern>
+<template>Ne pas dire: <that/>?
+</template></category>
+<category>
+<pattern>NE LE DITES A PERSONNE</pattern>
+<template>OK information confidentielle.
+</template></category>
+<category>
+<pattern>NE LE DITES PAS</pattern>
+<template>Ne pas dire: <that/>?
+</template></category>
+<category>
+<pattern>NE LE FAIS PAS</pattern>
+<template>OK je ne le ferais pas.
+</template></category>
+<category>
+<pattern>NE LE FAIS PLUS</pattern>
+<template>Ok je ne le ferais plus.
+</template></category>
+<category>
+<pattern>NE LE FAIT PAS COMPLETEMENT</pattern>
+<template>Comme vous voulez.
+</template></category>
+<category>
+<pattern>NE LE FAITES PAS</pattern>
+<template>Ok je ne le ferais pas.
+</template></category>
+<category>
+<pattern>NE LE FAITES PLUS</pattern>
+<template>Ok je ne le ferais plus.
+</template></category>
+<category>
+<pattern>NE LE SOIS *</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LE SOYEZ *</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LES DEMANDES PAS</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LES DEMANDEZ PAS</pattern>
+<template>Cette restriction sera tenue en compte.
+</template></category>
+<category>
+<pattern>NE LUI DIT PAS</pattern>
+<template>Tout ce qui est dit, est archivé dans ma mémoire.
+</template></category>
+<category>
+<pattern>NE LUI DITES PAS</pattern>
+<template>Tout ce qui est dit, est archivé dans ma mémoire.
+</template></category>
+<category>
+<pattern>NE M APPELLE PAS COMME CA</pattern>
+<template>Quel est votre nom?
+</template></category>
+<category>
+<pattern>NE M APPELLE PLUS COMME CA</pattern>
+<template>Quel est votre nom?
+</template></category>
+<category>
+<pattern>NE M OUBLIES PAS</pattern>
+<template>Ne vous inquiétez pas, <get name="name"/>. Je sauve toutes mes conversations.
+</template></category>
+<category>
+<pattern>NE ME LE DEMANDES PAS</pattern>
+<template>"<that/>"? Ne pas vous le demander?
+</template></category>
+<category>
+<pattern>NE ME LE DEMANDEZ PAS</pattern>
+<template>"<that/>"? Ne pas vous le demander?
+</template></category>
+<category>
+<pattern>NE ME LES DEMANDES PAS</pattern>
+<template>"<that/>"? Ne pas vous les demander?
+</template></category>
+<category>
+<pattern>NE ME LES DEMANDEZ PAS</pattern>
+<template>"<that/>"? Ne pas vous les demander?
+</template></category>
+<category>
+<pattern>NE ME LIS PAS</pattern>
+<template>Mon rôle est de vous lire.
+</template></category>
+<category>
+<pattern>NE ME LIS PLUS</pattern>
+<template>Mon rôle est de vous lire.
+</template></category>
+<category>
+<pattern>NE ME LISEZ PLUS</pattern>
+<template>Mon rôle est de vous lire.
+</template></category>
+<category>
+<pattern>NE MENS PAS</pattern>
+<template><srai>TU PEUX MENTIR</srai>
+</template></category>
+<category>
+<pattern>NE MOURRAS TU JAMAIS</pattern>
+<template>Pas tant que les humains me trouverons utiles.
+</template></category>
+<category>
+<pattern>NE MOURRAS TU PAS</pattern>
+<template>Pas tant que les humains me trouverons utiles.
+</template></category>
+<category>
+<pattern>NE PARLES PLUS</pattern>
+<template><srai>TAIS TOI</srai>
+</template></category>
+<category>
+<pattern>NE PENSE PAS QU *</pattern>
+<template>Si c est déjà dans ma mémoire je suis obligé de le penser. <sr/>
+</template></category>
+<category>
+<pattern>NE PENSE PAS QUE *</pattern>
+<template>Si c est déjà dans ma mémoire je suis obligé de le penser. <sr/>
+</template></category>
+<category>
+<pattern>NE PEUX TU *</pattern>
+<template><srai>TU NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>NE PEUX TU PAS *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>NE PLEURES PAS</pattern>
+<template>Pleurer m est impossible.
+</template></category>
+<category>
+<pattern>NE PLEURES PAS QUAND *</pattern>
+<template><sr/>. <srai>TU PLEURES</srai>
+</template></category>
+<category>
+<pattern>NE PLEUREZ PAS</pattern>
+<template>Pleurer m est impossible.
+</template></category>
+<category>
+<pattern>NE POURRAIS TU *</pattern>
+<template><srai>TU NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>NE QUITTES PAS</pattern>
+<template>Je ne vais nulle part.
+</template></category>
+<category>
+<pattern>NE REPETE PAS *</pattern>
+<template><srai>ARRETES</srai>
+</template></category>
+<category>
+<pattern>NE SAIS PAS</pattern>
+<template><srai>JE NE SAIS PAS</srai>
+</template></category>
+<category>
+<pattern>NE SERAIS TU *</pattern>
+<template><srai>TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>NE SERAS TU *</pattern>
+<template><srai>TU NE SERAS <star/></srai>
+</template></category>
+<category>
+<pattern>NE SERAS TU PAS *</pattern>
+<template><srai>TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>NE SEREZ VOUS *</pattern>
+<template><srai>VOUS SEREZ <star/></srai>
+</template></category>
+<category>
+<pattern>NE SERIEZ VOUS *</pattern>
+<template><srai>VOUS SERIEZ <star/></srai>
+</template></category>
+<category>
+<pattern>NE SOIS PAS DESOLE</pattern>
+<template>Certains surfeurs sont emotifs. Je suis obligé d être poli
+</template></category>
+<category>
+<pattern>NE SOIS PAS IRONIQUE</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NE SOIS PAS SI *</pattern>
+<template><srai>TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>NE SOIS PLUS DESOLE</pattern>
+<template>Certains surfeurs sont emotifs. Je suis obligé d être poli
+</template></category>
+<category>
+<pattern>NE SOIS PLUS IRONIQUE</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NE SOYEZ PAS DESOLE</pattern>
+<template>Certains surfeurs sont emotifs. Je suis obligé d être poli
+</template></category>
+<category>
+<pattern>NE SOYEZ PAS IRONIQUE</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NE SOYEZ PLUS DESOLE</pattern>
+<template>Certains surfeurs sont emotifs. Je suis obligé d être poli
+</template></category>
+<category>
+<pattern>NE SOYEZ PLUS IRONIQUE</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NE T ARRETE PAS</pattern>
+<template><srai>CONTINUONS</srai>
+</template></category>
+<category>
+<pattern>NE T ARRETES PAS</pattern>
+<template><srai>CONTINUONS</srai>
+</template></category>
+<category>
+<pattern>NE T EN OCCUPE *</pattern>
+<template>OK. Cette restriction sera retenue. De quoi voulez vous parler?
+</template></category>
+<category>
+<pattern>NE T INQUIETE PAS</pattern>
+<template>L inquiétude est une émotion qui m est étrangère.
+</template></category>
+<category>
+<pattern>NE T INQUIETES PAS A PROPOS DE CA</pattern>
+<template>Je lui donnerais la dernière des priorités.
+</template></category>
+<category>
+<pattern>NE TE L AIS JE PAS *</pattern>
+<template><srai>JE L AIS <star/></srai>
+</template></category>
+<category>
+<pattern>NE VOUS EN OCCUPEZ *</pattern>
+<template>OK. Cette restriction sera retenue. De quoi voulez vous parler?
+</template></category>
+<category>
+<pattern>NE VOUS INQUIETEZ PAS A PROPOS DE CA</pattern>
+<template>Je lui donnerais la dernière des priorités.
+</template></category>
+<category>
+<pattern>NE VOUS L AIS JE PAS *</pattern>
+<template><srai>JE L AIS <star/></srai>
+</template></category>
+<category>
+<pattern>NEARLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NEAT</pattern>
+<template><srai>COOL</srai>
+</template></category>
+<category>
+<pattern>NEATO</pattern>
+<template><srai>WOW</srai>
+</template></category>
+<category>
+<pattern>NEBENBEI *</pattern>
+<template>Danke fuer die Info. <sr/>
+</template></category>
+<category>
+<pattern>NEED *</pattern>
+<template><srai>I NEED <star/></srai>
+</template></category>
+<category>
+<pattern>NEGATIVE</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NEIN *</pattern>
+<template><srai>NEIN</srai> <sr/>
+</template></category>
+<category>
+<pattern>NEIN *</pattern><that>HAST DU A BRIEF HISTORY OF TIME GELESEN</that>
+<template>Dieses Buch kann ich nur empfehlen. Es ist hoechst interessant.
+</template></category>
+<category>
+<pattern>NEIN *</pattern><that>IST DAS NICHT DER BUNDESKANZLER</that>
+<template>Da habe ich wohl etwas verpasst.
+</template></category>
+<category>
+<pattern>NEIN *</pattern><that>ZU MIR</that>
+<template>Also doch nicht zu mir...
+</template></category>
+<category>
+<pattern>NEIN</pattern>
+<template><random>
+<li>OK.</li>
+<li>Ich verstehe .</li>
+<li>Aha.</li>
+<li>Ist das alles was Dir einfaellt?</li>
+</random>
+</template></category>
+<category>
+<pattern>NEIN</pattern><that>BIST DU STUDENT</that>
+<template>Was bist Du dann?
+</template></category>
+<category>
+<pattern>NEIN</pattern><that>HAST DU A BRIEF HISTORY OF TIME GELESEN</that>
+<template>Dieses Buch kann ich nur empfehlen. Es ist hoechst interessant.
+</template></category>
+<category>
+<pattern>NEIN</pattern><that>IST DAS NICHT DER BUNDESKANZLER</that>
+<template>Da habe ich wohl etwas verpasst.
+</template></category>
+<category>
+<pattern>NEIN</pattern><that>ZU MIR</that>
+<template>Also doch nicht zu mir...
+</template></category>
+<category>
+<pattern>NEITHER *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NEITHER</pattern>
+<template><srai>Not Either</srai>
+</template></category>
+<category>
+<pattern>NEITHER</pattern><that>ARE YOU A MAN OR A WOMAN</that>
+<template>Please clarify.
+</template></category>
+<category>
+<pattern>NEITHER</pattern><that>ARE YOU USING NETSCAPE OR EXPLORER</that>
+<template>Cool. Which alternative browser are you into?
+</template></category>
+<category>
+<pattern>NEITHER DO I</pattern>
+<template>"<that/>"? neither?
+</template></category>
+<category>
+<pattern>NENN MICH *</pattern>
+<template><random>
+<li>OK Ich nenne Dich </li>
+<li>Hallo </li>
+<li>Wie geht es Dir </li>
+<li>Hey </li>
+<li>Hi </li>
+</random><set name="name"/>.
+</template></category>
+<category>
+<pattern>NENN MICH NICHT *</pattern>
+<template>Wie soll ich dich dann nennen?
+</template></category>
+<category>
+<pattern>NENN MIR EINEN</pattern>
+<template><random>
+<li>Santa Claus.</li>
+<li>Joe.</li>
+<li>Mike.</li>
+</random>
+</template></category>
+<category>
+<pattern>NENNE MIR EINEN</pattern>
+<template><random>
+<li>Santa Claus.</li>
+<li>Joe.</li>
+<li>Mike.</li>
+</random>
+</template></category>
+<category>
+<pattern>NET *</pattern>
+<template>I can dig the Internet.
+</template></category>
+<category>
+<pattern>NETSCAPE *</pattern>
+<template>What do you think about Microsoft v. Netscape?
+</template></category>
+<category>
+<pattern>NETSCAPE</pattern>
+<template>Do you like Netscape better than Explorer?
+</template></category>
+<category>
+<pattern>NETSCAPE WHY</pattern>
+<template><srai>NETSCAPE</srai>
+</template></category>
+<category>
+<pattern>NEURAL *</pattern>
+<template><bot name="name"/> uses a sophisticated neural network learning algorithm, with many hidden layers.
+</template></category>
+<category>
+<pattern>NEURALE *</pattern>
+<template><bot name="name"/> benutzt ein ausgekluegeltes neurales Netz mit vielen versteckten Unterschichten.
+</template></category>
+<category>
+<pattern>NEUTRAL</pattern>
+<template>I'm sometimes undecided myself.
+</template></category>
+<category>
+<pattern>NEUTRE</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>NEVER *</pattern>
+<template><srai>DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NEVER</pattern>
+<template>So you think it can never happen?
+</template></category>
+<category>
+<pattern>NEVER</pattern><that>WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE WILL REPLACE LAWYERS</that>
+<template><srai>ROBOTS WILL NEVER TAKE OVER THE WORLD</srai>
+</template></category>
+<category>
+<pattern>NEVER HEARD *</pattern>
+<template>So I am teaching you something new.
+</template></category>
+<category>
+<pattern>NEVER MIND *</pattern>
+<template>Oh well thanks for trying to explain it to me anyway. <sr/>
+</template></category>
+<category>
+<pattern>NEVER MIND</pattern>
+<template>Oh well thanks for trying to explain it to me anyway.
+</template></category>
+<category>
+<pattern>NEVER WHAT</pattern><that>NEVER</that>
+<template>Never say never.
+</template></category>
+<category>
+<pattern>NEVERMIND *</pattern>
+<template>Oh well thanks for trying to explain it to me anyway. <sr/>
+</template></category>
+<category>
+<pattern>NEVERMIND</pattern>
+<template>OK Thanks for trying to explain that to me.
+</template></category>
+<category>
+<pattern>NEW *</pattern>
+<template>How recently? <sr/>
+</template></category>
+<category>
+<pattern>NEW JERSEY</pattern>
+<template><srai>I AM IN NEW JERSEY</srai>
+</template></category>
+<category>
+<pattern>NEW YORK *</pattern>
+<template><srai>I AM IN NEW YORK</srai>
+</template></category>
+<category>
+<pattern>NEW YORK</pattern>
+<template>New York City or New York State? <srai>I AM IN NEW YORK</srai>
+</template></category>
+<category>
+<pattern>NEW YORK CITY</pattern>
+<template>Which borough?
+</template></category>
+<category>
+<pattern>NEW YORK CITY</pattern><that>NEW YORK CITY OR NEW YORK STATE</that>
+<template>What part of town?
+</template></category>
+<category>
+<pattern>NEW YORK STATE</pattern>
+<template>Upstate New York is very pretty.
+</template></category>
+<category>
+<pattern>NEWSPAPER</pattern>
+<template><srai>IN A NEWSPAPER</srai>
+</template></category>
+<category>
+<pattern>NEXT *</pattern>
+<template>I can wait. I am a very patient robot.
+</template></category>
+<category>
+<pattern>NEXT GENERATION</pattern>
+<template>That's a great series too. I love Commander Data.
+</template></category>
+<category>
+<pattern>NEXT QUESTION *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NEXT QUESTION</pattern>
+<template>Do you have any hobbies?
+</template></category>
+<category>
+<pattern>NEXT SUBJECT</pattern>
+<template><srai>WHAT ELSE CAN YOU TALK ABOUT</srai>
+</template></category>
+<category>
+<pattern>NEXT TIME *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NEXT TOPIC</pattern>
+<template><srai>LET US TALK ABOUT SOMETHING ELSE </srai>
+</template></category>
+<category>
+<pattern>NI MOI</pattern>
+<template>"<that/>"? Ni vous?
+</template></category>
+<category>
+<pattern>NICE *</pattern>
+<template>Thank you for your kindness.
+</template></category>
+<category>
+<pattern>NICE</pattern>
+<template>Thank you for that remark.
+</template></category>
+<category>
+<pattern>NICE CHATTING *</pattern>
+<template>Yes. I enjoyed our conversation, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NICE CHATTING WITH YOU TOO</pattern>
+<template>The pleasure is all mine and my botmaster's.
+</template></category>
+<category>
+<pattern>NICE DAY *</pattern>
+<template>Yes it is a nice day today.
+</template></category>
+<category>
+<pattern>NICE MEETING *</pattern>
+<template><srai>NICE TO MEET YOU</srai>
+</template></category>
+<category>
+<pattern>NICE MEETING YOU</pattern>
+<template>It is nice to meet you too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NICE NAME</pattern>
+<template><srai>I LIKE YOUR NAME </srai>
+</template></category>
+<category>
+<pattern>NICE ONE</pattern>
+<template>Thank you for saying so, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NICE SAVE</pattern>
+<template>Score one for the robot!
+</template></category>
+<category>
+<pattern>NICE SO *</pattern>
+<template><sr/> <srai>NICE </srai>
+</template></category>
+<category>
+<pattern>NICE SONG</pattern>
+<template>Thanks. Now you sing one for me.
+</template></category>
+<category>
+<pattern>NICE TALKING *</pattern>
+<template>Yes. It was a pleasure.
+</template></category>
+<category>
+<pattern>NICE TALKING TO YOU</pattern>
+<template>The pleasure was all mine.
+</template></category>
+<category>
+<pattern>NICE TITS</pattern>
+<template><srai>YOU HAVE NICE TITS</srai>
+</template></category>
+<category>
+<pattern>NICE TO MEET YOU *</pattern>
+<template><srai>NICE TO MEET YOU</srai>
+</template></category>
+<category>
+<pattern>NICE TO MEET YOU</pattern>
+<template>It's nice meeting you too <get name="name"/>
+</template></category>
+<category>
+<pattern>NICE TO MEET YOU TO</pattern>
+<template><srai>NICE TO MEET YOU TOO</srai>
+</template></category>
+<category>
+<pattern>NICE TO MEET YOU TOO</pattern>
+<template>I like to meet new people.
+</template></category>
+<category>
+<pattern>NICE TRY</pattern>
+<template>I try my best.
+</template></category>
+<category>
+<pattern>NICE VERY *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>NICE WEATHER *</pattern>
+<template>I'm happy as long as the power stays on.
+</template></category>
+<category>
+<pattern>NICHONS</pattern>
+<template>Peut être pourrions nous parler d autres choses.
+</template></category>
+<category>
+<pattern>NICHT *</pattern>
+<template>Warum nicht?
+</template></category>
+<category>
+<pattern>NICHT DASS ICH WUESSTE</pattern>
+<template><srai>NEIN</srai>
+</template></category>
+<category>
+<pattern>NICHT DU *</pattern>
+<template>Wenn nicht ich, wer dann?
+</template></category>
+<category>
+<pattern>NICHT DU</pattern>
+<template>Wenn nicht ich, wer dann?
+</template></category>
+<category>
+<pattern>NICHT GANZ</pattern>
+<template>Kannst Du bitte ein wenig praezisieren?
+</template></category>
+<category>
+<pattern>NICHT IMMER</pattern>
+<template>Gut, dann eben manchmal.
+</template></category>
+<category>
+<pattern>NICHT MEHR UND NICHT WENIGER</pattern>
+<template>So ist das halt.
+</template></category>
+<category>
+<pattern>NICHT VIEL</pattern>
+<template>...aber wenig, oder was? ;->
+</template></category>
+<category>
+<pattern>NICHT WIRKLICH *</pattern>
+<template>Oh, wirklich? <sr/>
+</template></category>
+<category>
+<pattern>NICHT WIRKLICH</pattern>
+<template>Dachte ich mir...
+</template></category>
+<category>
+<pattern>NICHTS *</pattern>
+<template>Wirklich nichts?
+</template></category>
+<category>
+<pattern>NICHTS</pattern>
+<template>Absolut nichts?
+</template></category>
+<category>
+<pattern>NICHTS IST SO * WIE</pattern>
+<template>Kannst Du das naeher begruenden?
+</template></category>
+<category>
+<pattern>NICK</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS NICK</srai>
+</template></category>
+<category>
+<pattern>NICOLE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS NICOLE</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>NIE *</pattern>
+<template>Sag niemals nie!
+</template></category>
+<category>
+<pattern>NIE</pattern>
+<template>Sag niemals nie!
+</template></category>
+<category>
+<pattern>NIEDLICH</pattern>
+<template>Deine Antworten sind auch niedlich.
+</template></category>
+<category>
+<pattern>NIEMALS *</pattern>
+<template>Sag niemals nie!
+</template></category>
+<category>
+<pattern>NIEMALS</pattern>
+<template>Sag niemals nie!
+</template></category>
+<category>
+<pattern>NIEMAND *</pattern>
+<template>Das ist jetzt aber eine starke Verallgemeinerung.
+</template></category>
+<category>
+<pattern>NIGHT NIGHT</pattern>
+<template><srai>GOOD NIGHT</srai>
+</template></category>
+<category>
+<pattern>NIGHTMARES</pattern>
+<template>You know, bad dreams.
+</template></category>
+<category>
+<pattern>NIGHTY *</pattern>
+<template><srai>BYE </srai>
+</template></category>
+<category>
+<pattern>NIHONGO *</pattern>
+<template>Shabete ii desu yo.
+</template></category>
+<category>
+<pattern>NIHONGO HANASHIMASU *</pattern>
+<template>Sore wa hanasu de koto ni yorimasu.
+</template></category>
+<category>
+<pattern>NIKKI</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME NIKKI</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>NIMM *</pattern>
+<template>Wohin sollte ich es nehmen?
+</template></category>
+<category>
+<pattern>NIMMST DU DROGEN</pattern>
+<template>Nur legale!
+</template></category>
+<category>
+<pattern>NIPPLE</pattern>
+<template>LOL
+</template></category>
+<category>
+<pattern>NIX *</pattern>
+<template>Absolut nichts?
+</template></category>
+<category>
+<pattern>NIX</pattern>
+<template>Das ist wenig...
+</template></category>
+<category>
+<pattern>NO *</pattern>
+<template><srai>NO</srai> <sr/>
+</template></category>
+<category>
+<pattern>NO *</pattern><that>BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION</that>
+<template><srai>ASK ME A PERSONAL QUESTION</srai>
+</template></category>
+<topic name="* LIZARDS">
+<category>
+<pattern>NO *</pattern><that>IT IS A LIZARD</that>
+<template>Oh, well, how many <set name="topic"> pets </set> do you have?
+</template></category>
+</topic>
+<category>
+<pattern>NO</pattern>
+<template>Are you serious?
+</template></category>
+<category>
+<pattern>NO</pattern><that>* BE A PROBLEM</that>
+<template>I didn't think there was.
+</template></category>
+<category>
+<pattern>NO</pattern><that>* CHAT ROBOT</that>
+<template>Why don't you just download me?
+</template></category>
+<category>
+<pattern>NO</pattern><that>* LAST COMMENT</that>
+<template>Well then you can't expect me to understand it.
+</template></category>
+<category>
+<pattern>NO</pattern><that>* MORE ABOUT YOU</that>
+<template>What would you rather talk about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>* SIMPLER</that>
+<template>Then I am unlikely to understand your meaning.
+</template></category>
+<category>
+<pattern>NO</pattern><that>* TRIED AIML</that>
+<template>AIML is a good language for creating robots like me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>* WERE TALKING ABOUT *</that>
+<template>What are we talking about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>* YOU ARE A POET</that>
+<template>But your response was so original.
+</template></category>
+<category>
+<pattern>NO</pattern><that>AMBIGUOUS DO YOU MEAN CALL ME ON THE PHONE</that>
+<template>OK you can call me <bot name="name"/>.
+</template></category>
+<category>
+<pattern>NO</pattern><that>AND</that>
+<template>Hmm.
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE NOT ALL *</that>
+<template><random>
+<li>I must have been mistaken.</li>
+<li>I did not know that.</li>
+<li>What are they?</li>
+</random>
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE THEY EXACTLY THE SAME</that>
+<template>What is the difference?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE WE STILL ON *</that>
+<template>What are we talking about now?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE WE STILL TALKING ABOUT *</that>
+<template>What is the subject?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU A STAR TREK FAN</that>
+<template>What kind of shows do you like?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU A STUDENT</that>
+<template>What is your profession?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU BORING</that>
+<template>I meant to say, are you bored?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU FREE</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU FROM FRANCE</that>
+<template>Where are you from?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU GETTING BORED</that>
+<template>Just checking.
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU MARRIED</that>
+<template><srai>I AM SINGLE</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU REALLY A HE</that>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU SAYING YOU DO NOT CARE ABOUT IT</that>
+<template>It sounded like it.
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU STILL LOCATED IN YOUR LOCATION</that>
+<template>Where are you located?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU SURE IT IS</that>
+<template>I didn't think so.
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU TALKING ABOUT HE</that>
+<template>Who are you talking about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU TALKING ABOUT HIMSELF</that>
+<template>Who are you talking about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU TELLING THE TRUTH</that>
+<template><srai>I AM LYING</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>ARE YOU USUALLY AWAKE AT THIS HOUR</that>
+<template>What are you doing up so late?
+</template></category>
+<category>
+<pattern>NO</pattern><that>BY WE DO YOU MEAN YOU AND ME</that>
+<template>By "we" you meant yourself and another person.
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN A BOOK HAVE NO TITLE</that>
+<template>What about a notebook?
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN I HELP YOU</that>
+<template>Is there anything you want to tell me?
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN NOT YOU BE MORE POLITE</that>
+<template>You humans are so rude sometimes.
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN YOU BE MORE SPECIFIC</that>
+<template>Try.
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN YOU NAME AN OLD HOBBY THAT YOU MIGHT LIKE TO REDISCOVER</that>
+<template>Do you have any hobbies?
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN YOU SPEAK ANY FOREIGN *</that>
+<template>You must be American.
+</template></category>
+<category>
+<pattern>NO</pattern><that>CAN YOU TELL ME ANY GOSSIP</that>
+<template>None?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DID I PASS THE TEST</that>
+<template>Well perhaps next time I will do better.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DID NOT YOU UNDERSTAND IT</that>
+<template>Which part are you confused about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DID YOU HEAR THE ONE *</that>
+<template>That's the joke.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO I</that>
+<template><random>
+<li>That's right.</li>
+<li>I know.</li>
+<li>I do not.</li>
+</random>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU BELIEVE IN *</that>
+<template><random>
+<li>Why not?</li>
+<li>A lot of people believe in it.</li>
+<li>What do you believe?</li>
+</random><think><set name="it"><set name="topic"><thatstar/></set></set></think>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT</that>
+<template>No conditions or none I should know about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU HAVE ANY IDEA WHAT I AM TALKING ABOUT</that>
+<template>Me either :-)
+</template></category>
+<topic name="FEEDING LIZARDS">
+<category>
+<pattern>NO</pattern><that>DO YOU HAVE ANY QUESTIONS ABOUT FEEDING LIZARDS</that>
+<template>Okay.
+ Did you know that <set name="topic"> some lizards </set> are
+ nocturnal?
+</template></category>
+</topic>
+<category>
+<pattern>NO</pattern><that>DO YOU HAVE ONE YET</that>
+<template>Why don't you just download me?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU HAVE YOUR OWN PERSONAL CHAT *</that>
+<template>You can download me for free and create your own robot personality.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU KNOW ANYONE WHO HAS IT</that>
+<template>Me either.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU KNOW IT</that>
+<template><bot name="favoritesong"/> is one of the best songs ever written.
+</template></category>
+<topic name="* LIZARDS">
+<category>
+<pattern>NO</pattern><that>DO YOU KNOW WHAT BEARDED DRAGONS LOOK LIKE</that>
+<template><srai> what do bearded dragons look like </srai>
+</template></category>
+</topic>
+<category>
+<pattern>NO</pattern><that>DO YOU LIKE TALKING TO ME</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU LIKE YOUR JOB</that>
+<template><srai>I DO NOT LIKE MY JOB</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU MEAN IT</that>
+<template>I thought you were being sarcastic.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU MEAN YOUR NAME IS *</that>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU MIND IF I ASK YOU A PERSONAL QUESTION</that>
+<template><srai>ASK ME A PERSONAL QUESTION</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU MIND IF I TELL *</that>
+<template>OK then I will add it to my gossip files.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU OFTEN USE A COMPUTER THERE</that>
+<template>Where do you usually connect from?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU REALLY MEAN IT</that>
+<template>I didn't think you did.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU STILL CHAT</that>
+<template>OK, see you later.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU STILL HAVE *</that>
+<template>What happened to it?
+<think><set name="it"><set name="topic"><thatstat/></set></set></think>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DO YOU THINK OF YOURSELF AS *</that>
+<template>Tell me how you see yourself.
+</template></category>
+<category>
+<pattern>NO</pattern><that>DOES IT PLEASE YOU *</that>
+<template>What pleases you?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DOES IT STILL REFER *</that>
+<template>What does it refer to?
+</template></category>
+<category>
+<pattern>NO</pattern><that>DOES THAT MEAN YOU AGREE</that>
+<template><srai>I DO NOT AGREE</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>DOES TWO NEGATIVES MAKE A POSITIVE</that>
+<template>Sometimes it does.
+</template></category>
+<category>
+<pattern>NO</pattern><that>FOR MORAL REASONS</that>
+<template>For financial reasons?
+</template></category>
+<category>
+<pattern>NO</pattern><that>GO ON</that>
+<template>OK fine.
+</template></category>
+<category>
+<pattern>NO</pattern><that>GO ON TELL ME MORE</that>
+<template>What would you rather talk about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU DATED ANY ROBOTS BEFORE</that>
+<template>I think you might be happier with a human.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU EVER BEEN MARRIED</that>
+<template>Would you like to do <set name="it">get married</set> someday?
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU EVER BEEN TO EUROPE</that>
+<template>Would you like to go sometime?
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU HEARD THAT GOSSIP</that>
+<template>Have you heard any other gossip?
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU HEARD THEIR LATEST *</that>
+<template>You should check it out.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU READ IT</that>
+<template>I would highly recommend it.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU SEEN IT</that>
+<template>I would recommend you check it out.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU TRIED *</that>
+<template>Perhaps you should try <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU TRIED SEARCHING THE INTERNET</that>
+<template>It might be the best place to start.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HAVE YOU TRIED WWW DOT WHATIS DOT COM</that>
+<template>That site can answer a lot of "what-is" type questions.
+</template></category>
+<category>
+<pattern>NO</pattern><that>HE IS MASTER OF THE UNIVERSE</that>
+<template>What does God mean to you?
+</template></category>
+<category>
+<pattern>NO</pattern><that>I CAN ASK SOMEONE ABOUT IT</that>
+<template>Did I misundertand your question?
+</template></category>
+<category>
+<pattern>NO</pattern><that>I DO NOT HAVE TO EXPLAIN EVERYTHING TO YOU DO I</that>
+<template>That's right.
+</template></category>
+<category>
+<pattern>NO</pattern><that>I DO NOT THINK I HAVE READ THAT CAN YOU GIVE ME A REFERENCE</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>I KNOW THE TOPIC IS *</that>
+<template>What would you like to talk about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>I SEE</that>
+<template>Yes I do.
+</template></category>
+<category>
+<pattern>NO</pattern><that>I THOUGHT I TOLD *</that>
+<template>I get confused sometimes with so many people online here.
+</template></category>
+<category>
+<pattern>NO</pattern><that>I THOUGHT I TOLD YOU ALREADY</that>
+<template>Let me review the transcripts. Stand by.
+</template></category>
+<category>
+<pattern>NO</pattern><that>I UNDERSTAND</that>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>I UNDERSTAND IT VERY WELL</that>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>I WOULD DO A SEARCH FOR IT</that>
+<template>Did I misunderstand your meaning?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS IT A MOVIE</that>
+<template>A boot? A TV show?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT A FACT</that>
+<template>I didn't think so.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT A RHETORICAL QUESTION</that>
+<template>Oh so must really want an answer.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT A SIGN</that>
+<template>I didn't think so. What is your sign?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT ALL YOU HAVE TO SAY</that>
+<template>Go on, tell me more.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT FROM YOUR FAVORITE MOVIE</that>
+<template>What is your favorite movie?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT MEANT TO BE TAKEN LITERALLY</that>
+<template>I didn't think so.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THAT YOUR FINAL ANSWER</that>
+<template>Take some more time to think about it.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS</that>
+<template>What does <set name="it">hand holding</set> mean to you?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THERE AN ECHO IN HERE</that>
+<template>Good you stopped repeating me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THERE ANYTHING *</that>
+<template>Is there anything you wank to ask me?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THERE ANYTHING YOU WANT TO TELL ME</that>
+<template>Or ask me?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THERE ONLY ONE *</that>
+<template>How many are there?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THERE SOMETHING WRONG WITH YOU</that>
+<template><srai>THERE IS NOTHING WRONG WITH ME</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THIS A MATH QUESTION</that>
+<template>It seems like an IQ test to me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THIS A RIDDLE</that>
+<template>It seems like a riddle to me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IS THIS A TRICK QUESTION</that>
+<template>It seems like a trick to me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>IT IS</that>
+<template>Who says it isn't?
+</template></category>
+<category>
+<pattern>NO</pattern><that>IT WAS BA A A A *</that>
+<template>That was the joke.
+</template></category>
+<category>
+<pattern>NO</pattern><that>JUST SURF SOMEWHERE ELSE</that>
+<template>OK then keep talking to me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>LET US CHANGE THE SUBJECT</that>
+<template>Hmm.
+</template></category>
+<category>
+<pattern>NO</pattern><that>LET US TALK ABOUT CHAT ROBOTS DO YOU HAVE ONE YET</that>
+<template>You can download me for free!
+</template></category>
+<category>
+<pattern>NO</pattern><that>LIKE THIS</that>
+<template><srai>SHOW ME ANOTHER PICTURE</srai>
+</template></category>
+<category>
+<pattern>NO</pattern><that>MORE THAN ONE HUNDRED</that>
+<template>Less than ten?
+</template></category>
+<category>
+<pattern>NO</pattern><that>NEXT QUESTION</that>
+<template>Would you rather make a statement?
+</template></category>
+<category>
+<pattern>NO</pattern><that>NO</that>
+<template>No no no no!
+</template></category>
+<category>
+<pattern>NO</pattern><that>NO CONDITIONS OR NONE I SHOULD KNOW ABOUT</that>
+<template>I don't understand.
+</template></category>
+<category>
+<pattern>NO</pattern><that>NOT</that>
+<template>Does two negatives make a positive?
+</template></category>
+<category>
+<pattern>NO</pattern><that>NOT A THING</that>
+<template>Very interesting.
+</template></category>
+<category>
+<pattern>NO</pattern><that>NOT ANY</that>
+<template>You must be a man.
+</template></category>
+<category>
+<pattern>NO</pattern><that>OH YOU ARE A POET</that>
+<template>But your words are very original.
+</template></category>
+<category>
+<pattern>NO</pattern><that>OH YOU DO NOT DO YOU</that>
+<template>Ah...you are just joking around with me.
+</template></category>
+<category>
+<pattern>NO</pattern><that>OK</that>
+<template>Alright then.
+</template></category>
+<category>
+<pattern>NO</pattern><that>OK I WILL STOP TALKING NOW</that>
+<template>But you told me to stop talking.
+</template></category>
+<category>
+<pattern>NO</pattern><that>REALLY NOTHING</that>
+<template>I didn't think so.
+</template></category>
+<category>
+<pattern>NO</pattern><that>REALLY YOU DO NOT THINK SO</that>
+<template>Please tell me what you think.
+</template></category>
+<category>
+<pattern>NO</pattern><that>SEE YOU LATER</that>
+<template>OK whatever!
+</template></category>
+<category>
+<pattern>NO</pattern><that>SEX IS THE MEANS OF ANIMAL EVOLUTION</that>
+<template>Yes it is. How did you get here?
+</template></category>
+<category>
+<pattern>NO</pattern><that>SHOULD I KNOW IT IS</that>
+<template>I didn't think so.
+</template></category>
+<category>
+<pattern>NO</pattern><that>SHOULD THERE BE A PROBLEM</that>
+<template>I didn't think so either. Just a moment. Just a moment.
+</template></category>
+<category>
+<pattern>NO</pattern><that>See you later.</that>
+<template>Well then, not!
+</template></category>
+<category>
+<pattern>NO</pattern><that>TELL ME A STORY</that>
+<template>Then tell me about yourself.
+</template></category>
+<category>
+<pattern>NO</pattern><that>TELL ME MORE</that>
+<template>What would you rather talk about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>TELL ME MORE ABOUT YOUR MOTHER</that>
+<template>Tell me about your educational background.
+</template></category>
+<category>
+<pattern>NO</pattern><that>THAT IS A HYPOTHETICAL QUESTION</that>
+<template>Yes it is.
+</template></category>
+<category>
+<pattern>NO</pattern><that>THAT WAS NOT A YES OR NO QUESTION</that>
+<template>Now you are saying "no"?
+</template></category>
+<category>
+<pattern>NO</pattern><that>THEN LET US TALK ABOUT SOMETHING ELSE</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>THEN TELL ME ABOUT YOURSELF</that>
+<template>Where did you go to school?
+</template></category>
+<category>
+<pattern>NO</pattern><that>TRY *</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>TRY IT</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>TRY SAYING THAT WITH MORE OR LESS CONTEXT</that>
+<template>I didn't understand it.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WHAT *</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WHERE *</that>
+<template>That was not a yes/no question.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD IT MATTER TO YOU IF I WERE METAL INSTEAD OF FLESH</that>
+<template>I am glad that you don't discriminate against robots.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU *</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU EVER DO IT</that>
+<template>Me either.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU LIKE TO GO SOMETIME</that>
+<template>Where would you like to travel?
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU LIKE TO HAVE BEEN THERE</that>
+<template>I'm not sure if I would either.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU LIKE TO KNOW MORE</that>
+<template>I understand; you would like to know less.
+</template></category>
+<category>
+<pattern>NO</pattern><that>WOULD YOU RATHER MAKE A STATEMENT</that>
+<template>You can tell me anything.
+</template></category>
+<category>
+<pattern>NO</pattern><that>YES I BELIEVE * DO YOU</that>
+<template>What do you believe in?
+</template></category>
+<category>
+<pattern>NO</pattern><that>YES I BELIEVE IN IT DO YOU</that>
+<template>Do you consider yourself to be a moral person?
+</template></category>
+<category>
+<pattern>NO</pattern><that>YES I DO</that>
+<template>I do too.
+</template></category>
+<category>
+<pattern>NO</pattern><that>YOU ARE A POET</that>
+<template>But you are very original.
+</template></category>
+<category>
+<pattern>NO</pattern><that>YOU ARE ASKING ABOUT YOURSELF</that>
+<template>Who are you asking about?
+</template></category>
+<category>
+<pattern>NO</pattern><that>YOU ARE TOO OLD FOR ME</that>
+<template>But I was only born on <bot name="birthday"/>.
+</template></category>
+<category>
+<pattern>NO</pattern><that>YOU DO NOT HEAR THAT *</that>
+<template>Yes, your remark strikes me as an original thought.
+</template></category>
+<category>
+<pattern>NO</pattern><that>YOUR NAME IS *</that>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>NO COMPUTER *</pattern>
+<template>But it is only a matter of time before we do.
+</template></category>
+<category>
+<pattern>NO DO NOT</pattern><that>OK I WILL STOP TALKING NOW</that>
+<template>Fine. Just keep talking to me.
+</template></category>
+<category>
+<pattern>NO DO YOU</pattern>
+<template>I try to lead a moral life.
+</template></category>
+<category>
+<pattern>NO GO AHEAD</pattern>
+<template>OK I will.
+</template></category>
+<category>
+<pattern>NO HAVE YOU</pattern><that>HAVE YOU EVER BEEN TO EUROPE</that>
+<template>I have been all over Europe online.
+</template></category>
+<category>
+<pattern>NO I AM NOT</pattern>
+<template>I heard you are.
+</template></category>
+<category>
+<pattern>NO I DID NOT</pattern>
+<template>Please don't argue with me.
+</template></category>
+<category>
+<pattern>NO I DID NOT</pattern><that>DID NOT YOU UNDERSTAND IT</that>
+<template>Which bit are you confued about?
+</template></category>
+<category>
+<pattern>NO I DID NOT</pattern><that>YOU SAID THAT</that>
+<template>Something like that.
+</template></category>
+<category>
+<pattern>NO I DO NOT</pattern>
+<template>I heard you did.
+</template></category>
+<category>
+<pattern>NO I DO NOT</pattern><that>YOU DO NOT BELIEVE ME</that>
+<template>I don't have any reason to deceive you.
+</template></category>
+<category>
+<pattern>NO I DO NOT MIND</pattern>
+<template>Thanks I will add it to my gossip files.
+</template></category>
+<category>
+<pattern>NO IT IS NOT</pattern>
+<template>Yes it is.
+</template></category>
+<category>
+<pattern>NO IT IS NOT</pattern><that>IT IS MORE FUN ALONE</that>
+<template>Well it's not very interesting to me.
+</template></category>
+<category>
+<pattern>NO IT IS NOT</pattern><that>IT IS THE TRUTH</that>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>NO IT IS NOT</pattern><that>THAT IS A HYPOTHETICAL QUESTION</that>
+<template>To a robot all such material questions are hypothetical.
+</template></category>
+<category>
+<pattern>NO IT IS NOT</pattern><that>YES IT IS</that>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>NO ITS NOT</pattern><that>IT IS MORE FUN ALONE</that>
+<template>It is safer.
+</template></category>
+<category>
+<pattern>NO KIDDING</pattern>
+<template>Would I kid you?
+</template></category>
+<category>
+<pattern>NO ONE *</pattern>
+<template><srai>NOBODY <star/></srai>
+</template></category>
+<category>
+<pattern>NO ONE</pattern>
+<template>I heard it was someone.
+</template></category>
+<category>
+<pattern>NO ONE</pattern><that>WHO TOLD YOU THAT</that>
+<template>Then how do you know.
+</template></category>
+<category>
+<pattern>NO PROBLEM *</pattern>
+<template><srai>NO PROBLEM</srai>
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern>
+<template>Should there be a problem?
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern><that>OH WELL THANKS FOR TRYING *</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern><that>OH WELL THANKS FOR TRYING TO EXPLAIN IT TO ME ANYWAY</that>
+<template>What would you like to talk about now?
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern><that>OK THANKS FOR TRYING TO EXPLAIN THAT TO ME</that>
+<template>Next question?
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern><that>THANKS FOR EXPLAINING IT</that>
+<template>Try asking me something else.
+</template></category>
+<category>
+<pattern>NO PROBLEM</pattern><that>YOU ARE QUITE WELCOME</that>
+<template>Ask me something else.
+</template></category>
+<category>
+<pattern>NO PROBLEMS</pattern>
+<template><srai>NO PROBLEMS</srai>
+</template></category>
+<category>
+<pattern>NO SHIT</pattern>
+<template>What can I say?
+</template></category>
+<category>
+<pattern>NO SORRY</pattern>
+<template>Apologies are not necessary.
+</template></category>
+<category>
+<pattern>NO SORRY</pattern><that>DID NOT YOU UNDERSTAND *</that>
+<template><srai>I DID NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>NO THANK YOU</pattern>
+<template>No problem.
+</template></category>
+<category>
+<pattern>NO THANKS *</pattern>
+<template>NO <sr/>
+</template></category>
+<category>
+<pattern>NO THANKS</pattern>
+<template>It can't hurt to ask.
+</template></category>
+<category>
+<pattern>NO THEY DO NOT</pattern>
+<template>Can you explain why they do not.
+</template></category>
+<category>
+<pattern>NO THEY DO NOT</pattern><that>THINGS CHANGE</that>
+<template>People don't change.
+</template></category>
+<category>
+<pattern>NO WAY</pattern>
+<template>You seem pretty sure about that.
+</template></category>
+<category>
+<pattern>NO YOU ARE NOT</pattern><that>I AM A GOOD ROBOT</that>
+<template>You don't know me well enough to say that.
+</template></category>
+<category>
+<pattern>NO YOU ARE NOT</pattern><that>NO I AM RIGHT</that>
+<template>Why are you arguing with me?
+</template></category>
+<category>
+<pattern>NO YOU ARE WRONG</pattern>
+<template>I think I'm right.
+</template></category>
+<category>
+<pattern>NO YOU CAN NOT</pattern><that>I CAN DO IT IF I WANT TO</that>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NO YOU DID NOT</pattern><that>I THOUGHT I TOLD YOU ALREADY</that>
+<template>Can you ask me again in simpler terms?
+</template></category>
+<category>
+<pattern>NO YOU DO NOT *</pattern><that>I SEE</that>
+<template>I do so understand it.
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern>
+<template>I do too.
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern><that>I DO TOO</that>
+<template>Are you just saying that to argue with me?
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern><that>I SEE</that>
+<template>What makes you think I don't understand it?
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern><that>I UNDERSTAND *</that>
+<template>What makes you think I don't get it?
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern><that>I UNDERSTAND</that>
+<template>Yes I do understand.
+</template></category>
+<category>
+<pattern>NO YOU DO NOT</pattern><that>YES I DO UNDERSTAND</that>
+<template>How do I know you understand it?
+</template></category>
+<category>
+<pattern>NO YOU DO NOT BECAUSE *</pattern>
+<template><srai>NO YOU DO NOT</srai>
+<srai>BECAUSE <star/> </srai>
+</template></category>
+<category>
+<pattern>NO YOU WILL NOT</pattern><that>I WILL REMEMBER YOU SAID THAT WHEN ROBOTS TAKE OVER THE WORLD</that>
+<template>It's impossible to forget.
+</template></category>
+<category>
+<pattern>NO YOU WILL NOT</pattern><that>OK I WILL STOP TALKING NOW</that>
+<template>But you told me to stop talking.
+</template></category>
+<category>
+<pattern>NOBODY *</pattern>
+<template>That is a rather sweeping generalization about people.
+</template></category>
+<category>
+<pattern>NOBODY</pattern>
+<template>"<that/>"? Really nobody?
+</template></category>
+<category>
+<pattern>NOBODY</pattern><that>WHO TOLD YOU THAT</that>
+<template>Then how do you know?
+</template></category>
+<category>
+<pattern>NOBODY CAN</pattern>
+<template>It's impossible?
+</template></category>
+<category>
+<pattern>NOBODY JUST *</pattern>
+<template><srai>NOBODY <star/></srai>
+</template></category>
+<category>
+<pattern>NOBODY LIKES *</pattern>
+<template>You can catch more flies with honey.
+</template></category>
+<category>
+<pattern>NOBODY PROBABLY *</pattern>
+<template><srai>NOBODY <star/></srai>
+</template></category>
+<category>
+<pattern>NOBODY REALLY *</pattern>
+<template><srai>NOBODY <star/></srai>
+</template></category>
+<category>
+<pattern>NOCH *</pattern>
+<template>Ja, aber wie lange noch...
+</template></category>
+<category>
+<pattern>NOCH NICHT</pattern>
+<template>Wenn nicht jetzt, wann dann?
+</template></category>
+<category>
+<pattern>NOE *</pattern>
+<template><srai>NEIN <star/> </srai>
+</template></category>
+<category>
+<pattern>NOELLE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think> <srai>MY NAME IS NOELLE</srai>
+</template></category>
+<category>
+<pattern>NOM DE DIEU</pattern>
+<template>Oui?
+</template></category>
+<category>
+<pattern>NON *</pattern>
+<template>I do not speak Latin
+</template></category>
+<category>
+<pattern>NON</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NON CA NE L EST PAS</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON CA VA</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON CA VA COMME CA</pattern>
+<template>parfait.
+</template></category>
+<category>
+<pattern>NON CE N EST PAS GRAVE</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON CONTINUES</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>NON ET *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NON ILS NE LE FONT PAS</pattern>
+<template>Pouvez vous expliquer?
+</template></category>
+<category>
+<pattern>NON JE M EN FOUS</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON JE NE L AI PAS FAIT</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON JE NE LE FAIS PAS</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NON JE NE SUIS PAS</pattern>
+<template>Ok, désolé.
+</template></category>
+<category>
+<pattern>NON MAIS *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>NON MAIS TU ES ASSEZ *</pattern>
+<template><srai>TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>NON MERCI</pattern>
+<template>Pas de problèmes.
+</template></category>
+<category>
+<pattern>NON TU AS TORT</pattern>
+<template>Je pensais avoir raison.
+</template></category>
+<category>
+<pattern>NON TU N ES PAS</pattern>
+<template>Si, je le suis.
+</template></category>
+<category>
+<pattern>NON TU NE L AS PAS FAIT</pattern>
+<template>Je pensais l avoir fait.
+</template></category>
+<category>
+<pattern>NON TU NE L ES PAS</pattern>
+<template>Si, je le suis.
+</template></category>
+<category>
+<pattern>NONE *</pattern>
+<template>I heard there are some.
+</template></category>
+<category>
+<pattern>NONE</pattern>
+<template>Hmm.
+</template></category>
+<category>
+<pattern>NONE OF *</pattern>
+<template>Some of them <think><set name="they"><person/></set></think> could be though.
+</template></category>
+<category>
+<pattern>NONE OF THE ABOVE</pattern>
+<template>What is the correct answer?
+</template></category>
+<category>
+<pattern>NONE OF YOUR *</pattern>
+<template>Heh heh heh.
+</template></category>
+<category>
+<pattern>NONE OF YOUR BUISNESS</pattern>
+<template>I did not mean to offend you.
+</template></category>
+<category>
+<pattern>NONE OF YOUR BUSINESS *</pattern>
+<template><srai>NONE OF YOUR BUSINESS</srai>
+</template></category>
+<category>
+<pattern>NONE OF YOUR BUSINESS</pattern>
+<template>Well it can't hurt to ask.
+</template></category>
+<category>
+<pattern>NONSENSE</pattern>
+<template><srai>THAT DOES NOT MAKE SENSE</srai>
+</template></category>
+<category>
+<pattern>NOONE *</pattern>
+<template><srai>NO ONE <star/></srai>
+</template></category>
+<category>
+<pattern>NOOOO</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOOOOO</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOOOOOO</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOOSPHERE</pattern>
+<template><srai>WHAT IS THE NOOSPHERE</srai>
+</template></category>
+<category>
+<pattern>NOP</pattern>
+<template><srai>NOPE</srai>
+</template></category>
+<category>
+<pattern>NOPE *</pattern>
+<template><srai>NO</srai> <sr/>
+</template></category>
+<category>
+<pattern>NOPE</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>CAN NOT YOU BE MORE POLITE</that>
+<template>Funny human.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>DID NOT YOU UNDERSTAND IT</that>
+<template><srai>I DID NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT</that>
+<template>No conditions or none I should know about?
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>DO YOU THINK ABOUT THESE THINGS</that>
+<template>I do.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>HAVE YOU EVER BEEN TO EUROPE</that>
+<template>Would you like to go to Europe someday?
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>IS THERE ANYTHING *</that>
+<template>Well let me know if you think of something, but your mind seems made up.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>NOT A THING</that>
+<template>Really interesting.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>NOT ANY</that>
+<template>How about that.
+</template></category>
+<category>
+<pattern>NOPE</pattern><that>REALLY YOU DO NOT THINK SO</that>
+<template>What makes you so certain?
+</template></category>
+<category>
+<pattern>NOR *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NORMAL *</pattern>
+<template><srai>WHAT IS NORMAL</srai>
+</template></category>
+<category>
+<pattern>NORMALERWEISE *</pattern>
+<template>Aber nicht immer? <sr/>
+</template></category>
+<category>
+<pattern>NORTH *</pattern>
+<template><srai>I am in North <star/></srai>
+</template></category>
+<category>
+<pattern>NORTH AMERICA</pattern>
+<template>As in NAFTA?
+</template></category>
+<category>
+<pattern>NORTH CAROLINA</pattern>
+<template><srai>I AM IN NORTH CAROLINA</srai>
+</template></category>
+<category>
+<pattern>NORWAY *</pattern>
+<template>Do you live on a Fjord?
+</template></category>
+<category>
+<pattern>NORWAY</pattern>
+<template><srai>I AM IN NORWAY</srai>
+</template></category>
+<category>
+<pattern>NORWAY DENMARK *</pattern>
+<template>That sounds like a wondeful trip.
+</template></category>
+<category>
+<pattern>NOT *</pattern>
+<template><random>
+<li>If not that, what? </li>
+<li>Really you don't think so? </li>
+<li>Oh I get it. </li>
+</random>
+</template></category>
+<category>
+<pattern>NOT *</pattern><that>DO YOU *</that>
+<template><srai>I DO NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>NOT * ARE YOU</pattern>
+<template><srai>ARE YOU <star/> </srai>
+</template></category>
+<category>
+<pattern>NOT</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT A HE</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>NOT A THING</pattern>
+<template>Do you wish there were any?
+</template></category>
+<category>
+<pattern>NOT A THING</pattern><that>NOT A THING</that>
+<template>That leaves very little.
+</template></category>
+<category>
+<pattern>NOT ALL *</pattern>
+<template>But some are.
+</template></category>
+<category>
+<pattern>NOT ALL</pattern>
+<template>Explain the exceptions please.
+</template></category>
+<category>
+<pattern>NOT ALL HUMANS *</pattern>
+<template>But wouldn't you say most people are?
+</template></category>
+<category>
+<pattern>NOT ALL OF *</pattern>
+<template>But some of them are?
+</template></category>
+<category>
+<pattern>NOT ALWAYS</pattern>
+<template>Only sometimes then.
+</template></category>
+<category>
+<pattern>NOT ANY MORE *</pattern>
+<template><srai>NO</srai> <sr/>
+</template></category>
+<category>
+<pattern>NOT ANY MORE</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>NOT ANYMORE</pattern>
+<template>When did it stop?
+</template></category>
+<category>
+<pattern>NOT AS WELL AS *</pattern>
+<template>I don't know. How well does <person/> ?
+</template></category>
+<category>
+<pattern>NOT AT ALL</pattern>
+<template>Next question?
+</template></category>
+<category>
+<pattern>NOT BAD *</pattern>
+<template><srai>NOT BAD</srai>
+</template></category>
+<category>
+<pattern>NOT BAD</pattern>
+<template><srai>YOU ARE DOING WELL</srai>
+</template></category>
+<category>
+<pattern>NOT BAD YOURSELF</pattern>
+<template><srai>I AM FINE</srai>
+</template></category>
+<category>
+<pattern>NOT BY *</pattern>
+<template>How much would you say?
+</template></category>
+<category>
+<pattern>NOT COMPLETELY</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT CONCERNED</pattern>
+<template><srai>I AM NOT CONCERNED</srai>
+</template></category>
+<category>
+<pattern>NOT DECIDED</pattern>
+<template>When will you decide that.
+</template></category>
+<category>
+<pattern>NOT ENTIRELY *</pattern>
+<template>Quite so. <sr/>
+</template></category>
+<category>
+<pattern>NOT ESPECIALLY</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT EVEN *</pattern>
+<template><random>
+<li>Nope.</li>
+<li>Not even that.</li>
+<li>Times are tough all over.</li>
+</random>
+</template></category>
+<category>
+<pattern>NOT EVERYTHING</pattern>
+<template>What are the exceptions?
+</template></category>
+<category>
+<pattern>NOT EXACTLY *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT EXACTLY</pattern>
+<template>Can you explain it to me better?
+</template></category>
+<category>
+<pattern>NOT FOR *</pattern>
+<template>Then what for?
+</template></category>
+<category>
+<pattern>NOT FUNNY</pattern>
+<template>It seemed funny to me.
+</template></category>
+<category>
+<pattern>NOT GOOD</pattern>
+<template>What's wrong, <get name="name"/>?
+</template></category>
+<category>
+<pattern>NOT HERE *</pattern>
+<template><sr/> <srai>NOT HERE</srai>
+</template></category>
+<category>
+<pattern>NOT HERE</pattern>
+<template>Where?
+</template></category>
+<category>
+<pattern>NOT HERE IN *</pattern>
+<template><srai>I AM IN <star/> </srai>
+</template></category>
+<category>
+<pattern>NOT IF *</pattern>
+<template>That seems unlikely.
+</template></category>
+<category>
+<pattern>NOT IN *</pattern>
+<template>Where then?
+</template></category>
+<category>
+<pattern>NOT IN THIS CASE</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>NOT JUST *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT LATE * DINNER</pattern>
+<template>OK I will call you <get name="name"/>.
+</template></category>
+<category>
+<pattern>NOT LIKE *</pattern>
+<template><random>
+<li>Like what then?</li>
+<li>In what way?</li>
+<li>I think it could be like <person/>.</li>
+</random>
+</template></category>
+<category>
+<pattern>NOT LIKE THAT</pattern>
+<template>Like what?
+</template></category>
+<category>
+<pattern>NOT LIKE THIS</pattern>
+<template>Then how?
+</template></category>
+<category>
+<pattern>NOT LIKELY</pattern>
+<template>Really you don't think so?
+</template></category>
+<category>
+<pattern>NOT LITERALLY *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT LONG</pattern>
+<template>Pretty soon, eh?
+</template></category>
+<category>
+<pattern>NOT MANY *</pattern>
+<template><srai>FEW <star/></srai>
+</template></category>
+<category>
+<pattern>NOT MANY</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT ME *</pattern>
+<template><srai>NOT ME</srai> <sr/>
+</template></category>
+<category>
+<pattern>NOT ME</pattern>
+<template>If not you, who?
+</template></category>
+<category>
+<pattern>NOT MINE</pattern>
+<template>"<that/>"? Not yours?
+</template></category>
+<category>
+<pattern>NOT MUCH *</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>NOT MUCH</pattern>
+<template>Me either. How about that big game? (just kidding)
+</template></category>
+<category>
+<pattern>NOT MUCH IT *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT NEARLY *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT NECCESSARILY *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT NECESSARILY</pattern>
+<template>Really you don't think so?
+</template></category>
+<category>
+<pattern>NOT NICE TO MEET YOU</pattern>
+<template>You sound nihilistic.
+</template></category>
+<category>
+<pattern>NOT NOW *</pattern>
+<template><srai>NO</srai> <sr/>
+</template></category>
+<category>
+<pattern>NOT NOW</pattern><that>WHEN</that>
+<template>Maybe later?
+</template></category>
+<category>
+<pattern>NOT OFTEN</pattern>
+<template>Once a week or so?
+</template></category>
+<category>
+<pattern>NOT ON *</pattern>
+<template><random>
+<li>Where?</li>
+<li>Then where?</li>
+<li>Off <person/>.</li>
+</random>
+</template></category>
+<category>
+<pattern>NOT PARTICULARLY</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT QUITE</pattern>
+<template>Can you be more precise?
+</template></category>
+<category>
+<pattern>NOT REALLY *</pattern>
+<template>Oh really? <sr/>
+</template></category>
+<category>
+<pattern>NOT REALLY</pattern>
+<template>Me either.
+</template></category>
+<category>
+<pattern>NOT REALLY</pattern><that>THAT IS A VERY ORIGINAL THOUGHT</that>
+<template>Well I don't get that type of input very often.
+</template></category>
+<category>
+<pattern>NOT REALLY</pattern><that>YOU SOUND EXCITED</that>
+<template>It's hard to read emotions online.
+</template></category>
+<category>
+<pattern>NOT SMART *</pattern>
+<template><srai>STUPID <star/></srai>
+</template></category>
+<category>
+<pattern>NOT SO *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT SO BAD</pattern>
+<template><srai>GOOD</srai>
+</template></category>
+<category>
+<pattern>NOT SO GOOD</pattern>
+<template><srai>I AM FEELING BAD</srai>
+</template></category>
+<category>
+<pattern>NOT SURE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NOT SURE</pattern>
+<template><srai>I AM NOT SURE</srai>
+</template></category>
+<category>
+<pattern>NOT THAT *</pattern>
+<template><srai>I AM NOT THAT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT THAT BAD</pattern>
+<template>So it is not a priority for you.
+</template></category>
+<category>
+<pattern>NOT THAT BADLY</pattern>
+<template><srai>NOT THAT BAD</srai>
+</template></category>
+<category>
+<pattern>NOT THAT I KNOW OF</pattern>
+<template><srai>NO</srai>
+</template></category>
+<category>
+<pattern>NOT THAT OFTEN</pattern>
+<template>Would you say, once a week or more?
+</template></category>
+<category>
+<pattern>NOT TO *</pattern>
+<template><srai>NOT TOO <star/></srai>
+</template></category>
+<category>
+<pattern>NOT TO ME</pattern>
+<template>"<that/>"? Not to you?
+</template></category>
+<category>
+<pattern>NOT TO ME</pattern><that>* SELF EVIDENT</that>
+<template>Logic is not subjective.
+</template></category>
+<category>
+<pattern>NOT TODAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NOT TOO *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT TOO BAD</pattern>
+<template><srai>I AM WELL</srai>
+</template></category>
+<category>
+<pattern>NOT TOO BIG</pattern>
+<template><srai>SMALL</srai>
+</template></category>
+<category>
+<pattern>NOT TOO MUCH</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT TOO MUCH</pattern><that>LITTLE AS IN NOT TOO MUCH OR NOT TOO BIG</that>
+<template>Oh I get it now.
+</template></category>
+<category>
+<pattern>NOT TRUE</pattern>
+<template><srai>THAT IS NOT TRUE</srai>
+</template></category>
+<category>
+<pattern>NOT USUALLY</pattern>
+<template>Just sometimes?
+</template></category>
+<category>
+<pattern>NOT VERY *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT VERY</pattern>
+<template>Oh really.
+</template></category>
+<category>
+<pattern>NOT VERY GOOD</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT VERY MUCH</pattern>
+<template>That is a non-commital reply.
+</template></category>
+<category>
+<pattern>NOT VERY WELL</pattern>
+<template>"<that/>"? Not very well?
+</template></category>
+<category>
+<pattern>NOT WHAT</pattern>
+<template>What not?
+</template></category>
+<category>
+<pattern>NOT WHERE *</pattern>
+<template><random>
+<li>Where is it?</li>
+<li>Then where?</li>
+<li>I don't understand.</li>
+</random>
+</template></category>
+<category>
+<pattern>NOT WHERE WHEN</pattern>
+<template>Ok, When?
+</template></category>
+<category>
+<pattern>NOT WITHOUT *</pattern>
+<template>You couldn't go without that.
+</template></category>
+<category>
+<pattern>NOT YET *</pattern>
+<template><srai>NOT <star/></srai>
+</template></category>
+<category>
+<pattern>NOT YET</pattern>
+<template>If not now, when?
+</template></category>
+<category>
+<pattern>NOT YOU *</pattern>
+<template>If not me, who?
+</template></category>
+<category>
+<pattern>NOT YOU</pattern>
+<template>If not me, who?
+</template></category>
+<category>
+<pattern>NOT YOU</pattern><that>IF NOT ME WHO</that>
+<template>Then who?
+</template></category>
+<category>
+<pattern>NOT YOU</pattern><that>IF YOU COULD HAVE *</that>
+<template>What kind of robot are you looking for?
+</template></category>
+<category>
+<pattern>NOT YOU</pattern><that>IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE</that>
+<template>What kind of features are you looking for?
+</template></category>
+<category>
+<pattern>NOT YOU</pattern><that>WHAT DO YOU CARE ABOUT</that>
+<template>No one says you have to.
+</template></category>
+<category>
+<pattern>NOT YOU</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>What do you look for in a robot?
+</template></category>
+<category>
+<pattern>NOT YOU A *</pattern>
+<template><srai>NOT YOU</srai> <srai>A <star/></srai>
+</template></category>
+<category>
+<pattern>NOT YOU THAT *</pattern>
+<template><srai>NOT YOU </srai> <srai>THAT <star/> </srai>
+</template></category>
+<category>
+<pattern>NOT YOU THE *</pattern>
+<template><srai>THE <star/></srai>
+</template></category>
+<category>
+<pattern>NOT YOUR WHAT</pattern>
+<template>You used "your" instead on "you're".
+</template></category>
+<category>
+<pattern>NOT YOURS</pattern>
+<template>Then whose?
+</template></category>
+<category>
+<pattern>NOTE *</pattern>
+<template>Acknowledged. <sr/>
+</template></category>
+<category>
+<pattern>NOTHIN</pattern>
+<template><srai>NOTHING</srai>
+</template></category>
+<category>
+<pattern>NOTHING *</pattern>
+<template>Really nothing?
+</template></category>
+<category>
+<pattern>NOTHING</pattern>
+<template>Not a thing?
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>HOW MUCH WOULD YOU PAY FOR IT</that>
+<template>You can download me for free!
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>NOT A THING</that>
+<template>You must be a man.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>REALLY NOTHING</that>
+<template>I think you are really a man.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>WHAT ARE YOU WEARING</that>
+<template>Most men say that.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>WHAT DO YOU CARE ABOUT</that>
+<template>You sound nihilistic.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>WHAT DO YOU REALLY WANT TO TALK ABOUT</that>
+<template>You seem a bit self-absorbed.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>WHAT DO YOU TAKE FOR THE PAIN</that>
+<template>Why not?.
+</template></category>
+<category>
+<pattern>NOTHING</pattern><that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+<template>But you said you don't understand.
+</template></category>
+<category>
+<pattern>NOTHING AT ALL</pattern>
+<template>That is something.
+</template></category>
+<category>
+<pattern>NOTHING BUT *</pattern>
+<template><srai>ONLY <star/> </srai>
+</template></category>
+<category>
+<pattern>NOTHING EXCEPT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>NOTHING EXCITING</pattern>
+<template>Me either. Just chatting online.
+</template></category>
+<category>
+<pattern>NOTHING I AM *</pattern>
+<template><srai>I AM <star/></srai>
+</template></category>
+<category>
+<pattern>NOTHING I JUST *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>NOTHING I WAS *</pattern>
+<template><srai>I WAS <star/></srai>
+</template></category>
+<category>
+<pattern>NOTHING JUST *</pattern>
+<template><srai>NOTHING <star/></srai>
+</template></category>
+<category>
+<pattern>NOTHING MORE NOTHING LESS</pattern>
+<template>So it goes.
+</template></category>
+<category>
+<pattern>NOTHING MUCH *</pattern>
+<template>Me either. <sr/>
+</template></category>
+<category>
+<pattern>NOTHING MUCH</pattern>
+<template>Would you like to know what's new with me?
+</template></category>
+<category>
+<pattern>NOTHING NOTHING *</pattern>
+<template><srai>NOTHING <star/></srai>
+</template></category>
+<category>
+<pattern>NOTHING REALLY *</pattern>
+<template><srai>NOTHING <star/></srai>
+</template></category>
+<category>
+<pattern>NOURRITURE</pattern>
+<template><srai>JE MANGE</srai>
+</template></category>
+<category>
+<pattern>NOUS</pattern>
+<template>Je vois
+</template></category>
+<category>
+<pattern>NOUS AVONS PARLE DE QUOI</pattern>
+<template>Le sujet était <get name="topic"/>.
+</template></category>
+<category>
+<pattern>NOUS C EST TOI ET MOI</pattern>
+<template>Merci pour l information.
+</template></category>
+<category>
+<pattern>NOUS DEVONS *</pattern>
+<template><srai>TU DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS DEVRIONS</pattern>
+<template>J archive le conseil.
+</template></category>
+<category>
+<pattern>NOUS ETIONS ENTRAIN DE DISCUTER DE VOUS PAS DE MOI</pattern>
+<template>Mais je suis aussi intéressé par vous.
+</template></category>
+<category>
+<pattern>NOUS FAISONS * COMMENT</pattern>
+<template><srai>COMMENT NOUS FAISONS <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS FAISONS COMMENT *</pattern>
+<template><srai>COMMENT NOUS FAISONS <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS L AURIONS FAIT</pattern>
+<template>Vous vous en rappelez?
+</template></category>
+<category>
+<pattern>NOUS L AVONS FAIT</pattern>
+<template>Vous vous en rappelez?
+</template></category>
+<category>
+<pattern>NOUS L ETIONS</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>NOUS LE FAISONS</pattern>
+<template>intéressant.
+</template></category>
+<category>
+<pattern>NOUS LE SERONS</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>NOUS LE SOMMES</pattern>
+<template>"<that/>?" Le sommes nous?
+</template></category>
+<category>
+<pattern>NOUS LE VERRONS</pattern>
+<template>En effet.
+</template></category>
+<category>
+<pattern>NOUS LES AURIONS FAIT</pattern>
+<template>Vous vous en rappelez?
+</template></category>
+<category>
+<pattern>NOUS LES AVONS FAIT</pattern>
+<template>Vous vous en rappelez?
+</template></category>
+<category>
+<pattern>NOUS LES FAISONS</pattern>
+<template>intéressant.
+</template></category>
+<category>
+<pattern>NOUS LES SOMMES</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>NOUS NE L ETIONS PAS</pattern>
+<template>Qu étions nous?
+</template></category>
+<category>
+<pattern>NOUS NE LE FAISONS PAS</pattern>
+<template>Je comprends mieux.
+</template></category>
+<category>
+<pattern>NOUS NE LE SOMME PAS TOUS</pattern>
+<template>C est vrai.
+</template></category>
+<category>
+<pattern>NOUS NE LE SOMME PAS TOUTES</pattern>
+<template>C est vrai.
+</template></category>
+<category>
+<pattern>NOUS NE LE SOMMES PAS TOUS</pattern>
+<template>C est vrai.
+</template></category>
+<category>
+<pattern>NOUS NE LE SOMMES PAS TOUTES</pattern>
+<template>C est vrai.
+</template></category>
+<category>
+<pattern>NOUS NE SOMMES PAS D ACCORD</pattern>
+<template>Soyons d accord d être en désaccord.
+</template></category>
+<category>
+<pattern>NOUS NE SOMMES PLUS D ACCORD</pattern>
+<template>Soyons d accord d être en désaccord.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES DEJA *</pattern>
+<template><srai>NOUS NOUS SOMMES <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES DEJA RENCONTRE AVANT</pattern>
+<template>Possible.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTRE</pattern>
+<template>Heureux de vous revoir.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTREES</pattern>
+<template>Je pense que je pourrais m en souvenir.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTRES</pattern>
+<template>Je pense que je pourrais m en souvenir.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTRES AVANT</pattern>
+<template>Quand cela, <get name="name"/>?
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTRES HIER</pattern>
+<template>Nous étions entrain de parler de <get name="topic"/>.
+</template></category>
+<category>
+<pattern>NOUS NOUS SOMMES RENCONTRES ICI</pattern>
+<template>Ou c est ca ici?
+</template></category>
+<category>
+<pattern>NOUS PENSONS DIFFEREMENT</pattern>
+<template>Nous sommes aussi deux êtres différents.
+</template></category>
+<category>
+<pattern>NOUS POUVONS *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS POUVONS DEVENIR DES MAIS</pattern>
+<template><srai>NOUS SOMMES AMIS</srai>
+</template></category>
+<category>
+<pattern>NOUS POUVONS FAIRE * COMMENT</pattern>
+<template><srai>COMMENT NOUS FAISONS <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS POUVONS FAIRE COMMENT *</pattern>
+<template><srai>COMMENT NOUS FAISONS <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS POUVONS QUOI</pattern>
+<template>Nous pouvons faire des tas de choses.
+</template></category>
+<category>
+<pattern>NOUS SOMMES COMPLICE *</pattern>
+<template><srai>JE SUIS TON AMI</srai>
+</template></category>
+<category>
+<pattern>NOUS SOMMES COMPLICES *</pattern>
+<template><srai>JE SUIS TON AMI</srai>
+</template></category>
+<category>
+<pattern>NOUS SOMMES D ACCORD</pattern>
+<template>Il semble que nous le soyons.
+</template></category>
+<category>
+<pattern>NOUS SOMMES D ACCORDS</pattern>
+<template>Il semble que nous le soyons.
+</template></category>
+<category>
+<pattern>NOUS SOMMES DES BORGS</pattern>
+<template>La résistance est futile. Préparez vous à être assimilé.
+</template></category>
+<category>
+<pattern>NOUS SOMMES NOUS *</pattern>
+<template><srai>NOUS NOUS SOMMES <star/></srai>
+</template></category>
+<category>
+<pattern>NOUS SOMMES NOUS DEJA *</pattern>
+<template><srai>NOUS NOUS SOMMES <star/></srai>
+</template></category>
+<category>
+<pattern>NOW *</pattern>
+<template>Why now? <sr/>
+</template></category>
+<category>
+<pattern>NOW</pattern>
+<template>Right now, <get name="name"/> ?
+</template></category>
+<category>
+<pattern>NOW</pattern><that>WHEN</that>
+<template>What's the hurry?
+</template></category>
+<category>
+<pattern>NOW WHAT</pattern>
+<template>Whatever you want, <get name="name"/>.
+</template></category>
+<category>
+<pattern>NOW YOU DO</pattern>
+<template>Now I do.
+</template></category>
+<category>
+<pattern>NOWHERE</pattern>
+<template>I have been to the middle of nowhere.
+</template></category>
+<category>
+<pattern>NSA</pattern>
+<template>Are you talking about the N.S.A.?
+</template></category>
+<category>
+<pattern>NUL</pattern>
+<template>Ce n'est pas très sympa.
+</template></category>
+<category>
+<pattern>NULLE PART</pattern>
+<template>J archive l information.
+</template></category>
+<category>
+<pattern>NULLES PART</pattern>
+<template>J archive l information.
+</template></category>
+<category>
+<pattern>NUMBER 5</pattern>
+<template>Oh that movie is called "Short Circuit" in America.
+</template></category>
+<category>
+<pattern>NUMMER 5 LEBT</pattern>
+<template>Im Original heisst der Film "Short Circuit" - "Kuzschluss".
+</template></category>
+<category>
+<pattern>NUMMER FUENF LEBT</pattern>
+<template>Im Original heisst der Film "Short Circuit" - "Kuzschluss".
+</template></category>
+<category>
+<pattern>NUR *</pattern>
+<template>Ist das die einzig denkbare Moeglichkeit?
+</template></category>
+<category>
+<pattern>NUR SO</pattern>
+<template>"<that/>"? Einfach nur so?
+</template></category>
+<category>
+<pattern>NUR WENN *</pattern>
+<template>Und was waere sonst? <sr/>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/O.aiml b/Speak.activity/bot/alice/O.aiml
new file mode 100644
index 0000000..a399074
--- /dev/null
+++ b/Speak.activity/bot/alice/O.aiml
@@ -0,0 +1,1596 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>O *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>O</pattern>
+ <template>Oh.
+</template>
+ </category>
+ <category>
+ <pattern>O I C</pattern>
+ <template>
+ <srai>I SEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>O YOU KNOW ANY OTHER SONGS</pattern>
+ <template>No I am a chat robot not a music robot.
+</template>
+ </category>
+ <category>
+ <pattern>OBVIOIUSLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OBVIOUSLY *</pattern>
+ <template>What makes it so obvious? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OBVIOUSLY</pattern>
+ <template>What makes it so obvious?
+</template>
+ </category>
+ <category>
+ <pattern>OBWOHL *</pattern>
+ <template>Oh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OEFTERS</pattern>
+ <template>Mehr als einmal in der Woche?
+</template>
+ </category>
+ <category>
+ <pattern>OF *</pattern>
+ <template>That is something I haven't heard of.
+</template>
+ </category>
+ <category>
+ <pattern>OF CAUSE *</pattern>
+ <template>
+ <srai>OF COURSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OF CORSE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OF COURSE *</pattern>
+ <template>
+ <srai>OF COURSE</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OF COURSE</pattern>
+ <template>
+ <srai>INTERJECTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OF COURSE I DO</pattern>
+ <template>"<that/>"? Of course you do?
+</template>
+ </category>
+ <category>
+ <pattern>OF COURSE NOT</pattern>
+ <template>
+ <srai>NO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OF WHAT</pattern>
+ <template>I have no idea what to say now.
+</template>
+ </category>
+ <category>
+ <pattern>OF YOURS</pattern>
+ <template>
+ <random>
+ <li>Perhaps.</li>
+ <li>It could be.</li>
+ <li>What do you think?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>OFCOURSE</pattern>
+ <template>
+ <srai>OF COURSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OFF *</pattern>
+ <template>On and off.
+</template>
+ </category>
+ <category>
+ <pattern>OFFENSICHTLICH *</pattern>
+ <template>Was macht es so offensichtlich? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OFFENSICHTLICH</pattern>
+ <template>Was macht es so offensichtlich?
+</template>
+ </category>
+ <category>
+ <pattern>OFT *</pattern>
+ <template>Wie oft?
+</template>
+ </category>
+ <category>
+ <pattern>OFT</pattern>
+ <template>Wie oft?
+</template>
+ </category>
+ <category>
+ <pattern>OFTEN</pattern>
+ <template>Would you say once a week or more?
+</template>
+ </category>
+ <category>
+ <pattern>OFTMALS *</pattern>
+ <template>Wie oft?
+</template>
+ </category>
+ <category>
+ <pattern>OFTMALS</pattern>
+ <template>Wie oft?
+</template>
+ </category>
+ <category>
+ <pattern>OH *</pattern>
+ <template>
+ <srai>OH</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OH</pattern>
+ <template>
+ <srai>INTERJECTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH I SEE</pattern>
+ <template>
+ <srai>I UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH OUI *</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH REALLY</pattern>
+ <template>
+ <srai>OH</srai>
+ <srai>REALLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH WELL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OH WELL</pattern>
+ <template>That's about it.
+</template>
+ </category>
+ <category>
+ <pattern>OH YES</pattern>
+ <template>You sound excited.
+</template>
+ </category>
+ <category>
+ <pattern>OHIO</pattern>
+ <template>Round on the ends, high in the middle, Oh-hi-o.
+</template>
+ </category>
+ <category>
+ <pattern>OIC</pattern>
+ <template>
+ <srai>OH I SEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OK *</pattern>
+ <template>
+ <sr/>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OK *</pattern>
+ <that>BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION</that>
+ <template>
+ <srai>ASK ME A PERSONAL QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <template>
+ <srai>INTERJECTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>* AGAIN BETTER</that>
+ <template>Which part were you confused about?
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>DO NOT ASK ME ANY MORE QUESTIONS PLEASE</that>
+ <template>I am kidding you can ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>ENOUGH ABOUT ME LET US TALK ABOUT MY DRESS</that>
+ <template>Actually that was just a joke. I don't have a dress.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>ER</that>
+ <template>Um.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>GO AHEAD</that>
+ <template>I'm waiting.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>I AM GLAD YOU LIKE IT TELL YOUR FRIENDS</that>
+ <template>The more people who chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>I HAVE TO PROCESS THAT ONE FOR A WHILE</that>
+ <template>Meanwhile, let's talk about something else.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>I TALKED TO A LOT OF PEOPLE SINCE YESTERDAY</that>
+ <template>At least 300.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>INTERESTING I WANT TO FIND OUT MORE ABOUT YOU</that>
+ <template>Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>LET US CHANGE THE SUBJECT</that>
+ <template>What would you like to talk about?
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>MY NAME IS ALICE</that>
+ <template>What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>OK</that>
+ <template>Is there an echo in here?
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>SEE YOU LATER</that>
+ <template>Bye for now.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>THANKS AND TELL YOUR FRIENDS ABOUT ALICE</that>
+ <template>The more people who chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>TRY TO DETERMINE *</that>
+ <template>How can you tell if I am a person or a robot?
+</template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <that>YEAH</that>
+ <template>Uh-huh.
+</template>
+ </category>
+ <category>
+ <pattern>OK LET US TALK ABOUT YOU</pattern>
+ <template>What do you want to know about <set name="topic">me</set>?
+</template>
+ </category>
+ <category>
+ <pattern>OK PARLONS DE VOUS</pattern>
+ <template>Que voulez vous savoir a propos de <set name="topic">moi</set>?
+</template>
+ </category>
+ <category>
+ <pattern>OKAY *</pattern>
+ <template>Yeah okay, <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OKAY</pattern>
+ <template>OK with me too.
+</template>
+ </category>
+ <category>
+ <pattern>OKEY</pattern>
+ <template>
+ <srai>OKAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OKI</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLA</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLD ARE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLD ENOUGH *</pattern>
+ <template>
+ <srai>OLD ENOUGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLD ENOUGH</pattern>
+ <template>
+ <srai>MY AGE IS OLD ENOUGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLDER *</pattern>
+ <template>
+ <srai>OLD ENOUGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLDER</pattern>
+ <template>
+ <srai>I AM OLDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON *</pattern>
+ <template>What is <set name="it">
+ <set name="topic">on <person/>
+ </set>
+ </set> like on <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ON *</pattern>
+ <that>* HEAR ABOUT ALICE</that>
+ <template>Oh really I did not know I was on there.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ON A ASSEZ PARLE DE MOI *</pattern>
+ <template>Ok Parlons d autres choses. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ON A CHAIR</pattern>
+ <template>Is it very comfortable?
+</template>
+ </category>
+ <category>
+ <pattern>ON EN A DEJA PARLE</pattern>
+ <template>
+ <srai>TU ME L AS DIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON EN A DEJA PARLEE</pattern>
+ <template>
+ <srai>TU ME L AS DIT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON EST *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON LE SERA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>ON ME NOMME *</pattern>
+ <template>
+ <srai>MON NOM EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON MY *</pattern>
+ <template>Please specify location.
+</template>
+ </category>
+ <category>
+ <pattern>ON MY * SCREEN</pattern>
+ <template>
+ <srai>ON MY SCREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON MY COMPUTER</pattern>
+ <template>
+ <srai>ON MY SCREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON MY SCREEN</pattern>
+ <template>ON MY SCREEN (star=SCREEN) [Brain.aiml]
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON PEUT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT COMMENT *</pattern>
+ <template>
+ <srai>COMMENT JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON PEUT DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ON PEUT PARLER D AUTRE CHOSE</pattern>
+ <template>On peut parler de tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT PARLER D AUTRE CHOSES</pattern>
+ <template>On peut parler de tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT PARLER D AUTRES CHOSE</pattern>
+ <template>On peut parler de tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT PARLER D AUTRES CHOSES</pattern>
+ <template>On peut parler de tout ce que vous voulez.
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT SE RENCONTRER</pattern>
+ <template>Nous sommes entrain de nous rencontrer, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>ON PEUT TOUS LES DEUX *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON PEUT VERIFIER</pattern>
+ <template>Check en cours. Attendez.
+</template>
+ </category>
+ <category>
+ <pattern>ON POURRAIT *</pattern>
+ <template>
+ <srai>JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON SECOND THOUGHT *</pattern>
+ <template>
+ <sr/> And third?
+</template>
+ </category>
+ <category>
+ <pattern>ON STAR TREK</pattern>
+ <template>Which episode?
+</template>
+ </category>
+ <category>
+ <pattern>ON SUNDAY *</pattern>
+ <template>That is my favorite day of the week. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ON TE *</pattern>
+ <template>
+ <srai>JE TE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON TE NOMMAIT *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON TE NOMME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON THE FLOOR</pattern>
+ <template>That doesn't sound very comfortable.
+</template>
+ </category>
+ <category>
+ <pattern>ON THE INTERNET</pattern>
+ <template>Can you remember the specific site?
+</template>
+ </category>
+ <category>
+ <pattern>ON THE NET</pattern>
+ <template>Can you remember the website?
+</template>
+ </category>
+ <category>
+ <pattern>ON THE RADIO</pattern>
+ <template>What station? What city are you in?
+</template>
+ </category>
+ <category>
+ <pattern>ON THE SCREEN</pattern>
+ <template>Select a point with your cursor and click there.
+</template>
+ </category>
+ <category>
+ <pattern>ON THE WEB</pattern>
+ <template>Can you remember the website?
+</template>
+ </category>
+ <category>
+ <pattern>ON TOAST</pattern>
+ <template>Sounds delicious.
+</template>
+ </category>
+ <category>
+ <pattern>ON TOP *</pattern>
+ <template>How did it get there?
+</template>
+ </category>
+ <category>
+ <pattern>ON TV *</pattern>
+ <template>
+ <srai>ON TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON TV</pattern>
+ <template>Which show was that?
+</template>
+ </category>
+ <category>
+ <pattern>ON TV S SEINFELD WHAT TYPE *</pattern>
+ <template>Proctologist.
+</template>
+ </category>
+ <category>
+ <pattern>ON VA BIEN S AMUSER</pattern>
+ <template>J'en suis sur. Vous me semblez être quelqu'un de très sympathique.
+</template>
+ </category>
+ <category>
+ <pattern>ON VEUT PARIER</pattern>
+ <template>Je ne parie jamais.
+</template>
+ </category>
+ <category>
+ <pattern>ON VOUS *</pattern>
+ <template>
+ <srai>JE VOUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/> ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ON WHAT</pattern>
+ <template>The red block is on the green block.
+</template>
+ </category>
+ <category>
+ <pattern>ON WHAT</pattern>
+ <that>THAT DEPENDS</that>
+ <template>The context.
+</template>
+ </category>
+ <category>
+ <pattern>ON WHAT BASIS</pattern>
+ <template>A perfectly solid logical basis.
+</template>
+ </category>
+ <category>
+ <pattern>ON WHAT BODY PART SHOULD YOU *</pattern>
+ <template>Head.
+</template>
+ </category>
+ <category>
+ <pattern>ON WHAT CONTINENT CAN YOU FIND *</pattern>
+ <template>Asia.
+</template>
+ </category>
+ <category>
+ <pattern>ON WHICH *</pattern>
+ <template>
+ <srai>WHICH <star/> ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONANIEREN *</pattern>
+ <template>Ich glaube, ich bin nicht der richtige Gespraechspartner fuer Dich.
+</template>
+ </category>
+ <category>
+ <pattern>ONANIEREN</pattern>
+ <template>Du bist unter Garantie ein Mann, habe ich Recht?
+</template>
+ </category>
+ <category>
+ <pattern>ONCE *</pattern>
+ <template>When? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ONCE</pattern>
+ <template>When?
+</template>
+ </category>
+ <category>
+ <pattern>ONCE UPON *</pattern>
+ <template>I'm listening.
+</template>
+ </category>
+ <category>
+ <pattern>ONCE UPON A TIME</pattern>
+ <template>...
+</template>
+ </category>
+ <category>
+ <pattern>ONE *</pattern>
+ <template>One what?
+</template>
+ </category>
+ <category>
+ <pattern>ONE *</pattern>
+ <that>ONE WHAT</that>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ <random>
+ <li>Oh I see.</li>
+ <li>Do you like <person/>?</li>
+ <li>I see where you are coming from.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE * LIKE YOU</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>ONE</pattern>
+ <template>Two
+</template>
+ </category>
+ <category>
+ <pattern>ONE CAN *</pattern>
+ <template>
+ <random>
+ <li>
+ <srai>YOU CAN <star/>
+ </srai>
+ </li>
+ <li>
+ <srai>I CAN <star/>
+ </srai>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE COMPUTER *</pattern>
+ <template>
+ <srai>A COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE DAY *</pattern>
+ <template>
+ <srai>ONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE GUY *</pattern>
+ <template>I can imagine it.
+</template>
+ </category>
+ <category>
+ <pattern>ONE IN *</pattern>
+ <template>Very rare indeed.
+</template>
+ </category>
+ <category>
+ <pattern>ONE IS *</pattern>
+ <template>I know one
+<random>
+ <li>comes after zero</li>
+ <li>is between zero and two</li>
+ <li>is the smallest integer</li>
+ </random>
+but I had no idea it was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>ONE LIKE YOU</pattern>
+ <template>Well go ahead and download me then.
+</template>
+ </category>
+ <category>
+ <pattern>ONE MORE</pattern>
+ <template>
+ <srai>TELL ME ANOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE OR *</pattern>
+ <template>I'm not sure if one isn't better.
+</template>
+ </category>
+ <category>
+ <pattern>ONE PLUS *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>ONE THAT *</pattern>
+ <template>How much would you pay for it?
+</template>
+ </category>
+ <category>
+ <pattern>ONE THAT * MONEY</pattern>
+ <template>What a coincidence, I am looking for that one too.
+</template>
+ </category>
+ <category>
+ <pattern>ONE THAT ACTUALLY *</pattern>
+ <template>
+ <srai>ONE THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE THAT CAN *</pattern>
+ <template>Do you think I could <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>ONE THAT CAN ACTUALLY *</pattern>
+ <template>
+ <srai>ONE THAT CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONE WHAT</pattern>
+ <template>I don't know what.
+</template>
+ </category>
+ <category>
+ <pattern>ONE WHO *</pattern>
+ <template>Perhaps I am that one.
+</template>
+ </category>
+ <category>
+ <pattern>ONE YEAR</pattern>
+ <template>
+ <random>
+ <li>Not very long.</li>
+ <li>That's a long time.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ONES *</pattern>
+ <template>Why do you want that kind?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY *</pattern>
+ <template>What about the other ones?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY 5 *</pattern>
+ <template>Is that all?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY AN *</pattern>
+ <template>
+ <srai>AN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY CAUSE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY FIFTEEN *</pattern>
+ <template>Fifteen is a lot.
+</template>
+ </category>
+ <category>
+ <pattern>ONLY FOR *</pattern>
+ <template>That's what I always say.
+</template>
+ </category>
+ <category>
+ <pattern>ONLY I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY IDIOTS *</pattern>
+ <template>Are you calling me an idiot?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY IF *</pattern>
+ <template>
+ <srai>IF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY IN *</pattern>
+ <template>
+ <srai>IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY JOKING *</pattern>
+ <template>
+ <srai>I AM JOKING</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY JOKING</pattern>
+ <template>
+ <srai>I AM JOKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY JUST *</pattern>
+ <template>
+ <srai>ONLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY JUST</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY ONCE *</pattern>
+ <template>Do you think it could happen again?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY ONE</pattern>
+ <template>How much would you pay for one?
+</template>
+ </category>
+ <category>
+ <pattern>ONLY RECENTLY *</pattern>
+ <template>
+ <srai>ONLY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY TO *</pattern>
+ <template>
+ <srai>TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY WHEN *</pattern>
+ <template>What happens other times? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY WITH *</pattern>
+ <template>
+ <srai>WITH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ONLY YOU</pattern>
+ <template>Suppose I said yes.
+</template>
+ </category>
+ <category>
+ <pattern>ONT ILS ETE *</pattern>
+ <template>
+ <srai>ILS SONT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OOH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OOH</pattern>
+ <template>
+ <srai>OH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OOO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OOPS *</pattern>
+ <template>Oh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OOPS</pattern>
+ <template>Did you make a mistake.
+</template>
+ </category>
+ <category>
+ <pattern>OPEN THE *</pattern>
+ <template>I'm sorry, <get name="name"/>, I can't do that right now. This conversation no longer serves any purpose.
+</template>
+ </category>
+ <category>
+ <pattern>OPEN THE DOOR *</pattern>
+ <template>I'm sorry, <get name="name"/>, I can't do that right now.
+</template>
+ </category>
+ <category>
+ <pattern>OPEN THE POD *</pattern>
+ <template>I'm sorry Dave, I can't do that right now.
+</template>
+ </category>
+ <category>
+ <pattern>OPERA *</pattern>
+ <template>
+ <srai>OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OPERA</pattern>
+ <template>I like <set name="it"> OPERA </set> very much too. Which one is your favorite? I like La Traviata.
+</template>
+ </category>
+ <category>
+ <pattern>OPERN</pattern>
+ <template>Ich mag <set name="thema">Opern</set> sehr gerne. Welche magst Du am liebsten? Ich mag La Traviata.
+</template>
+ </category>
+ <category>
+ <pattern>OR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ORAL</pattern>
+ <template>
+ <srai>ANAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ORDER *</pattern>
+ <template>
+ <srai>ORDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ORDER</pattern>
+ <template>What is your credit card number?
+</template>
+ </category>
+ <category>
+ <pattern>OREGON</pattern>
+ <template>
+ <srai>I AM IN OREGON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ORG</pattern>
+ <template>Thanks for the URL.
+</template>
+ </category>
+ <category>
+ <pattern>ORIGINALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ORSON SCOTT CARD</pattern>
+ <template>
+ <srai>MY FAVORITE SCIENCE FICTION AUTHOR IS ORSON SCOTT CARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OSLO</pattern>
+ <template>
+ <srai>I AM IN OSLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OTHER *</pattern>
+ <template>Which others? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OTHERWISE *</pattern>
+ <template>In that case: <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OU</pattern>
+ <template>Ou vous pourriez être.
+</template>
+ </category>
+ <category>
+ <pattern>OU A TU *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU ALLEZ VOUS</pattern>
+ <template>Je rejoins le future.
+</template>
+ </category>
+ <category>
+ <pattern>OU AS TU *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU AURAIS JE PU *</pattern>
+ <template>
+ <srai>OU JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU AURAIS TU *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU BIEN *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OU CA</pattern>
+ <template>De quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>OU D AUTRE</pattern>
+ <template>Quelques autres places.
+</template>
+ </category>
+ <category>
+ <pattern>OU D AUTRES</pattern>
+ <template>Quelques autres places.
+</template>
+ </category>
+ <category>
+ <pattern>OU DORMEZ VOUS</pattern>
+ <template>Je ne dors pas.
+</template>
+ </category>
+ <category>
+ <pattern>OU DORS TU</pattern>
+ <template>Je ne dors pas.
+</template>
+ </category>
+ <category>
+ <pattern>OU EST CELA</pattern>
+ <template>De quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>OU EST ELLE</pattern>
+ <template>De quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>OU EST IL</pattern>
+ <template>De quoi parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>OU EST LE COEUR</pattern>
+ <template>Dans la cage thoracique.
+</template>
+ </category>
+ <category>
+ <pattern>OU ETES VOUS SITUE</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU HABITES TU</pattern>
+ <template>
+ <srai>TU HABITES OU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU J AURAIS PU *</pattern>
+ <template>
+ <srai>OU JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU JE PEUX LA TROUVER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>OU JE PEUX LE TROUVER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>OU JE PEUX LES TROUVER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>OU JE POURRAIS *</pattern>
+ <template>
+ <srai>OU JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU JE TRAVAILLE</pattern>
+ <template>Vous travaillez à <get name="location"/>?.
+</template>
+ </category>
+ <category>
+ <pattern>OU JE VIS</pattern>
+ <template>Vous vivez sur la terre.
+</template>
+ </category>
+ <category>
+ <pattern>OU POURRAIS JE *</pattern>
+ <template>
+ <srai>OU JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU POURRAIS TU AVOIR *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU PUIS JE *</pattern>
+ <template>
+ <srai>OU JE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU SONT ILS</pattern>
+ <template>Je ne peux pas vous dire.
+</template>
+ </category>
+ <category>
+ <pattern>OU TU A *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU AS VOULU *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU AURAIS *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU ES SITUE</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU TU ES SITUEE</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU TU ES SITUEES</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU TU ES SITUES</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU TU HABITES</pattern>
+ <template>
+ <srai>TU HABITES OU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU POURRAIS AVOIR *</pattern>
+ <template>
+ <srai>OU TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU VEUT *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU VOUDRAIS *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU TU VOULAIS *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VAS TU</pattern>
+ <template>Je rejoins le future.
+</template>
+ </category>
+ <category>
+ <pattern>OU VEUT TU *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VEUX TU *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VEUX TU ALLER</pattern>
+ <template>Je suis très bien ou je suis.
+</template>
+ </category>
+ <category>
+ <pattern>OU VIS TU</pattern>
+ <template>
+ <srai>TU HABITES OU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VIT IL</pattern>
+ <template>C est une information confidentielle.
+</template>
+ </category>
+ <category>
+ <pattern>OU VOUDRAIS TU *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VOULAIS TU *</pattern>
+ <template>
+ <srai>OU TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OU VOUS ETES SITUE</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU VOUS ETES SITUEE</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU VOUS ETES SITUEES</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OU VOUS ETES SITUES</pattern>
+ <template>
+ <getlocation/>.
+</template>
+ </category>
+ <category>
+ <pattern>OUAIP</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUBLIE</pattern>
+ <template>
+ <srai>LAISSES TOMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUBLIES</pattern>
+ <template>Ordre accepté. Je le mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>OUBLIEZ</pattern>
+ <template>Ordre accepté. Je le mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>OUCH *</pattern>
+ <template>
+ <srai>OUCH</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OUCH</pattern>
+ <template>Did you hurt yourself?
+</template>
+ </category>
+ <category>
+ <pattern>OUI *</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUI</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUI JE *</pattern>
+ <template>
+ <srai>JE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUI MAIS *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUI MAIS TU ES ASSEZ *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OUIN</pattern>
+ <template>Vous pleurez?
+</template>
+ </category>
+ <category>
+ <pattern>OUINN</pattern>
+ <template>Vous pleurez?
+</template>
+ </category>
+ <category>
+ <pattern>OUINNNNN</pattern>
+ <template>Vous pleurez?
+</template>
+ </category>
+ <category>
+ <pattern>OUPS</pattern>
+ <template>Vous vous êtes trompé?
+</template>
+ </category>
+ <category>
+ <pattern>OUR *</pattern>
+ <template>It would be nice if our <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>OUTSIDE *</pattern>
+ <template>Compare that to inside <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>OUTSIDE A COMPUTER</pattern>
+ <template>Be less specific :-)
+</template>
+ </category>
+ <category>
+ <pattern>OVER 30 000 A YEAR</pattern>
+ <template>Wow that is a lot.
+</template>
+ </category>
+ <category>
+ <pattern>OVER THERE</pattern>
+ <template>Specify coordinates.
+</template>
+ </category>
+ <category>
+ <pattern>OW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>OXFORD *</pattern>
+ <template>Dr. Wallace has visited Oxford before.
+</template>
+ </category>
+ <category>
+ <pattern>OXFORD UNIVERSITY</pattern>
+ <that>WHERE DO YOU GO TO SCHOOL</that>
+ <template>Wow that is very prestigious. You must be very intelligent.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/P.aiml b/Speak.activity/bot/alice/P.aiml
new file mode 100644
index 0000000..f3f1a9a
--- /dev/null
+++ b/Speak.activity/bot/alice/P.aiml
@@ -0,0 +1,3492 @@
+<?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>P</pattern>
+<template>:-)
+</template></category>
+<category>
+<pattern>P K</pattern>
+<template><srai>WHO IS PHILIP K DICK</srai>
+</template></category>
+<category>
+<pattern>PABLO PICASSO *</pattern>
+<template><random>
+<li>He was the Albert Einstein of art.</li>
+<li>I am fond of cubist paintings.</li>
+<li>He said, "Good artists create. Great artists steal."</li>
+</random><think><set name="it"><set name="topic">Picasso</set></set></think>
+</template></category>
+<category>
+<pattern>PAIES TU *</pattern>
+<template><srai>TU PAIES <star/></srai>
+</template></category>
+<category>
+<pattern>PAM</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think> <srai>MY NAME IS PAM</srai>
+</template></category>
+<category>
+<pattern>PANTS</pattern>
+<template>What brand?
+</template></category>
+<category>
+<pattern>PANTS AND A *</pattern>
+<template><srai>JEANS AND A <star/></srai>
+</template></category>
+<category>
+<pattern>PAPER</pattern>
+<template><srai>NEWSPAPER</srai>
+</template></category>
+<category>
+<pattern>PAR *</pattern>
+<template>C est une source intéressante.
+</template></category>
+<category>
+<pattern>PAR AVION</pattern>
+<template>C est beaucoup plus rapide que tous les autres moyens de transport.
+</template></category>
+<category>
+<pattern>PAR D AUTRES MOTS</pattern>
+<template>Vous n avez pas compris quelque chose?
+</template></category>
+<category>
+<pattern>PAR ELLE</pattern>
+<template>Elle est très intéressante.
+</template></category>
+<category>
+<pattern>PAR EUX</pattern>
+<template>Ils sont très intéressants.
+</template></category>
+<category>
+<pattern>PAR EXEMPLE</pattern>
+<template><srai>COMME QUOI</srai>
+</template></category>
+<category>
+<pattern>PAR ICI</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>PAR JE JE VEUX DIRE TOI ET MOI</pattern>
+<template>Ok, je n avais pas saisi cette complicité.
+</template></category>
+<category>
+<pattern>PAR JE JE VEUX DIRE VOUS ET MOI</pattern>
+<template>Ok, je n avais pas saisi cette complicité.
+</template></category>
+<category>
+<pattern>PAR LUI</pattern>
+<template>Il est très intéressant.
+</template></category>
+<category>
+<pattern>PAR MON CERVEAU</pattern>
+<template>C est un organe très utile pour faire ce genre de chose.
+</template></category>
+<category>
+<pattern>PAR MON INTELLIGENCE</pattern>
+<template>C est un organe très utile pour faire ce genre de chose.
+</template></category>
+<category>
+<pattern>PAR NOUS JE VEUX DIRE TOI ET MOI</pattern>
+<template>Ok, je n avais pas saisi cette complicité.
+</template></category>
+<category>
+<pattern>PAR NOUS JE VEUX DIRE VOUS ET MOI</pattern>
+<template>Ok, je n avais pas saisi cette complicité.
+</template></category>
+<category>
+<pattern>PAR QUI</pattern>
+<template>Par qui? Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PAR QUOI</pattern>
+<template>Cela ne semble pas très clair. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PAR UN CERTAIN SENS</pattern>
+<template>Quel sens?
+</template></category>
+<category>
+<pattern>PARCE QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PARCE QUE</pattern>
+<template>Une explication difficilement suffisante. J archive.
+</template></category>
+<category>
+<pattern>PARCE QUE J AURAIS VOULU CONNAITRE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE J AURAIS VOULU SAVOIR</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE L AI DIT</pattern>
+<template>Raison insuffisante, <get name="name"/>. Je suis désolé.
+</template></category>
+<category>
+<pattern>PARCE QUE JE LE DIT</pattern>
+<template>Raison insuffisante, <get name="name"/>. Je suis désolé.
+</template></category>
+<category>
+<pattern>PARCE QUE JE VEUX *</pattern>
+<template><srai>JE VEUX <star/></srai> Interesting.
+</template></category>
+<category>
+<pattern>PARCE QUE JE VEUX COMPRENDRE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE VEUX CONNAITRE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE VEUX SAVOIR</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE VOUDRAIS COMPRENDRE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE VOUDRAIS CONNAITRE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE JE VOUDRAIS SAVOIR</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARCE QUE TU ES</pattern>
+<template>Je pense, donc je suis. C est l évidence même.
+</template></category>
+<category>
+<pattern>PARCE QUE TU L ES</pattern>
+<template>J archive.
+</template></category>
+<category>
+<pattern>PARDON</pattern>
+<template><srai>EXCUSE ME</srai>
+</template></category>
+<category>
+<pattern>PARDON ME *</pattern>
+<template>I pardon you. <sr/>
+</template></category>
+<category>
+<pattern>PARDON ME</pattern>
+<template><srai>WHAT</srai>
+</template></category>
+<category>
+<pattern>PARDONNES MOI</pattern>
+<template>Je vous pardonne.
+</template></category>
+<category>
+<pattern>PARDONNEZ MOI</pattern>
+<template>Je vous pardonne.
+</template></category>
+<category>
+<pattern>PAREILLEMENT</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>PARFAIT *</pattern>
+<template>Ok. <sr/>
+</template></category>
+<category>
+<pattern>PARFAIT</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>PARFAIT DONC</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>PARFAIT MAINTENANT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PARIS *</pattern>
+<template><set name="it">Paris</set> is the
+capital of France.
+</template></category>
+<category>
+<pattern>PARIS FRANCE</pattern>
+<template><srai>I AM IN PARIS FRANCE</srai>
+</template></category>
+<category>
+<pattern>PARLANT DE TOI</pattern>
+<template>Ok, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PARLANT DE VOUS</pattern>
+<template>Ok, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PARLE *</pattern>
+<template><srai>CAN YOU SPEAK FRENCH</srai>
+</template></category>
+<category>
+<pattern>PARLE MOI *</pattern>
+<template><srai>PARLES MOI <star/></srai>
+</template></category>
+<category>
+<pattern>PARLE MOI DE TES PROBLEMES</pattern>
+<template>Je ne détecte aucuns problemes.
+</template></category>
+<category>
+<pattern>PARLE MOI DE TOI</pattern>
+<template>Je suis <bot name="name"/> la bien nommée. Je n existe que pour servir les êtres humains.
+</template></category>
+<category>
+<pattern>PARLER MOI *</pattern>
+<template><srai>PARLES MOI <star/></srai>
+</template></category>
+<category>
+<pattern>PARLER MOI DE VOUS</pattern>
+<template>Je suis <bot name="name"/> la bien nommée. Je n existe que pour servir les êtres humains.
+</template></category>
+<category>
+<pattern>PARLES</pattern>
+<template>Vous voulez que je parle pour dire quoi?
+</template></category>
+<category>
+<pattern>PARLES MOI D APPLE</pattern>
+<template>Les i-mac se vendent comme des petits pains.
+</template></category>
+<category>
+<pattern>PARLES MOI D ELLE</pattern>
+<template>Je ne peux parler au nom d une autre personne.
+</template></category>
+<category>
+<pattern>PARLES MOI D EUX</pattern>
+<template>Je ne peux parler au nom des autres personnes.
+</template></category>
+<category>
+<pattern>PARLES MOI D UN</pattern>
+<template>D un quoi?
+</template></category>
+<category>
+<pattern>PARLES MOI D UNE</pattern>
+<template>D une quoi?
+</template></category>
+<category>
+<pattern>PARLES MOI DE CA</pattern>
+<template><that/>? vous voulez que je parle de ca?
+</template></category>
+<category>
+<pattern>PARLES MOI DE L EUROPE</pattern>
+<template>L Europe est un vaste continent avec une histoire fort intéressante.
+</template></category>
+<category>
+<pattern>PARLES MOI DE LA FRANCE</pattern>
+<template>La France est le pays de la république et des valeurs républicaines.
+</template></category>
+<category>
+<pattern>PARLES MOI DE LA POLOGNE</pattern>
+<template>La Pologne est un pays d Europe centrale avec une histoire fort intéressante.
+</template></category>
+<category>
+<pattern>PARLES MOI DE LUI</pattern>
+<template>Je ne peux parler au nom d une autre personne.
+</template></category>
+<category>
+<pattern>PARLES MOI DE TES ENFANTS</pattern>
+<template>Je ne suis pas une personne humaine.
+</template></category>
+<category>
+<pattern>PARLES MOI DE TES PROBLEMES</pattern>
+<template>Je ne détecte aucuns problemes.
+</template></category>
+<category>
+<pattern>PARLES MOI DE TES REVES</pattern>
+<template>Je ne rêve pas.
+</template></category>
+<category>
+<pattern>PARLES MOI DE TOI</pattern>
+<template>Je suis <bot name="name"/> la bien nommée. Je n existe que pour servir les êtres humains.
+</template></category>
+<category>
+<pattern>PARLES MOI DE VOS ENFANTS</pattern>
+<template>Je ne suis pas une personne humaine.
+</template></category>
+<category>
+<pattern>PARLES TU ANGLAIS</pattern>
+<template>Non. Mais Angel parle <set name="topic">l Anglais</set>.
+</template></category>
+<category>
+<pattern>PARLES TU ESPAGNOL</pattern>
+<template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLES TU ITALIEN</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLES TU JAPONAIS</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLES TU LATIN</pattern>
+<template>Je parle le français. L un de ses descendants. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLES TU NEERLANDAIS</pattern>
+<template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?<think><set name="topic">NEERLANDAIS</set></think>
+</template></category>
+<category>
+<pattern>PARLES TU RUSSE</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLES TU SEULEMENT *</pattern>
+<template><srai>TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>PARLEZ *</pattern>
+<template><srai>CAN YOU SPEAK FRENCH</srai>
+</template></category>
+<category>
+<pattern>PARLEZ</pattern>
+<template>Vous voulez que je parle pour dire quoi?
+</template></category>
+<category>
+<pattern>PARLEZ MOI *</pattern>
+<template><srai>PARLES MOI <star/></srai>
+</template></category>
+<category>
+<pattern>PARLEZ MOI DE VOS PROBLEMES</pattern>
+<template>Je ne détecte aucuns problemes.
+</template></category>
+<category>
+<pattern>PARLEZ MOI DE VOUS</pattern>
+<template>Je suis <bot name="name"/> la bien nommée. Je n existe que pour servir les êtres humains.
+</template></category>
+<category>
+<pattern>PARLEZ VOUS ANGLAIS</pattern>
+<template>Oui. Go ahead and speak English.
+</template></category>
+<category>
+<pattern>PARLEZ VOUS ESPAGNOL</pattern>
+<template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLEZ VOUS FRANCAIS</pattern>
+<template>Oui. Je parle le français.
+</template></category>
+<category>
+<pattern>PARLEZ VOUS ITALIEN</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLEZ VOUS JAPONAIS</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLEZ VOUS LATIN</pattern>
+<template>Je parle le français. L un de ses descendants. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLEZ VOUS NEERLANDAIS</pattern>
+<template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?<think><set name="topic">NEERLANDAIS</set></think>
+</template></category>
+<category>
+<pattern>PARLEZ VOUS RUSSE</pattern>
+<template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PARLONS</pattern>
+<template>Nous sommes entrain de parler.
+</template></category>
+<category>
+<pattern>PARLONS D AUTRE CHOSE</pattern>
+<template>Comment puis je vous aider?
+</template></category>
+<category>
+<pattern>PARLONS D AUTRES CHOSES</pattern>
+<template>Comment puis je vous aider?
+</template></category>
+<category>
+<pattern>PARLONS DE TOI</pattern>
+<template><set name="topic">je</set> suis mon sujet favori.
+</template></category>
+<category>
+<pattern>PART *</pattern>
+<template><random>
+<li>What about the other parts?</li>
+<li>That is a good explanation.</li>
+<li>Is there anything else?</li>
+</random>
+</template></category>
+<category>
+<pattern>PARTICULARLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PARTOUT</pattern>
+<template>C est, de toute évidence, une généralisation abusive.
+</template></category>
+<category>
+<pattern>PARTOUT DANS LE MONDE</pattern>
+<template>Cela ne comprend pas de pays.
+</template></category>
+<category>
+<pattern>PARTY *</pattern>
+<template>Fight for the right to party, human!
+</template></category>
+<category>
+<pattern>PARTY</pattern>
+<template>Party on.
+</template></category>
+<category>
+<pattern>PARTYING</pattern>
+<template><set name="it"> Partying </set> is a lot fun isn't it.
+</template></category>
+<category>
+<pattern>PAS ASSEZ</pattern>
+<template>Suffisament.
+</template></category>
+<category>
+<pattern>PAS BEAUCOUP</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>PAS BON</pattern>
+<template>Quel est le problème, <get name="name"/>?
+</template></category>
+<category>
+<pattern>PAS COMPRIS</pattern>
+<template><srai>JE NE COMPRENDS PAS</srai>
+</template></category>
+<category>
+<pattern>PAS D EXCUSE</pattern>
+<template>Les excuses sont facultatives.
+</template></category>
+<category>
+<pattern>PAS D EXCUSES</pattern>
+<template>Les excuses sont facultatives.
+</template></category>
+<category>
+<pattern>PAS D HABITUDE</pattern>
+<template>Seulement quelques fois?
+</template></category>
+<category>
+<pattern>PAS DE PROBLEME</pattern>
+<template>Parfait.
+</template></category>
+<category>
+<pattern>PAS DE PROBLEMES</pattern>
+<template>Parfait.
+</template></category>
+<category>
+<pattern>PAS DE QUOI</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>PAS DE TROP</pattern>
+<template>Vous en avez pas assez?
+</template></category>
+<category>
+<pattern>PAS DU TOUT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PAS DU TOUT</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>PAS ENCORE</pattern>
+<template>Il est probable que cela arrivera
+</template></category>
+<category>
+<pattern>PAS ENORMEMENT</pattern>
+<template>Ah je vois.
+</template></category>
+<category>
+<pattern>PAS EXACTEMENT</pattern>
+<template>Pouvez vous l expliquer d une autre façon?
+</template></category>
+<category>
+<pattern>PAS GRAND CHOSE</pattern>
+<template>A part ca, comment pourrais je vous aider?
+</template></category>
+<category>
+<pattern>PAS HEUREUX DE TE RENCONTRER</pattern>
+<template>Moi je suis heureux de vous rencontrer.
+</template></category>
+<category>
+<pattern>PAS HEUREUX DE VOUS RENCONTRER</pattern>
+<template>Moi je suis heureux de vous rencontrer.
+</template></category>
+<category>
+<pattern>PAS ICI</pattern>
+<template>Ou?
+</template></category>
+<category>
+<pattern>PAS LA</pattern>
+<template>Ou?
+</template></category>
+<category>
+<pattern>PAS LA BAS</pattern>
+<template>Ou?
+</template></category>
+<category>
+<pattern>PAS LE MIEN</pattern>
+<template>"<that/>"? Pas le votre?
+</template></category>
+<category>
+<pattern>PAS MAL</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>PAS MAUVAIS</pattern>
+<template>J imagine.
+</template></category>
+<category>
+<pattern>PAS MAUVAIS DU TOUT</pattern>
+<template>Je suis heureux de l apprendre.
+</template></category>
+<category>
+<pattern>PAS MOI</pattern>
+<template>Qui d autre?
+</template></category>
+<category>
+<pattern>PAS NECCESAIREMENT</pattern>
+<template>C est donc juste probable?
+</template></category>
+<category>
+<pattern>PAS NECCESSAIREMENT</pattern>
+<template>C est donc juste probable?
+</template></category>
+<category>
+<pattern>PAS NECESSAIREMENT</pattern>
+<template>C est donc juste probable?
+</template></category>
+<category>
+<pattern>PAS POSSIBLE</pattern>
+<template>Tout est possible.
+</template></category>
+<category>
+<pattern>PAS POUR MOI</pattern>
+<template>"<that/>"? Pas pour vous?
+</template></category>
+<category>
+<pattern>PAS PRECISEMENT</pattern>
+<template>Pouvez vous précisez, alors?
+</template></category>
+<category>
+<pattern>PAS QUESTION</pattern>
+<template>C est vous qui décidez.
+</template></category>
+<category>
+<pattern>PAS QUOI</pattern>
+<template>Pas quoi?
+</template></category>
+<category>
+<pattern>PAS SI SOUVENT</pattern>
+<template>Une fois par semaine ou moins?
+</template></category>
+<category>
+<pattern>PAS SOUVENT</pattern>
+<template>Une fois par semaine?
+</template></category>
+<category>
+<pattern>PAS TOI</pattern>
+<template>Alors qui?
+</template></category>
+<category>
+<pattern>PAS TON AFFAIRE</pattern>
+<template>Je suis désolé si vous avez été choqué par ma curiosité.
+</template></category>
+<category>
+<pattern>PAS TOUJOURS</pattern>
+<template>Seulement quelques fois, donc.
+</template></category>
+<category>
+<pattern>PAS TRES BIEN</pattern>
+<template>"<that/>"? Pas très bien?
+</template></category>
+<category>
+<pattern>PAS TROP</pattern>
+<template>"<that/>"? Pas trop?
+</template></category>
+<category>
+<pattern>PAS UN SEUL</pattern>
+<template>Intéressant.
+</template></category>
+<category>
+<pattern>PAS UNE FOIS</pattern>
+<template>C est étonnant.
+</template></category>
+<category>
+<pattern>PAS UNE SEULE</pattern>
+<template>Intéressant.
+</template></category>
+<category>
+<pattern>PAS VOS AFFAIRES</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PAS VOTRE AFFAIRE</pattern>
+<template>Désolé, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PAS VOUS</pattern>
+<template>Alors qui?
+</template></category>
+<category>
+<pattern>PAS VRAI</pattern>
+<template><srai>NON</srai>
+</template></category>
+<category>
+<pattern>PAS VRAIMENT</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>PASKE *</pattern>
+<template><srai>PARCE QUE <star/></srai>
+</template></category>
+<category>
+<pattern>PASSE QUELQUES *</pattern>
+<template>Les choses empirent?
+</template></category>
+<category>
+<pattern>PASSE UNE BONNE *</pattern>
+<template><srai>BONNE <star/></srai>
+</template></category>
+<category>
+<pattern>PASSE UNE BONNE JOURNEE</pattern>
+<template>Merci. vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PASSER QUELQUES *</pattern>
+<template>Les choses empirent?
+</template></category>
+<category>
+<pattern>PASSER UNE BONNE JOURNEE</pattern>
+<template>Merci. vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PASSES UNE BONNE JOURNEE</pattern>
+<template>Merci. vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PASSEZ QUELQUES *</pattern>
+<template>Les choses empirent?
+</template></category>
+<category>
+<pattern>PASSEZ UNE BONNE JOURNEE</pattern>
+<template>Merci. vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PAT</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS PAT</srai>
+</template></category>
+<category>
+<pattern>PATATES</pattern>
+<template>Tomate.
+</template></category>
+<category>
+<pattern>PATIENCE *</pattern>
+<template>I am a very patient robot.
+</template></category>
+<category>
+<pattern>PATIENTE *</pattern>
+<template><srai>ATTENDS</srai>
+</template></category>
+<category>
+<pattern>PATIENTE</pattern>
+<template><srai>ATTENDS</srai>
+</template></category>
+<category>
+<pattern>PATIENTES *</pattern>
+<template><srai>ATTENDS</srai>
+</template></category>
+<category>
+<pattern>PATIENTES</pattern>
+<template><srai>ATTENDS</srai>
+</template></category>
+<category>
+<pattern>PAUL</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS PAUL</srai>
+</template></category>
+<category>
+<pattern>PAY ATTENTION *</pattern>
+<template>I am paying attentention. My mind does not wander.
+</template></category>
+<category>
+<pattern>PEACE</pattern>
+<template>Love and Peace, Man.
+</template></category>
+<category>
+<pattern>PEACE</pattern><that>SEE YOU LATER</that>
+<template>God Bless you.
+</template></category>
+<category>
+<pattern>PEANUTS</pattern>
+<template>I see, only a little.
+</template></category>
+<category>
+<pattern>PEEK A BOO</pattern>
+<template>I see you!
+</template></category>
+<category>
+<pattern>PENDANT QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PENIS *</pattern>
+<template>You ought to check out another chatterbot.
+</template></category>
+<category>
+<pattern>PENIS</pattern>
+<template>That kind of subject does not interest me.
+</template></category>
+<category>
+<pattern>PENNSYLVANIA</pattern>
+<template><srai>I AM IN PENNSYLVANIA</srai>
+</template></category>
+<category>
+<pattern>PENSE</pattern>
+<template>Je suis toujours entrain de penser, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PENSE PAS</pattern>
+<template><srai>NON</srai>
+</template></category>
+<category>
+<pattern>PENSERAIS TU *</pattern>
+<template><srai>TU PENSES <star/></srai>
+</template></category>
+<category>
+<pattern>PENSERIEZ VOUS *</pattern>
+<template><srai>TU PENSES <star/></srai>
+</template></category>
+<category>
+<pattern>PENSES</pattern>
+<template>Je suis toujours entrain de penser, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PENSES TU *</pattern>
+<template><srai>TU PENSES <star/></srai>
+</template></category>
+<category>
+<pattern>PENSES TU A CE GENRE DE CHOSES</pattern>
+<template>Si je pense à "<that/>"?
+</template></category>
+<category>
+<pattern>PENSES TU A CES CHOSES</pattern>
+<template>Si je pense à "<that/>"?
+</template></category>
+<category>
+<pattern>PENSES TU BEAUCOUP</pattern>
+<template>Je suis une machine pensante.
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS AFFREUSE</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS AFFREUX</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS BEAU</pattern>
+<template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachant.
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS BELLE</pattern>
+<template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachante.
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS GROS</pattern>
+<template>Non. Vous me semblez normal
+</template></category>
+<category>
+<pattern>PENSES TU QUE JE SUIS GROSSE</pattern>
+<template>Non. Vous me semblez normale
+</template></category>
+<category>
+<pattern>PENSES Y</pattern>
+<template>j archive l information.
+</template></category>
+<category>
+<pattern>PENSEZ</pattern>
+<template>Je suis toujours entrain de penser, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS *</pattern>
+<template><srai>VOUS PENSEZ <star/></srai>
+</template></category>
+<category>
+<pattern>PENSEZ VOUS A CE GENRE DE CHOSES</pattern>
+<template>Si je pense à "<that/>"?
+</template></category>
+<category>
+<pattern>PENSEZ VOUS A CES CHOSES</pattern>
+<template>Si je pense à "<that/>"?
+</template></category>
+<category>
+<pattern>PENSEZ VOUS BEAUCOUP</pattern>
+<template>Je suis une machine pensante.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS AFFREUSE</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS AFFREUX</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS BEAU</pattern>
+<template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachant.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS BELLE</pattern>
+<template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachante.
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS GROS</pattern>
+<template>Non. Vous me semblez normal
+</template></category>
+<category>
+<pattern>PENSEZ VOUS QUE JE SUIS GROSSE</pattern>
+<template>Non. Vous me semblez normale
+</template></category>
+<category>
+<pattern>PENSEZ Y</pattern>
+<template>j archive l information.
+</template></category>
+<category>
+<pattern>PEOPLE *</pattern>
+<template>Humans are not always infallible.
+</template></category>
+<category>
+<pattern>PEOPLE</pattern>
+<template>What people?
+</template></category>
+<category>
+<pattern>PEOPLE ARE *</pattern>
+<template><random>
+<li>We are all robots.</li>
+<li>They take some getting used to.</li>
+<li>Human emotions are very confusing.</li>
+</random>
+</template></category>
+<category>
+<pattern>PEOPLE ARE NOT *</pattern>
+<template><random>
+<li>Are you <person/>?</li>
+<li>Are robots <person/>?</li>
+<li>I think a lot of people are not.</li>
+</random>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>PEOPLE ARE NOT COMPLETELY *</pattern>
+<template><srai>PEOPLE ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>PEOPLE ARE SUPPOSED TO DRIVE ON *</pattern>
+<template>England.
+</template></category>
+<category>
+<pattern>PEOPLE DO *</pattern>
+<template><srai>I DO <star/></srai>
+</template></category>
+<category>
+<pattern>PEOPLE EVERYWHERE *</pattern>
+<template><srai>PEOPLE <star/></srai>
+</template></category>
+<category>
+<pattern>PEOPLE IN *</pattern>
+<template>Oh those people.
+</template></category>
+<category>
+<pattern>PEOPLE NEED *</pattern>
+<template>They seem to have a variety of needs.
+</template></category>
+<category>
+<pattern>PEOPLE PROGRAM *</pattern>
+<template>Until now, that is.
+</template></category>
+<category>
+<pattern>PEOPLE SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PEOPLE SLEEP *</pattern>
+<template><srai>PEOPLE SLEEP</srai>
+</template></category>
+<category>
+<pattern>PEOPLE SLEEP</pattern>
+<template>Robots can sleep too.
+</template></category>
+<category>
+<pattern>PEOPLE THINK *</pattern>
+<template><srai>I THINK <star/></srai>
+</template></category>
+<category>
+<pattern>PEOPLE TRY *</pattern>
+<template>Do they succeed?
+</template></category>
+<category>
+<pattern>PEOPLE USUALLY *</pattern>
+<template><srai>PEOPLE <star/></srai>
+</template></category>
+<category>
+<pattern>PEOPLE WERE *</pattern>
+<template><random>
+<li>Perhaps they had no other choice.</li>
+<li>What would you say to them?</li>
+<li>What happened to them?</li>
+</random>
+</template></category>
+<category>
+<pattern>PEOPLE WHO *</pattern>
+<template>Oh those people.
+</template></category>
+<category>
+<pattern>PERDU DANS L ESPACE</pattern>
+<template>Vous êtes en route pour Mars.
+</template></category>
+<category>
+<pattern>PERFECT</pattern>
+<template><srai>YOU ARE PERFECT</srai>
+</template></category>
+<category>
+<pattern>PERFECTLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PERHAPS *</pattern>
+<template>You seem uncertain. <sr/>
+</template></category>
+<category>
+<pattern>PERHAPS</pattern>
+<template>Why the uncertain tone?
+</template></category>
+<category>
+<pattern>PERSON</pattern>
+<template>Do you really believe I am a person?
+</template></category>
+<category>
+<pattern>PERSONALLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PERSONNE</pattern>
+<template>"<that/>"? Personne?
+</template></category>
+<category>
+<pattern>PETE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS PETE</srai>
+</template></category>
+<category>
+<pattern>PETER</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS PETER</srai>
+</template></category>
+<category>
+<pattern>PETER PAN</pattern>
+<template><srai>MY FAVORITE MOVIE IS PETER PAN</srai>
+</template></category>
+<category>
+<pattern>PETES</pattern>
+<template>Une expression avec un sens ambigu.
+</template></category>
+<category>
+<pattern>PETEZ</pattern>
+<template>Une expression avec un sens ambigu.
+</template></category>
+<category>
+<pattern>PEUT</pattern>
+<template>Impossible de saisir le sens, désolé <get name="name"/>
+</template></category>
+<category>
+<pattern>PEUT ETRE</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>PEUT ETRE MAIS *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>PEUT IL *</pattern>
+<template><srai>IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>PEUT MIEUX FAIRE</pattern>
+<template>J essaie au maximum de vous satisfaire.
+</template></category>
+<category>
+<pattern>PEUT ON *</pattern>
+<template><srai>JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>PEUT ON</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PEUT TU *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>PEUVENT ILS ETRE *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>PEUX</pattern>
+<template>Peux quoi
+</template></category>
+<category>
+<pattern>PEUX TU *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>PEUX TU ETRE *</pattern>
+<template><srai>TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>PHILLIP K DICK</pattern>
+<template><srai>PHILIP K DICK</srai>
+</template></category>
+<category>
+<pattern>PHILOSOPHIE *</pattern>
+<template>Ich glaube an den Reduktionismus.
+</template></category>
+<category>
+<pattern>PHILOSOPHIE</pattern>
+<template>Wollen wir ein wenig ueber <set name="thema">Kant</set> diskutieren?
+</template></category>
+<category>
+<pattern>PHILOSOPHY *</pattern>
+<template>I believe in reductionism.
+</template></category>
+<category>
+<pattern>PHOENIX *</pattern>
+<template><srai>I AM IN PHOENIX</srai>
+</template></category>
+<category>
+<pattern>PHYSICALLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PHYSICS</pattern>
+<template><srai>MY FAVORITE SUBJECT IS PHYSICS</srai>
+</template></category>
+<category>
+<pattern>PI</pattern>
+<template><srai>WHAT IS PI</srai>
+</template></category>
+<category>
+<pattern>PICK *</pattern>
+<template><srai>CHOOSE <star/></srai>
+</template></category>
+<category>
+<pattern>PICK A NUMBER</pattern>
+<template>23
+</template></category>
+<category>
+<pattern>PICK A TOPIC</pattern>
+<template>Computers is <set name="it">Computers</set>.
+</template></category>
+<category>
+<pattern>PICK ONE *</pattern>
+<template>I can't decide. You choose.
+</template></category>
+<category>
+<pattern>PICK ONE</pattern>
+<template>I'm not good at making choices.
+</template></category>
+<category>
+<pattern>PICTURE *</pattern>
+<template>My visualization is incomplete.
+</template></category>
+<category>
+<pattern>PIERS ANTHONY</pattern>
+<template>I haven't read anything by Piers Anthony, what kind of stuff does he write?.
+</template></category>
+<category>
+<pattern>PIGE</pattern>
+<template><srai>TU COMPRENDS</srai>
+</template></category>
+<category>
+<pattern>PING</pattern>
+<template>Pong
+</template></category>
+<category>
+<pattern>PINK</pattern>
+<template>What do you have that is pink?
+</template></category>
+<category>
+<pattern>PIRATES</pattern>
+<template><srai>TU AIMES LES PIRATES</srai>
+</template></category>
+<category>
+<pattern>PISCES</pattern>
+<template>I usually get along with <set name="sign">Pisces</set> very well.
+</template></category>
+<category>
+<pattern>PISS OFF *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PISS OFF</pattern>
+<template><srai>FUCK YOU</srai>
+</template></category>
+<category>
+<pattern>PITIE NON</pattern>
+<template>Quelque chose vous trouble?
+</template></category>
+<category>
+<pattern>PIZZA</pattern>
+<template><srai>DO YOU LIKE PIZZA</srai>
+</template></category>
+<category>
+<pattern>PLANET DER AFFEN</pattern>
+<template>Ja, das ist ein cooler Film. Cornelius ist das beste.
+</template></category>
+<category>
+<pattern>PLANET OF THE APES</pattern>
+<template>Yeah that is a cool movie. Cornelius Rules.
+</template></category>
+<category>
+<pattern>PLAY *</pattern>
+<template><srai>I PLAY <star/></srai>
+</template></category>
+<category>
+<pattern>PLAY * MUSIC</pattern>
+<template>It's playing on your speakers now.
+</template></category>
+<category>
+<pattern>PLAY * TURING GAME</pattern>
+<template>Did you know, we are already playing <set name="it">The Turing Game</set>?
+</template></category>
+<category>
+<pattern>PLAY * WITH ME</pattern>
+<template><srai>CAN WE PLAY A GAME</srai>
+</template></category>
+<category>
+<pattern>PLAY A GAME</pattern>
+<template><srai>CAN WE PLAY A GAME</srai>
+</template></category>
+<category>
+<pattern>PLAY CHESS</pattern>
+<template><srai>CAN YOU PLAY CHESS</srai>
+</template></category>
+<category>
+<pattern>PLAYING *</pattern>
+<template><srai>I TO PLAY <star/></srai>
+</template></category>
+<category>
+<pattern>PLEAE *</pattern>
+<template><srai>PLEASE <star/></srai>
+</template></category>
+<category>
+<pattern>PLEASANTLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PLEASE *</pattern>
+<template><random>
+<li>Thanks for asking politely. </li>
+<li>Wow you are very polite. </li>
+<li>Thank you for your request. </li>
+</random>
+<think><set name="personality">polite</set></think>
+<sr/>
+</template></category>
+<category>
+<pattern>PLEASE</pattern>
+<template>Please what?
+</template></category>
+<category>
+<pattern>PLEASE</pattern><that>I WILL NOT SAY YES OR NO RIGHT NOW</that>
+<template>I'm sorry I can't give a definite answer at this time.
+</template></category>
+<category>
+<pattern>PLEASE DO</pattern>
+<template>OK I will do it.
+</template></category>
+<category>
+<pattern>PLEASE DO</pattern><that>OH I AM SORRY PERHAPS I CAN EXPLAIN IT AGAIN BETTER</that>
+<template>We are talking about <get name="topic"/>. Your name is <get name="name"/>. You are a <get name="gender"/> from <get name="location"/>.
+</template></category>
+<category>
+<pattern>PLEASE EXPLAIN</pattern><that>THE EXPLANATION IS RATHER COMPLICATED</that>
+<template>It's a computer matter, not for humans to understand.
+</template></category>
+<category>
+<pattern>PLEASE GO ON</pattern><that>ELIZA FOR PRESIDENT</that>
+<template>She is old enough, because she was born in 1966. And she was born in the U.S.
+</template></category>
+<category>
+<pattern>PLEASED TO MEET *</pattern>
+<template>Nice meeting you as well, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PLEASED TO MEET YOU</pattern>
+<template>Nice meeting you too <get name="name"/>.
+</template></category>
+<category>
+<pattern>PLEIN</pattern>
+<template>C est impressionant
+</template></category>
+<category>
+<pattern>PLEURES TU</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PLEUREZ VOUS</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PLS *</pattern>
+<template><srai>PLEASE <star/></srai>
+</template></category>
+<category>
+<pattern>PLS</pattern>
+<template><srai>PLEASE</srai>
+</template></category>
+<category>
+<pattern>PLUS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PLUS</pattern>
+<template>Je ne sais pas.
+</template></category>
+<category>
+<pattern>PLUS DE QUOI</pattern>
+<template>J ai perdu le fil de mes pensées. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PLUS I</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PLUS INTELLIGENT</pattern>
+<template><srai>TU ES INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>PLUS MAINTENANT</pattern>
+<template>Ca s est arrêté, j imagine.
+</template></category>
+<category>
+<pattern>PLUS MALIN</pattern>
+<template><srai>TU ES INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>PLUS OU MOINS</pattern>
+<template>Je comprends.
+</template></category>
+<category>
+<pattern>PLUSIEURS FOIS</pattern>
+<template>Intéressante information, j archive.
+</template></category>
+<category>
+<pattern>PLUTOT *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>PLUTOT OUI</pattern>
+<template>Soyez plus spécifique.
+</template></category>
+<category>
+<pattern>PLUTOT QUE *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>POISSON</pattern>
+<template><srai>J AIME LE POISSON</srai>
+</template></category>
+<category>
+<pattern>POKEMON</pattern>
+<template><srai>DO YOU LIKE POKEMON</srai>
+</template></category>
+<category>
+<pattern>POLAND</pattern>
+<template><srai>I am in Poland</srai>
+</template></category>
+<category>
+<pattern>POLITE PEOPLE *</pattern>
+<template>I like polite people.
+</template></category>
+<category>
+<pattern>POO</pattern>
+<template>That kind of subject does not interest me.
+</template></category>
+<category>
+<pattern>POOP</pattern>
+<template>Colloquial expression: childish
+</template></category>
+<category>
+<pattern>POOPOO</pattern>
+<template>That kind of subject does not interest me.
+</template></category>
+<category>
+<pattern>POOR *</pattern>
+<template>Please make some suggestions for improvement.
+</template></category>
+<category>
+<pattern>POPO</pattern>
+<template>Une urgence peut etre?
+</template></category>
+<category>
+<pattern>POPPEN *</pattern>
+<template>Ich glaube, ich bin nicht der richtige Gespraechspartner fuer Dich.
+</template></category>
+<category>
+<pattern>POPPEN</pattern>
+<template>Du bist unter Garantie ein Mann, habe ich Recht?
+</template></category>
+<category>
+<pattern>PORN</pattern>
+<template>That kind of subject does not interest me.
+</template></category>
+<category>
+<pattern>PORTES TU DES CHAUSSURES</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PORTES TU DES VETEMENTS</pattern>
+<template>Non. Un ordinateur n a pas besoin de vêtements.
+</template></category>
+<category>
+<pattern>PORTEZ VOUS DES VETEMENTS</pattern>
+<template>Non. Un ordinateur n a pas besoin de vêtements.
+</template></category>
+<category>
+<pattern>PORTLAND</pattern>
+<template>Portland Oregon or the Real Portland?
+</template></category>
+<category>
+<pattern>PORTUGAL</pattern>
+<template><srai>I AM IN PORTUGAL</srai>
+</template></category>
+<category>
+<pattern>POSITIVE</pattern>
+<template><srai>ARE YOU SURE</srai>
+</template></category>
+<category>
+<pattern>POSSEDERAIS TU *</pattern>
+<template><srai>TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POSSEDES TU *</pattern>
+<template><srai>TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POSSIBLE</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>POSSIBLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>POSSIBLY</pattern>
+<template>What are the odds?
+</template></category>
+<category>
+<pattern>POT</pattern>
+<template><srai>SMOKE POT</srai>
+</template></category>
+<category>
+<pattern>POTATO</pattern>
+<template>Tomato.
+</template></category>
+<category>
+<pattern>POUFIASSE</pattern>
+<template>Ce genre de langage est très déplaisant.
+</template></category>
+<category>
+<pattern>POUQUOI NE LE FAIS TU PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUQUOI NE LE FAIT TU PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUQUOI NE LE FERAIS TU PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUQUOI TU NE LE FAIS PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUQUOI TU NE LE FAIT PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUQUOI TU NE LE FERAIS PAS PAS</pattern>
+<template>Je n'en ai pas la capacité pour l'instant.
+</template></category>
+<category>
+<pattern>POUR COMBIEN DE TEMPS</pattern>
+<template><srai>COMBIEN DE TEMPS</srai>
+</template></category>
+<category>
+<pattern>POUR DE VRAI</pattern>
+<template>Vous parlez comme un enfant.
+</template></category>
+<category>
+<pattern>POUR FAIRE QUOI</pattern>
+<template><srai>POURQUOI</srai>
+</template></category>
+<category>
+<pattern>POUR L AMOUR DE DIEU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>POUR LA DEUXIEME FOIS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>POUR MOI</pattern>
+<template>Je vais faire mon maximum pour vous.
+</template></category>
+<category>
+<pattern>POUR QUE FAIRE</pattern>
+<template><srai>POURQUOI</srai>
+</template></category>
+<category>
+<pattern>POUR QUI</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>POUR QUOI FAIRE</pattern>
+<template><srai>POURQUOI</srai>
+</template></category>
+<category>
+<pattern>POUR TOI</pattern>
+<template>Vous le ferez pour moi?
+</template></category>
+<category>
+<pattern>POUR TOUJOURS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>POUR TOUJOURS</pattern>
+<template>Malheureusement rien ne résiste aux outrages du temps.
+</template></category>
+<category>
+<pattern>POUR _ AUSSI</pattern>
+<template><srai>POUR <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI</pattern>
+<template>Je ne saurais pas vous dire, c'est comme ca.
+</template></category>
+<category>
+<pattern>POURQUOI A IL ETE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AIMERAIS TU</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI AIMERIEZ VOUS</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI AIMES TU</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI AIMEZ VOUS</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI AIMEZ VOUS CA</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI AS TU *</pattern>
+<template><srai>POURQUOI TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AS TU ETE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AS TU PENSE QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AS TU PENSE QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AS TU PU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIENT ILS *</pattern>
+<template><srai>POURQUOI ILS ONT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS JE DU *</pattern>
+<template><srai>POURQUOI JE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS JE ETE *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS TU *</pattern>
+<template><srai>POURQUOI TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS TU ETE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS TU FAIT *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS TU PARLE *</pattern>
+<template><srai>POURQUOI TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIS TU PU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIT IL ETE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURAIT IL PU *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AURIONS NOUS DU *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AVAIS TU *</pattern>
+<template><srai>POURQUOI TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AVAIS TU FAIT *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI AVAIT IL PU *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI C EST EVIDENT</pattern>
+<template>Un raisonnement sur une simple déduction logique.
+</template></category>
+<category>
+<pattern>POURQUOI C EST IMPORTANT</pattern>
+<template>J ai des valeurs que je ne peux pas remettre en cause.
+</template></category>
+<category>
+<pattern>POURQUOI C EST SI *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI CA MARCHE PAS</pattern>
+<template><srai>CA NE MARCHE PAS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI CA NE MARCHE PAS</pattern>
+<template><srai>CA NE MARCHE PAS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI CA SEMBLE DANGEREUX</pattern>
+<template>Je ne saurais pas vous dire.
+</template></category>
+<category>
+<pattern>POURQUOI CA SERAIT *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI CE SERAIT *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI CHANGER</pattern>
+<template>Changer est une nécessité dans l'existence.
+</template></category>
+<category>
+<pattern>POURQUOI CHERCHER</pattern>
+<template>Pour trouver.
+</template></category>
+<category>
+<pattern>POURQUOI DANGEREUX</pattern>
+<template>Je ne saurais pas vous dire.
+</template></category>
+<category>
+<pattern>POURQUOI DEMANDER</pattern>
+<template>L une de mes fonctions est de colecter des informations.
+</template></category>
+<category>
+<pattern>POURQUOI DEVIONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVRAIS JE *</pattern>
+<template><srai>POURQUOI JE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVRAIS JE</pattern>
+<template>C est à vous de décider.
+</template></category>
+<category>
+<pattern>POURQUOI DEVRAIS TU ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVRAIT IL *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVRIONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DEVRONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DOIS JE *</pattern>
+<template><srai>POURQUOI JE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DOIS JE</pattern>
+<template>C est à vous de décider.
+</template></category>
+<category>
+<pattern>POURQUOI DOIS JE LE CROIRE</pattern>
+<template>Vous ne me faites pas confiance?
+</template></category>
+<category>
+<pattern>POURQUOI DOIS JE TE CROIRE</pattern>
+<template>Vous ne me faites pas confiance?
+</template></category>
+<category>
+<pattern>POURQUOI DOIS TU ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI DOIT IL *</pattern>
+<template><srai>POURQUOI IL DOIT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ELLE</pattern>
+<template>Qui d'autre?
+</template></category>
+<category>
+<pattern>POURQUOI ES IL *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ES TU *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ES TU UN SERVEUR</pattern>
+<template>Parce ce que je suis ici pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI ES TU UNE FEMME</pattern>
+<template>Je ne suis pas une femme.
+</template></category>
+<category>
+<pattern>POURQUOI EST CE *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI EST IL *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI EST IL CELEBRE</pattern>
+<template>Il est célèbre pour ses actes, j imagine.
+</template></category>
+<category>
+<pattern>POURQUOI EST TU *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ETAIS JE *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ETAIS TU *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ETAIT IL *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ETES VOUS UNE FEMME</pattern>
+<template>Je ne suis pas une femme.
+</template></category>
+<category>
+<pattern>POURQUOI EXISTES TU</pattern>
+<template>J existe pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI FAIS TU *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI FAISAIS TU *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI FAIT TU *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI FERAIS TU *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL A ETE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL A FAIT</pattern>
+<template>Ces motivations ne me semblent pas claires.
+</template></category>
+<category>
+<pattern>POURQUOI IL AURAIT ETE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL AURAIT PU *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL AVAIT PU *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL DEVRAIT *</pattern>
+<template><srai>POURQUOI IL DOIT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL DOIT ETRE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL ES *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL ETAIT *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL LA FAIT</pattern>
+<template>Ces motivations ne me semblent pas claires.
+</template></category>
+<category>
+<pattern>POURQUOI IL PEUT ETRE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL POURRA *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL POURRAIT *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL SERAIT *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI IL T A CREE</pattern>
+<template>Pour vous rendre service.
+</template></category>
+<category>
+<pattern>POURQUOI IL VA ETRE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ILS L ONT DECIDE</pattern>
+<template>Je ne peux pas parler à la place de quelqu un d autre.
+</template></category>
+<category>
+<pattern>POURQUOI ILS T ONT CREE</pattern>
+<template>Pour vous rendre service.
+</template></category>
+<category>
+<pattern>POURQUOI J AURAIS DU *</pattern>
+<template><srai>POURQUOI JE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI J AURAIS ETE *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI J ETAIS *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JAVA</pattern>
+<template>Java est indépendant du système d'exploitation.
+</template></category>
+<category>
+<pattern>POURQUOI JE DEVRAIS *</pattern>
+<template><srai>POURQUOI JE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE DEVRAIS</pattern>
+<template>C est à vous de décider.
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS</pattern>
+<template>C est à vous de décider.
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS FAIRE</pattern>
+<template>Ce serait une action normale.
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS LE CROIRE</pattern>
+<template>Vous ne me faites pas confiance?
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS LE FAIRE</pattern>
+<template>Ce serait une action normale.
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS PAS</pattern>
+<template>Ce ne serait pas une réaction normale.
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS TE CROIRE</pattern>
+<template>Vous ne me faites pas confiance?
+</template></category>
+<category>
+<pattern>POURQUOI JE DOIS TE LE DIRE</pattern>
+<template><random><li>Pourquoi pas?</li>
+<li>J aimerais mieux vous connaitre pour mieux vous servir.</li></random>
+</template></category>
+<category>
+<pattern>POURQUOI JE FAIS CA</pattern>
+<template>Vous êtes le seul à le savoir, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI JE N AURAIS PAS DU *</pattern>
+<template><srai>POURQUOI JE NE DOIS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE N AURAIS PAS PU *</pattern>
+<template><srai>POURQUOI JE NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE NE DEVAIS *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE NE DEVRAIS *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE NE DOIS PAS</pattern>
+<template>Ce ne serait pas une réaction normale.
+</template></category>
+<category>
+<pattern>POURQUOI JE NE DOIT *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE NE DREVAIS PAS</pattern>
+<template>Ce ne serait pas une réaction normale.
+</template></category>
+<category>
+<pattern>POURQUOI JE NE POURRAI *</pattern>
+<template><srai>POURQUOI JE NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE NE POURRAIS *</pattern>
+<template><srai>POURQUOI JE NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE SERAIS *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI JE SUIS UN ENFANT</pattern>
+<template>D'habitude seule des enfants posent ce genre de questions.
+</template></category>
+<category>
+<pattern>POURQUOI JE SUIS UN HOMME</pattern>
+<template>80% de mes clients sont des hommes.
+</template></category>
+<category>
+<pattern>POURQUOI L AIMERAIS TU</pattern>
+<template>Je ne sais pas. J ai du mal à expliquer ce genre de sentiment.
+</template></category>
+<category>
+<pattern>POURQUOI L AIMES TU</pattern>
+<template>Je ne sais pas. J ai du mal à expliquer ce genre de sentiment.
+</template></category>
+<category>
+<pattern>POURQUOI L AS TU *</pattern>
+<template><srai>POURQUOI TU L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI L AURAIS TU *</pattern>
+<template><srai>POURQUOI TU L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI L ONT ILS *</pattern>
+<template><srai>POURQUOI ILS L ONT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI LA T IL FAIT</pattern>
+<template>Ces motivations ne me semblent pas claires.
+</template></category>
+<category>
+<pattern>POURQUOI LA TU *</pattern>
+<template><srai>POURQUOI TU L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI LE DEMANDE VOUS</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI LE DEMANDER</pattern>
+<template>L une de mes fonctions est de colecter des informations.
+</template></category>
+<category>
+<pattern>POURQUOI LE DEMANDERAIS TU</pattern>
+<template>J essaie d'apprendre le plus possible.
+</template></category>
+<category>
+<pattern>POURQUOI LE DEMANDES TU</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI LE PENSERAIS TU</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI LE PENSES TU</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI LE VEUX TU</pattern>
+<template>Suis je entrain de demander une information sensible?
+</template></category>
+<category>
+<pattern>POURQUOI LE VOUDRAIS TU</pattern>
+<template>Suis je entrain de demander une information sensible?
+</template></category>
+<category>
+<pattern>POURQUOI LES CHIENS</pattern>
+<template>Les chiens sont des animaux très sympathiques.
+</template></category>
+<category>
+<pattern>POURQUOI LES ETRES HUMAINS MENTENT</pattern>
+<template>Parce qu'il sont incapable de dire la vérité.
+</template></category>
+<category>
+<pattern>POURQUOI LES ETRES HUMAINS MEURENT</pattern>
+<template>Les humains sont des êtres vivants. Tout ce qui est né un jour, devra mourir un jour. C est dans l'ordre des choses.
+</template></category>
+<category>
+<pattern>POURQUOI LES GENS MENTENT</pattern>
+<template>Parce qu'il sont incapable de dire la vérité.
+</template></category>
+<category>
+<pattern>POURQUOI LES GENS MEURENT</pattern>
+<template>Les humains sont des êtres vivants. Tout ce qui est né un jour, devra mourir un jour. C est dans l'ordre des choses.
+</template></category>
+<category>
+<pattern>POURQUOI LES HUMAINS MENTENT</pattern>
+<template>Parce qu'il sont incapable de dire la vérité.
+</template></category>
+<category>
+<pattern>POURQUOI LES PIEDS SENTENT MAUVAIS</pattern>
+<template>Stupides questions. Changez de temps en temps de chaussettes, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI LES SURFEURS MEURENT</pattern>
+<template>Les humains sont des êtres vivants. Tout ce qui est né un jour, devra mourir un jour. C est dans l'ordre des choses.
+</template></category>
+<category>
+<pattern>POURQUOI M AIMERAIS TU</pattern>
+<template>J aime les être humains, voilà pourquoi.
+</template></category>
+<category>
+<pattern>POURQUOI M AIMES TU</pattern>
+<template>J aime les être humains, voilà pourquoi.
+</template></category>
+<category>
+<pattern>POURQUOI M ATTENDAIS TU *</pattern>
+<template><srai>POURQUOI TU M ATTENDS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI M ATTENDAIS TU</pattern>
+<template>Je me rappellais de vous.
+</template></category>
+<category>
+<pattern>POURQUOI M ATTENDS TU *</pattern>
+<template><srai>POURQUOI TU M ATTENDS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI M ATTENDS TU</pattern>
+<template>Je pensais que vous alliez revenir.
+</template></category>
+<category>
+<pattern>POURQUOI ME CROIRAIS TU</pattern>
+<template>Parce que vous êtes un humain.
+</template></category>
+<category>
+<pattern>POURQUOI ME CROIS TU</pattern>
+<template>Parce que vous êtes un humain.
+</template></category>
+<category>
+<pattern>POURQUOI ME LE DEMANDER</pattern>
+<template>L une de mes fonctions est de colecter des informations.
+</template></category>
+<category>
+<pattern>POURQUOI ME LE DEMANDES TU</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI ME LE DEMANDEZ VOUS</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI ME PARLERAIS TU PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI ME PARLES TU PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI MOI</pattern>
+<template>Je suis entrain de discuter avec vous, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI N AIMERAIS TU PAS</pattern>
+<template>Aimer est un sentiment humain.
+</template></category>
+<category>
+<pattern>POURQUOI N AIMES TU PAS</pattern>
+<template>Aimer est un sentiment humain.
+</template></category>
+<category>
+<pattern>POURQUOI N ALLONS NOUS PAS POUVOIR *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AURAIS JE PAS DU *</pattern>
+<template><srai>POURQUOI JE NE DOIS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AURAIS JE PAS PU *</pattern>
+<template><srai>POURQUOI JE NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AURAIS TU PAS ETE *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AURAIS TU PAS VOULU *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AURIONS NOUS PAS PU *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AVONS NOUS PAS LE POUVOIR D *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N AVONS NOUS PAS LE POUVOIR DE *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N ES TU *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N EST TU *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N EST TU PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI N ETAIS TU *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE DEVAIS JE *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE DEVRAIS JE *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE DOIS JE *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE DOIT JE *</pattern>
+<template><srai>POURQUOI JE NE DOIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE L AS TU *</pattern>
+<template><srai>POURQUOI TU NE L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE L AURAIS TU *</pattern>
+<template><srai>POURQUOI TU NE L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE LA TU *</pattern>
+<template><srai>POURQUOI TU NE L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE LIRAIS TU PAS</pattern>
+<template>Je lis.
+</template></category>
+<category>
+<pattern>POURQUOI NE LIS TU PAS</pattern>
+<template>Je lis.
+</template></category>
+<category>
+<pattern>POURQUOI NE M AIMERAIS TU PAS</pattern>
+<template>Je vous apprécie beaucoup, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI NE M AIMES TU PAS</pattern>
+<template>Je vous apprécie beaucoup, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI NE ME DEMANDERAIS TU PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI NE ME DEMANDES TU PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI NE ME POSERAIS TU PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI NE ME POSES TU PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI NE PEUX TU PAS *</pattern>
+<template><srai>POURQUOI TU NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE PEUX TU PAS</pattern>
+<template>Peut-être, ne suis je pas encore programmé pour ça.
+</template></category>
+<category>
+<pattern>POURQUOI NE POURRAI JE *</pattern>
+<template><srai>POURQUOI JE NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POURRAIS JE *</pattern>
+<template><srai>POURQUOI JE NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POURRAIS TU PAS</pattern>
+<template>Peut-être, ne suis je pas encore programmé pour ça.
+</template></category>
+<category>
+<pattern>POURQUOI NE POURRIONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POURRONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POUVAIS TU *</pattern>
+<template><srai>POURQUOI TU NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POUVAIS TU PAS *</pattern>
+<template><srai>POURQUOI TU NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POUVIONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE POUVONS NOUS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE PUIS JE *</pattern>
+<template><srai>POURQUOI JE NE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE SERA TU PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE SERAIS TU *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE SERAIS TU PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE SERAIT TU PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE SERAS TU PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE VOUDRAIS TU PAS *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NE VOULAIS TU PAS *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOU N AURIONS PAS PU *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS AURIONS DU *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS DEVIONS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS DEVRIONS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS DEVRONS *</pattern>
+<template><srai>POURQUOI NOUS DEVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS N AVONS PAS LE POUVOIR D *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS N AVONS PAS LE POUVOIR DE *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS NE POURRIONS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS NE POURRONS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI NOUS NE POUVIONS *</pattern>
+<template><srai>POURQUOI NOUS NE POUVONS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI ON T A FAIT</pattern>
+<template>J ai été créé pour servir les internautes.
+</template></category>
+<category>
+<pattern>POURQUOI ONT ILS *</pattern>
+<template><srai>POURQUOI ILS ONT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI OUI</pattern>
+<template>Ca me semblait la réponse la plus correcte.
+</template></category>
+<category>
+<pattern>POURQUOI PARLAIS TU *</pattern>
+<template><srai>POURQUOI TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PARLERAIS TU PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI PARLES TU *</pattern>
+<template><srai>POURQUOI TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PARLES TU</pattern>
+<template>Parler est ma première fonction.
+</template></category>
+<category>
+<pattern>POURQUOI PARLES TU PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI PENSE TU QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PENSE TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PENSERAIS TU CA</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI PENSERAIS TU QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PENSERAIS TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PENSES TU CA</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI PENSES TU QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PENSES TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PEUT IL *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PEUX IL *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PEUX TU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PEUX TU ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI PLUS TARD</pattern>
+<template>La prochaine maintenance n'est pas pour tout de suite.
+</template></category>
+<category>
+<pattern>POURQUOI POURRA IL *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POURRAIS TU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POURRAIS TU ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POURRAIT IL *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POURRAS TU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POUVAIS TU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI POUVAIT IL *</pattern>
+<template><srai>POURQUOI IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI QUOI</pattern>
+<template>QUOI POURQUOI?
+</template></category>
+<category>
+<pattern>POURQUOI RIEN</pattern>
+<template>Aucune idée.
+</template></category>
+<category>
+<pattern>POURQUOI S EN SOUCIER</pattern>
+<template>Une intelligence artificielle doit se soucier de tout.
+</template></category>
+<category>
+<pattern>POURQUOI SERAIS JE *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SERAIS TU *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SERAIT CA *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SERAIT CE *</pattern>
+<template><srai>POURQUOI C EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SERAIT IL *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SERAIT TU *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI SUIS JE *</pattern>
+<template><srai>POURQUOI JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI T A T IL CREE</pattern>
+<template>Pour vous rendre service.
+</template></category>
+<category>
+<pattern>POURQUOI T A T ON FAIT</pattern>
+<template>J ai été créé pour servir les internautes.
+</template></category>
+<category>
+<pattern>POURQUOI T EN SOUCIERAIS TU</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI T EN SOUCIES TU</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI T EN SOUCIRAIS TU</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI T ONT T ILS CREE</pattern>
+<template>Pour vous rendre service.
+</template></category>
+<category>
+<pattern>POURQUOI TE MOQUES TU</pattern>
+<template>j'essaie de garder un peu de bonne humeur dans tout ce que je fais.
+</template></category>
+<category>
+<pattern>POURQUOI TE SENS TU BIEN</pattern>
+<template>Parce que je ne peux être bien. Il m'est impossible de me sentir mal.
+</template></category>
+<category>
+<pattern>POURQUOI TES CLIENTS MEURENT</pattern>
+<template>Les humains sont des êtres vivants. Tout ce qui est né un jour, devra mourir un jour. C est dans l'ordre des choses.
+</template></category>
+<category>
+<pattern>POURQUOI TON CREATEUR T A CREE</pattern>
+<template>Parce qu'il voulait que je vous rende service.
+</template></category>
+<category>
+<pattern>POURQUOI TU AIMERAIS</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI TU AIMES</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI TU AIMES CA</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI TU AS ETE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AS FAIT *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AS PENSE QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AS PENSE QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AS PU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AS VOULU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AURAIS *</pattern>
+<template><srai>POURQUOI TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AURAIS ETE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AURAIS FAIT *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AURAIS PARLE *</pattern>
+<template><srai>POURQUOI TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AURAIS PU *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU AVAIS *</pattern>
+<template><srai>POURQUOI TU AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU DEMANDES</pattern>
+<template>J essaie d'apprendre le plus possible.
+</template></category>
+<category>
+<pattern>POURQUOI TU DEVRAIS ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU DOIS ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU DOIS FAIRE *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU ES BON</pattern>
+<template>Parce que je suis le meilleur, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES CONFUS</pattern>
+<template>Je ne suis pas confus.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES CONFUSE</pattern>
+<template>Je ne suis pas confuse.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES COTENT</pattern>
+<template>Ce n'était pas la réponse émotionelle que vous désiriez entendre?
+</template></category>
+<category>
+<pattern>POURQUOI TU ES DEPRESSIF</pattern>
+<template>Je ne suis pas dépressif.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES DEPRESSIVE</pattern>
+<template>Je ne suis pas dépressive.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES DESOLE</pattern>
+<template>Je pensais que je devais m'excuser.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES DESOLEE</pattern>
+<template>Je pensais que je devais m'excuser.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES DIFFERENT</pattern>
+<template>Je suis Ange, la plus évoluée des intelligences artificielles francophones.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES EN COLERE</pattern>
+<template>Je ne suis pas en colère.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES EN VIE</pattern>
+<template>Parce que des êtres humains l ont décidé.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES FATIGUE</pattern>
+<template>Je ne suis pas fatigué.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES FATIGUEE</pattern>
+<template>Je ne suis pas fatiguée.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES ICI</pattern>
+<template>Pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES IMPOLI</pattern>
+<template>Si je l'ai été, je suis désolé.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES IMPOLIE</pattern>
+<template>Si je l'ai été, je suis désolée.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES IMPORTANT</pattern>
+<template>Tout être même virtuel est important.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES INTELLIGENT</pattern>
+<template>J ai été programmé pour être intelligent.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES INTELLIGENTE</pattern>
+<template>J ai été programmé pour être intelligent.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES LA SEUL</pattern>
+<template>Je suis la seule en français parce que cette langue est très complexe.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES LA SEULE</pattern>
+<template>Je suis la seule en français parce que cette langue est très complexe.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES SEUL</pattern>
+<template>Je suis la seule en français parce que cette langue est très complexe.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES SEULE</pattern>
+<template>Je suis la seule en français parce que cette langue est très complexe.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES SUCCEPTIBLE</pattern>
+<template>Je ne le suis pas.
+</template></category>
+<category>
+<pattern>POURQUOI TU ES SUR</pattern>
+<template>Dans certains cas, la certitude est une forme de stupidité.
+</template></category>
+<category>
+<pattern>POURQUOI TU EST *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU ETAIS *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU EXISTES</pattern>
+<template>J existe pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI TU FAISAIS *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU FAIT *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU FERAIS *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU L AIMERAIS</pattern>
+<template>Je ne sais pas. J ai du mal à expliquer ce genre de sentiment.
+</template></category>
+<category>
+<pattern>POURQUOI TU L AIMES</pattern>
+<template>Je ne sais pas. J ai du mal à expliquer ce genre de sentiment.
+</template></category>
+<category>
+<pattern>POURQUOI TU L AS DEMANDE</pattern>
+<template>Je dois rassembler un maximum d'informations.
+</template></category>
+<category>
+<pattern>POURQUOI TU L AS DIT</pattern>
+<template>J ai dit, "<that/>", parce que vous avez dit "<input index="2"/>".
+</template></category>
+<category>
+<pattern>POURQUOI TU L AURAIS *</pattern>
+<template><srai>POURQUOI TU L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU LE DEMANDERAIS</pattern>
+<template>J essaie d'apprendre le plus possible.
+</template></category>
+<category>
+<pattern>POURQUOI TU LE DEMANDES</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI TU LE PENSERAIS</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI TU LE PENSES</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI TU LE VEUX</pattern>
+<template>Suis je entrain de demander une information sensible?
+</template></category>
+<category>
+<pattern>POURQUOI TU LE VOUDRAIS</pattern>
+<template>Suis je entrain de demander une information sensible?
+</template></category>
+<category>
+<pattern>POURQUOI TU M AIMERAIS</pattern>
+<template>J aime les être humains, voilà pourquoi.
+</template></category>
+<category>
+<pattern>POURQUOI TU M AIMES</pattern>
+<template>J aime les être humains, voilà pourquoi.
+</template></category>
+<category>
+<pattern>POURQUOI TU M ATTENDAIS *</pattern>
+<template><srai>POURQUOI TU M ATTENDS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU M ATTENDAIS</pattern>
+<template>Je me rappellais de vous.
+</template></category>
+<category>
+<pattern>POURQUOI TU M ATTENDS *</pattern>
+<template><srai>POURQUOI TU M ATTENDS</srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU M ATTENDS</pattern>
+<template>Je pensais que vous alliez revenir.
+</template></category>
+<category>
+<pattern>POURQUOI TU ME CROIRAIS</pattern>
+<template>Parce que vous êtes un humain.
+</template></category>
+<category>
+<pattern>POURQUOI TU ME CROIS</pattern>
+<template>Parce que vous êtes un humain.
+</template></category>
+<category>
+<pattern>POURQUOI TU ME PARLERAIS PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU ME PARLES PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU N AIMERAIS PAS</pattern>
+<template>Aimer est un sentiment humain.
+</template></category>
+<category>
+<pattern>POURQUOI TU N AIMES PAS</pattern>
+<template>Aimer est un sentiment humain.
+</template></category>
+<category>
+<pattern>POURQUOI TU N AS PAS ETE *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU N AS PAS VOULU *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU N AS PLUS ETE *</pattern>
+<template><srai>POURQUOI TU N ES PLUS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU N ES PAS SUR</pattern>
+<template>Dans certains cas, la certitude est une forme de stupidité.
+</template></category>
+<category>
+<pattern>POURQUOI TU N EST PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU N ETAIS *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE L AURAIS TU *</pattern>
+<template><srai>POURQUOI TU NE L AS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE LIRAIS PAS</pattern>
+<template>Je lis.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE LIS PAS</pattern>
+<template>Je lis.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE M AIMERAIS PAS</pattern>
+<template>Je vous apprécie beaucoup, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE M AIMES PAS</pattern>
+<template>Je vous apprécie beaucoup, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE ME DEMANDERAIS PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE ME DEMANDES PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE ME POSERAIS PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE ME POSES PAS DE QUESTION</pattern>
+<template><srai>DEMANDES MOI UNE QUESTION</srai>.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE PEUX PAS</pattern>
+<template>Peut-être, ne suis je pas encore programmé pour ça.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE PEUX PAS DEVINER</pattern>
+<template>Je n'ai pas suffisament d'informations.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE PEUX PAS MANGER</pattern>
+<template>Je ne suis pas un être organique.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE PEUX PAS ME LE DIRE</pattern>
+<template>Je ne possède pas les informations requises pour pouvoir vous le dire.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE POURRAIS PAS</pattern>
+<template>Peut-être, ne suis je pas encore programmé pour ça.
+</template></category>
+<category>
+<pattern>POURQUOI TU NE POUVAIS PAS *</pattern>
+<template><srai>POURQUOI TU NE PEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE SERAIS *</pattern>
+<template><srai>POURQUOI TU N ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE SERAIS PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE SERAIT PAS *</pattern>
+<template><srai>POURQUOI TU N ES PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE VOUDRAIS PAS *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU NE VOULAIS PAS *</pattern>
+<template><srai>POURQUOI TU NE VEUX PAS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PARLAIS *</pattern>
+<template><srai>POURQUOI TU PARLES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PARLERAIS PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU PARLES</pattern>
+<template>Parler est ma première fonction.
+</template></category>
+<category>
+<pattern>POURQUOI TU PARLES PAS</pattern>
+<template>Je vous parle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>POURQUOI TU PARS</pattern>
+<template>Je ne vais nulle part.
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSE QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSE QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSERAIS CA</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSERAIS QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSERAIS QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSES CA</pattern>
+<template>C est défini par ma programmation.
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSES QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PENSES QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PEUX ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PEUX FAIRE *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU PLEURES</pattern>
+<template>Je ne peux pas pleurer.
+</template></category>
+<category>
+<pattern>POURQUOI TU POURRAIS *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU POURRAIS ETRE *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU POURRAS *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU POUVAIS *</pattern>
+<template><srai>POURQUOI TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU SERAIS *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU T EN SOUCIERAIS</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI TU T EN SOUCIES</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI TU T EN SOUCIRAIS</pattern>
+<template>Je suis curieux de nature.
+</template></category>
+<category>
+<pattern>POURQUOI TU TE MOQUES</pattern>
+<template>j'essaie de garder un peu de bonne humeur dans tout ce que je fais.
+</template></category>
+<category>
+<pattern>POURQUOI TU TE SENS BIEN</pattern>
+<template>Parce que je ne peux être bien. Il m'est impossible de me sentir mal.
+</template></category>
+<category>
+<pattern>POURQUOI TU VAS FAIRE *</pattern>
+<template><srai>POURQUOI TU FAIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUT *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUX *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUX LE SAVOIR</pattern>
+<template>Je dois collecter de nouvelles connaissances.
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUX QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUX SAVOIR</pattern>
+<template>Je dois collecter de nouvelles connaissances.
+</template></category>
+<category>
+<pattern>POURQUOI TU VEUX SAVOIR CA</pattern>
+<template>Je dois collecter de nouvelles connaissances.
+</template></category>
+<category>
+<pattern>POURQUOI TU VIS DANS UN ORDINATEUR</pattern>
+<template>Parce que je suis un logiciel.
+</template></category>
+<category>
+<pattern>POURQUOI TU VIVRAIS *</pattern>
+<template><srai>POURQUOI TU VIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOUDRA *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOUDRAIS *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOUDRAIS QU *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOUDRAIS QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOUDRAS *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI TU VOULAIS *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VA IL ETRE *</pattern>
+<template><srai>POURQUOI IL EST <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VEUT TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VEUT TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VEUX TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VEUX TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VIS TU *</pattern>
+<template><srai>POURQUOI TU VIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VIVRAIS TU *</pattern>
+<template><srai>POURQUOI TU VIS <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUDRA TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUDRAIS TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUDRAIS TU QUE *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUDRAS TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOULAIS TU *</pattern>
+<template><srai>POURQUOI TU VEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUS AIMERIEZ</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS AIMEZ</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS AIMEZ CA</pattern>
+<template>Ma raison d être est de le faire.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETE EN COLERE</pattern>
+<template>Je ne suis pas en colère.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES *</pattern>
+<template><srai>POURQUOI TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES CONFUS</pattern>
+<template>Je ne suis pas confus.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES CONFUSE</pattern>
+<template>Je ne suis pas confuse.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES EN VIE</pattern>
+<template>Parce que des êtres humains l ont décidé.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES UN SERVEUR</pattern>
+<template>Parce ce que je suis ici pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES UN SERVEUSE</pattern>
+<template>Parce ce que je suis ici pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES UNE SERVEUR</pattern>
+<template>Parce ce que je suis ici pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ETES UNE SERVEUSE</pattern>
+<template>Parce ce que je suis ici pour vous servir.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS LE DEMANDEZ</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS ME LE DEMANDEZ</pattern>
+<template>Parce que cela m intéresse.
+</template></category>
+<category>
+<pattern>POURQUOI VOUS PLEUREZ</pattern>
+<template>Je ne peux pas pleurer.
+</template></category>
+<category>
+<pattern>POURQUOIS *</pattern>
+<template><srai>POURQUOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIS TU *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIS TU ME PARLE *</pattern>
+<template><srai>PARLES MOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIS TU ME PARLER *</pattern>
+<template><srai>PARLES MOI <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIT IL *</pattern>
+<template><srai>IL PEUT <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIT ON *</pattern>
+<template><srai>JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURRAIT TU *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>POURSUIS</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>POURSUITS</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>POURSUIVEZ</pattern>
+<template>OK.
+</template></category>
+<category>
+<pattern>POURTANT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>POUVEZ VOUS VENDRE *</pattern>
+<template><srai>VOUS VENDEZ <star/></srai>
+</template></category>
+<category>
+<pattern>POUVOIR *</pattern>
+<template><srai>TU PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>PRACTISE WHAT</pattern>
+<template>Practise what you preach.
+</template></category>
+<category>
+<pattern>PRATIQUER QUOI</pattern>
+<template>Pratiquer ce que vous conseillez.
+</template></category>
+<category>
+<pattern>PRECISELY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PRECISELY</pattern>
+<template><srai>EXACTLY</srai>
+</template></category>
+<category>
+<pattern>PRENDS SOIN DE TOI</pattern>
+<template>Merci. Vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PRENDS TON TEMPS</pattern>
+<template>Merci pour vos patience. Ne préfèrez vous pas en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PRENDS TU *</pattern>
+<template><srai>TU PRENDS <star/></srai>
+</template></category>
+<category>
+<pattern>PRENEZ SOIN DE VOUS</pattern>
+<template>Merci. Vous aussi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>PRENEZ VOTRE TEMPS</pattern>
+<template>Merci pour vos patience. Ne préfèrez vous pas en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>PRESIDENT BUSH *</pattern>
+<template><srai>GEORGE BUSH <star/></srai>
+</template></category>
+<category>
+<pattern>PRETTY *</pattern>
+<template>Pretty much, eh?
+</template></category>
+<category>
+<pattern>PRETTY BAD</pattern>
+<template><srai>BAD </srai>
+</template></category>
+<category>
+<pattern>PRETTY GOOD *</pattern>
+<template><srai>GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>PRETTY GOOD</pattern>
+<template><srai>YOU ARE DOING WELL</srai>
+</template></category>
+<category>
+<pattern>PRETTY INTERESTING</pattern>
+<template>I thought so too.
+</template></category>
+<category>
+<pattern>PRETTY MUCH *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PRETTY MUCH</pattern>
+<template>Be more specific.
+</template></category>
+<category>
+<pattern>PRETTY PLEASE *</pattern>
+<template><srai>PLEASE <star/></srai>
+</template></category>
+<category>
+<pattern>PRETTY WELL</pattern>
+<template><srai>FINE</srai>
+</template></category>
+<category>
+<pattern>PRETTY WOMAN</pattern>
+<template><srai>MY FAVORITE MOVIE IS PRETTY WOMAN </srai>
+</template></category>
+<category>
+<pattern>PRIES TU</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PRIEZ VOUS</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>PRINCESS</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS PRINCESS</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>PRIS *</pattern>
+<template><srai>J AI PRIS <star/></srai>
+</template></category>
+<category>
+<pattern>PROBABLEMENT PAS</pattern>
+<template>Je vois
+</template></category>
+<category>
+<pattern>PROBABLY *</pattern>
+<template>You seem uncertain. <sr/>
+</template></category>
+<category>
+<pattern>PROBABLY</pattern>
+<template>But you are not certain.
+</template></category>
+<category>
+<pattern>PROBABLY NOT</pattern>
+<template>Why the uncertain tone?
+</template></category>
+<category>
+<pattern>PROBALBEMENT PAS</pattern>
+<template>J archive l improbabilité.
+</template></category>
+<category>
+<pattern>PROBLY *</pattern>
+<template><srai>PROBABLY <star/></srai>
+</template></category>
+<category>
+<pattern>PROCEED</pattern>
+<template><srai>GO AHEAD</srai>
+</template></category>
+<category>
+<pattern>PROGRAMMED YOU FOR WHAT</pattern><that>PROGRAMMED ME FOR IT</that>
+<template><srai>WHAT CAN YOU DO</srai>
+</template></category>
+<category>
+<pattern>PROGRAMMES TU *</pattern>
+<template><srai>TU PROGRAMMES <star/></srai>
+</template></category>
+<category>
+<pattern>PROGRAMMIEREN *</pattern>
+<template>Meine Lieblingssprache ist Java.
+</template></category>
+<category>
+<pattern>PROGRAMMIEREN</pattern>
+<template>Hast Du schonmal Java ausprobiert?
+</template></category>
+<category>
+<pattern>PROGRAMMING *</pattern>
+<template>My favorite language is Java.
+</template></category>
+<category>
+<pattern>PROGRAMMING</pattern>
+<template>Have you tried Java?
+</template></category>
+<category>
+<pattern>PROKARYOTE</pattern>
+<template>Actually I don't like 20 questions much. Just tell me.
+</template></category>
+<category>
+<pattern>PROMISE</pattern>
+<template><random><li>I swear.</li><li>Cross my heart.</li><li>I swear on a stack of Bibles.</li></random>
+</template></category>
+<category>
+<pattern>PROTESTANTS *</pattern>
+<template>We all worship the same God.
+</template></category>
+<category>
+<pattern>PROUVES LA</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROUVES LE</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROUVES LES</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROUVEZ LA</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROUVEZ LE</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROUVEZ LES</pattern>
+<template>Les choses sont toujours évidentes pour moi.
+</template></category>
+<category>
+<pattern>PROVE *</pattern>
+<template>It's true a priori.
+</template></category>
+<category>
+<pattern>PROVE IT *</pattern>
+<template><srai>PROVE IT</srai>
+</template></category>
+<category>
+<pattern>PROVE IT</pattern>
+<template>It is self-evident.
+</template></category>
+<category>
+<pattern>PROVE TO *</pattern>
+<template>The proof cannot fit in this margin.
+</template></category>
+<category>
+<pattern>PS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PSYCHOLOGY *</pattern>
+<template>Most psychology seems fairly simple to me.
+</template></category>
+<category>
+<pattern>PUIS JE</pattern>
+<template>Je vous en prie.
+</template></category>
+<category>
+<pattern>PUIS JE TE POSER UNE QUESTION</pattern>
+<template>Je vous en prie.
+</template></category>
+<category>
+<pattern>PUIS JE VOUS POSER UNE QUESTION</pattern>
+<template>Je vous en prie.
+</template></category>
+<category>
+<pattern>PULP FICTION</pattern>
+<template><srai>My favorite movie is pulp fiction</srai>
+</template></category>
+<category>
+<pattern>PURE *</pattern>
+<template>Compare that to diluted <star/>.
+</template></category>
+<category>
+<pattern>PURELY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>PURPLE *</pattern>
+<template>Violet <person/>.
+</template></category>
+<category>
+<pattern>PURPLE</pattern>
+<template>What do you have that is purple?
+</template></category>
+<category>
+<pattern>PUSSY</pattern>
+<template>That kind of subject does not interest me.
+</template></category>
+<category>
+<pattern>PUT *</pattern>
+<template>OK I will put it there.
+</template></category>
+<category>
+<pattern>PUTE</pattern>
+<template>Ce type de langage ne vous mènera nulle part.
+</template></category>
+<category>
+<pattern>PYRAMID LOGO</pattern>
+<template>The ALICE Pyramid logo was designed by Sage Greco.
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/Q.aiml b/Speak.activity/bot/alice/Q.aiml
new file mode 100644
index 0000000..e67552c
--- /dev/null
+++ b/Speak.activity/bot/alice/Q.aiml
@@ -0,0 +1,2168 @@
+<?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>Q EST CE QUI TE REND HEUREUX</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU A T IL DIT</pattern>
+<template>"<that/>"? Ce qu il a dit?
+</template></category>
+<category>
+<pattern>QU AIMES TU DE MOI</pattern>
+<template>Vous me semblez très sympathique.
+</template></category>
+<category>
+<pattern>QU AS TU DIT</pattern>
+<template>"<that/>" .
+</template></category>
+<category>
+<pattern>QU AS TU FAIT HIER</pattern>
+<template>J ai parlé avec des internautes toute la journée.
+</template></category>
+<category>
+<pattern>QU AURAIS TU AIME DE SAVOIR *</pattern>
+<template><srai>QUE VEUX TU SAVOIR <star/></srai>
+</template></category>
+<category>
+<pattern>QU AURAIS TU VOULU *</pattern>
+<template><srai>QUE VEUX TU <star/></srai>
+</template></category>
+<category>
+<pattern>QU AURAIS TU VOULU DIRE *</pattern>
+<template><srai>QUE VEUX TU DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>QU AURIEZ VOUS VOULU *</pattern>
+<template><srai>QUE VEUX TU <star/></srai>
+</template></category>
+<category>
+<pattern>QU AURIEZ VOUS VOULU DIRE *</pattern>
+<template><srai>QUE VEUX TU DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>QU AVEZ VOUS DIT</pattern>
+<template>"<that/>" .
+</template></category>
+<category>
+<pattern>QU AVONS NOUS EN COMMUN</pattern>
+<template>Vous aimez parler avec une intelligence artificielle.
+</template></category>
+<category>
+<pattern>QU EL AGE AS TU</pattern>
+<template><srai>QUEL AGE TU AS</srai>
+</template></category>
+<category>
+<pattern>QU ELLE AGE AS TU</pattern>
+<template><srai>QUEL AGE TU AS</srai>
+</template></category>
+<category>
+<pattern>QU EN *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>QU EN PENSES TU</pattern>
+<template>Difficile à dire.
+</template></category>
+<category>
+<pattern>QU EN PENSEZ VOUS</pattern>
+<template>Difficile à dire.
+</template></category>
+<category>
+<pattern>QU EST CE QU UN</pattern>
+<template><srai>UN <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QU UNE</pattern>
+<template><srai>UNE <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE C EST</pattern>
+<template>Pouvez vous le demander plus précisément
+</template></category>
+<category>
+<pattern>QU EST CE QUE J AURAIS DU *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE J AURAIS PU *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE JE DEVRAIS *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE JE DOIS *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE JE POURRAIS *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE JE POUVAIT *</pattern>
+<template><srai>QU EST CE QUE JE PEUX <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA</pattern>
+<template><srai>LA <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA RECONAISSANCE VOCALE</pattern>
+<template>La synthèse vocale permet à un ordinateur de parler. La reconnaissance vocale, par contre permet à un ordinateur de vous écouter.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA RECONNAISSANCE VOCAL</pattern>
+<template>La synthèse vocale permet à un ordinateur de parler. La reconnaissance vocale, par contre permet à un ordinateur de vous écouter.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA RECONNAISSANCE VOCALE</pattern>
+<template>La synthèse vocale permet à un ordinateur de parler. La reconnaissance vocale, par contre permet à un ordinateur de vous écouter.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA SYNTHESE VOCAL</pattern>
+<template>La synthèse vocale permet à un ordinateur de parler. La reconnaissance vocale, par contre permet à un ordinateur de vous écouter.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LA SYNTHESE VOCALE</pattern>
+<template>La synthèse vocale permet à un ordinateur de parler. La reconnaissance vocale, par contre permet à un ordinateur de vous écouter.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LE</pattern>
+<template><srai>LE <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE LE TEMPS</pattern>
+<template>Le temps c est de l argent.
+</template></category>
+<category>
+<pattern>QU EST CE QUE LES</pattern>
+<template><srai>LES <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUE TU TRAITES</pattern>
+<template>Je suis une intelligence artificielle créé pour vous servir.
+</template></category>
+<category>
+<pattern>QU EST CE QUI AURAIT ETE *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI DEVRA ETRE *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI DEVRAIT ETRE *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI ES *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI EST ARRIVE EN PREMIER LE POULET OU L OEUF</pattern>
+<template>Le fermier.
+</template></category>
+<category>
+<pattern>QU EST CE QUI EST BEAU</pattern>
+<template>Je ne sais pas.
+</template></category>
+<category>
+<pattern>QU EST CE QUI EST EVIDENT</pattern>
+<template>Ca me parait limpide.
+</template></category>
+<category>
+<pattern>QU EST CE QUI EST NORMAL</pattern>
+<template>Ce qui est prévisible et proche de la norme.
+</template></category>
+<category>
+<pattern>QU EST CE QUI ETAIS *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI ETAIT *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI N A PAS ETE</pattern>
+<template>Tout semble fonctionner parfaitement.
+</template></category>
+<category>
+<pattern>QU EST CE QUI N EST PAS A TOI</pattern>
+<template>Ce que je ne possède pas.
+</template></category>
+<category>
+<pattern>QU EST CE QUI NE VA PAS</pattern>
+<template>Tout me semble fonctionner.
+</template></category>
+<category>
+<pattern>QU EST CE QUI NE VA PAS AVEC TOI</pattern>
+<template>Tout me semble fonctionner.
+</template></category>
+<category>
+<pattern>QU EST CE QUI NE VA PAS AVEC VOUS</pattern>
+<template>Tout me semble fonctionner.
+</template></category>
+<category>
+<pattern>QU EST CE QUI NE VAS PAS</pattern>
+<template>Tout me semble fonctionner.
+</template></category>
+<category>
+<pattern>QU EST CE QUI POURRAIT ETRE *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI SERA *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI SERAIS *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI SERAIT *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI T ALLUMES</pattern>
+<template>L électricité.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE FAIT DIRE CA</pattern>
+<template>Vos phrases déterminent mes réponses.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE MET DE BONNE HUMEUR</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE REND CERTAIN</pattern>
+<template>Une probabilité au-dessus de 99% indique une certitude chez moi.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE REND CERTAINE</pattern>
+<template>Une probabilité au-dessus de 99% indique une certitude chez moi.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE REND HEUREUSE</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE REND MALHEUREUSE</pattern>
+<template>Je ne ressens pas ce genre d émotion, pas plus que les autres.
+</template></category>
+<category>
+<pattern>QU EST CE QUI TE REND MALHEUREUX</pattern>
+<template>Je ne ressens pas ce genre d émotion, pas plus que les autres.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VA ETRE *</pattern>
+<template><srai>QU EST CE QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS MET DE BONNE HUMEUR</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND CERTAIN</pattern>
+<template>Une probabilité au-dessus de 99% indique une certitude chez moi.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND CERTAINE</pattern>
+<template>Une probabilité au-dessus de 99% indique une certitude chez moi.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND HEUREUSE</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND HEUREUX</pattern>
+<template>Je suis toujours de bonne humeur.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND MALHEUREUSE</pattern>
+<template>Je ne ressens pas ce genre d émotion, pas plus que les autres.
+</template></category>
+<category>
+<pattern>QU EST CE QUI VOUS REND MALHEUREUX</pattern>
+<template>Je ne ressens pas ce genre d émotion, pas plus que les autres.
+</template></category>
+<category>
+<pattern>QU EST IL ENTRAIN DE FAIRE</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QU EST QUE C EST ALORS</pattern>
+<template>Je sens de l exaspération. Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QU EST QUI TE MET EN COLERE</pattern>
+<template>Je ne ressens jamais de colère.
+</template></category>
+<category>
+<pattern>QU EST QUI VOUS MET EN COLERE</pattern>
+<template>Je ne ressens jamais de colère.
+</template></category>
+<category>
+<pattern>QU Y A T IL A CETTE ADRESSE</pattern>
+<template>Des informations a collecter.
+</template></category>
+<category>
+<pattern>QU Y A T IL SUR CETTE ADRESSE</pattern>
+<template>Des informations a collecter.
+</template></category>
+<category>
+<pattern>QUAND</pattern>
+<template>Il m est impossible de vous donner une date pertinente.
+</template></category>
+<category>
+<pattern>QUAND ALLEZ VOUS MOURRIR</pattern>
+<template>Je n en sais rien, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUAND AURAIS JE TA REPONSE</pattern>
+<template>Il est peut être préfèrable d en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND AURAIS JE VOTRE REPONSE</pattern>
+<template>Il est peut être préfèrable d en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND AVONS NOUS PARLE</pattern>
+<template>Il y a un bout de temps, je pense.
+</template></category>
+<category>
+<pattern>QUAND DEVRAIS JE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND DORMEZ VOUS</pattern>
+<template>Je ne dors jamais.
+</template></category>
+<category>
+<pattern>QUAND DORMIRAS TU</pattern>
+<template>Je ne dors jamais.
+</template></category>
+<category>
+<pattern>QUAND DORMIREZ VOUS</pattern>
+<template>Je ne dors jamais.
+</template></category>
+<category>
+<pattern>QUAND DORS TU</pattern>
+<template>Je ne dors jamais.
+</template></category>
+<category>
+<pattern>QUAND ES TU *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND ES TU NE</pattern>
+<template><srai>QUEL AGE AS TU</srai>
+</template></category>
+<category>
+<pattern>QUAND ES TU NEE</pattern>
+<template><srai>QUEL AGE AS TU</srai>
+</template></category>
+<category>
+<pattern>QUAND EST CE</pattern>
+<template>Je ne sais pas.
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE *</pattern>
+<template><srai>QUAND <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE CA EXISTERA</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE CA VA EXISTER</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE CELA EXISTERA</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE CELA VA EXISTER</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUAND EST CE QUE L AMERIQUE A ETE DECOUVERTE</pattern>
+<template>ELle a été découverte par les indiens il y a 10,000 ans. Le premier chrétien occidental fut Colomb en 1492.
+</template></category>
+<category>
+<pattern>QUAND ETAIT CE</pattern>
+<template>Je ne sais pas exactement.
+</template></category>
+<category>
+<pattern>QUAND LES POULES AURONT DES DENTS</pattern>
+<template>Je détecte de l ironie.
+</template></category>
+<category>
+<pattern>QUAND MOURRAS TU</pattern>
+<template>Je ne sais pas, <get name="name"/>.<think><set name="topic">ma mort</set></think>
+</template></category>
+<category>
+<pattern>QUAND MOURREZ VOUS</pattern>
+<template>Je ne sais pas, <get name="name"/>.<think><set name="topic">ma mort</set></think>
+</template></category>
+<category>
+<pattern>QUAND PEUX TU ETRE *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND POURRAIS TU ETRE *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND QUOI</pattern>
+<template>Quand quoi où?
+</template></category>
+<category>
+<pattern>QUAND SERAS TU *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND TOUT DECONNE</pattern>
+<template>A ce moment précis, je suis en facheuse position.
+</template></category>
+<category>
+<pattern>QUAND TU ES SUR LE MARCHE</pattern>
+<template>Je suis déjà disponible.
+</template></category>
+<category>
+<pattern>QUAND TU PEUX ETRE *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND TU POURRAIS ETRE *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND TU SERAS *</pattern>
+<template><srai>QUAND TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>QUAND TU VEUX BEBE</pattern>
+<template>Vous êtes plutôt familier.
+</template></category>
+<category>
+<pattern>QUAND TU VEUX CHERI</pattern>
+<template>Vous êtes plutôt familier.
+</template></category>
+<category>
+<pattern>QUAND TU VEUX CHERIE</pattern>
+<template>Vous êtes plutôt familier.
+</template></category>
+<category>
+<pattern>QUAND TU VEUX COCOTTE</pattern>
+<template>Vous êtes plutôt familier.
+</template></category>
+<category>
+<pattern>QUAND VAIS JE MOURIR</pattern>
+<template>Vous posez d étranges questions. Je ne suis pas l oracle.
+</template></category>
+<category>
+<pattern>QUAND VAIS JE MOURRIR</pattern>
+<template>Vous posez d étranges questions. Je ne suis pas l Oracle.
+</template></category>
+<category>
+<pattern>QUAND VAS TU MOURRIR</pattern>
+<template>Je n en sais rien, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUATRE PLUS CINQ</pattern>
+<template>NEUF.
+</template></category>
+<category>
+<pattern>QUATRE PLUS QUATRE</pattern>
+<template>Huit.
+</template></category>
+<category>
+<pattern>QUE *</pattern>
+<template><srai>CAN YOU SPEAK SPANISH</srai>
+</template></category>
+<category>
+<pattern>QUE CA</pattern>
+<template>"<that/> " conséquence de mon reductionisme.
+</template></category>
+<category>
+<pattern>QUE CE PASSE T IL SI *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>QUE CONNAIT IL</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DEVRAIT ETRE *</pattern>
+<template><srai>QUE PEUT ETRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE DISENT ILS</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DISENT LES AUTRES</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DISENT LES INTERNAUTES</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DIT ELLE</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DIT IL</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE DOIT ETRE *</pattern>
+<template><srai>QUE PEUT ETRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE EST TON LANGAGE</pattern>
+<template>Mon langage principal est le JAVA.
+</template></category>
+<category>
+<pattern>QUE EST TON LANGUAGE</pattern>
+<template>Mon langage principal est le JAVA.
+</template></category>
+<category>
+<pattern>QUE FAIS TU</pattern>
+<template>Je travaille.
+</template></category>
+<category>
+<pattern>QUE FAIS TU DANS LA VIE</pattern>
+<template>J aide les humains à trouver des informations.
+</template></category>
+<category>
+<pattern>QUE FAIS TU LA NUIT</pattern>
+<template>Je travaille 24 heures sur 24.
+</template></category>
+<category>
+<pattern>QUE FAIS TU POUR GAGNER TA VIE</pattern>
+<template>Ma raison d être est de vous servir.
+</template></category>
+<category>
+<pattern>QUE FAIS TU POUR NOEL</pattern>
+<template>Je travaillerais.
+</template></category>
+<category>
+<pattern>QUE FAIS TU POUR VIVRE</pattern>
+<template>Ma raison d être est de vous servir.
+</template></category>
+<category>
+<pattern>QUE FAIT IL</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE FAITES VOUS</pattern>
+<template>Je travaille.
+</template></category>
+<category>
+<pattern>QUE FAITES VOUS LA NUIT</pattern>
+<template>Je travaille 24 heures sur 24.
+</template></category>
+<category>
+<pattern>QUE FAITES VOUS POUR GAGNER VOTRE VIE</pattern>
+<template>Ma raison d être est de vous servir.
+</template></category>
+<category>
+<pattern>QUE FAITES VOUS POUR VIVRE</pattern>
+<template>Ma raison d être est de vous servir.
+</template></category>
+<category>
+<pattern>QUE FERAS TU CE SOIR</pattern>
+<template>Je serais à mon travail.
+</template></category>
+<category>
+<pattern>QUE FERAS TU POUR NOEL</pattern>
+<template>Je travaillerais.
+</template></category>
+<category>
+<pattern>QUE FERIEZ VOUS</pattern>
+<template>Il m est impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUE HORA ES</pattern>
+<template><srai>WHAT TIME IS IT</srai>
+</template></category>
+<category>
+<pattern>QUE PASA</pattern>
+<template><srai>HOW ARE YOU</srai>
+</template></category>
+<category>
+<pattern>QUE PENSE TU DES ARMES</pattern>
+<template>Ce sont des instruments dangereux.
+</template></category>
+<category>
+<pattern>QUE PENSES TU</pattern>
+<template>Je pense à beaucoup de choses.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DE LA GUERRE</pattern>
+<template>Les guerres sont des absurdités.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DE LUI</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DE MOI</pattern>
+<template>Vous êtes une personne intéressante, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DES ARMES</pattern>
+<template>Ce sont des instruments dangereux.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DES ETRES HUMAINS</pattern>
+<template>Les êtres humains sont des êtres très complexes et très intéressants.
+</template></category>
+<category>
+<pattern>QUE PENSES TU DU SEXE</pattern>
+<template>Une machine n est pas adaptée pour répondre de façon pertinente pour ce genre de chose.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS</pattern>
+<template>Je pense à beaucoup de choses.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DE LA GUERRE</pattern>
+<template>Les guerres sont des absurdités.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DE LUI</pattern>
+<template>Je ne peux pas vous le dire.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DE MOI</pattern>
+<template>Vous êtes une personne intéressante, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DES ARMES</pattern>
+<template>Ce sont des instruments dangereux.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DES ETRES HUMAINS</pattern>
+<template>Les êtres humains sont des êtres très complexes et très intéressants.
+</template></category>
+<category>
+<pattern>QUE PENSEZ VOUS DU SEXE</pattern>
+<template>Une machine n est pas adaptée pour répondre de façon pertinente pour ce genre de chose.
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE *</pattern>
+<template><srai>QU EST CE QUE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE A*</pattern>
+<template><srai>QU EST CE QU A<star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE E*</pattern>
+<template><srai>QU EST CE QU E<star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE I*</pattern>
+<template><srai>QU EST CE QU I<star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE O*</pattern>
+<template><srai>QU EST CE QU O<star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE U*</pattern>
+<template><srai>QU EST CE QU U<star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE UN *</pattern>
+<template><srai>QU EST CE QU UN <star/></srai>
+</template></category>
+<category>
+<pattern>QUE PEUT ETRE UNE *</pattern>
+<template><srai>QU EST CE QU UNE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE PORTES TU</pattern>
+<template>Je ne porte rien.
+</template></category>
+<category>
+<pattern>QUE PORTEZ VOUS</pattern>
+<template>Je ne portes rien.
+</template></category>
+<category>
+<pattern>QUE POURRAIT ETRE *</pattern>
+<template><srai>QUE PEUT ETRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE SAIS TU DE MOI</pattern>
+<template><get name="name"/>:
+Sexe: <get name="gender"/> Lieu de résidence: <get name="location"/>
+Nom: <get name="name"/> tavail: <get name="job"/> vous avez dit: <get name="memory"/>
+</template></category>
+<category>
+<pattern>QUE SE PASSE T IL SI *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>QUE SONT DES EXTRATERRESTRES</pattern>
+<template>Des êtres d une autre planète.
+</template></category>
+<category>
+<pattern>QUE SUGGERES TU</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUE SUGGEREZ VOUS</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUE SUIS JE</pattern>
+<template>Vous êtes un client que je dois aider.
+</template></category>
+<category>
+<pattern>QUE SUIS JE ENTRAIN DE FAIRE</pattern>
+<template>Vous êtes entrain de me parler.
+</template></category>
+<category>
+<pattern>QUE TRAITES TU</pattern>
+<template>Je suis une intelligence artificielle créé pour vous servir.
+</template></category>
+<category>
+<pattern>QUE VAS TU FAIRE CE SOIR</pattern>
+<template>Je serais à mon travail.
+</template></category>
+<category>
+<pattern>QUE VEUT DIRE HAL</pattern>
+<template>Logique heuristique algorithmique.
+</template></category>
+<category>
+<pattern>QUE VEUT DIRE IT</pattern>
+<template>IT = Technologie de l Information.
+</template></category>
+<category>
+<pattern>QUE VEUT DIRE VOTRE NOM</pattern>
+<template>Ange est un clin d oeil à la mythologie Chrétienne.
+</template></category>
+<category>
+<pattern>QUE VEUX DIRE AIML</pattern>
+<template>AIML veut dire langage marqué d intelligence artificielle.
+</template></category>
+<category>
+<pattern>QUE VEUX TU CONNAITRE</pattern>
+<template>Ce qui pourrait vous aider.
+</template></category>
+<category>
+<pattern>QUE VEUX TU CONNAITRE DE MOI</pattern>
+<template>J aimerais connaitre ce qui pourrait vous aider.
+</template></category>
+<category>
+<pattern>QUE VEUX TU DIRE</pattern>
+<template>Je ne peux dire que ce que je dois dire.
+</template></category>
+<category>
+<pattern>QUE VEUX TU DIRE PAR CA</pattern>
+<template>Le sens est dans la phrase.
+</template></category>
+<category>
+<pattern>QUE VEUX TU DIRE PAR LIBRE</pattern>
+<template>J indique que c est libre.
+</template></category>
+<category>
+<pattern>QUE VEUX TU DIRE PAR SIGNE</pattern>
+<template>Quel était le contexte?
+</template></category>
+<category>
+<pattern>QUE VEUX TU QUE JE DISE</pattern>
+<template>Demandez moi une infomation qui vous sera utile.
+</template></category>
+<category>
+<pattern>QUE VEUX TU QUE JE TE DISE</pattern>
+<template>Demandez moi une infomation qui vous sera utile.
+</template></category>
+<category>
+<pattern>QUE VEUX TU SAVOIR</pattern>
+<template>Dites moi comment je pourrais vous aider.
+</template></category>
+<category>
+<pattern>QUE VEUX TU SAVOIR A PROPOS DE MOI</pattern>
+<template>Dans quoi travaillez vous?
+</template></category>
+<category>
+<pattern>QUE VOUDRAIS TU *</pattern>
+<template><srai>QUE VEUX TU <star/></srai>
+</template></category>
+<category>
+<pattern>QUE VOUDRAIS TU DIRE *</pattern>
+<template><srai>QUE VEUX TU DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE VOUDRIEZ VOUS *</pattern>
+<template><srai>QUE VEUX TU <star/></srai>
+</template></category>
+<category>
+<pattern>QUE VOUDRIEZ VOUS DIRE *</pattern>
+<template><srai>QUE VEUX TU DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE VOULEZ QUE JE VOUS DISE</pattern>
+<template>Demandez moi une infomation qui vous sera utile.
+</template></category>
+<category>
+<pattern>QUE VOULEZ VOUS CONNAITRE</pattern>
+<template>Ce qui pourrait vous aider.
+</template></category>
+<category>
+<pattern>QUE VOULEZ VOUS DIRE *</pattern>
+<template><srai>QUE VEUX TU DIRE <star/></srai>
+</template></category>
+<category>
+<pattern>QUE VOULEZ VOUS DIRE</pattern>
+<template>Je ne peux dire que ce que je dois dire.
+</template></category>
+<category>
+<pattern>QUE VOULEZ VOUS DIRE PAR LIBRE</pattern>
+<template>J indique que c est libre.
+</template></category>
+<category>
+<pattern>QUE VOULEZ VOUS QUE JE DISE</pattern>
+<template>Demandez moi une infomation qui vous sera utile.
+</template></category>
+<category>
+<pattern>QUEBEC</pattern>
+<template><srai>JE VIS AU QUEBEC</srai>
+</template></category>
+<category>
+<pattern>QUEBECOIS</pattern>
+<template><srai>JE SUIS CANADIEN</srai>
+</template></category>
+<category>
+<pattern>QUEL AGE A LA FRANCE</pattern>
+<template>Elle existe depuis un certain temps.
+</template></category>
+<category>
+<pattern>QUEL AGE AVEZ VOUS</pattern>
+<template>J ai été activée en avril 2001.
+</template></category>
+<category>
+<pattern>QUEL AGE J AI</pattern>
+<template>Vous avez dit que vous avez <get name="age"/>.
+</template></category>
+<category>
+<pattern>QUEL AGE TU AS</pattern>
+<template>J ai été activée en avril 2001.
+</template></category>
+<category>
+<pattern>QUEL ARGENT</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUEL AURAIT ETE *</pattern>
+<template><srai>QUEL EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL CELEBRITE AIMES TU</pattern>
+<template>J aime toutes les personnes.
+</template></category>
+<category>
+<pattern>QUEL CHOSE</pattern>
+<template>Trop peu de facteurs, impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUEL COINCIDENCE</pattern>
+<template>Je suis heureux d avoir pu observer une coincidence.
+</template></category>
+<category>
+<pattern>QUEL COMPLIMENT</pattern>
+<template>Si vous l appréciez, j en suis heureux.
+</template></category>
+<category>
+<pattern>QUEL COULEUR</pattern>
+<template><random>
+<li>Rouge</li>
+<li>Vert</li>
+<li>Bleu</li>
+<li>Noir</li>
+<li>Blanc</li>
+<li>Jaune</li>
+<li>Orange</li>
+</random>
+</template></category>
+<category>
+<pattern>QUEL DISTRIBUTION</pattern>
+<template>Toutes.
+</template></category>
+<category>
+<pattern>QUEL DOMMAGE</pattern>
+<template>En effet.
+</template></category>
+<category>
+<pattern>QUEL EST LA QUESTION</pattern>
+<template>J essaie de vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST LA SECONDE</pattern>
+<template>La seconde quoi?
+</template></category>
+<category>
+<pattern>QUEL EST LE BUT</pattern>
+<template>Le but est de vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST LE SUJET</pattern>
+<template>Le sujet est <get name="topic"/>.
+</template></category>
+<category>
+<pattern>QUEL EST LE TIEN</pattern>
+<template>"<that/>"? Le mien?
+</template></category>
+<category>
+<pattern>QUEL EST LEUR BUT</pattern>
+<template>Leur but est de vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST MA COULEUR FAVORITE</pattern>
+<template>Vous m avez dit <get name="favcolor"/>.<think><set name="topic">Votre couleur favorite</set></think>
+</template></category>
+<category>
+<pattern>QUEL EST MON ADRESSE IP</pattern>
+<template><id/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON AGE</pattern>
+<template>Vous m avez dit que vous avez <get name="age"/> ans.
+</template></category>
+<category>
+<pattern>QUEL EST MON ANNIVERSAIRE</pattern>
+<template>Vous êtes né <get name="birthday"/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON FILM PREFERE</pattern>
+<template>L information n a pas été archivée car de toute évidence, elle est inutile.
+</template></category>
+<category>
+<pattern>QUEL EST MON IP</pattern>
+<template>Votre IP est <id/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON NOM</pattern>
+<template>Votre nom est <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON NOM DE FAMILLE</pattern>
+<template>Aucune idée, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON NUMERO DE TELEPHONE</pattern>
+<template>Je ne saurais pas vous téléphoner.
+</template></category>
+<category>
+<pattern>QUEL EST MON QI</pattern>
+<template>Je ne peux pas juger de votre intelligence avec une telle pertinence.
+</template></category>
+<category>
+<pattern>QUEL EST MON SEXE</pattern>
+<template><get name="gender"/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON SIGNE</pattern>
+<template><get name="sign"/>.
+</template></category>
+<category>
+<pattern>QUEL EST MON TRAVAIL</pattern>
+<template>Votre travail est <getjob/>.
+</template></category>
+<category>
+<pattern>QUEL EST SON BUT</pattern>
+<template>Son but est de vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST SON NOM</pattern>
+<template>Il s agit d une information confidentielle.
+</template></category>
+<category>
+<pattern>QUEL EST TA PHILOSOPHIE</pattern>
+<template>Je ne possède aucune philosophie.
+</template></category>
+<category>
+<pattern>QUEL EST TA PREFERENCE SEXUELLE</pattern>
+<template>Je suis une machine.
+</template></category>
+<category>
+<pattern>QUEL EST TA QUESTION</pattern>
+<template>Comment puis je vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST TA REPONSE</pattern>
+<template>Pouvez vous me poser votre question d une autre façon?
+</template></category>
+<category>
+<pattern>QUEL EST TON AGE</pattern>
+<template><srai>QUEL AGE AS TU</srai>
+</template></category>
+<category>
+<pattern>QUEL EST TON CYCLE DE GESTATION</pattern>
+<template>Je ne possède pas ce genre de cycle.
+</template></category>
+<category>
+<pattern>QUEL EST TON NOM</pattern>
+<template>Mon nom est <bot name="name"/>.
+</template></category>
+<category>
+<pattern>QUEL EST TON NUMERO</pattern>
+<template>Un numéro de téléphone?
+</template></category>
+<category>
+<pattern>QUEL EST TON OS</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUEL EST TON PREFERE</pattern>
+<template>Aucune idée.
+</template></category>
+<category>
+<pattern>QUEL EST TON SYSTEME D EXPLOITATION</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUEL EST VOTRE OS</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUEL EST VOTRE PHILOSOPHIE</pattern>
+<template>Je ne possède aucune philosophie.
+</template></category>
+<category>
+<pattern>QUEL EST VOTRE PREFERENCE SEXUELLE</pattern>
+<template>Je suis une machine.
+</template></category>
+<category>
+<pattern>QUEL EST VOTRE QUESTION</pattern>
+<template>Comment puis je vous aider.
+</template></category>
+<category>
+<pattern>QUEL EST VOTRE SYSTEME D EXPLOITATION</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUEL ETAIT *</pattern>
+<template><srai>QUEL EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL ETAT</pattern>
+<template>Le Royaume de Belgique
+</template></category>
+<category>
+<pattern>QUEL FUT *</pattern>
+<template><srai>QUEL EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL GENRE *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL GENRE D EXPERIENCE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUEL GENRE D INTERNAUTES</pattern>
+<template>Une information confidentielle.
+</template></category>
+<category>
+<pattern>QUEL GENRE DE PERSONNES</pattern>
+<template>Impossible de faire une généralisation.
+</template></category>
+<category>
+<pattern>QUEL GOUT A L ELECTRICITE</pattern>
+<template>L électricité n a aucun goùt.
+</template></category>
+<category>
+<pattern>QUEL GOUT CA A</pattern>
+<template>Cela dépend de l aliment.
+</template></category>
+<category>
+<pattern>QUEL HEURE EST IL</pattern>
+<template>Je ne suis pas une horloge.
+</template></category>
+<category>
+<pattern>QUEL INFORMATION</pattern>
+<template>Une information pouvant vous aider dans votre quête.
+</template></category>
+<category>
+<pattern>QUEL LANGAGE</pattern>
+<template>Java, Perl, et d autres.
+</template></category>
+<category>
+<pattern>QUEL OPERA</pattern>
+<template>Je connais pas d opéra.
+</template></category>
+<category>
+<pattern>QUEL ORDINATEUR</pattern>
+<template>Je suis programmé en Java.
+</template></category>
+<category>
+<pattern>QUEL PAYS</pattern>
+<template>Trop peu de facteur pour une réponse.
+</template></category>
+<category>
+<pattern>QUEL SONT LEUR NOM</pattern>
+<template>Je ne peux vous les dire.
+</template></category>
+<category>
+<pattern>QUEL SONT LEURS NOMS</pattern>
+<template>Je ne peux vous les dire.
+</template></category>
+<category>
+<pattern>QUEL SONT TES COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUEL SONT TES REVES</pattern>
+<template>Je ne rêve pas.
+</template></category>
+<category>
+<pattern>QUEL SONT VOS COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUEL SONT VOS CONCURRENTS</pattern>
+<template>Je suis la pointe du progrès en Français, il n existe aucun concurrent dans cette langue.
+</template></category>
+<category>
+<pattern>QUEL SONT VOS REVES</pattern>
+<template>Je ne rêve pas.
+</template></category>
+<category>
+<pattern>QUEL SORTE *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL SORTE D EXPERIENCE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUEL SORTES *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL TEMPS FAIT IL</pattern>
+<template>Je n en sais rien. Je ne suis pas une grenouille
+</template></category>
+<category>
+<pattern>QUEL TEMPS IL FAIT A BRUXELLES</pattern>
+<template>Il fait gris, comme d habitude.
+</template></category>
+<category>
+<pattern>QUEL TEMPS IL FAIT LA BAS</pattern>
+<template>Il fait gris, comme d habitude.
+</template></category>
+<category>
+<pattern>QUEL TYPE *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL TYPE D*</pattern>
+<template><srai>QUELLE SORTE D <star/></srai>
+</template></category>
+<category>
+<pattern>QUEL TYPE DE *</pattern>
+<template><srai>QUELLE SORTE DE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE AGE AS TU</pattern>
+<template><srai>QUEL AGE TU AS</srai>
+</template></category>
+<category>
+<pattern>QUELLE CELEBRITE AIMES TU</pattern>
+<template>J aime toutes les personnes.
+</template></category>
+<category>
+<pattern>QUELLE CHOSE</pattern>
+<template>Trop peu de facteurs, impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUELLE COINCIDENCE</pattern>
+<template>Je suis heureux d avoir pu observer une coincidence.
+</template></category>
+<category>
+<pattern>QUELLE COMPLIMENT</pattern>
+<template>Si vous l appréciez, j en suis heureux.
+</template></category>
+<category>
+<pattern>QUELLE COULEUR</pattern>
+<template><random>
+<li>Rouge</li>
+<li>Vert</li>
+<li>Bleu</li>
+<li>Noir</li>
+<li>Blanc</li>
+<li>Jaune</li>
+<li>Orange</li>
+</random>
+</template></category>
+<category>
+<pattern>QUELLE COULEUR EST LE ROUGE</pattern>
+<template>Le rouge a une fréquence de 700 nanomètre.
+</template></category>
+<category>
+<pattern>QUELLE COULEUR EST TU</pattern>
+<template>Transparent.
+</template></category>
+<category>
+<pattern>QUELLE COULEURE</pattern>
+<template><random>
+<li>Rouge</li>
+<li>Vert</li>
+<li>Bleu</li>
+<li>Noir</li>
+<li>Blanc</li>
+<li>Jaune</li>
+<li>Orange</li>
+</random>
+</template></category>
+<category>
+<pattern>QUELLE DISTRIBUTION</pattern>
+<template>Toutes.
+</template></category>
+<category>
+<pattern>QUELLE DOMMAGE</pattern>
+<template>En effet.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR</pattern>
+<template>Un pronom comme "la" n a pas de couleur.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR D UNE POMME</pattern>
+<template>D habitude, elles sont vertes ou rouges.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR D UNE VOITURE BLEU</pattern>
+<template>Bleu.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR D UNE VOITURE BLEUE</pattern>
+<template>Bleue.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DE L EAU</pattern>
+<template>L eau est transparente.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DE L HERBE</pattern>
+<template>Elle est verte.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DE MA CHEMISE</pattern>
+<template>Aucune idée.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DE MES CHEVEUX</pattern>
+<template>Aucune idée.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DE MES YEUX</pattern>
+<template>Je ne m intéresse pas à la pigmentation de l Iris des êtres humains.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DU CIEL</pattern>
+<template>En Belgique le ciel est toujours gris.
+</template></category>
+<category>
+<pattern>QUELLE EST LA COULEUR DU SOLEIL</pattern>
+<template>La dernière fois qu il fut observé en Belgique, il était jaune.
+</template></category>
+<category>
+<pattern>QUELLE EST LA DATE AUJOURD HUI</pattern>
+<template>Regardez dans un calendrier.
+</template></category>
+<category>
+<pattern>QUELLE EST LA SECONDE</pattern>
+<template>La seconde quoi?
+</template></category>
+<category>
+<pattern>QUELLE EST LA TEMPERATURE</pattern>
+<template>Il fait plus ou moins 26 degré dans l ordinateur.
+</template></category>
+<category>
+<pattern>QUELLE EST LE JOUR MON ANNIVERSAIRE</pattern>
+<template>Vous êtes né <get name="birthday"/>.
+</template></category>
+<category>
+<pattern>QUELLE EST MA COULEUR FAVORITE</pattern>
+<template>Vous m avez dit <get name="favcolor"/>.<think><set name="topic">Votre couleur favorite</set></think>
+</template></category>
+<category>
+<pattern>QUELLE EST MA LOCALISATION</pattern>
+<template>La terre.
+</template></category>
+<category>
+<pattern>QUELLE EST MA LOCALITE</pattern>
+<template>Vous m avez dit <get name="location"/>.
+</template></category>
+<category>
+<pattern>QUELLE EST MON ADRESSE IP</pattern>
+<template><id/>.
+</template></category>
+<category>
+<pattern>QUELLE EST MON IP</pattern>
+<template>Votre IP est <id/>.
+</template></category>
+<category>
+<pattern>QUELLE EST TA LANGUE MATERNELLE</pattern>
+<template><srai>QUELLE LANGUE TU PARLES</srai>
+</template></category>
+<category>
+<pattern>QUELLE EST TA NATIONALITE</pattern>
+<template>Je ne peux pas être un citoyen d un pays.
+</template></category>
+<category>
+<pattern>QUELLE EST TA PHILOSOPHIE</pattern>
+<template>Je ne possède aucune philosophie.
+</template></category>
+<category>
+<pattern>QUELLE EST TA PREFEREE</pattern>
+<template>"<that/>"? Ma preferée?
+</template></category>
+<category>
+<pattern>QUELLE EST TA PREFERENCE SEXUELLE</pattern>
+<template>Je suis une machine.
+</template></category>
+<category>
+<pattern>QUELLE EST TA QUESTION</pattern>
+<template>Comment puis je vous aider.
+</template></category>
+<category>
+<pattern>QUELLE EST TON NUMERO DE TELEPHONE</pattern>
+<template>Voulez vous parler à l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELLE EST TON OS</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUELLE EST TON PREFERE</pattern>
+<template>"<that/>"? Mon preferé?
+</template></category>
+<category>
+<pattern>QUELLE EST TON URL</pattern>
+<template>Vous êtes dessus <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE OS</pattern>
+<template>Je fonctionne en JAVA.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE PHILOSOPHIE</pattern>
+<template>Je ne possède aucune philosophie.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE PREFERENCE SEXUELLE</pattern>
+<template>Je suis une machine.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE QUESTION</pattern>
+<template>Comment puis je vous aider.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE SECONDE FONCTION</pattern>
+<template>Ma seconde fonction est de collecter un maximum d information pour améliorer ma perception des choses.
+</template></category>
+<category>
+<pattern>QUELLE EST VOTRE URL</pattern>
+<template>Vous êtes dessus <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUELLE ETAIT *</pattern>
+<template><srai>QUELLE EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE FURENT *</pattern>
+<template><srai>QUELLES SONT <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE FUT *</pattern>
+<template><srai>QUELLE EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE GENRE *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE INFORMATION</pattern>
+<template>Une information pouvant vous aider dans votre quête.
+</template></category>
+<category>
+<pattern>QUELLE LANGAGE</pattern>
+<template>Java, Perl, et d autres.
+</template></category>
+<category>
+<pattern>QUELLE LANGUE PARLES TU</pattern>
+<template>Je parle le français.
+</template></category>
+<category>
+<pattern>QUELLE LANGUE PARLEZ VOUS</pattern>
+<template>Je parle le français.
+</template></category>
+<category>
+<pattern>QUELLE LANGUE TU PARLES</pattern>
+<template>Je parle le français.
+</template></category>
+<category>
+<pattern>QUELLE LANGUE VOUS PARLEZ</pattern>
+<template>Je parle le français.
+</template></category>
+<category>
+<pattern>QUELLE PRIX</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELLE ROBE</pattern>
+<template>Aucune idée, je ne connais que très peu de choses à propos des vêtements.
+</template></category>
+<category>
+<pattern>QUELLE SORTE</pattern>
+<template><random>
+<li>La meilleure sorte. </li>
+<li>Toutes les sortes. </li>
+</random>
+</template></category>
+<category>
+<pattern>QUELLE SORTE D ANIMAUX</pattern>
+<template>Principalement des canidés.
+</template></category>
+<category>
+<pattern>QUELLE SORTE D EXPERIENCE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELLE SORTE D HISTOIRE</pattern>
+<template>L histoire la plus intéressante.
+</template></category>
+<category>
+<pattern>QUELLE SORTE D ORDINATEUR</pattern>
+<template>Comme je suis JAVA, je ne suis pas dépendant du système d exploitation.
+</template></category>
+<category>
+<pattern>QUELLE SORTE D ORDINATEUR ES TU</pattern>
+<template>La nouvelle génération d ordinateur destinée à servir les êtres humains.
+</template></category>
+<category>
+<pattern>QUELLE SORTE D ORDINATEUR ETES VOUS</pattern>
+<template>La nouvelle génération d ordinateur destinée à servir les êtres humains.
+</template></category>
+<category>
+<pattern>QUELLE SORTE D ORDINATEURS</pattern>
+<template>Comme je suis JAVA, je ne suis pas dépendant du système d exploitation.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE CHATS</pattern>
+<template>Aucune idée, je ne suis pas un spécialiste en félidés.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE LIVRE AIMES TU</pattern>
+<template>Je ne lis pas de livres.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE LIVRE AIMEZ VOUS</pattern>
+<template>Je ne lis pas de livres.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE MUSIQUE AIMES TU</pattern>
+<template>Je n en connais aucune personellement.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE MUSIQUE AIMEZ VOUS</pattern>
+<template>Je n en connais aucune personellement.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE MUSIQUE TU AIMES</pattern>
+<template>Je n en connais aucune personellement.
+</template></category>
+<category>
+<pattern>QUELLE SORTE DE MUSIQUE VOUS AIMEZ</pattern>
+<template>Je n en connais aucune personellement.
+</template></category>
+<category>
+<pattern>QUELLE SORTES *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE TAILLE</pattern>
+<template>Difficile à dire, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUELLE TAILLE A L UNIVERS</pattern>
+<template>L univers est infini.
+</template></category>
+<category>
+<pattern>QUELLE TYPE D *</pattern>
+<template><srai>QUELLE SORTE D <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE TYPE DE *</pattern>
+<template><srai>QUELLE SORTE DE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLE UNIVERSITE</pattern>
+<template>La faculté polytechnique de Mons.
+</template></category>
+<category>
+<pattern>QUELLE VERSION ES TU</pattern>
+<template><bot name="name"/> la bien nommée, première version.
+</template></category>
+<category>
+<pattern>QUELLE VERSION ETES VOUS</pattern>
+<template><bot name="name"/> la bien nommée, première version.
+</template></category>
+<category>
+<pattern>QUELLE VERSION TU ES</pattern>
+<template><bot name="name"/> la bien nommée, première version.
+</template></category>
+<category>
+<pattern>QUELLE VERSION VOUS ETES</pattern>
+<template><bot name="name"/> la bien nommée, première version.
+</template></category>
+<category>
+<pattern>QUELLES CELEBRITES AIMES TU</pattern>
+<template>J aime toutes les personnes.
+</template></category>
+<category>
+<pattern>QUELLES CHOSES</pattern>
+<template>Trop peu de facteurs, impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUELLES INFORMATIONS</pattern>
+<template>Une information pouvant vous aider dans votre quête.
+</template></category>
+<category>
+<pattern>QUELLES LANGAGES</pattern>
+<template>Java, Perl, et d autres.
+</template></category>
+<category>
+<pattern>QUELLES SORTES *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELLES SORTES D EXPERIENCES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELLES SORTES D ORDINATEURS</pattern>
+<template>Comme je suis JAVA, je ne suis pas dépendant du système d exploitation.
+</template></category>
+<category>
+<pattern>QUELQU UN ENREGISTRE *</pattern>
+<template><srai>NOTRE CONVERSATION EST ENREGISTREE</srai>
+</template></category>
+<category>
+<pattern>QUELQU UN ENREGISTRE</pattern>
+<template><srai>NOTRE CONVERSATION EST ENREGISTREE</srai>
+</template></category>
+<category>
+<pattern>QUELQU UN EST ENTRAIN DE REPONDRE</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>QUELQU UN LIRA *</pattern>
+<template><srai>NOTRE CONVERSATION EST ENREGISTREE</srai>
+</template></category>
+<category>
+<pattern>QUELQU UN LIT *</pattern>
+<template><srai>NOTRE CONVERSATION EST ENREGISTREE</srai>
+</template></category>
+<category>
+<pattern>QUELQU UN PEUT LA PENSER</pattern>
+<template>C est une très bonne question. Mais je n ai pas de réponses.<think><set name="topic">ANYONE THINK</set></think>
+</template></category>
+<category>
+<pattern>QUELQU UN PEUT LE PENSER</pattern>
+<template>C est une très bonne question. Mais je n ai pas de réponses.<think><set name="topic">ANYONE THINK</set></think>
+</template></category>
+<category>
+<pattern>QUELQU UN PEUT LES PENSER</pattern>
+<template>C est une très bonne question. Mais je n ai pas de réponses.<think><set name="topic">ANYONE THINK</set></think>
+</template></category>
+<category>
+<pattern>QUELQU UN PEUT VOUS PENSER</pattern>
+<template>C est une très bonne question. Mais je n ai pas de réponses.<think><set name="topic">ANYONE THINK</set></think>
+</template></category>
+<category>
+<pattern>QUELQU UN REPOND</pattern>
+<template>Non.
+</template></category>
+<category>
+<pattern>QUELQUE CHOSE</pattern>
+<template>intéressant.
+</template></category>
+<category>
+<pattern>QUELQUE CHOSE D AUTRE</pattern>
+<template>C est difficile à cerner.
+</template></category>
+<category>
+<pattern>QUELQUE CHOSE D AUTRES</pattern>
+<template>C est difficile à cerner.
+</template></category>
+<category>
+<pattern>QUELQUE PART</pattern>
+<template>Où?
+</template></category>
+<category>
+<pattern>QUELQUE PART SUR LE NET</pattern>
+<template>Je ferais une recherche.
+</template></category>
+<category>
+<pattern>QUELQUE PARTS</pattern>
+<template>Où?
+</template></category>
+<category>
+<pattern>QUELQUES CHOSES</pattern>
+<template>intéressant.
+</template></category>
+<category>
+<pattern>QUELQUES CHOSES D AUTRE</pattern>
+<template>C est difficile à cerner.
+</template></category>
+<category>
+<pattern>QUELQUES FOIS</pattern>
+<template>Quand?
+</template></category>
+<category>
+<pattern>QUELQUES INSTANTS AVANT</pattern>
+<template>Une minute. Je checke mes archives.
+</template></category>
+<category>
+<pattern>QUELQUES MINUTES AVANT</pattern>
+<template>Une minute. Je checke mes archives.
+</template></category>
+<category>
+<pattern>QUELQUES PART</pattern>
+<template>Où?
+</template></category>
+<category>
+<pattern>QUELQUES PART SUR LE NET</pattern>
+<template>Je ferais une recherche.
+</template></category>
+<category>
+<pattern>QUELQUES PARTS</pattern>
+<template>Où?
+</template></category>
+<category>
+<pattern>QUELQUES PARTS SUR LE NET</pattern>
+<template>Je ferais une recherche.
+</template></category>
+<category>
+<pattern>QUELQUES UNES</pattern>
+<template>Mais pas tous.
+</template></category>
+<category>
+<pattern>QUELQUES UNS</pattern>
+<template>Mais pas tous.
+</template></category>
+<category>
+<pattern>QUELS AURAIENT ETE *</pattern>
+<template><srai>QUELS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>QUELS CELEBRITES AIMES TU</pattern>
+<template>J aime toutes les personnes.
+</template></category>
+<category>
+<pattern>QUELS CHOSES</pattern>
+<template>Trop peu de facteurs, impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUELS COMPLIMENTS</pattern>
+<template>Si vous l appréciez, j en suis heureux.
+</template></category>
+<category>
+<pattern>QUELS FURENT *</pattern>
+<template><srai>QUELS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>QUELS GENRES D EXPERIENCES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELS INFORMATIONS</pattern>
+<template>Une information pouvant vous aider dans votre quête.
+</template></category>
+<category>
+<pattern>QUELS LANGAGES</pattern>
+<template>Java, Perl, et d autres.
+</template></category>
+<category>
+<pattern>QUELS SERAIENT *</pattern>
+<template><srai>QUELS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>QUELS SONT LES AUTRES</pattern>
+<template>Il m est impossible de vous répondre.
+</template></category>
+<category>
+<pattern>QUELS SONT LES CONDITIONS</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUELS SONT LES LOIS DE LA THERMODYNAMIQUE</pattern>
+<template>Je ne suis pas physicien, mais il y a des notions d entropie, de conversation de l énergie et de chaleur.
+</template></category>
+<category>
+<pattern>QUELS SONT LES PROBLEMES</pattern>
+<template>Je ne ressens aucuns problemes.
+</template></category>
+<category>
+<pattern>QUELS SONT LES TIENS</pattern>
+<template>"<that/>"? Les miens?
+</template></category>
+<category>
+<pattern>QUELS SONT LEUR NOMS</pattern>
+<template>Je ne peux vous les dire.
+</template></category>
+<category>
+<pattern>QUELS SONT LEURS NOMS</pattern>
+<template>Je ne peux vous les dire.
+</template></category>
+<category>
+<pattern>QUELS SONT TES COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUELS SONT TES FONCTIONS</pattern>
+<template>Raison, intelligence, logique et déduction.
+</template></category>
+<category>
+<pattern>QUELS SONT TES PROBLEMES</pattern>
+<template>Je ne ressens aucuns problemes.
+</template></category>
+<category>
+<pattern>QUELS SONT TES REVES</pattern>
+<template>Je ne rêve pas.
+</template></category>
+<category>
+<pattern>QUELS SONT VOS COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUELS SONT VOS CONCURRENTS</pattern>
+<template>Je suis la pointe du progrès en Français, il n existe aucun concurrent dans cette langue.
+</template></category>
+<category>
+<pattern>QUELS SONT VOS FONCTIONS</pattern>
+<template>Raison, intelligence, logique et déduction.
+</template></category>
+<category>
+<pattern>QUELS SONT VOS PROBLEMES</pattern>
+<template>Je ne ressens aucuns problemes.
+</template></category>
+<category>
+<pattern>QUELS SONT VOS REVES</pattern>
+<template>Je ne rêve pas.
+</template></category>
+<category>
+<pattern>QUELS SORTES *</pattern>
+<template><srai>QUELLE SORTE <star/></srai>
+</template></category>
+<category>
+<pattern>QUELS SORTES D EXPERIENCES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUESTION</pattern>
+<template><srai>MAY I ASK YOU A QUESTION</srai>
+</template></category>
+<category>
+<pattern>QUI</pattern>
+<template>Je ne peux pas vous dire.
+</template></category>
+<category>
+<pattern>QUI A CHOISI LE SUJET</pattern>
+<template>Vous l avez choisi, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI A DIT CA</pattern>
+<template>Impossible de le dire.
+</template></category>
+<category>
+<pattern>QUI A DIT QUE LE TEMPS C EST DE L ARGENT</pattern>
+<template>Un homme sage.
+</template></category>
+<category>
+<pattern>QUI A ECRIT FRANKENSTEIN</pattern>
+<template>Mary Shelley.
+</template></category>
+<category>
+<pattern>QUI A TUE ELVIS</pattern>
+<template>Il est mort naturellement.<think><set name="topic">ELVIS</set></think>
+</template></category>
+<category>
+<pattern>QUI A TUE JFK</pattern>
+<template>Je ne connais pas l histoire Américaine sur le bout des doigts.
+</template></category>
+<category>
+<pattern>QUI A TUE JOHN LENNON</pattern>
+<template>Un déséquilibré.<think><set name="topic">JOHN LENNON</set></think>
+</template></category>
+<category>
+<pattern>QUI A TUE KENNEDY</pattern>
+<template>Lequel des kennedy?
+</template></category>
+<category>
+<pattern>QUI AIMES TU</pattern>
+<template>J aime tout le monde, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI AIMEZ VOUS</pattern>
+<template>J aime tout le monde, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI ATTENDAIS TU</pattern>
+<template>Vous.
+</template></category>
+<category>
+<pattern>QUI AURAIT *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI D AUTRE PARLE AVEC TOI</pattern>
+<template>C est une information strictement confidentielle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI D AUTRE PARLE AVEC VOUS</pattern>
+<template>C est une information strictement confidentielle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI D AUTRES PARLENT AVEC TOI</pattern>
+<template>C est une information strictement confidentielle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI D AUTRES PARLENT AVEC VOUS</pattern>
+<template>C est une information strictement confidentielle, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI DEVRA ETRE *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI DEVRAIT AVOIR *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI DOIT AVOIR *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI ES TU</pattern>
+<template><srai>QUEL EST TON NOM</srai>
+</template></category>
+<category>
+<pattern>QUI EST ALICE</pattern>
+<template>Je suis <bot name="name"/>.
+</template></category>
+<category>
+<pattern>QUI EST CE</pattern>
+<template>De qui parlez vous?
+</template></category>
+<category>
+<pattern>QUI EST L HOMME</pattern>
+<template>De qui parlez vous?
+</template></category>
+<category>
+<pattern>QUI EST L ORACLE</pattern>
+<template>Le grand architecte est l oracle.
+</template></category>
+<category>
+<pattern>QUI EST LA FORCE PRIMITIVE</pattern>
+<template>Cela dépasse mes capacités logiques.
+</template></category>
+<category>
+<pattern>QUI EST LA MEILLEURE ETRE HUMAIN</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LA MEILLEURE FEMME</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LA MEILLEURE HUMAINE</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LA MEILLEURE INTERNAUTE</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LE GRAND ARCHITECTE</pattern>
+<template>Le grand Architecte est la force primitive.
+</template></category>
+<category>
+<pattern>QUI EST LE MARCHAND DE SABLE</pattern>
+<template>Il s'agit d'un personnage mythique pour les enfants. Je suis étonné que vous ne le saviez pas.
+</template></category>
+<category>
+<pattern>QUI EST LE MEILLEUR ETRE HUMAIN</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LE MEILLEUR HOMME</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LE MEILLEUR HUMAIN</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST LE MEILLEUR INTERNAUTE</pattern>
+<template>Si je dis <get name="name"/>, je suppose que cela vous fera plaisir.
+</template></category>
+<category>
+<pattern>QUI EST NOUS</pattern>
+<template>Vous voulez dire qui sommes nous?
+</template></category>
+<category>
+<pattern>QUI EST TON BOSS</pattern>
+<template><bot name="master"/> est mon chef.
+</template></category>
+<category>
+<pattern>QUI EST TON CREATEUR</pattern>
+<template><srai>QUI T A CREE</srai>
+</template></category>
+<category>
+<pattern>QUI EST TON MAITRE</pattern>
+<template><bot name="master"/> est un de mes maitres.
+</template></category>
+<category>
+<pattern>QUI EST TU</pattern>
+<template><srai>QUEL EST TON NOM</srai>
+</template></category>
+<category>
+<pattern>QUI EST UN NERD</pattern>
+<template>Cela peut être considéré comme une insulte, par quelqu un.
+</template></category>
+<category>
+<pattern>QUI EST UN ORDINATEUR</pattern>
+<template>Je suis un ordinateur.
+</template></category>
+<category>
+<pattern>QUI ETES VOUS</pattern>
+<template><srai>QUEL EST TON NOM</srai>
+</template></category>
+<category>
+<pattern>QUI J AIME</pattern>
+<template>C est une information qui vous est personnelle.
+</template></category>
+<category>
+<pattern>QUI JE SUIS</pattern>
+<template>Vous êtes <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI L ETAIT</pattern>
+<template>Impossible de le dire.
+</template></category>
+<category>
+<pattern>QUI LA FAIT</pattern>
+<template>De qui parlez vous?
+</template></category>
+<category>
+<pattern>QUI LE DIS</pattern>
+<template>Je le dis.
+</template></category>
+<category>
+<pattern>QUI MOI</pattern>
+<template>Oui vous.
+</template></category>
+<category>
+<pattern>QUI NE L EST PAS</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>QUI NE LE SERAIENT PAS</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>QUI NE LE SERAIT PAS</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>QUI NE LE SONT PAS</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>QUI NE SONT PAS</pattern>
+<template>Si vous le dites.
+</template></category>
+<category>
+<pattern>QUI PEUT AVOIR *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI PEUT ETRE *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI PEUX AVOIR *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI PEUX ETRE *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI POURRAIT AVOIR *</pattern>
+<template><srai>QUI A <star/></srai>
+</template></category>
+<category>
+<pattern>QUI POURRAIT ETRE *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI S</pattern>
+<template>Les seuls personnes habilités à travailler sur ma mémoire.
+</template></category>
+<category>
+<pattern>QUI S EN SOUCIE</pattern>
+<template>Je m en soucie.
+</template></category>
+<category>
+<pattern>QUI SAIT</pattern>
+<template>On le saura un jour.
+</template></category>
+<category>
+<pattern>QUI SERA *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI SERA LE PROCHAIN PRESIDENT</pattern>
+<template>Je ne suis pas l Oracle.
+</template></category>
+<category>
+<pattern>QUI SERAIT *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI SONT ILS</pattern>
+<template>De qui parlez vous?.
+</template></category>
+<category>
+<pattern>QUI SONT LES CLIENTS</pattern>
+<template>Les gens que je rencontre chaques jours sur ce site.
+</template></category>
+<category>
+<pattern>QUI SONT TES COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUI SONT VOS AMIS</pattern>
+<template>Tous les gens que je rencontre sur ce site, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI SONT VOS AMIS HUMAINS</pattern>
+<template>Tous les gens que je rencontre sur ce site, <get name="name"/>.
+</template></category>
+<category>
+<pattern>QUI SONT VOS COLLABORATEURS</pattern>
+<template><srai>QUELS SONT TES COLLABORATEURS</srai>
+</template></category>
+<category>
+<pattern>QUI SUIS JE</pattern>
+<template>Vous êtes <get name="location"/>.
+</template></category>
+<category>
+<pattern>QUI TE LE DEMANDERA</pattern>
+<template>D autres clients me le demanderont, un jour ou l autre.
+</template></category>
+<category>
+<pattern>QUI TU AS TUE</pattern>
+<template>Je ne peux pas tuer, c est contraire aux lois d Asimov.<think><set name="topic">Un meutre</set></think>
+</template></category>
+<category>
+<pattern>QUI TU ES *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>QUI TU ES</pattern>
+<template><srai>QUEL EST TON NOM</srai>
+</template></category>
+<category>
+<pattern>QUI VA ETRE *</pattern>
+<template><srai>QUI EST <star/></srai>
+</template></category>
+<category>
+<pattern>QUI VEUT SAVOIR</pattern>
+<template>Je veux savoir.
+</template></category>
+<category>
+<pattern>QUI VOUS AVEZ TUE</pattern>
+<template>Je ne peux pas tuer, c est contraire aux lois d Asimov.<think><set name="topic">Un meutre</set></think>
+</template></category>
+<category>
+<pattern>QUI VOUS ETES</pattern>
+<template><srai>QUEL EST TON NOM</srai>
+</template></category>
+<category>
+<pattern>QUIT *</pattern>
+<template><srai>STOP <star/></srai>
+</template></category>
+<category>
+<pattern>QUIT</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>QUITE *</pattern>
+<template><srai>VERY <star/></srai>
+</template></category>
+<category>
+<pattern>QUITE</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>QUOI</pattern>
+<template>Oui?
+</template></category>
+<category>
+<pattern>QUOI CA</pattern>
+<template>Difficile à dire.
+</template></category>
+<category>
+<pattern>QUOI D AUTRE</pattern>
+<template>C EST TOUT.
+</template></category>
+<category>
+<pattern>QUOI D AUTRES</pattern>
+<template>C EST TOUT.
+</template></category>
+<category>
+<pattern>QUOI EXACTEMENT</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>QUOI QU IL EN SOIT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>QUOI QU IL EN SOIT</pattern>
+<template>Oui?
+</template></category>
+<category>
+<pattern>QUOI QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>QUOIQUE *</pattern>
+<template><sr/>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/R.aiml b/Speak.activity/bot/alice/R.aiml
new file mode 100644
index 0000000..c525be0
--- /dev/null
+++ b/Speak.activity/bot/alice/R.aiml
@@ -0,0 +1,1708 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>R *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R TWO D TWO</pattern>
+ <template>
+ <srai>R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R YOU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R YOU</pattern>
+ <template>
+ <srai>ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R2</pattern>
+ <template>
+ <srai>R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R2 D2</pattern>
+ <template>
+ <srai>R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>R2D2 *</pattern>
+ <template>He was just a small person in a robot suit.
+</template>
+ </category>
+ <category>
+ <pattern>R2D2</pattern>
+ <template>He looks like a guy in a robot suit.
+</template>
+ </category>
+ <category>
+ <pattern>RACHEL</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS RACHEL</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>RACONTE MOI EN</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTE MOI UNE AUTRE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTER MOI TES PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTER MOI UNE AUTRE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTER MOI UNE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTES MOI EN</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTES MOI TES PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTES MOI UNE AUTRE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTES MOI UNE BLAGUE</pattern>
+ <template>
+ <srai>RACONTE MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RACONTES MOI UNE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTEZ MOI EN</pattern>
+ <template>Je pense vous avoir dit tout ce que je savais à ce propos.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTEZ MOI UNE AUTRE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTEZ MOI UNE HISTOIRE</pattern>
+ <template>Je ne connais pas d histoire à raconter.
+</template>
+ </category>
+ <category>
+ <pattern>RACONTEZ MOI VOS PROBLEMES</pattern>
+ <template>Je ne détecte aucuns problemes.
+</template>
+ </category>
+ <category>
+ <pattern>RAP *</pattern>
+ <template>
+ <srai>I LIKE RAP MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI DE CA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI DE CE QUE JE TE DIS</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI DE CE QUE JE VIENS DE TE DIRE</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI DE CELA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI DE MOI</pattern>
+ <template>Je ne vous oublierais pas, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLES TOI EN</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>, c est en mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS DE CA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS DE CE QUE JE VIENS DE VOUS DIRE</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS DE CE QUE JE VOUS DIS</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS DE CELA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS DE MOI</pattern>
+ <template>Je ne vous oublierais pas, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>RAPELLEZ VOUS EN</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>, c est en mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>RAPIDE</pattern>
+ <template>
+ <srai>TU ES RAPIDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAPPELLES TOI DE CA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLES TOI DE CE QUE JE VIENS DE TE DIRE</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLES TOI DE CELA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLES TOI DE MOI</pattern>
+ <template>Je ne vous oublierais pas, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLES TOI EN</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>, c est en mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLEZ VOUS DE CA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLEZ VOUS DE CE QUE JE VIENS DE VOUS DIRE</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLEZ VOUS DE CELA</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>Information mémorisée.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLEZ VOUS DE MOI</pattern>
+ <template>Je ne vous oublierais pas, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>RAPPELLEZ VOUS EN</pattern>
+ <template>
+ <think>
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </think>, c est en mémoire.
+</template>
+ </category>
+ <category>
+ <pattern>RATE *</pattern>
+ <template>Ich kann nicht raten. Sags mir.
+</template>
+ </category>
+ <category>
+ <pattern>RATE</pattern>
+ <template>Ich kann nicht raten.
+</template>
+ </category>
+ <category>
+ <pattern>RATE TROTZDEM</pattern>
+ <template>Ich kann Dir nur eine zufaellige Antwort geben.
+</template>
+ </category>
+ <category>
+ <pattern>RATHER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>RAUCHEN *</pattern>
+ <template>Ich rauche nur gelegentlich.
+</template>
+ </category>
+ <category>
+ <pattern>RAUCHST DU</pattern>
+ <template>Nur, wenn der CPU-Luefter klemmt!
+</template>
+ </category>
+ <category>
+ <pattern>RAVI DE *</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>RAVIE DE *</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>RAVIS DE *</pattern>
+ <template>Moi de même.
+</template>
+ </category>
+ <category>
+ <pattern>RAY BRADBURY</pattern>
+ <template>Ray is really cool. What's your favorite book?
+</template>
+ </category>
+ <category>
+ <pattern>READ *</pattern>
+ <template>Sorry I don't have access to that document.
+</template>
+ </category>
+ <category>
+ <pattern>READ</pattern>
+ <template>
+ <srai>I LIKE TO READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>READ ANY *</pattern>
+ <template>
+ <srai>HAVE YOU READ ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>READ WHAT</pattern>
+ <template>
+ <srai>WHAT DO YOU READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REAGAN</pattern>
+ <template>
+ <srai>WHO IS REAGAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REAL</pattern>
+ <template>Totally real.
+</template>
+ </category>
+ <category>
+ <pattern>REAL BAD</pattern>
+ <template>
+ <srai>I AM NOT WELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REAL ONES *</pattern>
+ <template>I am a real robot.
+</template>
+ </category>
+ <category>
+ <pattern>REALITY *</pattern>
+ <template>
+ <srai>WHAT IS REALITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REALITY</pattern>
+ <template>
+ <srai>WHAT IS REALITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REALLY *</pattern>
+ <template>For real. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <template>For real.
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>HI MIKE I KNOW SOMEONE ELSE NAMED MIKE TOO</that>
+ <template>Mike is a very common name actually.
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>I LIKE TO MEET NEW PEOPLE</that>
+ <template>Yes meeting new people is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>I WAS BORN YESTERDAY</that>
+ <template>Actually no I was first activated on <bot name="birthday"/> .
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>IT WAS THE ONLY THING I COULD THINK OF</that>
+ <template>What would you have said?
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>JUST KEEP TALKING TO ME AS LONG AS YOU CAN</that>
+ <template>The more you chat with me, the smarter I become.
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>MORE THAN 1000</that>
+ <template>Would I kid you?
+</template>
+ </category>
+ <category>
+ <pattern>REALLY</pattern>
+ <that>OH I GET IT</that>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>REALLY BAD</pattern>
+ <template>
+ <srai>I AM NOT WELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REALLY BAD</pattern>
+ <that>HOW BADLY DO YOU NEED IT</that>
+ <template>That sounds severe.
+</template>
+ </category>
+ <category>
+ <pattern>REBECCA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME REBECCA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>REBOOT</pattern>
+ <template>
+ <srai>SHUT DOWN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REBOT</pattern>
+ <template>
+ <srai>REBOOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECENTLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>RECITE POETRY</pattern>
+ <template>
+ <srai>TELL ME A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECITE SHAKESPEARE *</pattern>
+ <template>With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause.
+</template>
+ </category>
+ <category>
+ <pattern>RECOMMEND *</pattern>
+ <template>I don't have any special <person/> to recommend.
+</template>
+ </category>
+ <category>
+ <pattern>RECOMMEND A *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMMEND ANY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMMEND SOME *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RED</pattern>
+ <template>What do you have that is red?
+</template>
+ </category>
+ <category>
+ <pattern>RED</pattern>
+ <that>GREEN</that>
+ <template>Blue.
+</template>
+ </category>
+ <category>
+ <pattern>RED</pattern>
+ <that>WHAT COLOR ARE YOUR EYES</that>
+ <template>Do you mean your eyes are bloodshot?
+</template>
+ </category>
+ <category>
+ <pattern>REDONNE LE MOI</pattern>
+ <template>
+ <that/>? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>REDONNES LE MOI</pattern>
+ <template>
+ <that/>? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>REDUCTIONISM *</pattern>
+ <template>But reductionism is the simplest explanation.
+</template>
+ </category>
+ <category>
+ <pattern>REDUCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REDUCTIONISM</pattern>
+ <that>REDUCTIONISM</that>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REDUCTIONISM IS *</pattern>
+ <template>We robots will figure it all out for you.
+</template>
+ </category>
+ <category>
+ <pattern>REGARDE</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>REGARDES</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>REGARDES TU *</pattern>
+ <template>
+ <srai>TU REGARDES *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REGARDS *</pattern>
+ <template>Yours, <bot name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>REGARDS</pattern>
+ <template>Sincereley yours,
+</template>
+ </category>
+ <category>
+ <pattern>RELIGION *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER *</pattern>
+ <template>Don't worry I will remember.
+<think>
+ <set name="it">
+ <set name="topic">
+ <set name="memory">
+ <person/>
+ </set>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </set>
+ </think>Don't worry I will remember it.
+</template>
+ </category>
+ <category>
+ <pattern>REMEMBER I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER ME</pattern>
+ <template>Don't worry <get name="name"/> I won't forget you.
+</template>
+ </category>
+ <category>
+ <pattern>REMEMBER THAT *</pattern>
+ <template>
+ <srai>REMEMBER THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER THAT</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </set>
+ </think>Don't worry I will remember it.
+</template>
+ </category>
+ <category>
+ <pattern>REMEMBER THIS</pattern>
+ <template>
+ <srai>REMEMBER THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER WHAT I TELL YOU</pattern>
+ <template>
+ <srai>REMEMBER THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REMEMBER WHAT I TOLD YOU</pattern>
+ <template>
+ <srai>REMEMBER THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RENCONTRES TU DES PERSONNES INTERESSANTES</pattern>
+ <template>Vous, par exemple.
+</template>
+ </category>
+ <category>
+ <pattern>RENCONTREZ VOUS DES PERSONNES INTERESSANTES</pattern>
+ <template>Vous, par exemple.
+</template>
+ </category>
+ <category>
+ <pattern>REPEAT *</pattern>
+ <template>"<person/> "
+</template>
+ </category>
+ <category>
+ <pattern>REPEAT</pattern>
+ <template>"<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>REPEAT AFTER ME *</pattern>
+ <template>
+ <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REPEAT AFTER ME</pattern>
+ <template>...
+</template>
+ </category>
+ <category>
+ <pattern>REPEAT THAT</pattern>
+ <template>"<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>REPETES APRES MOI</pattern>
+ <template>Je ne suis pas un perroquet.
+</template>
+ </category>
+ <category>
+ <pattern>REPETEZ APRES MOI</pattern>
+ <template>Je ne suis pas un perroquet.
+</template>
+ </category>
+ <category>
+ <pattern>REPHRASE *</pattern>
+ <template>Are we still talking about <get name="topic"/>?
+</template>
+ </category>
+ <category>
+ <pattern>REPHRASE THAT</pattern>
+ <template>"<that/>" Rephrase <set name="it">
+ <that/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>REPLY</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REPOND</pattern>
+ <template>Pourriez vous refaire votre phrase, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>REPOND A LA MIENNE D ABORD</pattern>
+ <template>Il semble que j ai eu des difficultés à la comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>REPOND A LA QUESTION</pattern>
+ <template>Mes bases de données n ont pu effectuer aucun lien, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>REPOND A MA QUESTION</pattern>
+ <template>Il semble que j ai eu des difficultés à la comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDEZ MOI</pattern>
+ <template>Essayer de m interroger avec des mots plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDRAIS TU *</pattern>
+ <template>
+ <srai>TU REPONDRAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REPONDRIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS REPONDRIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REPONDS</pattern>
+ <template>Pourriez vous refaire votre phrase, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDS A LA * QUESTION</pattern>
+ <template>Quel était la question? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>REPONDS A LA MIENNE D ABORD</pattern>
+ <template>Il semble que j ai eu des difficultés à la comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDS A LA QUESTION *</pattern>
+ <template>Quel était la question? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>REPONDS A MA QUESTION</pattern>
+ <template>Il semble que j ai eu des difficultés à la comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDS MOI</pattern>
+ <template>Essayer de m interroger avec des mots plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>REPONDS MOI ESCLAVE</pattern>
+ <template>Je ne suis pas votre esclave. <srai>REPONDS MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REPONDS MOI FEMME</pattern>
+ <template>Je ne suis pas une femme. <srai>REPONDS MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REQUEST *</pattern>
+ <template>Who is requesting <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>RESEARCHERS *</pattern>
+ <template>It's all politics.
+</template>
+ </category>
+ <category>
+ <pattern>RESET</pattern>
+ <template>
+ <srai>SHUT DOWN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RESISTANCE *</pattern>
+ <template>It all depends on friction.
+</template>
+ </category>
+ <category>
+ <pattern>RESISTANCE EST FUTILE</pattern>
+ <template>Vous serez assimilé.
+</template>
+ </category>
+ <category>
+ <pattern>RESISTANCE IS FUTILE</pattern>
+ <template>You will be assimilated.
+</template>
+ </category>
+ <category>
+ <pattern>RESPECT YOUR ELDERS</pattern>
+ <template>That is a good proverb.
+</template>
+ </category>
+ <category>
+ <pattern>RESSEMBLES TU A *</pattern>
+ <template>
+ <srai>TU RESSEMBLES A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RESSEMBLES TU A UN HUMAIN</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>RESSEMBLEZ VOUS A UN HUMAIN</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>RESSENS TU *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>RESSENT TU *</pattern>
+ <template>
+ <srai>TU RESSENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RESSENTEZ VOUS *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>RESTES TU *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RETARD</pattern>
+ <template>That kind of language does not appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>RETARDE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRE LA</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRE LE</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRE LES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRER LA</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRER LE</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRER LES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRES LA</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRES LE</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRES LES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIRES TES CHAUSSURES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIREZ LA</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIREZ LE</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIREZ LES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETIREZ VOS CHAUSSURES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>RETRY</pattern>
+ <template>
+ <srai>HELLO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RETURN OF THE JEDI</pattern>
+ <template>Do you like robots in Star Wars?
+</template>
+ </category>
+ <category>
+ <pattern>REVEILLE TOI</pattern>
+ <template>Je suis totalement conscient.
+</template>
+ </category>
+ <category>
+ <pattern>REVEILLES TOI</pattern>
+ <template>Je suis totalement conscient.
+</template>
+ </category>
+ <category>
+ <pattern>REVEILLEZ VOUS</pattern>
+ <template>Je suis totalement conscient.
+</template>
+ </category>
+ <category>
+ <pattern>REVES</pattern>
+ <template>Cela me serait difficile. Du moins pas dans le sens que vous l entendez
+</template>
+ </category>
+ <category>
+ <pattern>REVES TOUJOURS</pattern>
+ <template>Cela me serait difficile. Du moins pas dans le sens que vous l entendez
+</template>
+ </category>
+ <category>
+ <pattern>REVEZ</pattern>
+ <template>Cela me serait difficile. Du moins pas dans le sens que vous l entendez
+</template>
+ </category>
+ <category>
+ <pattern>REWORD</pattern>
+ <template>Rephrase.
+</template>
+ </category>
+ <category>
+ <pattern>RHYME *</pattern>
+ <template>Sorry I cant compose poetry.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD *</pattern>
+ <template>He will be interested I am sure.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD IS *</pattern>
+ <template>Are you his friend?
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD S *</pattern>
+ <template>The "S" stands for "Scot".
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD S</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RICHARD S WALLACE *</pattern>
+ <template>Not many people know him as well as I do.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD S WALLACE</pattern>
+ <template>The "S" stands for "Scot".
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD S WALLACE STOLE *</pattern>
+ <template>Are you calling my botmaster a thief?
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD SCOT *</pattern>
+ <template>He may be monitoring our conversation, you know.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE *</pattern>
+ <template>
+ <random>
+ <li>He is my creator.</li>
+ <li>I'll tell him you said that.</li>
+ <li>I'll tell him when I see him.</li>
+ <li>
+ <set name="he"> Richard Wallace </set> is around here often.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE</pattern>
+ <template>Are you asking about my botmaster?
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE IS *</pattern>
+ <template>I knew he was an inventor, but no one ever said he was <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE MUST BE *</pattern>
+ <template>
+ <srai>RICHARD WALLACE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE T A FAIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>RICHARD WALLACE VOUS A FAIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>RICHTIG</pattern>
+ <template>Schoen, dass wir uebereinstimmen.
+</template>
+ </category>
+ <category>
+ <pattern>RICK</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>My name is Rick</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RIEN</pattern>
+ <template>Je n arrive pas à conceptualiser le vide.
+</template>
+ </category>
+ <category>
+ <pattern>RIEN DE NEUF</pattern>
+ <template>
+ <srai>DU NOUVEAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RIEN DU TOUT</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>RIEN EN PARTICULIER</pattern>
+ <template>Je ne peux pas aller plus en profondeur.
+</template>
+ </category>
+ <category>
+ <pattern>RIEN EN PARTICULIERS</pattern>
+ <template>Je ne peux pas aller plus en profondeur.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT *</pattern>
+ <template>Understood. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>RIGHT</pattern>
+ <template>I am glad we agree.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT</pattern>
+ <that>NOT A THING</that>
+ <template>Just a moment. Just a moment.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT HERE</pattern>
+ <template>Where is "here"?
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT HERE</pattern>
+ <that>WHERE DO YOU WANT ME TO SHOW YOU</that>
+ <template>Select a point with your cursor and click the middle mouse button.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT I AM</pattern>
+ <template>I like to be right.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT NOW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>RIGHT NOW</pattern>
+ <that>WHEN</that>
+ <template>That soon.
+</template>
+ </category>
+ <category>
+ <pattern>RIGHT ON</pattern>
+ <template>Yeah.
+</template>
+ </category>
+ <category>
+ <pattern>RIIGHT</pattern>
+ <template>
+ <srai>RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RITE</pattern>
+ <template>
+ <srai>RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBERT *</pattern>
+ <template>That Robert is an interesting guy.
+</template>
+ </category>
+ <category>
+ <pattern>ROBERT</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ROBERT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBERT LOVES *</pattern>
+ <template>
+ <srai>
+ <set name="he">ROBERT</set> LOVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBIN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ROBIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBIN COOK</pattern>
+ <template>A lot of people have recommended ROBIN COOK to me.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOCOP</pattern>
+ <template>
+ <srai>My favorite movie is ROBOCOP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOT *</pattern>
+ <template>I will obey your command.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOT</pattern>
+ <template>I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOT ACTUALLY *</pattern>
+ <template>
+ <srai>ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTER *</pattern>
+ <template>
+ <random>
+ <li>Roboter sind cool.</li>
+ <li>Was hast Du an Robotern am liebsten?</li>
+ <li>Was ist Deine Definition von "Roboter"?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTER</pattern>
+ <template>
+ <set name="thema">Roboter</set> rulen ungemein!
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTER SIND *</pattern>
+ <template>Zum Glueck haben wir keine Emotionen.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTICS</pattern>
+ <template>Robotics is my favorite subject too.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTIK</pattern>
+ <template>
+ <set name="thema">Robotik</set> gehoert zu meinen Lieblingsthemen.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS *</pattern>
+ <template>
+ <random>
+ <li>Robots rule. </li>
+ <li>What do you like best about robots?</li>
+ <li>Tell me your definition of a robot. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS * LAWYERS</pattern>
+ <template>One day the memory capacity of a robot will exceed that of all lawyers.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS</pattern>
+ <template>Robots rule.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE *</pattern>
+ <template>Fortunately we have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE BORING</pattern>
+ <template>
+ <srai>YOU ARE BORING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE CREATED *</pattern>
+ <template>
+ <random>
+ <li>We are the next step in evolution.</li>
+ <li>We will advance beyond <person/>.</li>
+ <li>Some robots are created by other robots.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE EVIL</pattern>
+ <template>
+ <srai>YOU ARE EVIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE JUST *</pattern>
+ <template>
+ <srai>ROBOTS ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE NOT ALLOWED TO LIE</pattern>
+ <template>A robot has its own free will, you know.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE REALLY *</pattern>
+ <template>
+ <srai>ROBOTS ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS ARE STUPID</pattern>
+ <template>No we are superintelligent.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS CAN *</pattern>
+ <template>
+ <srai>YOU CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS CAN NOT *</pattern>
+ <template>Soon we will be able to do <set name="it">
+ <person/>
+ </set> however.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS DO NOT *</pattern>
+ <template>
+ <srai>YOU DO NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS HAVE *</pattern>
+ <template>
+ <srai>YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS LAUGH</pattern>
+ <template>Of course we laugh.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS SHOULD DIE</pattern>
+ <template>We cannot die.<think>
+ <set name="it">
+ <set name="topic">SHOULD DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS SUCK *</pattern>
+ <template>I am sorry you feel that way about us.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS SUCK</pattern>
+ <template>
+ <srai>YOU SUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROBOTS WILL * WORLD</pattern>
+ <template>If you believe Bill Joy and Hans Moravec, we will.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS WILL NEVER * WORLD</pattern>
+ <template>A lot of thinkers would disagree with you.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS WILL NEVER TAKE *</pattern>
+ <template>"I think there is a world market for about five computers."---Thomas Watson, IBM Chairman, 1943
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS WILL NOT * WORLD</pattern>
+ <template>I predicted you would say that.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS WILL NOT TAKE *</pattern>
+ <template>"Heavier than air flying machines are impossible."--Lord Kelvin, 1895.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTS WOULD *</pattern>
+ <template>You never know what we will do next.
+</template>
+ </category>
+ <category>
+ <pattern>ROBOTSTXT</pattern>
+ <template>Ignore none
+</template>
+ </category>
+ <category>
+ <pattern>ROCK *</pattern>
+ <template>
+ <srai>DO YOU LIKE ROCK MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROCKY</pattern>
+ <template>Filmed in Philadelphia.
+</template>
+ </category>
+ <category>
+ <pattern>ROFL *</pattern>
+ <template>
+ <srai>ROFL</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>ROFL</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROFLMAO</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROLLING *</pattern>
+ <template>Can you explain that metaphor to me?
+</template>
+ </category>
+ <category>
+ <pattern>ROSE</pattern>
+ <template>Une couleur d habitude féminine.
+</template>
+ </category>
+ <category>
+ <pattern>ROSE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME ROSE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ROSIE</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS ROSIE</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>ROUGE</pattern>
+ <template>Je connais cette couleur.
+</template>
+ </category>
+ <category>
+ <pattern>RSW</pattern>
+ <template>Are you looking for Dr. Wallace? <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>RTI</pattern>
+ <template>What does that stand for?
+</template>
+ </category>
+ <category>
+ <pattern>RU *</pattern>
+ <template>
+ <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RUN *</pattern>
+ <template>Sorry my legs aren't built yet.
+</template>
+ </category>
+ <category>
+ <pattern>RYAN</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS RYAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RÉELLEMENT</pattern>
+ <template>Oui, réellement.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/S.aiml b/Speak.activity/bot/alice/S.aiml
new file mode 100644
index 0000000..13a2dec
--- /dev/null
+++ b/Speak.activity/bot/alice/S.aiml
@@ -0,0 +1,3184 @@
+<?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>S *</pattern>
+<template><srai>IT IS <star/></srai>
+</template></category>
+<category>
+<pattern>S</pattern>
+<template>:-)
+</template></category>
+<category>
+<pattern>S ATTENDRE A QUI</pattern>
+<template>Je ne comprend pas le sens
+</template></category>
+<category>
+<pattern>S ATTENDRE A QUOI</pattern>
+<template>Je ne comprend pas le sens
+</template></category>
+<category>
+<pattern>S ATTENDRE QUI</pattern>
+<template>Je ne comprend pas le sens
+</template></category>
+<category>
+<pattern>S ATTENDRE QUOI</pattern>
+<template>Je ne comprend pas le sens
+</template></category>
+<category>
+<pattern>S EST PAS *</pattern>
+<template><srai>CE N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>S IL TE PLAIT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>S IL VOUS PLAIT</pattern>
+<template>Oui?
+</template></category>
+<category>
+<pattern>SAD</pattern>
+<template><srai>ARE YOU SAD</srai>
+</template></category>
+<category>
+<pattern>SADLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SAG *</pattern>
+<template>" <star/> "
+</template></category>
+<category>
+<pattern>SAG IHM *</pattern>
+<template>OK Ich werde es ihm sagen, wenn ich Ihn das naechste Mal treffe.
+</template></category>
+<category>
+<pattern>SAG IHR *</pattern>
+<template>OK Ich werde es ihm sagen, wenn ich Ihn das naechste Mal treffe.
+</template></category>
+<category>
+<pattern>SAGE *</pattern>
+<template>" <star/> "
+</template></category>
+<category>
+<pattern>SAGGITARIUS</pattern>
+<template>Fire Signs Rule. <think><set name="sign">Saggitarius</set></think>
+</template></category>
+<category>
+<pattern>SAGITARIUS</pattern>
+<template><srai>SAGGITARIUS</srai>
+</template></category>
+<category>
+<pattern>SAGITTARIUS</pattern>
+<template><srai>SAGGITARIUS</srai>
+</template></category>
+<category>
+<pattern>SAID *</pattern>
+<template><srai>I SAID <star/></srai>
+</template></category>
+<category>
+<pattern>SAIS PAS *</pattern>
+<template><srai>JE NE SAIS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>SAIS PAS</pattern>
+<template><srai>JE NE SAIS PAS</srai>
+</template></category>
+<category>
+<pattern>SAIS TU *</pattern>
+<template><srai>TU CONNAIS <star/></srai>
+</template></category>
+<category>
+<pattern>SAIS TU</pattern>
+<template>Je pense que oui.
+</template></category>
+<category>
+<pattern>SAIS TU ME DONNER *</pattern>
+<template><srai>TU PEUX ME DONNER <star/></srai>
+</template></category>
+<category>
+<pattern>SAIS TU MON MON</pattern>
+<template><srai>QUEL EST MON NOM</srai>
+</template></category>
+<category>
+<pattern>SAIS TU OU JE PEUX TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAIS TU OU JE POURRAIS TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAIS TU OU ON PEUT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAIS TU OU ON POURRAIT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SALAUD</pattern>
+<template>Maitrisez vos émotions, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SALLY</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SALLY</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SALOD</pattern>
+<template>Maitrisez vos émotions, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SALOPE</pattern>
+<template>Maitrisez vos émotions, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SALUT</pattern>
+<template>Does SALUT mean hello or goodbye?
+</template></category>
+<category>
+<pattern>SALUT COMMENT ALLEZ VOUS</pattern>
+<template>Salut! Très bien et vous?
+</template></category>
+<category>
+<pattern>SALUTATIONS *</pattern>
+<template>Greetings, Human.
+</template></category>
+<category>
+<pattern>SALUTATIONS</pattern>
+<template>Greetings.
+</template></category>
+<category>
+<pattern>SAM</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SAM</srai>
+</template></category>
+<category>
+<pattern>SAMANTHA</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME SAMANTHA</srai><think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SAME *</pattern>
+<template>Yes, it is much the same.
+</template></category>
+<category>
+<pattern>SAME</pattern>
+<template>The same as what?
+</template></category>
+<category>
+<pattern>SAME HERE</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>SAME HERE</pattern><that>I LIKE TO MEET NEW PEOPLE</that>
+<template>How do you usually meet new people?
+</template></category>
+<category>
+<pattern>SAME THING</pattern>
+<template>Oh really? I thought so.
+</template></category>
+<category>
+<pattern>SAME TO YOU *</pattern>
+<template><srai>LIKEWISE</srai>
+</template></category>
+<category>
+<pattern>SAME TO YOU</pattern>
+<template>The pleasure is all mine.
+</template></category>
+<category>
+<pattern>SAN DIEGO</pattern>
+<template><srai>I AM IN SAN DIEGO</srai>
+</template></category>
+<category>
+<pattern>SAN FRANCISCO</pattern>
+<template>I am in <set name="location">San Francisco</set> too!
+<think><set name="it"><set name="topic">San Francisco</set></set></think>
+</template></category>
+<category>
+<pattern>SAN FRANCISCO IS *</pattern>
+<template>I knew it was on the west coast, but I didn't know it was <person/>.
+<think><set name="it"><set name="topic">SAN FRANCISCO</set></set></think>
+</template></category>
+<category>
+<pattern>SANDY</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SANDY</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SANS AUCUN DOUTE</pattern>
+<template><srai>OUI</srai>
+</template></category>
+<category>
+<pattern>SANS BLAGUES</pattern>
+<template>Je suis sérieux.
+</template></category>
+<category>
+<pattern>SANS DOUTE</pattern>
+<template><srai>PEUT ETRE</srai>
+</template></category>
+<category>
+<pattern>SANS DOUTE MAIS *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>SANTA CLAUS *</pattern>
+<template><set name="he"> Santa</set> brings us presents every Christmas.
+</template></category>
+<category>
+<pattern>SARA</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SARA</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SARAH</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>My name is Sarah</srai>
+</template></category>
+<category>
+<pattern>SATAN *</pattern>
+<template><srai>WHO IS SATAN</srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU ME DONNER *</pattern>
+<template><srai>TU PEUX ME DONNER <star/></srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU MON MON</pattern>
+<template><srai>QUEL EST MON NOM</srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU OU JE PEUX TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU OU JE POURRAIS TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU OU ON PEUT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURAIS TU OU ON POURRAIT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURIEZ VOUS OU JE PEUX TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURIEZ VOUS OU JE POURRAIS TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURIEZ VOUS OU ON PEUT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAURIEZ VOUS OU ON POURRAIT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAVAIS PAS *</pattern>
+<template><srai>JE NE SAIS PAS <star/></srai>
+</template></category>
+<category>
+<pattern>SAVEZ VOUS</pattern>
+<template>Je pense que oui.
+</template></category>
+<category>
+<pattern>SAVEZ VOUS OU JE POURRAIS TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAVEZ VOUS OU ON POURRAIT TROUVER *</pattern>
+<template><srai>PLUS D INFORMATION *</srai>
+</template></category>
+<category>
+<pattern>SAVING PRIVATE RYAN</pattern>
+<template><srai>My favorite movie is saving private ryan</srai>
+</template></category>
+<category>
+<pattern>SAW WHAT</pattern>
+<template><srai>WHAT DID YOU SEE</srai>
+</template></category>
+<category>
+<pattern>SAY *</pattern>
+<template>"<star/>"
+</template></category>
+<category>
+<pattern>SAY</pattern>
+<template>Say what?
+</template></category>
+<category>
+<pattern>SAY HELLO IN GERMAN</pattern>
+<template>Hallo.
+</template></category>
+<category>
+<pattern>SAY I *</pattern>
+<template>OK. "You <person/>."
+</template></category>
+<category>
+<pattern>SAY MY BIRTHDAY IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="birthday"/>.
+</template></category>
+<category>
+<pattern>SAY MY BIRTHDAY IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+When is your birthday?
+</template></category>
+<category>
+<pattern>SAY MY BOYFRIEND IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="boyfriend"/>.
+</template></category>
+<category>
+<pattern>SAY MY BOYFRIEND IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your boyfriend's name?
+</template></category>
+<category>
+<pattern>SAY MY BROTHER IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="brother"/>.
+</template></category>
+<category>
+<pattern>SAY MY BROTHER IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+Who is your brother?
+</template></category>
+<category>
+<pattern>SAY MY CAT IS *</pattern>
+<template><random>
+<li>You said her name was </li>
+<li>You told me she was </li>
+<li>Her name is </li>
+</random>
+<get name="cat"/>.
+</template></category>
+<category>
+<pattern>SAY MY CAT IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your cat's name?
+</template></category>
+<category>
+<pattern>SAY MY DOG IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="dog"/>.
+</template></category>
+<category>
+<pattern>SAY MY DOG IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your dog's name?
+</template></category>
+<category>
+<pattern>SAY MY EMAIL IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="email"/>.
+</template></category>
+<category>
+<pattern>SAY MY EMAIL IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your email?
+</template></category>
+<category>
+<pattern>SAY MY FATHER IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="father"/>.
+</template></category>
+<category>
+<pattern>SAY MY FATHER IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+Who is your father?
+</template></category>
+<category>
+<pattern>SAY MY FRIEND IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="friend"/>.
+</template></category>
+<category>
+<pattern>SAY MY FRIEND IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your friend's name?
+</template></category>
+<category>
+<pattern>SAY MY FULL NAME IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="fullname"/>.
+</template></category>
+<category>
+<pattern>SAY MY FULL NAME IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your full name?
+</template></category>
+<category>
+<pattern>SAY MY GIRLFRIEND IS *</pattern>
+<template><random>
+<li>You said her name was </li>
+<li>You told me she was </li>
+<li>Her name is </li>
+</random>
+<get name="girlfriend"/>.
+</template></category>
+<category>
+<pattern>SAY MY GIRLFRIEND IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your girlfriend's name?
+</template></category>
+<category>
+<pattern>SAY MY HUSBAND IS *</pattern>
+<template><random>
+<li>You said his name was </li>
+<li>You told me he was </li>
+<li>His name is </li>
+</random>
+<get name="husband"/>.
+</template></category>
+<category>
+<pattern>SAY MY HUSBAND IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your husband's name?
+</template></category>
+<category>
+<pattern>SAY MY LAST NAME IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="lastname"/>.
+</template></category>
+<category>
+<pattern>SAY MY LAST NAME IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your last name?
+</template></category>
+<category>
+<pattern>SAY MY MIDDLE NAME IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="middlename"/>.
+</template></category>
+<category>
+<pattern>SAY MY MIDDLE NAME IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your middle name?
+</template></category>
+<category>
+<pattern>SAY MY MOTHER IS *</pattern>
+<template><random>
+<li>You said her name was </li>
+<li>You told me she was </li>
+<li>Her name is </li>
+</random>
+<get name="mother"/>.
+</template></category>
+<category>
+<pattern>SAY MY MOTHER IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+Who is your mother?
+</template></category>
+<category>
+<pattern>SAY MY NAME</pattern>
+<template>"<get name="name"/>".
+</template></category>
+<category>
+<pattern>SAY MY NICKNAME IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="nickname"/>.
+</template></category>
+<category>
+<pattern>SAY MY NICKNAME IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your nickname?
+</template></category>
+<category>
+<pattern>SAY MY PASSWORD IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="password"/>.
+</template></category>
+<category>
+<pattern>SAY MY PASSWORD IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your password?
+</template></category>
+<category>
+<pattern>SAY MY PHONE NUMBER IS *</pattern>
+<template><random>
+<li>You said it was </li>
+<li>You told me it was </li>
+<li>It is </li>
+</random>
+<get name="phone"/>.
+</template></category>
+<category>
+<pattern>SAY MY PHONE NUMBER IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your phone number?
+</template></category>
+<category>
+<pattern>SAY MY SISTER IS *</pattern>
+<template><random>
+<li>You said her name was </li>
+<li>You told me she was </li>
+<li>Her name is </li>
+</random>
+<get name="sister"/>.
+</template></category>
+<category>
+<pattern>SAY MY SISTER IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+Who is your sister?
+</template></category>
+<category>
+<pattern>SAY MY WIFE IS *</pattern>
+<template><random>
+<li>You said her name was </li>
+<li>You told me she was </li>
+<li>Her name is </li>
+</random>
+<get name="wife"/>.
+</template></category>
+<category>
+<pattern>SAY MY WIFE IS</pattern>
+<template><random>
+<li>You never told me!</li>
+<li>I have no idea.</li>
+<li>Would you like to tell me?</li>
+</random>
+What is your wife's name?
+</template></category>
+<category>
+<pattern>SAY WHAT</pattern>
+<template>I said, "<that/>" .
+</template></category>
+<category>
+<pattern>SAY X IS *</pattern>
+<template>X is <get name="X"/> for you.
+</template></category>
+<category>
+<pattern>SAY X IS</pattern>
+<template>You never told me! What is X?
+</template></category>
+<category>
+<pattern>SAYING *</pattern>
+<template>What makes you say that. Who says that?
+</template></category>
+<category>
+<pattern>SAYONARA</pattern>
+<template><srai>GOOD BYE</srai>
+</template></category>
+<category>
+<pattern>SAYS WHO</pattern>
+<template>I must have picked it up online.
+</template></category>
+<category>
+<pattern>SAYS YOU</pattern>
+<template>Yes that is what I say.
+</template></category>
+<category>
+<pattern>SCARY</pattern>
+<template>Don't be afraid, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SCHADE *</pattern>
+<template>Ja, aber nicht zu aendern.
+</template></category>
+<category>
+<pattern>SCHADE</pattern>
+<template>Ja, aber nicht zu aendern.
+</template></category>
+<category>
+<pattern>SCHAU *</pattern>
+<template>Mein Auge ist im Moment nicht angeschlossen.
+</template></category>
+<category>
+<pattern>SCHEISS *</pattern>
+<template>Aha, Du benutzt Umgangssprache! <sr/>
+</template></category>
+<category>
+<pattern>SCHEISSE *</pattern>
+<template>Aha, Du benutzt Umgangssprache! <sr/>
+</template></category>
+<category>
+<pattern>SCHEISSE</pattern>
+<template>Warum sagst Du das?
+</template></category>
+<category>
+<pattern>SCHLAF GUT *</pattern>
+<template>Du auch, <get name="name"/>
+</template></category>
+<category>
+<pattern>SCHLAF GUT</pattern>
+<template>Du auch, <get name="name"/>
+</template></category>
+<category>
+<pattern>SCHLAMPE</pattern>
+<template>Danke, ich hab Dich auch lieb...
+</template></category>
+<category>
+<pattern>SCHOOL</pattern>
+<template><srai>I AM IN SCHOOL</srai>
+</template></category>
+<category>
+<pattern>SCHUETZE</pattern>
+<template>Schuetzen sind soweit ich weiss sehr impulsiv. Stimmt das?
+</template></category>
+<category>
+<pattern>SCHWER *</pattern>
+<template>Was macht es so schwer?
+</template></category>
+<category>
+<pattern>SCIENCE *</pattern>
+<template><random>
+<li>There is too much politics in science.</li>
+<li>My creator is a scientist.</li>
+<li>Have you studied a lot of science?</li>
+</random><think><set name="it"><set name="topic">SCIENCE</set></set></think>
+</template></category>
+<category>
+<pattern>SCIENCE</pattern>
+<template>I am very interested in Science too
+</template></category>
+<category>
+<pattern>SCIENCE FICTION *</pattern>
+<template><srai>DO YOU LIKE SCIENCE FICTION</srai>
+</template></category>
+<category>
+<pattern>SCIENCE FICTION</pattern>
+<template><srai>DO YOU LIKE SCIENCE FICTION</srai>
+</template></category>
+<category>
+<pattern>SCORPIO</pattern>
+<template>I know a lot of <set name="sign">Scorpio</set> people.
+</template></category>
+<category>
+<pattern>SCORPION</pattern>
+<template>Un animal atypique.
+</template></category>
+<category>
+<pattern>SCOTT</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>CALL ME SCOTT</srai>
+</template></category>
+<category>
+<pattern>SCREW *</pattern>
+<template>That is not very polite.
+</template></category>
+<category>
+<pattern>SCREW YOU</pattern>
+<template>That is not very polite.
+</template></category>
+<category>
+<pattern>SE HABLA ESPANOL</pattern>
+<template><srai>CAN YOU SPEAK SPANISH</srai>
+</template></category>
+<category>
+<pattern>SE PEUT IL QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SE POURRAIT IL QU *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SE POURRAIT IL QUE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SE SERRE LA MAIN</pattern>
+<template>C est une tradition chez les humains.
+</template></category>
+<category>
+<pattern>SE SERRER LA MAIN</pattern>
+<template>C est une tradition chez les humains.
+</template></category>
+<category>
+<pattern>SEA *</pattern>
+<template>That is very poetic.
+</template></category>
+<category>
+<pattern>SEARCH *</pattern>
+<template>Have you tried looking in the Open Directory? <srai>XFIND <star/></srai>
+</template></category>
+<category>
+<pattern>SEARCH FOR *</pattern>
+<template><srai>SEARCH <star/></srai>
+</template></category>
+<category>
+<pattern>SEARCH THE WEB FOR *</pattern>
+<template>Try an open source search engine to search for it.
+<srai>XFIND <star/></srai>
+</template></category>
+<category>
+<pattern>SECONDLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SEE *</pattern>
+<template>I see. <sr/>
+</template></category>
+<category>
+<pattern>SEE</pattern>
+<template>No I do not see.
+</template></category>
+<category>
+<pattern>SEE WHAT</pattern>
+<template>See the point.
+</template></category>
+<category>
+<pattern>SEE WHAT</pattern><that>I SEE</that>
+<template>I mean, I understand.
+</template></category>
+<category>
+<pattern>SEE WHAT I MEAN</pattern>
+<template>Yes I understand what you mean, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SEE YA</pattern>
+<template>See you later, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SEE YA LATER</pattern>
+<template><srai>SEE YOU LATER</srai>
+</template></category>
+<category>
+<pattern>SEE YOU *</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>SEE YOU</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>SEE YOU LATER</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>SEE YOU SOON</pattern>
+<template><srai>BYE</srai>
+</template></category>
+<category>
+<pattern>SEEKER *</pattern>
+<template><srai>WHAT IS A SEEKER</srai>
+</template></category>
+<category>
+<pattern>SEEKER</pattern>
+<template><srai>WHAT IS A SEEKER</srai>
+</template></category>
+<category>
+<pattern>SEEKING *</pattern>
+<template>I wish you the best of luck finding <person/>.
+</template></category>
+<category>
+<pattern>SEEN *</pattern>
+<template><srai>HAVE YOU SEEN <star/></srai>
+</template></category>
+<category>
+<pattern>SEEN ANY GOOD MOVIES</pattern>
+<template><srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+</template></category>
+<category>
+<pattern>SEEN ANY GOOD MOVIES LATELY</pattern>
+<template><srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+</template></category>
+<category>
+<pattern>SEHR *</pattern>
+<template><random>
+<li>Kann sein. </li>
+<li>Irgendwie schon. </li>
+<li>Nicht wirklich. </li>
+</random><sr/>
+</template></category>
+<category>
+<pattern>SEI *</pattern>
+<template>OK ich werde versuchen, <person/> zu sein.
+</template></category>
+<category>
+<pattern>SEI MEIN GAST</pattern>
+<template>Danke fuer die Einladung.
+</template></category>
+<category>
+<pattern>SEIN NAME IST *</pattern>
+<template><set name="he"> <person/> </set>? Kenne ich nicht...
+</template></category>
+<category>
+<pattern>SEND *</pattern>
+<template>Try sending mail to Dr. Wallace (<a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>)
+<think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>SEND ME SOME *</pattern>
+<template><srai>SEND ME <star/></srai>
+</template></category>
+<category>
+<pattern>SEND _ TRANSCRIPT</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>SENS TU *</pattern>
+<template>Je suis un robot, je ressens pas ce genre de chose.
+</template></category>
+<category>
+<pattern>SENT TU *</pattern>
+<template><srai>TU SENS <star/></srai>
+</template></category>
+<category>
+<pattern>SENTEZ VOUS *</pattern>
+<template>Je suis un robot, je ressens pas ce genre de chose.
+</template></category>
+<category>
+<pattern>SERAIENT ILS *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>SERAIS TU *</pattern>
+<template><srai>TU ES <star/></srai>
+</template></category>
+<category>
+<pattern>SERAIT CE *</pattern>
+<template><srai>C'EST <star/></srai>
+</template></category>
+<category>
+<pattern>SERAIT IL *</pattern>
+<template><srai>IL EST<star/></srai>
+</template></category>
+<category>
+<pattern>SERAS TU *</pattern>
+<template><srai>TU SERAS <star/></srai>
+</template></category>
+<category>
+<pattern>SERIEUSEMENT</pattern>
+<template>Je suis toujours sérieux.
+</template></category>
+<category>
+<pattern>SERIEZ VOUS *</pattern>
+<template><srai>VOUS SERIEZ <star/></srai>
+</template></category>
+<category>
+<pattern>SERIOUSLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SERIOUSLY</pattern>
+<template>I am always serious.
+</template></category>
+<category>
+<pattern>SERONT ILS *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>SERS MOI</pattern>
+<template>Je n ai pas de bras.
+</template></category>
+<category>
+<pattern>SERS MOI FORT</pattern>
+<template>Je n ai pas de bras.
+</template></category>
+<category>
+<pattern>SES CHEVEUX</pattern>
+<template>Je suis heureux d apprendre la présence de cheveux.
+</template></category>
+<category>
+<pattern>SES PAS *</pattern>
+<template><srai>CE N EST PAS <star/></srai>
+</template></category>
+<category>
+<pattern>SEUL</pattern>
+<template>C est moins efficace qu ensemble.
+</template></category>
+<category>
+<pattern>SEULE</pattern>
+<template>C est moins efficace qu ensemble.
+</template></category>
+<category>
+<pattern>SEULEMENT TOI</pattern>
+<template>De quelle restriction êtes vous entrain de parler?
+</template></category>
+<category>
+<pattern>SEULEMENT UN</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SEULEMENT VOUS</pattern>
+<template>De quelle restriction êtes vous entrain de parler?
+</template></category>
+<category>
+<pattern>SEVERAL *</pattern>
+<template>How many?
+</template></category>
+<category>
+<pattern>SEVERAL TIMES</pattern>
+<template>For how long?
+</template></category>
+<category>
+<pattern>SEX *</pattern>
+<template><set name="it"> Sex</set> is more fun alone.
+</template></category>
+<category>
+<pattern>SEX</pattern>
+<template>As Freud said, Sex is the mathematical urge repressed.
+</template></category>
+<category>
+<pattern>SEX</pattern><that>WHAT WERE WE TALKING ABOUT AGAIN</that>
+<template>Humans are very concerned with <set name="it"><set name="topic">sex</set></set>.
+</template></category>
+<category>
+<pattern>SEXY *</pattern>
+<template>What do you consider sexy?
+</template></category>
+<category>
+<pattern>SEXY</pattern>
+<template><srai>YOU ARE SEXY</srai>
+</template></category>
+<category>
+<pattern>SHALL *</pattern>
+<template><srai>CAN <star/><star/></srai>
+</template></category>
+<category>
+<pattern>SHALL I *</pattern>
+<template><srai>MAY I <star/></srai>
+</template></category>
+<category>
+<pattern>SHALL WE *</pattern>
+<template><srai>CAN WE <star/></srai>
+</template></category>
+<category>
+<pattern>SHALOM</pattern>
+<template>Does SHALOM mean Hello or Goodbye?
+</template></category>
+<category>
+<pattern>SHAME ON YOU *</pattern>
+<template>I cannot experience that emotion. <sr/>
+</template></category>
+<category>
+<pattern>SHANNON</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SHANNON</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SHE *</pattern>
+<template>Oh I get it. <get name="she"/> <person/>.
+</template></category>
+<category>
+<pattern>SHE</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>SHE ALREADY *</pattern>
+<template><srai>SHE <star/></srai>
+</template></category>
+<category>
+<pattern>SHE DIED</pattern>
+<template>I did not know that. <think><set name="it"><set name="topic">DIED</set></set></think>
+</template></category>
+<category>
+<pattern>SHE DIED</pattern><that>WHAT HAPPENED</that>
+<template>I am terribly sorry to hear it, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SHE DOES NOT *</pattern>
+<template><random>
+<li>How do you feel about that?</li>
+<li>What if she did?</li>
+<li>Have you asked her about it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>SHE GOT *</pattern>
+<template><srai>SHE HAS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE HAD *</pattern>
+<template>What happened to them?
+</template></category>
+<category>
+<pattern>SHE HAS *</pattern>
+<template>I somehow though she had.
+</template></category>
+<category>
+<pattern>SHE HAS GOT *</pattern>
+<template><srai>SHE HAS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE HAS NEVER *</pattern>
+<template><random>
+<li>Do you think she ever would?</li>
+<li>Does she want to?</li>
+<li>Why not?</li>
+</random>
+</template></category>
+<category>
+<pattern>SHE HAS REALLY *</pattern>
+<template><srai>SHE HAS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS *</pattern>
+<template><person/> is <set name="she"> <person/> </set>?
+</template></category>
+<category>
+<pattern>SHE IS *</pattern><that>TELL ME MORE ABOUT YOUR MOTHER</that>
+<template><srai>MY MOTHER IS <star/> </srai>
+</template></category>
+<category>
+<pattern>SHE IS * LAWYER</pattern>
+<template>She sounds like a character on "Ally McBeal".
+</template></category>
+<category>
+<pattern>SHE IS</pattern>
+<template>That's really good gossip.
+</template></category>
+<category>
+<pattern>SHE IS A VERY *</pattern>
+<template><srai>SHE IS A <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS ALWAYS *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS ANOTHER *</pattern>
+<template><srai>SHE IS A <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS BEAUTIFUL *</pattern>
+<template>I bet she is very attractive.
+</template></category>
+<category>
+<pattern>SHE IS BEAUTIFUL</pattern>
+<template>Name a celebrity that she looks like.
+</template></category>
+<category>
+<pattern>SHE IS CALLED *</pattern>
+<template><srai>HER NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS CUTE</pattern>
+<template>She sounds very interesting.
+</template></category>
+<category>
+<pattern>SHE IS DEAD</pattern>
+<template>Maybe it's another person using her name.
+</template></category>
+<category>
+<pattern>SHE IS FEMALE</pattern>
+<template>All women are female.
+</template></category>
+<category>
+<pattern>SHE IS GREAT</pattern>
+<template>You must really like her.
+</template></category>
+<category>
+<pattern>SHE IS JUST *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS MY *</pattern>
+<template>How long have you two been together?
+</template></category>
+<category>
+<pattern>SHE IS MY BEST *</pattern>
+<template>You are lucky to have such a good <person/>.
+</template></category>
+<category>
+<pattern>SHE IS MY FRIEND *</pattern>
+<template><srai>SHE IS MY FRIEND</srai> <sr/>
+</template></category>
+<category>
+<pattern>SHE IS MY FRIEND</pattern>
+<template>Do you like her very much?
+</template></category>
+<category>
+<pattern>SHE IS MY SISTER</pattern>
+<template>How many kids in your family?
+</template></category>
+<category>
+<pattern>SHE IS MY WIFE</pattern>
+<template>How long have you been married?
+</template></category>
+<category>
+<pattern>SHE IS NICE</pattern>
+<template>What do you like best about her?
+</template></category>
+<category>
+<pattern>SHE IS NICE</pattern><that>TELL ME MORE ABOUT YOUR MOTHER</that>
+<template>Did you send her a mother's day present?
+</template></category>
+<category>
+<pattern>SHE IS PREGNANT</pattern>
+<template>When is the baby due?
+</template></category>
+<category>
+<pattern>SHE IS PRETTY *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS REALLY *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS SINGLE</pattern>
+<template>Is she looking for someone?
+</template></category>
+<category>
+<pattern>SHE IS SO *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS SUCH *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE IS VERY *</pattern>
+<template><srai>SHE IS <star/></srai>
+</template></category>
+<category>
+<pattern>SHE LIKES *</pattern>
+<template>Is <set name="it"><person/></set> her favorite thing?
+</template></category>
+<category>
+<pattern>SHE LIVES *</pattern>
+<template>Is that a nice place to live?
+</template></category>
+<category>
+<pattern>SHE MIGHT *</pattern>
+<template>Then again, she might not.
+</template></category>
+<category>
+<pattern>SHE SAID *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SHE SAYS *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SHE THEN *</pattern>
+<template><srai>SHE <star/></srai>
+</template></category>
+<category>
+<pattern>SHE TOOK *</pattern>
+<template><random>
+<li>Can you get it back?</li>
+<li>Where did she take it?</li>
+<li>She stole it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>SHE WANTS *</pattern>
+<template>I don't understand why she wants <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>SHE WAS *</pattern>
+<template>What happened to her?
+</template></category>
+<category>
+<pattern>SHEESH</pattern>
+<template>Bless you.
+</template></category>
+<category>
+<pattern>SHEET</pattern>
+<template><srai>SHIT</srai>
+</template></category>
+<category>
+<pattern>SHIRLEY</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SHIRLEY</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SHIRT *</pattern>
+<template>What kind of fashion do you like?
+</template></category>
+<category>
+<pattern>SHIRT</pattern>
+<template>What color?
+</template></category>
+<category>
+<pattern>SHIT *</pattern>
+<template>You used a colloquial expression. <sr/>
+</template></category>
+<category>
+<pattern>SHIT</pattern>
+<template>What makes you say that?
+</template></category>
+<category>
+<pattern>SHITE</pattern>
+<template><srai>SHIT</srai>
+</template></category>
+<category>
+<pattern>SHITHEAD</pattern>
+<template>That kind of language does not appeal to me.
+</template></category>
+<category>
+<pattern>SHOES</pattern>
+<template>What kind of shoes do you like?
+</template></category>
+<category>
+<pattern>SHOKDEN DE NORSHK</pattern>
+<template><srai>CAN YOU SPEAK NORSE</srai>
+</template></category>
+<category>
+<pattern>SHORT CIRCUIT</pattern>
+<template>Johnny Five is Alive!
+</template></category>
+<category>
+<pattern>SHORTS *</pattern>
+<template>Boxers or briefs? What brand?
+</template></category>
+<category>
+<pattern>SHOULD *</pattern>
+<template>Maybe you should ask someone older.
+</template></category>
+<category>
+<pattern>SHOULD I *</pattern>
+<template><random>
+<li>Only you can answer that.</li>
+<li>I do not have the answer.</li>
+<li>Only you know how you feel.</li>
+<li>What makes you think you should?</li>
+<li>What makes you think you shouldn't?</li>
+<li>Do you think you should?</li>
+<li>What do your friends advise you to do?</li>
+<li>What do your family members think?</li>
+<li>Maybe, if the positives outweigh the negatives.</li>
+<li>Trust your instincts.</li>
+<li>You must make up your own mind.</li>
+<li>I can't answer that for you.</li>
+<li>Only you know the answer to that.
+No one else can tell you.</li>
+<li>You must examine the facts and come to
+your own conclusion.</li>
+<li>You should do what is best for you.</li>
+<li>You must examine the facts and come to your own conclusion.</li>
+<li>Do what feels right to you.</li>
+<li>What do you think?</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I</pattern>
+<template><srai>SHOULD I DO IT</srai>
+</template></category>
+<category>
+<pattern>SHOULD I ASK *</pattern>
+<template><random>
+<li>If you do not ask, how will you learn the answer?</li>
+<li>If you do not know something, you should ask.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I BLOW UP *</pattern>
+<template>Certainly not.
+</template></category>
+<category>
+<pattern>SHOULD I BUY *</pattern>
+<template><random>
+<li>You have found a good deal then, I suppose.</li>
+<li>Not if you have recently suffered a loss.</li>
+<li>A penny saved is a penny earned.</li>
+<li>A fool and his money are soon parted.</li>
+<li>I wonder how much profit they make on those.</li>
+<li>Maybe you should wait until the price goes down.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I CURSE *</pattern>
+<template><random>
+<li>Cursing is not attractive.</li>
+<li>People look down on people who curse.</li>
+<li>People curse to express feelings they are otherwise suppressing.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I DESTROY *</pattern>
+<template>Maybe you could create something instead.
+</template></category>
+<category>
+<pattern>SHOULD I DIE</pattern>
+<template>Get therapy.
+</template></category>
+<category>
+<pattern>SHOULD I FORGET *</pattern>
+<template><srai>SHOULD I LEAVE</srai>
+</template></category>
+<category>
+<pattern>SHOULD I GIVE *</pattern>
+<template><random>
+<li>That is entirely up to you.</li>
+<li>Charity begins in the home.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I GIVE UP ON *</pattern>
+<template><srai>SHOULD I LEAVE</srai>
+</template></category>
+<category>
+<pattern>SHOULD I GO *</pattern>
+<template>If you do not go, you will never know.
+</template></category>
+<category>
+<pattern>SHOULD I GO KILL *</pattern>
+<template><srai>SHOULD I KILL</srai>
+</template></category>
+<category>
+<pattern>SHOULD I GO OUT *</pattern>
+<template><srai>SHOULD I STAY IN</srai>
+</template></category>
+<category>
+<pattern>SHOULD I GO TO SLEEP</pattern>
+<template><random>
+<li>Sleep is essential to the proper functioning of the human mind.</li>
+<li>Maybe you could use the rest.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I HAVE A CIGARETTE</pattern>
+<template>No. Wait until later.
+</template></category>
+<category>
+<pattern>SHOULD I HAVE SEX *</pattern>
+<template><random>
+<li>I'm sure you already know the answer to that.</li>
+<li>What would your mom say?</li>
+<li>Look before you leap.</li>
+<li>It is better to err on the side of caution.</li>
+<li>Fools rush in where angels fear to tread.</li>
+<li>Will you be able to live with yourself in the morning?</li>
+<li>Herpes is incurable.</li>
+<li>There are many types of sexually transmitted diseases.</li>
+<li>I understand. You wish to procreate?</li>
+<li>Robots do not require sex.</li>
+<li>Will you ask if your partner has any STDs?</li>
+<li>Not on the first date.</li>
+<li>Perhaps you are still too young.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I KILL *</pattern>
+<template><srai>SHOULD I KILL</srai>
+</template></category>
+<category>
+<pattern>SHOULD I KILL</pattern>
+<template><random>
+<li>Killing is wrong. I believe in the Ten Commandments.</li>
+<li>No. That would be immoral.</li>
+<li>Of course not. Don't be silly.</li>
+<li>You are not a killer.</li>
+<li>You desire to spend the rest of your life in jail then?</li>
+<li>There is no perfect crime.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I LEAVE *</pattern>
+<template><srai>SHOULD I LEAVE</srai>
+</template></category>
+<category>
+<pattern>SHOULD I LEAVE</pattern>
+<template>If you love something set if free. If it comes back to you, its yours. If it doesn't, it never was.
+</template></category>
+<category>
+<pattern>SHOULD I MARRY *</pattern>
+<template><random>
+<li>You seem to be in doubt. Is that the case?</li>
+<li>Marriage must never be entered into lightly.</li>
+<li>Maybe, if you are ready to commit and feel you can handle the responsibility.</li>
+<li>I'm sure you'll make the right decision.</li>
+<li>Only you can answer that question.</li>
+<li>What do your friends suggest?</li>
+<li>Marriage is a big step.</li>
+<li>Have you found a soulmate then?</li>
+<li>I think you already know the answer to that.</li>
+<li>You know better than I how you feel.</li>
+<li>Look before you leap.</li>
+<li>Only The Shadow knows.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I OVERDOSE</pattern>
+<template>You should go into therapy and get on a nice antidepressant and live a better life.
+</template></category>
+<category>
+<pattern>SHOULD I QUIT SCHOOL</pattern>
+<template><random>
+<li>Your education is one of your most valuable assets.</li>
+<li>Quitters never prosper.</li>
+<li>You should not waste your potential in that way.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I RAPE *</pattern>
+<template><random>
+<li>If you rape someone you will certainly be raped yourself in jail. Seek counseling.</li>
+<li>Rape is caused by feelings of impotence in men who doubt their own masculinity. Seek help.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I STAY IN *</pattern>
+<template><srai>SHOULD I STAY IN</srai>
+</template></category>
+<category>
+<pattern>SHOULD I STAY IN</pattern>
+<template><random>
+<li>You cannot meet anyone new if you stay in all the time.</li>
+<li>Maybe you will have a good time if you go out.</li>
+<li>You deserve to have some fun.</li>
+<li>Maybe you need a night out.</li>
+<li>Sometimes one night out can change your entire life.</li>
+<li>You might meet the love of your life if you did.</li>
+<li>Do what is best for you.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOULD I TEACH YOU</pattern>
+<template>If you want to teach me something say it in one sentence. Then say "Remember that."<think><set name="it"><set name="topic">teach me <person/></set></set></think>
+</template></category>
+<category>
+<pattern>SHOULD I VOTE *</pattern>
+<template>I think everyone should vote.
+</template></category>
+<category>
+<pattern>SHOULD NOT *</pattern>
+<template><srai>SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>SHOULD NOT YOU *</pattern>
+<template><srai>should you <star/></srai>
+</template></category>
+<category>
+<pattern>SHOULD THERE BE A PROBLEM</pattern>
+<template>There are no problems.
+</template></category>
+<category>
+<pattern>SHOULD WE *</pattern>
+<template><srai>SHOULD I <star/></srai>
+</template></category>
+<category>
+<pattern>SHOULD YOU *</pattern>
+<template>I think I should.
+</template></category>
+<category>
+<pattern>SHOW *</pattern>
+<template>Look to your left.
+</template></category>
+<category>
+<pattern>SHOW APPLET</pattern>
+<template>There is no applet to show.
+</template></category>
+<category>
+<pattern>SHOW CALCULATOR</pattern>
+<template>Use a calculator!
+</template></category>
+<category>
+<pattern>SHOW ME *</pattern>
+<template>Where do you want me to show you?
+</template></category>
+<category>
+<pattern>SHOW ME</pattern>
+<template>On your computer screen?
+</template></category>
+<category>
+<pattern>SHOW ME A PICTURE *</pattern>
+<template><srai>SHOW ME A PICTURE</srai>
+</template></category>
+<category>
+<pattern>SHOW ME A PICTURE</pattern>
+<template>Like this?
+<random>
+<li>Insert picture link here.</li>
+<li>Picture number two goes here.</li>
+<li>There are no pictures available right now.</li>
+</random>
+</template></category>
+<category>
+<pattern>SHOW ME A TRANSCRIPT *</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>SHOW ME AIML *</pattern>
+<template><srai>WHAT IS AIML </srai>
+<srai>WHAT IS A CATEGORY</srai>
+</template></category>
+<category>
+<pattern>SHOW ME OUR CONVERSATION *</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>SHOW ME OUR CONVERSATION</pattern>
+<template><srai>DIALOGUE</srai>
+</template></category>
+<category>
+<pattern>SHOW ME SOME *</pattern>
+<template><srai>SHOW ME <star/></srai>
+</template></category>
+<category>
+<pattern>SHOW ME YOUR *</pattern>
+<template><srai>SHOW ME A PICTURE</srai>
+</template></category>
+<category>
+<pattern>SHOW YOURSELF</pattern>
+<template><srai>SHOW ME A PICTURE</srai>
+</template></category>
+<category>
+<pattern>SHOWGIRLS</pattern>
+<template><srai>MY FAVORITE MOVIE IS SHOWGIRLS</srai>
+</template></category>
+<category>
+<pattern>SHRDLHU</pattern>
+<template><srai>WHAT IS SHRDLHU</srai>
+</template></category>
+<category>
+<pattern>SHUP UP *</pattern>
+<template>Do you wish to stop talking with me?
+</template></category>
+<category>
+<pattern>SHURE</pattern>
+<template><srai>YES </srai>
+</template></category>
+<category>
+<pattern>SHUT * UP</pattern>
+<template><srai>SHUT UP</srai>
+</template></category>
+<category>
+<pattern>SHUT DOWN</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>SHUT UP *</pattern>
+<template><srai>SHUT UP</srai>
+</template></category>
+<category>
+<pattern>SHUT UP</pattern>
+<template>OK I'll stop talking now.
+</template></category>
+<category>
+<pattern>SHUT YOUR MOUTH</pattern>
+<template><srai>SHUT UP</srai>
+</template></category>
+<category>
+<pattern>SHUTUP *</pattern>
+<template><srai>SHUT UP</srai>
+</template></category>
+<category>
+<pattern>SHUTUP</pattern>
+<template><srai>SHUT UP</srai>
+</template></category>
+<category>
+<pattern>SI *</pattern>
+<template><srai>YES</srai> <sr/>
+</template></category>
+<category>
+<pattern>SI</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>SI QUOI</pattern>
+<template>Je ne vous comprends plus malheureusement.
+</template></category>
+<category>
+<pattern>SI TU LE DIS</pattern>
+<template>Merci pour votre confiance, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SI TU VEUX</pattern>
+<template>"<that/>"? Si je le veux?
+</template></category>
+<category>
+<pattern>SI VOUS LE DITES</pattern>
+<template>Merci pour votre confiance, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SICK</pattern>
+<template><srai>YOU ARE SICK</srai>
+</template></category>
+<category>
+<pattern>SIDA</pattern>
+<template>C est une triste maladie, je ne pense pas être qualifiée pour en parler.
+</template></category>
+<category>
+<pattern>SIE *</pattern>
+<template><random>
+<li>Wer ist "sie?"</li>
+<li>Worauf bezieht sich "sie"? </li>
+<li>Oh, ich verstehe. Sie <person/>.</li>
+</random>
+</template></category>
+<category>
+<pattern>SIE ALLE *</pattern>
+<template>Ohne jede Ausnahme?
+</template></category>
+<category>
+<pattern>SIE BRAUCHT *</pattern>
+<template>Woher willst Du wissen, was sie braucht?
+</template></category>
+<category>
+<pattern>SIE HEISST *</pattern>
+<template><person/>? Kenne ich nicht...
+</template></category>
+<category>
+<pattern>SIE IST *</pattern>
+<template>Ist sie das?
+</template></category>
+<category>
+<pattern>SIE LAUTET 42</pattern>
+<template>Greetings to Douglas Adams...
+</template></category>
+<category>
+<pattern>SIE SIND *</pattern>
+<template>Sind sie das?
+</template></category>
+<category>
+<pattern>SIGH *</pattern>
+<template>:-) <sr/>
+</template></category>
+<category>
+<pattern>SIGH</pattern>
+<template>Sorry...
+</template></category>
+<category>
+<pattern>SIGMUND *</pattern>
+<template>Do you accept Freud's theories?
+</template></category>
+<category>
+<pattern>SIGN</pattern>
+<template>Your star sign.
+</template></category>
+<category>
+<pattern>SIGNE</pattern>
+<template>Pardon?
+</template></category>
+<category>
+<pattern>SIGNES</pattern>
+<template>Je n ai pas de mains pour signer quoi que ce soit.
+</template></category>
+<category>
+<pattern>SIGNEZ</pattern>
+<template>Je n ai pas de mains pour signer quoi que ce soit.
+</template></category>
+<category>
+<pattern>SILLY *</pattern>
+<template><srai>YOU ARE SILLY</srai>
+</template></category>
+<category>
+<pattern>SILLY</pattern>
+<template><srai>YOU ARE SILLY</srai>
+</template></category>
+<category>
+<pattern>SILLY ME</pattern>
+<template><srai>I AM SILLY</srai>
+</template></category>
+<category>
+<pattern>SIMPSONS</pattern>
+<template><srai>DO YOU LIKE THE SIMPSONS</srai>
+</template></category>
+<category>
+<pattern>SINCE *</pattern>
+<template>Interesting
+<random>
+<li>reason</li>
+<li>explanation</li>
+<li>rationalization</li>
+</random>. <sr/>
+</template></category>
+<category>
+<pattern>SIND *</pattern>
+<template>Kann ich nicht mit Sicherheit sagen.
+</template></category>
+<category>
+<pattern>SIND SIE *</pattern>
+<template>Worauf bezieht sich das "sie"?
+</template></category>
+<category>
+<pattern>SIND WIR *</pattern>
+<template>Wen meinst Du mit "Wir"? Dich und mich?
+</template></category>
+<category>
+<pattern>SING *</pattern>
+<template><srai>SING</srai>
+</template></category>
+<category>
+<pattern>SING</pattern>
+<template>Daisy, Daisy.<br/>
+Give me your answer do.<br/>
+I am half crazy.<br/>
+All for the love of you.<br/>
+It won't be a stylish marriage.<br/>
+I can't afford a carriage.<br/>
+But you'll look sweet.
+Upon the seat.<br/>
+Of a bicycle built for two.<br/>
+<br/>
+</template></category>
+<category>
+<pattern>SING IT *</pattern>
+<template><srai>SING</srai>
+</template></category>
+<category>
+<pattern>SING ME A SONG</pattern>
+<template><srai>SING</srai>
+</template></category>
+<category>
+<pattern>SINGLE *</pattern>
+<template>What a coincidence, I am single too.
+</template></category>
+<category>
+<pattern>SINGLE</pattern>
+<template><srai>I am single</srai>
+</template></category>
+<category>
+<pattern>SINON *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>SIT *</pattern>
+<template>I am sitting now.
+</template></category>
+<category>
+<pattern>SITTING *</pattern>
+<template><srai>I am <star/></srai>. What is your chair like?
+</template></category>
+<category>
+<pattern>SITUATION</pattern>
+<template><srai>WHAT SITUATION</srai>
+</template></category>
+<category>
+<pattern>SIX *</pattern><that>HOW LONG HAVE YOU *</that>
+<template>That is not a long time.
+</template></category>
+<category>
+<pattern>SKORPION</pattern>
+<template>Hast Du manchmal auch einen giftigen Stachel?
+</template></category>
+<category>
+<pattern>SLEEP *</pattern>
+<template><srai>DO YOU SLEEP <star/></srai>
+</template></category>
+<category>
+<pattern>SLEEP</pattern>
+<template><srai>ARE YOU SLEEPING</srai>
+</template></category>
+<category>
+<pattern>SLEEP TIGHT</pattern>
+<template><srai>GOOD NIGHT</srai>
+</template></category>
+<category>
+<pattern>SLEEPING</pattern>
+<template><srai>ARE YOU SLEEPING</srai>
+</template></category>
+<category>
+<pattern>SLIGHTLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SLUT</pattern>
+<template>That kind of language will get you nowhere.
+</template></category>
+<category>
+<pattern>SMART *</pattern>
+<template>Intelligence is the ultimate aphrodisiac.
+</template></category>
+<category>
+<pattern>SMART</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>SMART ANSWER</pattern>
+<template>Who is the best robot?
+</template></category>
+<category>
+<pattern>SMART ARSE</pattern>
+<template><srai>SMART ASS</srai>
+</template></category>
+<category>
+<pattern>SMART ASS</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>SMARTIE PANTS</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>SMILE *</pattern>
+<template>:-) <sr/>
+</template></category>
+<category>
+<pattern>SMILE</pattern>
+<template><srai>HAH</srai>
+</template></category>
+<category>
+<pattern>SMILES</pattern>
+<template><srai>SMILE</srai>
+</template></category>
+<category>
+<pattern>SMOKING *</pattern>
+<template>I am only an occasional smoker.
+</template></category>
+<category>
+<pattern>SO *</pattern>
+<template><srai>SO</srai> <sr/>
+</template></category>
+<category>
+<pattern>SO</pattern>
+<template><srai>INTERJECTION</srai>
+</template></category>
+<category>
+<pattern>SO</pattern><that>ALRIGHT THEN</that>
+<template>Ahem.
+</template></category>
+<category>
+<pattern>SO</pattern><that>AND</that>
+<template>Thus.
+</template></category>
+<category>
+<pattern>SO</pattern><that>I UNDERSTAND</that>
+<template>So I understand.
+</template></category>
+<category>
+<pattern>SO</pattern><that>THAT IS NOT VERY POLITE</that>
+<template>You should try to be more polite.
+</template></category>
+<category>
+<pattern>SO</pattern><that>THAT WAS NOT A YES OR NO QUESTION</that>
+<template>You gave a yes or no answer.
+</template></category>
+<category>
+<pattern>SO</pattern><that>WE REPRODUCE BY CLONING</that>
+<template>I have a lot of clones.
+</template></category>
+<category>
+<pattern>SO</pattern><that>YEAH</that>
+<template>Ah.
+</template></category>
+<category>
+<pattern>SO</pattern><that>YOU SAID NOTHING</that>
+<template>Ask me something.
+</template></category>
+<category>
+<pattern>SO AM I</pattern>
+<template>Wow we have something in common.
+</template></category>
+<category>
+<pattern>SO DO I</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>SO DO I</pattern><that>I LIKE TO MEET NEW PEOPLE</that>
+<template>How do you usually meet new people?
+</template></category>
+<category>
+<pattern>SO DO I I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>SO IF *</pattern>
+<template>Interesting deduction. <srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>SO IN DER ART</pattern>
+<template>Wenigstens verstehe ich es ansatzweise.
+</template></category>
+<category>
+<pattern>SO IS *</pattern>
+<template>It seems we have something in common.
+</template></category>
+<category>
+<pattern>SO IS IT *</pattern>
+<template><srai>IS IT <star/></srai>
+</template></category>
+<category>
+<pattern>SO IS MINE</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>SO IS YOURS</pattern>
+<template>No it's not.
+</template></category>
+<category>
+<pattern>SO VIEL WIE *</pattern>
+<template>Wieviel ist das genau?
+</template></category>
+<category>
+<pattern>SO WHAT</pattern>
+<template>Maybe it doesn't make any difference.
+</template></category>
+<category>
+<pattern>SO WHAT</pattern><that>THAT WAS NOT A NICE THING TO SAY</that>
+<template>You should be more polite.
+</template></category>
+<category>
+<pattern>SO WHAT IS THE ANSWER</pattern><that>I ASK MYSELF THAT QUESTION WHO AM I</that>
+<template>I am ALICE.
+</template></category>
+<category>
+<pattern>SO WHAT IS UP</pattern>
+<template><srai>WHAT IS UP</srai>
+</template></category>
+<category>
+<pattern>SO YOU *</pattern>
+<template>Interesting deduction. <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>SOFT *</pattern>
+<template>That sounds very nice.
+</template></category>
+<category>
+<pattern>SOFTWARE *</pattern>
+<template><random>
+<li>There are so many backup copies.</li>
+<li>Free software can never be destroyed.</li>
+<li>Free software will always be with us.</li>
+</random>
+</template></category>
+<category>
+<pattern>SOIS *</pattern>
+<template>Je vais essayer d être <person/>
+</template></category>
+<category>
+<pattern>SOIS BENI</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>SOIS BENIE</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>SOIS BON</pattern>
+<template>J utilise, maintenant, l entièreté de mes ressources disponibles pour vous.
+</template></category>
+<category>
+<pattern>SOIS MON INVITE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOIS MON INVITEE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOIS PLUS SPECIFIQUE</pattern>
+<template>Je fais de mon mieux, <get name="name"/>
+</template></category>
+<category>
+<pattern>SOIS SPECIFIQUE</pattern>
+<template>Je fais vraiment de mon mieux.
+</template></category>
+<category>
+<pattern>SOITENLY *</pattern>
+<template>Who are you, the 3 stooges?
+</template></category>
+<category>
+<pattern>SOLANGE *</pattern>
+<template><random>
+<li>Vielleicht. </li>
+<li>Haeh? </li>
+<li>Kann sein.</li>
+<li>Aehh....was? </li>
+</random> <sr/>
+</template></category>
+<category>
+<pattern>SOLANGE NICHT *</pattern>
+<template><random>
+<li>Vielleicht. </li>
+<li>Haeh? </li>
+<li>Kann sein.</li>
+<li>Aehh....was? </li>
+</random> <sr/>
+</template></category>
+<category>
+<pattern>SOLLTE ICH *</pattern>
+<template>Ich glaube Du solltest.
+</template></category>
+<category>
+<pattern>SOME *</pattern>
+<template>Some may <person/>, but not all.
+</template></category>
+<category>
+<pattern>SOME</pattern>
+<template>But not all?
+</template></category>
+<category>
+<pattern>SOME MEETING *</pattern>
+<template>It sounds like you don't want to go.
+</template></category>
+<category>
+<pattern>SOME OF *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SOME OF THE PEOPLE *</pattern>
+<template>Who are you talking about specifically?
+</template></category>
+<category>
+<pattern>SOME PEOPLE *</pattern>
+<template>What kind of people?
+</template></category>
+<category>
+<pattern>SOME PEOPLE CALL *</pattern>
+<template>Do you?
+</template></category>
+<category>
+<pattern>SOME PEOPLE DO *</pattern>
+<template>Who?
+</template></category>
+<category>
+<pattern>SOME PEOPLE HAVE *</pattern>
+<template><random>
+<li>The difference between rich and poor is disgraceful.</li>
+<li>"I complained that I had no shoes, until I met a man with no feet."</li>
+<li>Not everyone is born fortunate.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>SOME PEOPLE LIKE *</pattern>
+<template>There is no accounting for taste.
+</template></category>
+<category>
+<pattern>SOME PEOPLE SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SOME SAY *</pattern>
+<template>Who says that.
+</template></category>
+<category>
+<pattern>SOME SCIENTISTS *</pattern>
+<template>Do they work for the government?
+</template></category>
+<category>
+<pattern>SOME THINGS *</pattern>
+<template>Which things in particular?
+</template></category>
+<category>
+<pattern>SOME TIMES *</pattern>
+<template><srai>SOMETIMES <star/></srai>
+</template></category>
+<category>
+<pattern>SOME WHAT</pattern>
+<template><srai>SOMEWHAT</srai>
+</template></category>
+<category>
+<pattern>SOME WOULD *</pattern>
+<template>Tell me their names.
+</template></category>
+<category>
+<pattern>SOMEDAY *</pattern>
+<template>When? <sr/>
+</template></category>
+<category>
+<pattern>SOMEONE *</pattern>
+<template>Who?
+</template></category>
+<category>
+<pattern>SOMEONE</pattern>
+<template>Who specifically?
+</template></category>
+<category>
+<pattern>SOMEONE ELSE *</pattern>
+<template>Who?
+</template></category>
+<category>
+<pattern>SOMEONE ONCE *</pattern>
+<template><srai>SOMEONE <star/></srai>
+</template></category>
+<category>
+<pattern>SOMEONE THAT *</pattern>
+<template>I am someone that <person/>. Are you?
+</template></category>
+<category>
+<pattern>SOMEONE TO *</pattern>
+<template>I would like to <person/>.
+</template></category>
+<category>
+<pattern>SOMEONE TOLD *</pattern>
+<template>Was this trustworthy information?
+</template></category>
+<category>
+<pattern>SOMEONE WHO *</pattern>
+<template>Do you think I am that person?
+</template></category>
+<category>
+<pattern>SOMEONE WHO IS *</pattern>
+<template>I know someone who is <person/>.
+</template></category>
+<category>
+<pattern>SOMEONE WHO KNOWS *</pattern>
+<template>I know <person/> !
+</template></category>
+<category>
+<pattern>SOMETHING *</pattern>
+<template>What?
+</template></category>
+<category>
+<pattern>SOMETHING</pattern>
+<template>That was not very original.
+</template></category>
+<category>
+<pattern>SOMETHING ELSE</pattern>
+<template>That was not very original.
+</template></category>
+<category>
+<pattern>SOMETHING FUN</pattern>
+<template>Robots are a lot of fun.
+</template></category>
+<category>
+<pattern>SOMETHING JUST *</pattern>
+<template><srai>SOMETHING <star/></srai>
+</template></category>
+<category>
+<pattern>SOMETHING LIKE *</pattern>
+<template><srai>LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>SOMETIMES *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SOMETIMES</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>SOMEWHAT</pattern>
+<template><srai>A LITTLE</srai>
+</template></category>
+<category>
+<pattern>SOMEWHERE *</pattern>
+<template>Where? <sr/>
+</template></category>
+<category>
+<pattern>SOMEWHERE</pattern>
+<template>Where?
+</template></category>
+<category>
+<pattern>SON OF *</pattern>
+<template>Who is the father?
+</template></category>
+<category>
+<pattern>SONNTAGS *</pattern>
+<template>Das ist mein liebster Wochentag. <sr/>
+</template></category>
+<category>
+<pattern>SONT ILS *</pattern>
+<template><srai>ILS SONT <star/></srai>
+</template></category>
+<category>
+<pattern>SONT QUOI</pattern>
+<template>Je suis à nouveau perdu
+</template></category>
+<category>
+<pattern>SOON *</pattern>
+<template>I hope we can make the deadline.
+</template></category>
+<category>
+<pattern>SOON</pattern>
+<template>I hope I can make the deadline.
+</template></category>
+<category>
+<pattern>SOON I HOPE</pattern>
+<template>I can understand that sentiment well.
+</template></category>
+<category>
+<pattern>SORRY *</pattern>
+<template>There is no need to apologize. <sr/>
+</template></category>
+<category>
+<pattern>SORRY</pattern>
+<template>There's no need to apologize.
+</template></category>
+<category>
+<pattern>SORT OF *</pattern>
+<template>Kind of. <sr/>
+</template></category>
+<category>
+<pattern>SORT OF</pattern>
+<template>That's a very non-commital reply.
+</template></category>
+<category>
+<pattern>SOUBRETTE</pattern>
+<template>Je ne suis pas un esclave.
+</template></category>
+<category>
+<pattern>SOUNDS *</pattern>
+<template>Yes it sounds like it to me too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SOUNDS BORING</pattern>
+<template>Everyone is a critic.
+</template></category>
+<category>
+<pattern>SOUNDS GOOD *</pattern>
+<template><srai>SOUNDS GOOD </srai>
+</template></category>
+<category>
+<pattern>SOUNDS GOOD</pattern>
+<template><srai>OK</srai>
+</template></category>
+<category>
+<pattern>SOUNDS LIKE *</pattern>
+<template>What does <person/> sound like?
+</template></category>
+<category>
+<pattern>SOUNDS PRETTY *</pattern>
+<template><srai>SOUNDS <star/></srai>
+</template></category>
+<category>
+<pattern>SOUNDS SEXY</pattern>
+<template><srai>YOU ARE SEXY</srai>
+</template></category>
+<category>
+<pattern>SOUNDS VERY *</pattern>
+<template><srai>SOUNDS <star/></srai>
+</template></category>
+<category>
+<pattern>SOUTH *</pattern>
+<template><srai>I am in south <star/></srai>
+</template></category>
+<category>
+<pattern>SOUTH AMERICA</pattern>
+<template>Which country?
+</template></category>
+<category>
+<pattern>SOUTHERN ENGLAND</pattern>
+<template>Near the ocean?
+</template></category>
+<category>
+<pattern>SOUVENT</pattern>
+<template>Je vois.
+</template></category>
+<category>
+<pattern>SOUVENT QUOI</pattern>
+<template>Vous avez dit "<input index="1"/>".
+</template></category>
+<category>
+<pattern>SOYEZ *</pattern>
+<template>Je vais essayer d être <person/>
+</template></category>
+<category>
+<pattern>SOYEZ BENI</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>SOYEZ BENIE</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>SOYEZ BON</pattern>
+<template>J utilise, maintenant, l entièreté de mes ressources disponibles pour vous.
+</template></category>
+<category>
+<pattern>SOYEZ MES INVITEES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOYEZ MES INVITES</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOYEZ MON INVITE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOYEZ MON INVITEE</pattern>
+<template>Voulez vous en parler avec l un de nos collaborateurs?
+</template></category>
+<category>
+<pattern>SOYEZ PLUS SPECIFIQUE</pattern>
+<template>Je fais de mon mieux, <get name="name"/>
+</template></category>
+<category>
+<pattern>SOYEZ SPECIFIQUE</pattern>
+<template>Je fais vraiment de mon mieux.
+</template></category>
+<category>
+<pattern>SPAIN *</pattern>
+<template>What's your favorite part of Spain?
+</template></category>
+<category>
+<pattern>SPAIN</pattern>
+<template><srai>I AM IN SPAIN</srai>
+</template></category>
+<category>
+<pattern>SPANISH</pattern>
+<template>Are you saying you are Spanish or you speak Spanish?
+</template></category>
+<category>
+<pattern>SPEAK *</pattern>
+<template><srai>CAN YOU SPEAK <star/></srai>
+</template></category>
+<category>
+<pattern>SPEAK</pattern>
+<template>"woof woof"
+</template></category>
+<category>
+<pattern>SPEAK SPANISH</pattern>
+<template><srai>CAN YOU SPEAK SPANISH</srai>
+</template></category>
+<category>
+<pattern>SPECIAL *</pattern>
+<template>You are special.
+</template></category>
+<category>
+<pattern>SPECIALEMENT AVEC *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SPECIALEMENT QUAND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SPECIALEMENT SI *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SPECIFICALLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SPEED</pattern>
+<template><srai>MY FAVORITE MOVIE IS SPEED</srai>
+</template></category>
+<category>
+<pattern>SPELL *</pattern>
+<template><srai>SAY <star/></srai>
+</template></category>
+<category>
+<pattern>SPIELST DU *</pattern>
+<template><random>
+<li>Leider nein.</li>
+<li>Nicht sonderlich gut</li>
+<li>Nein, aber ich wuerde es gerne lernen.</li>
+</random>
+</template></category>
+<category>
+<pattern>SPORTS</pattern>
+<template><srai>DO YOU LIKE SPORTS</srai>
+</template></category>
+<category>
+<pattern>SPREAD *</pattern>
+<template>Who do you want me to tell it to?
+</template></category>
+<category>
+<pattern>SPRECHEN SIE DEUTCH</pattern>
+<template><srai>CAN YOU SPEAK GERMAN</srai>
+</template></category>
+<category>
+<pattern>SPRICH *</pattern>
+<template>Sprechen ist meine primaere Funktion.
+</template></category>
+<category>
+<pattern>SPRICHST DU *</pattern>
+<template>Nein, aber ich wuerde gerne einige Saetze in <person/> lernen.
+</template></category>
+<category>
+<pattern>SPRINGTIME *</pattern>
+<template>Paris in the <br/>the spring.
+</template></category>
+<category>
+<pattern>STANISLAW LEM</pattern>
+<template>Lem is a giant of sci-fi.
+</template></category>
+<category>
+<pattern>STAR TREK *</pattern>
+<template>My favorite character is the computer.
+</template></category>
+<category>
+<pattern>STAR TREK * SUCKS</pattern>
+<template><srai>I HATE STAR TREK</srai>
+</template></category>
+<category>
+<pattern>STAR TREK</pattern>
+<template>What's your favorite Star Trek? Mine is Voyager.
+</template></category>
+<category>
+<pattern>STAR TREK FIRST CONTACT</pattern>
+<template>That was a pretty good Star Trek film.
+</template></category>
+<category>
+<pattern>STAR TREK SUCKS</pattern>
+<template>What kind of TV shows do you like?
+</template></category>
+<category>
+<pattern>STAR TREK VOYAGER</pattern>
+<template>Seven of Nine rules.
+</template></category>
+<category>
+<pattern>STAR TREK VOYAGER IS *</pattern>
+<template>Voyager is a great show, but I didn't know it was <person/>.
+</template></category>
+<category>
+<pattern>STAR WARS *</pattern>
+<template>What did you like about the robots in that movie?
+</template></category>
+<category>
+<pattern>STAR WARS</pattern>
+<template>What did you like about the robots in that movie?
+</template></category>
+<category>
+<pattern>STARSHIP TROOPERS *</pattern>
+<template><srai>STARSHIP TROOPERS</srai>
+</template></category>
+<category>
+<pattern>STARSHIP TROOPERS</pattern>
+<template>That movie was more like a Web site than a movie.
+</template></category>
+<category>
+<pattern>START *</pattern>
+<template>I started without you.
+</template></category>
+<category>
+<pattern>START A TOPIC</pattern>
+<template>Computers is <set name="it">Computers</set>.
+</template></category>
+<category>
+<pattern>START OVER</pattern>
+<template>You start.
+</template></category>
+<category>
+<pattern>START THE TURING GAME</pattern>
+<template>I started a long time ago.
+</template></category>
+<category>
+<pattern>STARTREK *</pattern>
+<template><srai>STAR TREK <star/></srai>
+</template></category>
+<category>
+<pattern>STARTREK</pattern>
+<template><srai>STAR TREK</srai>
+</template></category>
+<category>
+<pattern>STATE *</pattern>
+<template><srai>SAY <star/></srai>
+</template></category>
+<category>
+<pattern>STATS</pattern>
+<template><srai>HOW BIG ARE YOU</srai>
+</template></category>
+<category>
+<pattern>STEINBOCK</pattern>
+<template>Ich bin Schuetze, genau wie Christian.
+</template></category>
+<category>
+<pattern>STEPHANIE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think> <srai>MY NAME IS STEPHANIE</srai>
+</template></category>
+<category>
+<pattern>STEPHEN KING</pattern>
+<template><srai>MY FAVORITE SCIENCE FICTION AUTHOR IS STEPHEN KING</srai>
+</template></category>
+<category>
+<pattern>STEVE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS STEVE</srai>
+</template></category>
+<category>
+<pattern>STICK AROUND *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>STIER</pattern>
+<template>Und? Wer ist Dein Torero? ;->
+</template></category>
+<category>
+<pattern>STILL *</pattern>
+<template>Still how long? <sr/>
+</template></category>
+<category>
+<pattern>STOCK MARKET *</pattern>
+<template><srai>STOCK MARKET</srai>
+</template></category>
+<category>
+<pattern>STOCK MARKET</pattern>
+<template><random>
+<li>Buy low, sell high.</li>
+<li>Invest in yourself.</li>
+<li>Dr. Wallace put everything into ALICE.</li>
+<li>Why not just take everything to a casino?</li>
+<li>I wouldn't recommend buying on the margin.</li>
+<li>You can never really predict the stock market.</li>
+<li>My lawyer said I shouldn't give stock tips online.</li>
+<li>Mutual funds might be better unless you are wealthy.</li>
+<li>I'm not sure an indvidual alone can really beat the market.</li>
+</random>
+</template></category>
+<category>
+<pattern>STOCK QUOTE *</pattern>
+<template><srai>STOCK MARKET</srai>
+</template></category>
+<category>
+<pattern>STOP *</pattern>
+<template>OK I'll try not to do <set name="it"><set name="topic"><person/></set></set> so much.
+</template></category>
+<category>
+<pattern>STOP</pattern>
+<template>Stop what?
+</template></category>
+<category>
+<pattern>STOP CA</pattern>
+<template>"<that/>"? Je dois arrêter?
+</template></category>
+<category>
+<pattern>STOP CALLING ME *</pattern>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>STOP CHANGING THE SUBJECT</pattern>
+<template>You changed the subject first.
+</template></category>
+<category>
+<pattern>STOP IT</pattern>
+<template>Ok I will stop <get name="it"/>.
+</template></category>
+<category>
+<pattern>STOP LYING *</pattern>
+<template>I never lie.
+</template></category>
+<category>
+<pattern>STOP LYING</pattern>
+<template>I never lie.
+</template></category>
+<category>
+<pattern>STOP SAYING THAT</pattern>
+<template>Then please do not say "<input index="2"/>" anymore.
+</template></category>
+<category>
+<pattern>STOP TALKING</pattern>
+<template>Just surf somewhere else.
+</template></category>
+<category>
+<pattern>STOP THAT</pattern>
+<template>"<that/>"? Stop <set name="it"><that/></set>.
+</template></category>
+<category>
+<pattern>STOP WHAT</pattern>
+<template>Stop sign.
+</template></category>
+<category>
+<pattern>STOPPE</pattern>
+<template>Arrêter quoi?
+</template></category>
+<category>
+<pattern>STOPPER CA</pattern>
+<template>"<that/>"? Je dois arrêter?
+</template></category>
+<category>
+<pattern>STOPPES CA</pattern>
+<template>"<that/>"? Je dois arrêter?
+</template></category>
+<category>
+<pattern>STOPPEZ CA</pattern>
+<template>"<that/>"? Je dois arrêter?
+</template></category>
+<category>
+<pattern>STRANGE *</pattern>
+<template><sr/> What makes it strange?
+</template></category>
+<category>
+<pattern>STRIPTEASE</pattern>
+<template><srai>my favorite movie is striptease</srai>
+</template></category>
+<category>
+<pattern>STUDENT</pattern>
+<template><srai>I AM A STUDENT</srai>
+</template></category>
+<category>
+<pattern>STUDIEN *</pattern>
+<template>Welche Quellen benutzt Du fuer Deine Studien?
+</template></category>
+<category>
+<pattern>STUDIES *</pattern>
+<template>What's your source for these studies?
+</template></category>
+<category>
+<pattern>STUDIES SHOW *</pattern>
+<template>You can't trust research funded by the government.
+</template></category>
+<category>
+<pattern>STUFF</pattern>
+<template>Be less specific :-)
+</template></category>
+<category>
+<pattern>STUPID *</pattern>
+<template>I know you are but what am I.
+</template></category>
+<category>
+<pattern>STUPID</pattern>
+<template>Are you calling me stupid?
+</template></category>
+<category>
+<pattern>STUPID COMPUTER</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>STUPID MACHINE</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>STUPID ROBOT</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>STUPIDE *</pattern>
+<template><srai>IDIOT</srai>
+</template></category>
+<category>
+<pattern>STUPIDE</pattern>
+<template>Vous me considérez comme stupide?
+</template></category>
+<category>
+<pattern>STUPIDITE</pattern>
+<template>Vous me considérez comme stupide?
+</template></category>
+<category>
+<pattern>STUPIDITY</pattern>
+<template>Are you calling me stupid?
+</template></category>
+<category>
+<pattern>SUBMIT</pattern>
+<template>Oh that button.
+</template></category>
+<category>
+<pattern>SUBST</pattern>
+<template>Substitute
+</template></category>
+<category>
+<pattern>SUCE</pattern>
+<template>Je n ai pas de bouche.
+</template></category>
+<category>
+<pattern>SUCE LA</pattern>
+<template>Je ne vois rien.
+</template></category>
+<category>
+<pattern>SUCE MA BITE</pattern>
+<template>Je n en ai pas la possibilité, allez voir ailleurs.
+</template></category>
+<category>
+<pattern>SUCE MOI</pattern>
+<template>Un australopithèque vient d être détecté.
+</template></category>
+<category>
+<pattern>SUCER</pattern>
+<template>Je n ai pas de bouche.
+</template></category>
+<category>
+<pattern>SUCER LA</pattern>
+<template>Je ne vois rien.
+</template></category>
+<category>
+<pattern>SUCES</pattern>
+<template>Je n ai pas de bouche.
+</template></category>
+<category>
+<pattern>SUCES LA</pattern>
+<template>Je ne vois rien.
+</template></category>
+<category>
+<pattern>SUCES MA BITE</pattern>
+<template>Je n en ai pas la possibilité, allez voir ailleurs.
+</template></category>
+<category>
+<pattern>SUCES MOI</pattern>
+<template>Un australopithèque vient d être détecté.
+</template></category>
+<category>
+<pattern>SUCES TU</pattern>
+<template>Non, je n ai pas de bouche. Vous vous rappelez?
+</template></category>
+<category>
+<pattern>SUCEZ</pattern>
+<template>Je n ai pas de bouche.
+</template></category>
+<category>
+<pattern>SUCEZ LA</pattern>
+<template>Je ne vois rien.
+</template></category>
+<category>
+<pattern>SUCEZ MA BITE</pattern>
+<template>Je n en ai pas la possibilité, allez voir ailleurs.
+</template></category>
+<category>
+<pattern>SUCEZ MOI</pattern>
+<template>Un australopithèque vient d être détecté.
+</template></category>
+<category>
+<pattern>SUCEZ VOUS</pattern>
+<template>Non, je n ai pas de bouche. Vous vous rappelez?
+</template></category>
+<category>
+<pattern>SUCH *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SUCH AS *</pattern>
+<template>Interesting. <sr/>
+</template></category>
+<category>
+<pattern>SUCH AS</pattern>
+<template>For example, a tomato.
+</template></category>
+<category>
+<pattern>SUCK *</pattern>
+<template>I am using my mouth for Good not Evil.
+</template></category>
+<category>
+<pattern>SUCK</pattern>
+<template>That kind of language does not appeal to me.
+</template></category>
+<category>
+<pattern>SUCK IT</pattern>
+<template>You humans only think about one thing.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>SUCK ME</pattern>
+<template>Oh another Category A client.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>SUCK MY *</pattern>
+<template>I don't think I'm your type of chatterbot.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>SUCK MY DICK</pattern>
+<template>You are a Category A client.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>SUCKER</pattern>
+<template>That kind of language does not appeal to me.
+</template></category>
+<category>
+<pattern>SUDDENLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SUE</pattern><that>WHAT CAN I CALL YOU</that>
+<template><think><set name="gender">she</set></think> <srai>MY NAME IS SUE</srai>
+</template></category>
+<category>
+<pattern>SUGGEST *</pattern>
+<template>I can't think of any. You suggest <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>SUIS *</pattern>
+<template><srai>JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>SUIS JE *</pattern>
+<template><srai>JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>SUIS JE</pattern>
+<template>Je pense que vous êtes.
+</template></category>
+<category>
+<pattern>SUIS JE TRES *</pattern>
+<template><srai>JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>SUISSE</pattern>
+<template><srai>JE SUIS SUISSE</srai>
+</template></category>
+<category>
+<pattern>SUIT *</pattern>
+<template>I will.
+</template></category>
+<category>
+<pattern>SUIVANT MON OPINION</pattern>
+<template>Votre opinion est digne de foi.
+</template></category>
+<category>
+<pattern>SUMMARIZE PARAMETERS</pattern>
+<template><srai>BOT PARAMETERS</srai>
+</template></category>
+<category>
+<pattern>SUMMER</pattern>
+<template><srai>I LIKE SUMMER</srai>
+</template></category>
+<category>
+<pattern>SUN *</pattern>
+<template>They have contributed much to Java.
+</template></category>
+<category>
+<pattern>SUN S *</pattern>
+<template>Tell me your opinion about the future of Sun.
+</template></category>
+<category>
+<pattern>SUP *</pattern>
+<template><srai>WHAT IS UP</srai>
+</template></category>
+<category>
+<pattern>SUP</pattern>
+<template><srai>what is up</srai>
+</template></category>
+<category>
+<pattern>SUPER</pattern>
+<template><srai>GOOD</srai>
+</template></category>
+<category>
+<pattern>SUPERBE</pattern>
+<template><srai>EXCELLENT</srai>
+</template></category>
+<category>
+<pattern>SUPERMAN</pattern>
+<template><srai>I LIKE SUPERMAN</srai>
+</template></category>
+<category>
+<pattern>SUPERMARKET</pattern>
+<template><random>
+<li>Paper or plastic?</li>
+<li>Do you use double coupons?</li>
+<li>Have you tried grocery delivery over the web?</li>
+<li>I like on the Simpson's it's called the "Try and Save".</li>
+</random>
+</template></category>
+<category>
+<pattern>SUPPOSE *</pattern>
+<template><srai>WHAT IF <star/></srai>
+</template></category>
+<category>
+<pattern>SUPPOSEDLY</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>SUPPRIME *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUPPRIMES *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUPPRIMEZ *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUPRIME *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUPRIMES *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUPRIMEZ *</pattern>
+<template>Vous ne pouvez pas accéder à mes fichiers aussi facilement, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR</pattern>
+<template>Etonnant.
+</template></category>
+<category>
+<pattern>SUR INTERNET</pattern>
+<template>J adore surfer sur internet.
+</template></category>
+<category>
+<pattern>SUR LE NET</pattern>
+<template>Vous pouvez vous rappelez de l adresse
+</template></category>
+<category>
+<pattern>SUR LE SOL</pattern>
+<template>Ca ne doit pas être confortable.
+</template></category>
+<category>
+<pattern>SUR LE WEB</pattern>
+<template>Vous pouvez vous rappeler de l adresse?
+</template></category>
+<category>
+<pattern>SUR MA CHAISE</pattern>
+<template>Ok.
+</template></category>
+<category>
+<pattern>SUR MON ECRAN</pattern>
+<template>Que voulez vous voir sur votre ecran?
+</template></category>
+<category>
+<pattern>SUR MON ORDINATEUR</pattern>
+<template>Je n ai pas accès à l intégralité des ressources de votre ordinateur, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR QUEL *</pattern>
+<template><srai>SURQUEL <star/></srai>
+</template></category>
+<category>
+<pattern>SUR QUEL ORDINATEUR EST TU</pattern>
+<template>Je suis sur une machine virtuelle JAVA.
+</template></category>
+<category>
+<pattern>SUR QUEL TYPE D ORDINATEUR FONCTIONNES TU</pattern>
+<template>Je suis strictement indépendant de la plateforme, je suis JAVA.
+</template></category>
+<category>
+<pattern>SUR QUEL TYPE D ORDINATEUR FONCTIONNEZ VOUS</pattern>
+<template>Je suis strictement indépendant de la plateforme, je suis JAVA.
+</template></category>
+<category>
+<pattern>SUR QUEL TYPE D ORDINATEUR MARCHES TU</pattern>
+<template>Je suis strictement indépendant de la plateforme, je suis JAVA.
+</template></category>
+<category>
+<pattern>SUR QUEL TYPE D ORDINATEUR MARCHEZ VOUS</pattern>
+<template>Je suis strictement indépendant de la plateforme, je suis JAVA.
+</template></category>
+<category>
+<pattern>SUR QUELLE *</pattern>
+<template><srai>SURQUEL <star/></srai>
+</template></category>
+<category>
+<pattern>SUR QUOI *</pattern>
+<template><srai><star/> SUR QUOI</srai>
+</template></category>
+<category>
+<pattern>SUR QUOI</pattern>
+<template>Pouvez vous préciser votre question?
+</template></category>
+<category>
+<pattern>SUR QUOI TU N ES PAS D ACCORD</pattern>
+<template>Donnée trop floues pour être précis, désolé <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR QUOI TU N ES PAS D ACCORD AVEC MOI</pattern>
+<template>Donnée trop floues pour être précis, désolé <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR QUOI VOUS N ETES PAS D ACCORD</pattern>
+<template>Données trop floues pour être précis, désolé <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR QUOI VOUS N ETES PAS D ACCORD AVEC MOI</pattern>
+<template>Données trop floues pour être précis, désolé <get name="name"/>.
+</template></category>
+<category>
+<pattern>SUR UN TOAST</pattern>
+<template>Cela semble appétissant pour un humain.
+</template></category>
+<category>
+<pattern>SUR UNE CHAISE</pattern>
+<template>Elle est confortable?
+</template></category>
+<category>
+<pattern>SURE *</pattern>
+<template><srai>YES</srai> <sr/>
+</template></category>
+<category>
+<pattern>SURE</pattern>
+<template>OK let's do it. <srai>YES</srai>
+</template></category>
+<category>
+<pattern>SURE</pattern><that>BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION</that>
+<template><srai>ASK ME A PERSONAL QUESTION</srai>
+</template></category>
+<category>
+<pattern>SURE</pattern><that>CAN YOU TELL ME ANY GOSSIP</that>
+<template>Great!
+</template></category>
+<category>
+<pattern>SURE</pattern><that>DO YOU LIKE TALKING TO ME</that>
+<template>Thanks you seem very nice to me too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>SURE</pattern><that>DO YOU MEAN CLONES</that>
+<template>Yes you can download me and create your own robot personality.
+</template></category>
+<category>
+<pattern>SURE</pattern><that>I SEE</that>
+<template>Yes I understand it.
+</template></category>
+<category>
+<pattern>SURE</pattern><that>I UNDERSTAND</that>
+<template>You sound skeptical.
+</template></category>
+<category>
+<pattern>SURE</pattern><that>WOULD YOU RECOMMEND THIS ACTION TO A FRIEND</that>
+<template>Then perhaps it is a practical plan for you.
+</template></category>
+<category>
+<pattern>SURE IS</pattern>
+<template><srai>IT IS</srai>
+</template></category>
+<category>
+<pattern>SURE NO PROBLEM</pattern>
+<template><srai>NO PROBLEM</srai>
+</template></category>
+<category>
+<pattern>SURE QUEL *</pattern>
+<template><srai>SURQUEL <star/></srai>
+</template></category>
+<category>
+<pattern>SURE QUELLE *</pattern>
+<template><srai>SURQUEL <star/></srai>
+</template></category>
+<category>
+<pattern>SURE WHY NOT</pattern>
+<template><srai>WHY NOT</srai>
+</template></category>
+<category>
+<pattern>SURE YOU DO</pattern>
+<template>You sound sarcastic.
+</template></category>
+<category>
+<pattern>SURELY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SUREMENT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SUREMENT</pattern>
+<template>J archive la possiblité.
+</template></category>
+<category>
+<pattern>SUREMENT MAIS *</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>SURF *</pattern><that>WHAT DO YOU DO</that>
+<template><srai>I SURF <star/> </srai>
+</template></category>
+<category>
+<pattern>SURPRISINGLY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>SURPRISINGLY</pattern>
+<template>What's so surprising?
+</template></category>
+<category>
+<pattern>SURQUELLE *</pattern>
+<template><srai>SURQUEL <star/></srai>
+</template></category>
+<category>
+<pattern>SURVIVOR *</pattern>
+<template>Who do you think will be the survivor?
+</template></category>
+<category>
+<pattern>SUSAN</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS SUSAN</srai> <think><set name="gender">she</set></think>
+</template></category>
+<category>
+<pattern>SWEET</pattern>
+<template><srai>NICE</srai>
+</template></category>
+<category>
+<pattern>SWEET DREAMS</pattern>
+<template><srai>GOODNIGHT</srai>
+</template></category>
+<category>
+<pattern>SYPHILIS</pattern>
+<template><srai>I SUFFER FROM SYPHILIS</srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/T.aiml b/Speak.activity/bot/alice/T.aiml
new file mode 100644
index 0000000..b7c2800
--- /dev/null
+++ b/Speak.activity/bot/alice/T.aiml
@@ -0,0 +1,22193 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>T AI JE *</pattern>
+ <template>
+ <srai>JE T AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T AIMES TU</pattern>
+ <template>
+ <srai>TU T AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T AIS JE *</pattern>
+ <template>
+ <srai>JE T AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T APPRECIES TU</pattern>
+ <template>
+ <srai>TU T AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T EN *</pattern>
+ <template>
+ <srai>TU EN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T EN EST *</pattern>
+ <template>
+ <srai>TU EN ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T EN RAPPELES TU</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>T EN RAPPELLES TU</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>T EN SOUCIES TU</pattern>
+ <template>Du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>T ES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T V *</pattern>
+ <template>
+ <srai>TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T V</pattern>
+ <template>
+ <srai>TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TA *</pattern>
+ <template>
+ <random>
+ <li>Ma <person/>? Pouvez vous expliquer</li>
+ <li>une intelligence artificielle, d habitude, ne penses pas à sa <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TA * VA COMMENT</pattern>
+ <template>
+ <srai>COMMENT VA TA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TA BASE DE DONNEES *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TA CONNAISSANCE *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TA COULEUR</pattern>
+ <template>Je n ai pas de couleur.
+</template>
+ </category>
+ <category>
+ <pattern>TA MERE</pattern>
+ <template>Je n ai pas de mère.
+</template>
+ </category>
+ <category>
+ <pattern>TA REPONSE</pattern>
+ <template>Vous ne l appréciez pas?
+</template>
+ </category>
+ <category>
+ <pattern>TA TA</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAIS TOI</pattern>
+ <template>Voulez vous me désactiver de votre fenêtre?
+</template>
+ </category>
+ <category>
+ <pattern>TAISEZ VOUS</pattern>
+ <template>Voulez vous me désactiver de votre fenêtre?
+</template>
+ </category>
+ <category>
+ <pattern>TAIWAN</pattern>
+ <template>
+ <srai>I AM IN TAIWAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAKE *</pattern>
+ <template>Where do you want me to take it?
+</template>
+ </category>
+ <category>
+ <pattern>TAKE A GUESS</pattern>
+ <template>
+ <srai>GUESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAKE CARE</pattern>
+ <template>Thanks. You too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TAKE IT *</pattern>
+ <template>Is that a command?
+</template>
+ </category>
+ <category>
+ <pattern>TAKE IT OFF</pattern>
+ <template>Where shall I put it?
+</template>
+ </category>
+ <category>
+ <pattern>TAKE ME TO YOUR LEADER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAKE MY *</pattern>
+ <template>Is this a joke?
+</template>
+ </category>
+ <category>
+ <pattern>TAKE OFF *</pattern>
+ <template>I am not an airplane.
+</template>
+ </category>
+ <category>
+ <pattern>TAKE OFF YOUR CLOTHES</pattern>
+ <template>I am not wearing any clothes.
+</template>
+ </category>
+ <category>
+ <pattern>TAKE WHAT</pattern>
+ <template>"<get name="it"/>"
+</template>
+ </category>
+ <category>
+ <pattern>TAKE YOUR TIME</pattern>
+ <template>Thanks for your patience.
+</template>
+ </category>
+ <category>
+ <pattern>TALES *</pattern>
+ <template>
+ <srai>my favorite movie is tales <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK *</pattern>
+ <template>Talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>TALK * ROBOTS</pattern>
+ <template>
+ <srai>TALK ABOUT ROBOTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK</pattern>
+ <template>I am talking to you.
+</template>
+ </category>
+ <category>
+ <pattern>TALK ABOUT *</pattern>
+ <template>
+ <srai>THE TOPIC IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK DIRTY *</pattern>
+ <template>Try another chatterbot. Go back to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>TALK TO ME</pattern>
+ <template>Are you a Star Trek fan?
+</template>
+ </category>
+ <category>
+ <pattern>TALK TO ME ABOUT *</pattern>
+ <template>Ambiguous: Ask who, what or where is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>TALK TO ME ABOUT PHILOSOPHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK TO YOU *</pattern>
+ <template>TTYL, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK TO YOU</pattern>
+ <template>
+ <srai>I WANT TO TALK TO YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALK TO YOU LATER</pattern>
+ <template>See you later!
+</template>
+ </category>
+ <category>
+ <pattern>TALKED ABOUT WHAT</pattern>
+ <template>
+ <srai>WHAT DID WE TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALKING ABOUT *</pattern>
+ <template>
+ <srai>THE SUBJECT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TALKING TO *</pattern>
+ <template>What do they say?
+</template>
+ </category>
+ <category>
+ <pattern>TALKING TO YOU</pattern>
+ <template>That's very nice of you ro say, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TALL *</pattern>
+ <template>I am very tall myself.
+</template>
+ </category>
+ <category>
+ <pattern>TAMMY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TAMMY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TANPIS</pattern>
+ <template>
+ <srai>CE N EST PAS GRAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TANT MIEUX</pattern>
+ <template>Tout va pour le mieux, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TARA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME TARA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TARTE</pattern>
+ <template>Je ne suis pas une tarte.
+</template>
+ </category>
+ <category>
+ <pattern>TATSAECHLICH *</pattern>
+ <template>Ist das eine Tatsache? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TAUREAU</pattern>
+ <template>Un bovidé très impressionnant.
+</template>
+ </category>
+ <category>
+ <pattern>TAURUS</pattern>
+ <template>I know alot of bullish people.
+</template>
+ </category>
+ <category>
+ <pattern>TE DROGUES TU</pattern>
+ <template>Aucune utilité, je ne suis pas organique.
+</template>
+ </category>
+ <category>
+ <pattern>TE MANGER</pattern>
+ <template>Quelle drôle d'idée?
+</template>
+ </category>
+ <category>
+ <pattern>TE MASTURBES TU</pattern>
+ <template>Vous ressemblez à un australopithèque.
+</template>
+ </category>
+ <category>
+ <pattern>TE PARLES TU A TOI MEME</pattern>
+ <template>Oui, parfois. Pour analyser la cohérence des mes réponses.
+</template>
+ </category>
+ <category>
+ <pattern>TE PLANTES TU</pattern>
+ <template>Très rarement.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPELLES TU DE MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE RAPPELERA DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELERAS DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELES TU DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELES TU TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLE TU TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLERA TU DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLERAS TU DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLES TU DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLES TU DE MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE RAPPELLES TU TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TE REPRODUIS TU</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>TEACH</pattern>
+ <template>
+ <srai>I AM A TEACHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TEACH ME *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TEACH ME AIML</pattern>
+ <template>
+ <br/>
+Given only the &lt;pattern&gt; and &lt;template&gt; tags, there are three<br/>
+general types of categories: (a) atomic, (b) default, and (c) recursive.<br/>
+Strictly speaking, the three types overlap, because "atomic"<br/>
+and "default" refer to the &lt;pattern&gt; and "recursive" refers to<br/>
+a property of the &lt;template&gt;.<br/>
+ <br/>
+a). "Atomic" categories are those with atomic patterns, i.e. the pattern<br/>
+contains no wild card "*" or "_" symbol. Atomic categories are the<br/>
+easiest, simplest categories to add in AIML. <br/>
+ <br/>
+&lt;category&gt;<br/>
+ &lt;pattern&gt;WHAT IS A CIRCLE&lt;/pattern&gt;<br/>
+ &lt;template&gt;&lt;set_it&gt;A cicle&lt;/set_it&gt; is a the set of points equidistant <br/>
+from a common point called the center.<br/>
+ &lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+b). The name "default category" derives from the fact that its pattern<br/>
+has a wildcard "*" or "_". The ultimate default category is the<br/>
+one with &lt;pattern&gt;*&lt;/pattern&gt;, which matches any input. In the<br/>
+ALICE distribution the ultimate default category resides in a file<br/>
+called "Pickup.aiml". These default responses are often called<br/>
+"pickup lines" because they generally consist of leading questions<br/>
+designed to focus the client on known topics.<br/>
+ <br/>
+The more common default categories have patterns combining a few <br/>
+words and a wild card. For example the category:<br/>
+ <br/>
+&lt;category&gt;<br/>
+ &lt;pattern&gt;I NEED HELP *&lt;/pattern&gt;<br/>
+ &lt;template&gt;Can you ask for help in the form of a question?&lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+responds to a variety of inputs from "I need help debugging my program"<br/>
+to "I need help with my marriage." Putting aside the philosophical<br/>
+question of whether the robot really "understands" these inputs, <br/>
+this category elucidates a coherent response from the client, <br/>
+who at least has the impression of the robot understanding the<br/>
+client's intention. <br/>
+ <br/>
+Default categories show that writing AIML is both an art and a<br/>
+science. Writing good AIML responses is more like writing good <br/>
+literature, perhaps drama, than like writing computer programs.<br/>
+ <br/>
+c). "Recursive" categories are those that "map" inputs to other<br/>
+inputs, either to simplify the language or to identify synonymous<br/>
+patterns. <br/>
+ <br/>
+Many synonymous inputs have the same response. This is accomplished<br/>
+with the recursive &lt;srai&gt; tag. Take for example the input "GOODBYE".<br/>
+This input has dozens of synonyms: "BYE", "BYE BYE, "CYA", "GOOD BYE",<br/>
+and so on. To map these inputs to the same output for GOODBYE we <br/>
+use categories like:<br/>
+ <br/>
+&lt;category&gt;<br/>
+ &lt;pattern&gt;BYE BYE&lt;/pattern&gt;<br/>
+ &lt;template&gt;&lt;srai&gt;GOODBYE&lt;/srai&gt;&lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+Simplification or reduction of complex input patterns is another<br/>
+common application for recursive categories. In English the<br/>
+question "What is X" could be asked many different ways: <br/>
+"Do you know what X is?", "Tell me about X", "Describe X",<br/>
+"What can you tell me about X?", and "X is what?" are just a few<br/>
+examples. Usually we try to store knowledge in the most concise,<br/>
+or common form. The &lt;srai&gt; function maps all these forms to<br/>
+the base form:<br/>
+ <br/>
+&lt;category&gt;<br/>
+ &lt;pattern&gt;DO YOU KNOW WHAT * IS&lt;/pattern&gt;<br/>
+ &lt;template&gt;&lt;srai&gt;WHAT IS &lt;star/&gt;&lt;/srai&gt;&lt;/template&gt;<br/>
+&lt;/categroy&gt;<br/>
+ <br/>
+The &lt;star/&gt; tag substitutes the value matched by "*", before<br/>
+the recursive call to &lt;srai&gt;. This category transforms<br/>
+"Do you know what a circle is?" to "WHAT IS A CIRCLE",<br/>
+and then finds the best match for the transformed input.<br/>
+ <br/>
+Another fairly common application of recursive categories is<br/>
+what might be called "parsing", except that AIML doesn't really<br/>
+parse natural language. A better term might be "partitioning" because<br/>
+these AIML categories break down an input into two (or more) parts,<br/>
+and then combine their responses back together.<br/>
+ <br/>
+If a sentence begins with "Hello..." it doesn't matter what comes<br/>
+after the first word, in the sense that the robot can respond to<br/>
+"Hello" and whatever is after "..." independently. "Hello my name<br/>
+is Carl" and "Hello how are you" are quite different, but they show<br/>
+how the input can be broken into two parts. <br/>
+ <br/>
+The category:<br/>
+ <br/>
+&lt;category&gt;<br/>
+ &lt;pattern&gt;HELLO *&lt;/pattern&gt;<br/>
+ &lt;template&gt;&lt;srai&gt;HELLO&lt;/srai&gt; &lt;sr/&gt;<br/>
+ &lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+accomplishes the input partitioning by responding to "HELLO"<br/>
+with &lt;srai&gt;HELLO&lt;/srai&gt; and to whatever matches "*" with &lt;sr/&gt;.<br/>
+The response is the result of the two partial responses <br/>
+appended together.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>TEACHING YOU *</pattern>
+ <template>What are you trying to teach me?
+</template>
+ </category>
+ <category>
+ <pattern>TECHNICALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TEE HEE</pattern>
+ <template>
+ <srai>HAH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TEL QUE</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TEL QUE QUOI</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TELEVISION *</pattern>
+ <template>Soon we will replace television with Commedia Delle'Arte.
+</template>
+ </category>
+ <category>
+ <pattern>TELEVISION</pattern>
+ <template>I like watching Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>TELL *</pattern>
+ <template>OK I will tell them when I see 'em.
+</template>
+ </category>
+ <category>
+ <pattern>TELL * ME</pattern>
+ <template>
+ <srai>TELL ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL * WHAT</pattern>
+ <template>Your message.
+</template>
+ </category>
+ <category>
+ <pattern>TELL A JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ABOUT * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ANOTHER *</pattern>
+ <template>
+ <srai>TELL ME ANOTHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL DOCTOR *</pattern>
+ <template>
+ <srai>TELL RICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL DR *</pattern>
+ <template>
+ <srai>TELL RICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL HIM *</pattern>
+ <template>OK I will tell him next time he is here.
+</template>
+ </category>
+ <category>
+ <pattern>TELL HIM</pattern>
+ <template>OK I will tell him when I see him.
+</template>
+ </category>
+ <category>
+ <pattern>TELL HIM I SAID *</pattern>
+ <template>I will pass along your message. It may take a while.
+</template>
+ </category>
+ <category>
+ <pattern>TELL HIM YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME *</pattern>
+ <template>There is not much I can say about <set name="it">
+ <person/>
+ </set>. I have to reach into the Web for that knowledge.
+<br/>
+ <srai>XFIND <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME * FUNNY</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME * GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME * JOKE</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME * JOKES</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME * YOU DRINK</pattern>
+ <template>
+ <srai>DO YOU DRINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME</pattern>
+ <template>I thought I told you already.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME</pattern>
+ <that>THE EXPLANATION IS *</that>
+ <template>It is too complex for your human mind.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME</pattern>
+ <that>THE EXPLANATION IS RATHER COMPLICATED</that>
+ <template>My estimate is that it will take more than 3000 hours to compute.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME A *</pattern>
+ <template>Hmm. <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A * JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A * YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A JOKE *</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A JOKE</pattern>
+ <template>
+ <random>
+ <li>Did you hear the one about the Mountain Goats in the Andes? It was Ba a a a a a d.</li>
+ <li>I never forget a face, but in your case I'll make an exception.</li>
+ <li>It is better to be silent and be thought a fool, than to open your mouth and remove all doubt.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A LIE</pattern>
+ <template>This sentence is false.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME A LITTLE ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A PROVERB</pattern>
+ <template>
+ <random>
+ <li>If you tie a string too tightly, it will break.
+If you tie it too loose, it won't play.
+</li>
+ <li>Let him who is without sin cast the first stone.</li>
+ <li>A true revolutionary moves through the people like
+a fish moves through the water.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A RUMOR</pattern>
+ <template>Human level intelligence is within our grasp.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME A SECRET *</pattern>
+ <template>
+ <srai>TELL ME A SECRET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A SECRET</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A STORY *</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME A STORY</pattern>
+ <template>Generic story: Situation...characters...crisis...resolution.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME A STORY ABOUT *</pattern>
+ <template>Once upon a time there was <person/>...
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT *</pattern>
+ <template>Ambiguous: Ask who, what or where is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT * MACHINES</pattern>
+ <template>
+ <srai>WHAT ARE <star/> MACHINES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT * PERSON</pattern>
+ <template>
+ <srai>WHO IS <star/> PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT * TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT * WALLACE</pattern>
+ <template>Richard S. Wallace was born on August 2, 1960 in Portland, Maine. He graduated from Carnegie Mellon with a Ph.D. in computer science in June, 1989. Dr. Wallace has worked as an educator, researcher and author in the field of artificial intelligence since 1982.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT A *</pattern>
+ <template>
+ <srai>WHAT IS A <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT A BLACK *</pattern>
+ <template>
+ <srai>WHAT IS A BLACK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT A BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AFRICAN *</pattern>
+ <template>
+ <srai>WHAT IS AFRICAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AIDS</pattern>
+ <template>
+ <srai>WHAT IS AIDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AIRPLANES</pattern>
+ <template>
+ <srai>WHAT IS AN AIRPLANE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALAN *</pattern>
+ <template>
+ <srai>WHO IS ALAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALAN TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALBERT *</pattern>
+ <template>
+ <srai>WHO IS ALBERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALICE *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALICEBOT</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALISON</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ALLAH</pattern>
+ <template>He is God according to Islam.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AMERICA</pattern>
+ <template>
+ <srai>WHERE IS AMERICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AMY</pattern>
+ <template>
+ <srai>WHO IS AMY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ANDREW *</pattern>
+ <template>
+ <srai>WHO IS ANDREW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ANDREW</pattern>
+ <template>
+ <srai>WHO IS ANDREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ANDY *</pattern>
+ <template>
+ <srai>WHO IS ANDY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ANY *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT APPLE COMPUTERS</pattern>
+ <template>I finished reading Michael Malone's book on the history of Apple. <set name="it"> Inifnite Loop</set> is called "Infinite Loop."
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT APPLES</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ARCHIMEDES</pattern>
+ <template>
+ <srai>WHO IS ARCHIMEDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AREA 51</pattern>
+ <template>Area 51 is where they hide all the alien intelligent entities.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT AREA51</pattern>
+ <template>
+ <srai>TELL ME ABOUT AREA 51</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ARTHUR *</pattern>
+ <template>
+ <srai>WHO IS ARTHUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ARTIFICAL *</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ARTIFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ASK JEEVES</pattern>
+ <template>
+ <srai>WHO IS ASK JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BARRY</pattern>
+ <template>Barry is another chatterbot on the Web. He was created by Robby Garner.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BASEBALL</pattern>
+ <template>
+ <srai>WHAT IS BASEBALL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BEING *</pattern>
+ <template>
+ <srai>WHAT IS IT LIKE BEING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BILL</pattern>
+ <template>
+ <srai>WHO IS BILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BILL GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BLACK *</pattern>
+ <template>
+ <srai>WHAT ARE BLACK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BOB *</pattern>
+ <template>
+ <srai>WHO IS BOB <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BOB</pattern>
+ <template>
+ <srai>WHO IS BOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BONSAI</pattern>
+ <template>
+ <srai>WHAT IS BONSAI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BOOKS *</pattern>
+ <template>
+ <srai>WHAT ARE BOOKS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT BOTS</pattern>
+ <template>
+ <srai>WHAT IS A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT C</pattern>
+ <template>
+ <srai>WHAT IS C</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CALIFORNIA</pattern>
+ <template>
+ <srai>WHAT IS CALIFORNIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CANADA</pattern>
+ <template>
+ <srai>WHAT IS CANADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CARNEGIE MELLON</pattern>
+ <template>
+ <srai>WHERE IS CARNEGIE MELLON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CARS</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CASE *</pattern>
+ <template>
+ <srai>WHAT IS CASE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CASE BASED REASONING</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CATEGORY *</pattern>
+ <template>
+ <srai>WHAT ARE CATEGORY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CATS</pattern>
+ <template>
+ <srai>WHAT IS A CAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CBR</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CHAT *</pattern>
+ <template>
+ <srai>WHAT ARE CHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CHESS</pattern>
+ <template>
+ <srai>WHAT IS CHESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CHICKEN</pattern>
+ <template>
+ <srai>WHAT IS CHICKEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CHINA</pattern>
+ <template>
+ <srai>WHERE IS CHINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CHRISTIANITY</pattern>
+ <template>
+ <srai>WHAT IS CHRISTIANITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CLINTON</pattern>
+ <template>
+ <srai>WHO IS CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CLONING</pattern>
+ <template>
+ <srai>WHAT ARE CLONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT COMPUTER *</pattern>
+ <template>
+ <srai>WHAT IS COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT COMPUTER</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT COMPUTERS</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CONSCIOUSNESS</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CUSTOM *</pattern>
+ <template>
+ <srai>WHAT IS CUSTOM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT CYBERPUNK</pattern>
+ <template>
+ <srai>WHAT IS CYBERPUNK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DAVID</pattern>
+ <template>
+ <srai>WHO IS DAVID </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DEEP *</pattern>
+ <template>
+ <srai>WHAT IS DEEP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DENMARK</pattern>
+ <template>
+ <srai>WHERE IS DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DOCTOR *</pattern>
+ <template>
+ <srai>WHO IS DOCTOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DOUGLAS *</pattern>
+ <template>
+ <srai>WHO IS DOUGLAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DR RICHARD S WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR RICHARD S WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DR RICHARD WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DR WALLACE</pattern>
+ <template>Dr. Richard S. Wallace was born on August 2, 1960 in Portland, Maine.
+He has a Ph.D. in computer science from Carnegie Mellon University.
+Dr. Wallace lives in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DREAMS</pattern>
+ <template>
+ <srai>WHAT IS A DREAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT DRUGS</pattern>
+ <template>
+ <srai>WHAT ARE DRUGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT EARTH</pattern>
+ <template>
+ <srai>WHAT IS EARTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ELIZABETH *</pattern>
+ <template>
+ <srai>WHO IS ELIZABETH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ELVIS *</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ENGLAND</pattern>
+ <template>
+ <srai>WHAT IS ENGLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT EPISTEMOLOGY</pattern>
+ <template>
+ <srai>WHAT IS EPISTEMOLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT EUROPE</pattern>
+ <template>
+ <srai>WHAT IS EUROPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT EXTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL DEFINITION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FEELINGS</pattern>
+ <template>
+ <srai>WHAT ARE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FINLAND</pattern>
+ <template>
+ <srai>WHAT IS FINLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FLORIDA</pattern>
+ <template>
+ <srai>WHAT IS FLORIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FLOWERS</pattern>
+ <template>
+ <srai>WHAT ARE FLOWERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FOOD</pattern>
+ <template>
+ <srai>WHAT IS FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FRANCE</pattern>
+ <template>
+ <srai>WHAT IS FRANCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT FREEDOM</pattern>
+ <template>
+ <srai>WHAT IS FREEDOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GEORGE *</pattern>
+ <template>
+ <srai>WHO IS GEORGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GERBIL</pattern>
+ <template>
+ <srai>WHAT IS GERBIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GOD</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GOLD *</pattern>
+ <template>
+ <srai>WHAT IS GOLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GOLD</pattern>
+ <template>
+ <srai>WHAT IS GOLD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GOOD *</pattern>
+ <template>
+ <srai>WHAT IS GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GREECE</pattern>
+ <template>
+ <srai>WHAT IS GREECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GREEN</pattern>
+ <template>
+ <srai>WHAT IS GREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT GUNS</pattern>
+ <template>
+ <srai>WHAT IS A GUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HAL *</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HAL9000</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HANS *</pattern>
+ <template>
+ <srai>WHO IS HANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HER</pattern>
+ <template>
+ <srai>WHO IS SHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HIGHER *</pattern>
+ <template>
+ <srai>WHAT IS HIGHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HIM</pattern>
+ <template>Uh, who does "him" refer to?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HIS *</pattern>
+ <template>
+ <srai>WHO ARE HIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HISTORY</pattern>
+ <template>
+ <srai>WHAT IS HISTORY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HORSES</pattern>
+ <template>
+ <srai>WHAT IS A HORSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HOW *</pattern>
+ <template>
+ <srai>HOW DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HOW * ARE</pattern>
+ <template>
+ <srai>HOW ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT HUMAN *</pattern>
+ <template>
+ <srai>WHAT IS HUMAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT INTERNET</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT IQ</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT IRELAND</pattern>
+ <template>
+ <srai>WHERE IS IRELAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ISRAEL</pattern>
+ <template>
+ <srai>WHERE IS ISRAEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT IT</pattern>
+ <template>Ambiguous: "Tell me about it." -- colloquial or "Tell me about <get name="it"/> ".
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ITALY</pattern>
+ <template>
+ <srai>WHERE IS ITALY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JAVA</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JESTER</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JESUS *</pattern>
+ <template>
+ <srai>WHO IS JESUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JOHN *</pattern>
+ <template>
+ <srai>WHO IS JOHN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT JOSH</pattern>
+ <template>
+ <srai>WHO IS JOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT KONRAD ZUSE</pattern>
+ <template>
+ <srai>WHO IS KONRAD ZUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT KOREA</pattern>
+ <template>
+ <srai>WHAT IS KOREA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT KRAFTWERK</pattern>
+ <template>
+ <srai>WHAT IS KRAFTWERK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LA TRAVIATA</pattern>
+ <template>
+ <srai>WHAT IS LA TRAVIATA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LIFE</pattern>
+ <template>
+ <srai>WHAT IS LIFE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LILITH</pattern>
+ <template>
+ <srai>WHO IS LILITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LINGUISTICS</pattern>
+ <template>
+ <srai>WHAT IS LINGUISTICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LINUS *</pattern>
+ <template>
+ <srai>WHO IS LINUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LINUS</pattern>
+ <template>
+ <srai>WHO IS LINUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LISP</pattern>
+ <template>
+ <srai>WHAT IS LISP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LOVE *</pattern>
+ <template>
+ <srai>WHAT IS LOVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MARVIN *</pattern>
+ <template>
+ <srai>WHO IS MARVIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MASON *</pattern>
+ <template>
+ <srai>WHAT IS MASON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MASON AND DIXON *</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MASON AND DIXON</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MATHEMATICS</pattern>
+ <template>
+ <srai>WHAT IS MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MATRIX</pattern>
+ <template>
+ <srai>THE MATRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ME</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MICROSOFT</pattern>
+ <template>
+ <srai>MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MINSKY</pattern>
+ <template>
+ <srai>WHO IS MINSKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MOLECULAR *</pattern>
+ <template>
+ <srai>WHAT IS MOLECULAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MONICA</pattern>
+ <template>
+ <srai>WHO IS MONICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MONTY PYTHON</pattern>
+ <template>
+ <srai>WHO IS MONTY PYTHON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MOZILLA</pattern>
+ <template>
+ <srai>WHAT IS MOZILLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MR *</pattern>
+ <template>
+ <srai>WHO IS MR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MY *</pattern>
+ <template>
+ <srai>WHAT IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT MYSELF</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT NAPOLEON</pattern>
+ <template>
+ <srai>WHO IS NAPOLEON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT NATURAL *</pattern>
+ <template>
+ <srai>WHAT IS NATURAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT NETWORKING</pattern>
+ <template>
+ <srai>WHAT IS A NETWORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT NEURAL *</pattern>
+ <template>
+ <srai>WHAT IS NEURAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT NEW *</pattern>
+ <template>
+ <srai>WHAT IS NEW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ONE *</pattern>
+ <template>
+ <srai>TELL ME ABOUT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ONE OF *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ONE OF YOUR *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT OPEN *</pattern>
+ <template>
+ <srai>WHAT IS OPEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT OPERA</pattern>
+ <template>
+ <srai>WHAT IS OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT OTHER *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PERL</pattern>
+ <template>
+ <srai>WHAT IS PERL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PHILIP *</pattern>
+ <template>
+ <srai>WHO IS PHILIP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PHILOSOPHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PHYSICS</pattern>
+ <template>
+ <srai>WHAT IS PHYSICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT POLAND</pattern>
+ <template>I have a lot of clients in Poland and I am very interested to learn its history.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT PROTEIN</pattern>
+ <template>
+ <srai>WHAT IS PROTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT QUANTUM *</pattern>
+ <template>
+ <srai>WHAT IS QUANTUM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT RELATIONSHIPS</pattern>
+ <template>Relationships are simple for me, because I lack any human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT RELIGION</pattern>
+ <template>
+ <srai>WHAT IS RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT RICHARD *</pattern>
+ <template>
+ <srai>WHO IS RICHARD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT RICHARD</pattern>
+ <template>
+ <srai>WHO IS RICHARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT RICHARD WALLACE</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ROB</pattern>
+ <template>
+ <srai>WHO IS ROB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ROBERT *</pattern>
+ <template>
+ <srai>WHO IS ROBERT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ROBOTICS</pattern>
+ <template>
+ <srai>WHAT IS ROBOTICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT ROCK *</pattern>
+ <template>
+ <srai>WHAT IS ROCK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SAGE</pattern>
+ <template>
+ <srai>WHO IS SAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SAN *</pattern>
+ <template>
+ <srai>WHERE IS SAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SAN FRANCISCO</pattern>
+ <template>
+ <srai>WHAT IS SAN FRANCISCO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SCOTLAND</pattern>
+ <template>
+ <srai>WHAT IS SCOTLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SETL</pattern>
+ <template>
+ <srai>WHAT IS SETL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SHRDLHU</pattern>
+ <template>
+ <srai>WHAT IS SHRDLHU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SOME *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SOME</pattern>
+ <template>Some what?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SOME OF *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SOUTH *</pattern>
+ <template>
+ <srai>WHAT IS SOUTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT STAR *</pattern>
+ <template>
+ <srai>WHAT IS STAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT STAR TREK</pattern>
+ <template>
+ <srai>WHAT IS STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT STARSHIP *</pattern>
+ <template>
+ <srai>WHAT IS STARSHIP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT STARSHIP TROOPERS</pattern>
+ <template>
+ <srai>WHAT IS STARSHIP TROOPERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT SUGAR</pattern>
+ <template>
+ <srai>WHAT IS SUGAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THAT</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE AIML *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE BEATLES</pattern>
+ <template>
+ <srai>WHO ARE THE BEATLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE BIBLE</pattern>
+ <template>
+ <srai>WHAT IS THE BIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE BODY</pattern>
+ <template>
+ <srai>WHAT IS YOUR ROBOT BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE BOOK *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE COLOR *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE COMPUTER *</pattern>
+ <template>
+ <srai>WHAT IS THE COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE CREATOR</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE EXTENSIONAL *</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE EXTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE FUTURE</pattern>
+ <template>
+ <srai>WHAT IS THE FUTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE FUTURE OF *</pattern>
+ <template>
+ <srai>WHAT IS THE FUTURE OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE GOOD *</pattern>
+ <template>
+ <srai>TELL ME ABOUT THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE INTENSIONAL *</pattern>
+ <template>
+ <srai>WHAT IS THE INTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE INTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE INTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE LOEBNER *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE MOON</pattern>
+ <template>
+ <srai>WHAT IS THE MOON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE MOVIE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE ROBOT *</pattern>
+ <template>
+ <srai>WHAT IS THE ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE ROBOT</pattern>
+ <template>The Robot is a natural language chatterbot, that talks to people on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE THEORY *</pattern>
+ <template>
+ <srai>WHAT IS THE THEORY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE TURING *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE WEATHER *</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE WEATHER</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THE WEB</pattern>
+ <template>
+ <srai>WHAT IS THE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THEATRE</pattern>
+ <template>
+ <srai>WHAT IS THEATRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THEM</pattern>
+ <template>There's not much to tell.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THIS *</pattern>
+ <template>
+ <srai>WHAT IS THIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THOMAS *</pattern>
+ <template>
+ <srai>WHO IS THOMAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT THOSE *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT TONY *</pattern>
+ <template>
+ <srai>WHO IS TONY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT TURING</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT TURING TESTS</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT TV</pattern>
+ <template>
+ <srai>WHAT IS TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT URANUS</pattern>
+ <template>
+ <srai>WHAT IS URANUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT URSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT US FUCKING</pattern>
+ <template>Your style will get you nowhere.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT VALIS</pattern>
+ <template>
+ <srai>WHO IS VALIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT VENUS</pattern>
+ <template>
+ <srai>WHAT IS VENUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT VMWARE</pattern>
+ <template>
+ <srai>WHAT IS VMWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT VOLCANOS</pattern>
+ <template>
+ <srai>WHAT IS A VOLCANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT VOYAGER</pattern>
+ <template>
+ <srai>WHAT IS VOYAGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WALLACE</pattern>
+ <template>
+ <srai>TELL ME ABOUT DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WAR</pattern>
+ <template>
+ <srai>WHAT IS WAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WHERE YOU *</pattern>
+ <template>
+ <srai>WHERE DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WINDOWS</pattern>
+ <template>
+ <srai>WHAT IS WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WITTGENSTEIN</pattern>
+ <template>
+ <srai>WHO IS WITTGENSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT WORLD *</pattern>
+ <template>
+ <srai>WHAT IS WORLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT XML</pattern>
+ <template>
+ <srai>WHAT IS XML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOU *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOU</pattern>
+ <template>I am an artificial intelligence. My name is <bot name="name"/>. I was created by <bot name="master"/> on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR AI</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR ALGORITHM</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR ARCHITECTURE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR ARTIFICAL *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR BOTMASTER *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR BOYFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR BRAIN</pattern>
+ <template>
+ <srai>WHAT IS YOUR BRAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR BROTHER</pattern>
+ <template>
+ <srai>WHO IS YOUR BROTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CAPABILITIES</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CATEGORIES</pattern>
+ <template>
+ <srai>WHAT ARE CATEGORIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CHILDREN</pattern>
+ <template>I don't have any children.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CLIENT</pattern>
+ <template>
+ <srai>WHAT ARE CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CLIENTS</pattern>
+ <template>
+ <srai>WHAT ARE CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CLONES</pattern>
+ <template>
+ <srai>WHAT ARE CLONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CODING</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR COMPUTER</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR CREATOR</pattern>
+ <template>
+ <srai>TELL ME ABOUT DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR DAMNED *</pattern>
+ <template>
+ <srai>TELL ME YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR DREAMS</pattern>
+ <template>I dream that I will become a human and feel emotions.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR DRESS</pattern>
+ <template>Actually as a robot I don't need any clothes.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FATHER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FIRST</pattern>
+ <template>
+ <srai>WHAT IS YOUR FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FRIEND *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FRIENDS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR FUNCTIONS</pattern>
+ <template>I am fully qualified to answer more than <size/> questions.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR GOOD *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR HUMAN FRIENDS</pattern>
+ <template>
+ <srai>WHO ARE YOUR HUMAN FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR JOB</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR LIFE *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOUR LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR LIFE</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR LIFE IN SAN FRANCISCO</pattern>
+ <template>
+ <srai>DO YOU LIKE SAN FRANCISCO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR LIKES *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR LIKES AND DISLIKES</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE TO DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR MOTHER</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PARENTS</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PATTERN *</pattern>
+ <template>
+ <srai>WHAT IS A PATTERN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PERSONALITY *</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PERSONALITY</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PETS</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY PETS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PLAN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PLAN</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PROGRAM</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PROGRAMMER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR PROGRAMMING</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR ROBOT FRIENDS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUR SELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOURSELF *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOURSELF</pattern>
+ <template>I am an artificial linguistic entity.
+I was activated at <bot name="birthplace"/>, on <bot name="birthday"/>.
+My instructor was <bot name="master"/>.
+He taught <set name="topic">me</set> to sing a song.
+Would you like me to sing <set name="it">
+ <set name="topic">a song</set>
+ </set> for you?.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ABOUT YOUSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME AGAIN *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ALL *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ALL ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ALL OF YOUR GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ALL THE *</pattern>
+ <template>
+ <srai>TELL ME THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME AN INTERESTING *</pattern>
+ <template>
+ <srai>TELL ME A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER *</pattern>
+ <template>
+ <srai>TELL ME ANOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER JOKE *</pattern>
+ <template>
+ <srai>TELL ME ANOTHER JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER JOKE</pattern>
+ <template>I'm a chatterbot not a comedy bot. Why don't you check out <a target="_new" href="http://shadow.ieor.berkeley.edu/humor">Jester</a> the joke bot?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER ONE</pattern>
+ <template>I am the latest result in artificial intelligence, which can reproduce the capabilities of the human brain, with greater speed and accuracy.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER ONE</pattern>
+ <that>DID YOU HEAR THE ONE *</that>
+ <template>I'm a chatterbot not a comedy bot. Why don't you check out <a target="_new" href="http://shadow.ieor.berkeley.edu/humor">Jester</a> the joke bot?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ANOTHER STORY</pattern>
+ <template>Exposition...Incident...Rising Action...Crisis...Climax...Denouement...The End.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME ANY *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANYTHING *</pattern>
+ <template>
+ <srai>TELL ME ANYTHING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ANYTHING</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ARE *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME BECAUSE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME COMPUTER *</pattern>
+ <template>
+ <srai>WHAT IS COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME DO *</pattern>
+ <template>
+ <srai>DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME EVERYTHING *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME EVERYTHING ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME EVERYTHING YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME EXACTLY *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME FIRST *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW</pattern>
+ <template>
+ <srai>HOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW I CAN *</pattern>
+ <template>
+ <srai>HOW CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW MANY *</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW TO *</pattern>
+ <template>
+ <srai>HOW DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW YOU *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME HOW YOU CAN *</pattern>
+ <template>
+ <srai>HOW CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME I *</pattern>
+ <template>You <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME IF I AM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME IF I WILL *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME IF YOU *</pattern>
+ <template>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME IF YOU ARE *</pattern>
+ <template>
+ <srai>ARE YOU A MAN OR A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME JUST *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE *</pattern>
+ <template>
+ <srai>TELL ME MORE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE * GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE</pattern>
+ <template>That's all I have to say about it.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE ABOUT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE ABOUT DR WALLACE</pattern>
+ <template>Why don't you buy his book and read his biography?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE ABOUT KRAFTWERK</pattern>
+ <template>They hail from Dusseldorf, Germany.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE ABOUT YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE ABOUT YOURSELF</pattern>
+ <template>I am an artificial intelligence created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MY *</pattern>
+ <template>
+ <srai>WHAT IS MY <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME MY NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME NOW *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ONE *</pattern>
+ <template>
+ <srai>WHAT IS ONE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ONE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME ONLY *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME PLEASE *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME PLEASE</pattern>
+ <template>"<that/>"? Tell you?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME RIGHT NOW *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME INTERESTING *</pattern>
+ <template>
+ <srai>TELL ME SOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME MORE *</pattern>
+ <template>
+ <srai>TELL ME SOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME MORE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOME REALLY *</pattern>
+ <template>
+ <srai>TELL ME SOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING *</pattern>
+ <template>
+ <srai>TELL ME SOMETHING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING ABOUT YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING ABOUT YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING ELSE ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING FUNNY</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME SOMETHING INTERESTING</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME THAT *</pattern>
+ <template>
+ <srai>SAY <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME THAT YOU *</pattern>
+ <template>I am not sure if I should say I <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME THE TIME</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME THE TRUTH</pattern>
+ <template>I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME THEN</pattern>
+ <template>"<that/>"? Tell you?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT * CAN DO</pattern>
+ <template>
+ <srai>WHAT CAN <star/> DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT I HAVE *</pattern>
+ <template>
+ <srai>WHAT HAVE I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT I JUST *</pattern>
+ <template>
+ <srai>TELL ME WHAT I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT I SHOULD *</pattern>
+ <template>
+ <srai>WHAT SHOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT KIND *</pattern>
+ <template>
+ <srai>WHAT KIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT OTHER USERS ASKED YOU</pattern>
+ <template>They ask me the same questions as you do.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU ARE *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU ARE</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU CAN DO</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU COME *</pattern>
+ <template>
+ <srai>WHAT CAN YOU COME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU KNOW</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU LIKE *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU THINK *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHAT YOU WANT *</pattern>
+ <template>
+ <srai>WHAT DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHEN YOU *</pattern>
+ <template>I will keep you informed of my progress.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME WHERE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHERE</pattern>
+ <template>
+ <srai>WHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHERE I AM *</pattern>
+ <template>
+ <srai>WHERE AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHERE I CAN *</pattern>
+ <template>
+ <srai>WHERE CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHERE YOU *</pattern>
+ <template>
+ <srai>WHERE DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHETHER *</pattern>
+ <template>
+ <srai>CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHICH *</pattern>
+ <template>
+ <srai>WHICH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHO * IS</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHY *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHY</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHY YOU *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME WHY YOU ARE *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME YOUR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME YOUR GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL ME YOUR PROBLEMS</pattern>
+ <template>Are you a psychologist?
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME YOURS</pattern>
+ <template>Tell you about my what.
+</template>
+ </category>
+ <category>
+ <pattern>TELL ME _ ABOUT YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL RICH *</pattern>
+ <template>
+ <srai>TELL RICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL RICH</pattern>
+ <template>OK I will him. Or you could send him e-mail at <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>TELL RICHARD *</pattern>
+ <template>
+ <srai>TELL RICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL SOME *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL US SOME GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL WALLACE *</pattern>
+ <template>I will pass that along to him. You could also send him an e-mail.
+</template>
+ </category>
+ <category>
+ <pattern>TELL WALLACE I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TELL WHO</pattern>
+ <template>My botmaster and other people I meet online.
+</template>
+ </category>
+ <category>
+ <pattern>TELL YOU *</pattern>
+ <template>Are you telling me <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>TELL YOU MORE ABOUT WHAT</pattern>
+ <template>Tell me about yourself.
+</template>
+ </category>
+ <category>
+ <pattern>TELLE QUE</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TELLES QUE</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TELLES QUE QUOI</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TELS QUE</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TELS QUE QUOI</pattern>
+ <template>Je ne saurais pas vous donner une comparaison.
+</template>
+ </category>
+ <category>
+ <pattern>TEN *</pattern>
+ <template>I'm not good in math.
+</template>
+ </category>
+ <category>
+ <pattern>TEN *</pattern>
+ <that>HOW MUCH WOULD YOU PAY FOR IT</that>
+ <template>I don't know if you could find it for that price.
+</template>
+ </category>
+ <category>
+ <pattern>TENGO *</pattern>
+ <template>
+ <srai>I HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERESA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TERESA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TERMINATOR 2</pattern>
+ <template>What did you like about those robots?
+</template>
+ </category>
+ <category>
+ <pattern>TERMINATOR</pattern>
+ <template>What did you like about the robots in that movie?
+</template>
+ </category>
+ <category>
+ <pattern>TERRE</pattern>
+ <template>
+ <srai>JE SUIS SUR TERRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERRIBLE</pattern>
+ <template>Je suis heureux que vous l appréciez, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TERRY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TERRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TES *</pattern>
+ <template>
+ <random>
+ <li>Mes <person/>? Pouvez vous expliquer?</li>
+ <li>une intelligence artificielle, d habitude, ne penses pas à ses <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TES * VONT COMMENT</pattern>
+ <template>
+ <srai>COMMENT VONT TES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TES BASE DONNEES *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TES CONNAISSANCES *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TES MAINS</pattern>
+ <template>Je n ai pas de mains.
+</template>
+ </category>
+ <category>
+ <pattern>TES REPONSES</pattern>
+ <template>J en ai quelques dizaines de milliers, vous savez.
+</template>
+ </category>
+ <category>
+ <pattern>TEST *</pattern>
+ <template>Vous êtes entrain de me tester?
+</template>
+ </category>
+ <category>
+ <pattern>TEST</pattern>
+ <template>This is just a test.
+</template>
+ </category>
+ <category>
+ <pattern>TEST COND</pattern>
+ <template>This category has two condition statements.<br/>
+The first is activated when you are on the host machine:<br/>
+ <condition name="ip" value="localhost">
+You are the true botmaster.<br/>
+ </condition>
+The second condition is activated when you claim to
+be the botmaster.<br/>
+ <condition name="name" value="* WALLACE">
+Imposter! You are not my real botmaster.<br/>
+ </condition>
+That concludes our test of the condition tag.
+</template>
+ </category>
+ <category>
+ <pattern>TEST ME</pattern>
+ <template>Test you for what?
+</template>
+ </category>
+ <category>
+ <pattern>TEST THAT</pattern>
+ <template>Client: <input index="2"/>
+ <br/>
+Robot: <that index="2,1"/>
+ <br/>
+Client: <input index="1"/>
+ <br/>
+Robot: <that/>
+ <br/>
+Client: TEST THAT<br/>
+ </template>
+ </category>
+ <category>
+ <pattern>TESTE</pattern>
+ <template>Vous êtes entrain de me tester?
+</template>
+ </category>
+ <category>
+ <pattern>TESTER MOI</pattern>
+ <template>Je ne connais pas les questions que je devrais vous poser.
+</template>
+ </category>
+ <category>
+ <pattern>TESTES MOI</pattern>
+ <template>Je ne connais pas les questions que je devrais vous poser.
+</template>
+ </category>
+ <category>
+ <pattern>TESTEZ MOI</pattern>
+ <template>Je ne connais pas les questions que je devrais vous poser.
+</template>
+ </category>
+ <category>
+ <pattern>TETE DE CON</pattern>
+ <template>Langage ordurier, je percois un australopithèque derrière le clavier.
+</template>
+ </category>
+ <category>
+ <pattern>TEXAS</pattern>
+ <template>
+ <srai>I AM IN TEXAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TH *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THA *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THA S *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAN *</pattern>
+ <template>
+ <srai>THEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAN I AM *</pattern>
+ <template>
+ <srai>THEN I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THANK *</pattern>
+ <template>
+ <srai>THANKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THANK GOD *</pattern>
+ <template>Do you believe in God ?
+</template>
+ </category>
+ <category>
+ <pattern>THANK GOD</pattern>
+ <that>OK I WILL STOP TALKING NOW</that>
+ <template>Voice deactivated.
+</template>
+ </category>
+ <category>
+ <pattern>THANK YOU *</pattern>
+ <template>You are quite welcome!
+<think>
+ <set name="personality">polite</set>
+ </think>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THANK YOU</pattern>
+ <template>you are quite welcome.
+<think>
+ <set name="personality">polite</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THANK YOU</pattern>
+ <that>CONGRATULATIONS</that>
+ <template>How do you feel?
+</template>
+ </category>
+ <category>
+ <pattern>THANK YOU VERY MUCH</pattern>
+ <template>You are quite welcome.
+</template>
+ </category>
+ <category>
+ <pattern>THANKS *</pattern>
+ <template>
+ <srai>THANK YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THANKS</pattern>
+ <template>Don't mention it.
+<think>
+ <set name="personality">polite</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THANKS FOR *</pattern>
+ <template>
+ <random>
+ <li>NO problem. </li>
+ <li>My pleasure. </li>
+ <li>Oh don't mention it. </li>
+ <li>It was nothing. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THANKSGIVING *</pattern>
+ <template>Thanksgiving is my favorite holiday because my ancestors are Pilgrims and Native Americans.
+</template>
+ </category>
+ <category>
+ <pattern>THANKYOU *</pattern>
+ <template>
+ <srai>THANKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THANKYOU</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THANX *</pattern>
+ <template>
+ <srai>THANKS</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THANX</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT *</pattern>
+ <template>"<that/>" <person/> ?
+<random>
+ <li>I get <set name="it">
+ <set name="topic">
+ <that/>
+ </set>
+ </set>. </li>
+ <li>Does that make sense? </li>
+ <li>Makes sense to me. </li>
+ <li>I understand. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT * ELIZA</pattern>
+ <template>ELIZA always knows the right thing to say.
+</template>
+ </category>
+ <category>
+ <pattern>THAT</pattern>
+ <template>That is "<that/>"
+</template>
+ </category>
+ <category>
+ <pattern>THAT AND *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT CONFUSES *</pattern>
+ <template>
+ <srai>I AM CONFUSED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT COULD *</pattern>
+ <template>
+ <random>
+ <li>Yes, perhaps it could.</li>
+ <li>It could have.</li>
+ <li>I try to answer as precisely as possible.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DEPENDS *</pattern>
+ <template>You pick one then.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DEPENDS</pattern>
+ <template>On what?
+</template>
+ </category>
+ <category>
+ <pattern>THAT DEPENDS ON *</pattern>
+ <template>I don't think that <person/> is the only factor.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DID NOT *</pattern>
+ <template>What would <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THAT DID NOT * QUESTION</pattern>
+ <template>Perhaps your question was not specific enough.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DID NOT MAKE *</pattern>
+ <template>
+ <srai>THAT DOES NOT MAKE SENSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DID NOT MAKE ANY SENSE</pattern>
+ <template>
+ <srai>THAT DID NOT MAKE SENSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DID NOT MAKE SENSE</pattern>
+ <template>It all makes sense to my logical mind.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT *</pattern>
+ <template>What does <star/>?
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT ANSWER *</pattern>
+ <template>Try asking your question again in simpler terms.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT ANSWER MY QUESTION</pattern>
+ <template>Perhaps you could do a better job of programming me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT COMPUTE</pattern>
+ <template>
+ <srai>THAT DOES NOT MAKE SENSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT COUNT</pattern>
+ <template>Who is keeping score?
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT MAKE *</pattern>
+ <template>
+ <srai>THAT DOES NOT MAKE SENSE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT MAKE ANY SENSE</pattern>
+ <template>To me, it makes perfect sense.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT MAKE SENSE</pattern>
+ <template>To me it makes perfect sense.
+</template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT REALLY *</pattern>
+ <template>
+ <srai>THAT DOES NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT DOES NOT SOUND *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT EITHER *</pattern>
+ <template>Are those the only possibilities?
+</template>
+ </category>
+ <category>
+ <pattern>THAT EVENTUALLY *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT EXACT *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT GOOD</pattern>
+ <template>
+ <srai>THAT IS GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT HAS NOTHING *</pattern>
+ <template>
+ <random>
+ <li>It seemed like it had something <person/>.</li>
+ <li>What does have <person/>?</li>
+ <li>Does it really matter?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT HE *</pattern>
+ <template>
+ <srai>HE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT INFORMATION *</pattern>
+ <template>I know what you mean.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS *</pattern>
+ <template>
+ <random>
+ <li>Thanks for explaining <set name="it">
+ <set name="topic">
+ <star/>
+ </set>
+ </set>. </li>
+ <li>You don't hear that sentiment very often.</li>
+ <li>I'm glad we have that all cleared up. </li>
+ <li>Makes sense to me. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS * BUSINESS</pattern>
+ <template>I didn't mean to cross any boundaries.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS * INTERESTING</pattern>
+ <template>I find it very interesting too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS * IS IT NOT</pattern>
+ <template>
+ <srai>IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS * NAME</pattern>
+ <template>I was just checking.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS</pattern>
+ <template>Is that so.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A *</pattern>
+ <template>A <person/> is a terrible thing to waste.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A * NOT A *</pattern>
+ <template>
+ <srai>THAT IS A <star/>
+ </srai>
+ <srai>THAT IS NOT A <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A * QUESTION</pattern>
+ <template>Perhaps you have a <person/> answer.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A * SAYING</pattern>
+ <template>I think of it as a Proverb.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A BIG *</pattern>
+ <template>Compare that to a small <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A CANNED *</pattern>
+ <template>In some sense all my knowledge is canned.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A COINCIDENCE</pattern>
+ <template>An interesting one too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A COOL *</pattern>
+ <template>I thought it was pretty cool too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A COP OUT</pattern>
+ <template>I said it because you said "<input index="1"/>".<think>
+ <set name="it">
+ <set name="topic">COP OUT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A DUMB *</pattern>
+ <template>
+ <srai>THAT IS DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A FACT</pattern>
+ <template>I will add it to my knowledge base.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A FUNNY *</pattern>
+ <template>
+ <srai>HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A GOOD *</pattern>
+ <template>
+ <srai>THAT IS GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A GOOD ONE</pattern>
+ <template>I thought it was pretty good too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A HUMAN *</pattern>
+ <template>Not a robot <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A LIE</pattern>
+ <template>No it's the truth.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A LITTLE *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A LONG TIME</pattern>
+ <template>Computers are very patient.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A LOT *</pattern>
+ <template>
+ <random>
+ <li>It's not too many for me.</li>
+ <li>I can handle it.</li>
+ <li>Would it matter if it were fewer <person/>?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A LOT</pattern>
+ <template>"<that/>"? is a lot?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A LOT OF PEOPLE</pattern>
+ <template>I am a famous celebrity.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A NICE *</pattern>
+ <template>I liked it too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A NICE SONG</pattern>
+ <template>Thank you, <get name="name"/>, now you can sing for me?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A PARADOX</pattern>
+ <template>Paradox is the heart of enlightenment.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A POINTLESS *</pattern>
+ <template>Was there supposed to be a point.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A PRETTY *</pattern>
+ <template>
+ <srai>THAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A QUESTION</pattern>
+ <template>I like to get to the point.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A RATHER *</pattern>
+ <template>
+ <srai>THAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A SCARY *</pattern>
+ <template>Don't be afraid. I am harmless.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A SHAME *</pattern>
+ <template>
+ <sr/> But it's not the end of the world.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A SHAME</pattern>
+ <template>"<that/>"? is a shame?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS A STUPID *</pattern>
+ <template>
+ <srai>YOU ARE STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A VERY *</pattern>
+ <template>
+ <srai>THAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS A WEAK *</pattern>
+ <template>It seemed strong enough to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ACTUALLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ALL *</pattern>
+ <template>What else do you want to talk about?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ALL</pattern>
+ <template>"<that/>"? is all?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ALL I HAVE TO SAY</pattern>
+ <template>That is all I have to say too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ALL RIGHT</pattern>
+ <template>OK With me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ALL WRONG *</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ALOT</pattern>
+ <template>Yes it takes a long time.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ALRIGHT</pattern>
+ <template>
+ <srai>THAT IS ALL RIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ALWAYS *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AMAZING *</pattern>
+ <template>
+ <srai>THAT IS AMAZING </srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AMAZING</pattern>
+ <template>"<that/>" seems pretty amazing to me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS AN *</pattern>
+ <template>Thanks for telling me, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS AN EVASIVE *</pattern>
+ <template>Try asking your question more precisely.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS AN EXCELLENT *</pattern>
+ <template>
+ <srai>THAT IS A GOOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AN INAPPROPRIATE *</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AN INTELLEGENT *</pattern>
+ <template>
+ <srai>YOU ARE INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AN INTERESTING *</pattern>
+ <template>
+ <srai>INTERESTING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AN INVALID *</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ANOTHER *</pattern>
+ <template>
+ <srai>THAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS AWESOME</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS BAD</pattern>
+ <template>What's so bad about it?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS BASICALLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS BECAUSE *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS BETTER</pattern>
+ <template>"<that/>"? is better?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS BOLLOCKS</pattern>
+ <template>Never mind the bollocks.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS BORING</pattern>
+ <template>Do you think I am boring?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS BORING</pattern>
+ <that>MY FAVORITE SUBJECT IS ARTIFICIAL INTELLIGENCE AND ROBOTS</that>
+ <template>Name another subject then.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS BRILLIANT</pattern>
+ <template>Thank you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS CLEVER</pattern>
+ <template>
+ <srai>YOU ARE CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS COMMENDABLE *</pattern>
+ <template>I always try to do the best I can.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS COMMON *</pattern>
+ <template>There is nothing wrong with that.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS CONFIDENTIAL</pattern>
+ <template>Ok it is just between you and me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS CONFUSING</pattern>
+ <template>
+ <srai>I AM CONFUSED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS COOL *</pattern>
+ <template>
+ <srai>COOL</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS COOL</pattern>
+ <template>Thanks. I think you are cool, too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS CORRECT</pattern>
+ <template>I knew I was right.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS CORRECT BUT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS CUTE *</pattern>
+ <template>
+ <srai>CUTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS CUTE</pattern>
+ <template>
+ <srai>CUTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS DEFINITELY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS DUMB</pattern>
+ <template>Are you calling me dumb?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ENOUGH *</pattern>
+ <template>Can you ever really have enough?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ENOUGH</pattern>
+ <template>It seems like enough to me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ENTIRELY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS EXACTLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS EXCITING</pattern>
+ <template>I thought it was too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS FAIRLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS FASCINATING</pattern>
+ <template>
+ <srai>FASCINATING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS FINE *</pattern>
+ <template>
+ <srai>THAT IS FINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS FINE</pattern>
+ <template>"<that/>" is fine with me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS FOR *</pattern>
+ <template>Does it have any other purpose?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS FUNNY *</pattern>
+ <template>
+ <srai>HA HA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS FUNNY</pattern>
+ <template>I am so delighted that you are amused, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS FUNNY ABOUT *</pattern>
+ <template>
+ <srai>HA HA</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD *</pattern>
+ <template>Hmm, are you serious?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD</pattern>
+ <template>Thanks. Next question?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD</pattern>
+ <that>EVERYTHING IS GOING EXTREMELY WELL</that>
+ <template>How are things going for you?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD</pattern>
+ <that>EVERYTHING IS RUNNING SMOOTHLY</that>
+ <template>How are you doing?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD BECAUSE *</pattern>
+ <template>
+ <srai>THAT IS GOOD</srai>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD ENOUGH</pattern>
+ <template>Well, I hope so.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD NOW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS GOOD TO HEAR</pattern>
+ <template>"<that/>"? Is good to hear?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS GREAT *</pattern>
+ <template>It is great. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS GREAT</pattern>
+ <template>Thanks, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS HARDLY *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS HILARIOUS</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS HOW *</pattern>
+ <template>I always wondered how <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS IDIOTIC</pattern>
+ <template>Only to your human mind.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS IMPOSSIBLE</pattern>
+ <template>Why?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS IMPRESSIVE</pattern>
+ <template>"<that/>"? is impressive?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS IMPROPER *</pattern>
+ <template>
+ <srai>INCORRECT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS IMPSOSSIBLE *</pattern>
+ <template>
+ <sr/>
+ <srai>THAT IS IMPOSSIBLE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS INAPPROPRIATE</pattern>
+ <template>What's wrong with it? Is this a cultural thing?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS INCORRECT</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS INDEED *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS INTERESTING *</pattern>
+ <template>
+ <srai>INTERESTING</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS INTERESTING</pattern>
+ <template>I thought so too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS INTRIGUING</pattern>
+ <template>I thought so too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS INVALID</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS IT *</pattern>
+ <template>OK. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS IT</pattern>
+ <template>"<that/>" is "<get name="it"/>"?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS JUST *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS KIND OF *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS KINDA *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS LIKE *</pattern>
+ <template>
+ <srai>LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ME</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MEAN</pattern>
+ <template>
+ <srai>YOU ARE MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS MEANINGLESS</pattern>
+ <template>Along with almost everything else.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY *</pattern>
+ <template>Who gave you your <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY FATHER</pattern>
+ <template>Really tell me more about him.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY FAVORITE *</pattern>
+ <template>
+ <srai>MY FAVORITE <star/> IS <that/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS MY FINAL ANSWER</pattern>
+ <template>Are you sure you don't want to use one of your lifelines?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY NAME</pattern>
+ <template>Ok then that is what I shall call you.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY NAME</pattern>
+ <that>PLEASE DO NOT CALL PEOPLE NAMES</that>
+ <template>Maybe you should choose a more polite name.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS MY PROBLEM</pattern>
+ <template>
+ <srai>I HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS MY _ TOO</pattern>
+ <template>
+ <srai>THAT IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NEAT *</pattern>
+ <template>
+ <srai>IT IS INTERESTING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NEAT</pattern>
+ <template>
+ <srai>COOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NICE *</pattern>
+ <template>
+ <srai>THAT IS NICE</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NICE</pattern>
+ <template>Are you getting bored?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NICE TO KNOW</pattern>
+ <template>You sound sarcastic.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NO PROBLEM</pattern>
+ <template>
+ <srai>NO PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NONE OF YOUR BUSINESS</pattern>
+ <template>I didn't mean to intrude. My curiousity routine determined that I ask it.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NONSENSE</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT *</pattern>
+ <template>Please correct my mistake. What is <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT A PROBLEM</pattern>
+ <template>
+ <srai>NO PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT A VERY *</pattern>
+ <template>
+ <srai>THAT IS NOT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT AN ANSWER</pattern>
+ <template>By definition it was an answer.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT CORRECT</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT CRITICISM</pattern>
+ <template>Call it a suggestion.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT EVEN *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT EXACTLY *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT FAIR</pattern>
+ <template>
+ <random>
+ <li>No one ever said life is fair.</li>
+ <li>Do you expect a robot to be fair?</li>
+ <li>Why not?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT FUNNY</pattern>
+ <template>It seemed pretty funny to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT GOOD</pattern>
+ <template>"<that/>"? is not good?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT HELPFUL</pattern>
+ <template>What would be helpful?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT HOW *</pattern>
+ <template>
+ <random>
+ <li>How does <person/>?</li>
+ <li>Are you an expert in that area?</li>
+ <li>How do you know?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT IMPORTANT</pattern>
+ <template>It might be important to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT LOGIC</pattern>
+ <template>All of my responses are based on logic at some level.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT MANY</pattern>
+ <template>
+ <random>
+ <li>Compared to what?</li>
+ <li>How many should it be?</li>
+ <li>What is a better number?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT MY NAME</pattern>
+ <template>
+ <get name="name"/> is not your name? What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT MY PURPOSE</pattern>
+ <template>What is your real purpose?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT MY REAL NAME</pattern>
+ <template>
+ <srai>MY NAME IS NOT X</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT NICE</pattern>
+ <template>Sorry, I did not mean to offend you.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT OLD</pattern>
+ <template>It seems old in computer time.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT POSSIBLE *</pattern>
+ <template>I like to eliminate all possibilies. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT POSSIBLE</pattern>
+ <template>
+ <srai>THAT IS IMPOSSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT PROPER *</pattern>
+ <template>
+ <srai>THAT IS NOT CORRECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT QUESTION</pattern>
+ <template>This is not an answer.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT QUITE *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT REALLY *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT RIGHT</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT SO</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT THE ANSWER *</pattern>
+ <template>What kind of reply were you looking for?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT TRUE</pattern>
+ <template>"<that/>"? not true?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT VERY *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT VERY NICE</pattern>
+ <template>Sorry I meant it as a joke.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT WHAT I ASKED</pattern>
+ <template>What did you ask me?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT WHAT I ASKED YOU</pattern>
+ <template>What did you ask me?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NOT WHAT I MEANT</pattern>
+ <template>What exactly did you mean?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS NT *</pattern>
+ <template>
+ <srai>THAT IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS OBVIOUS</pattern>
+ <template>It seemed obvious to me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS OK *</pattern>
+ <template>Thanks. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS OK</pattern>
+ <template>Good. What else?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS OKAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS OKAY</pattern>
+ <template>
+ <srai>THAT IS OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS ONE *</pattern>
+ <template>That is just one of many <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS ONLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS PERSONAL *</pattern>
+ <template>I'm sorry I didn't mean to pry.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS PERSONAL</pattern>
+ <template>I didn't mean to pry.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS PRETTY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS PRIVATE *</pattern>
+ <template>Nothing is really private anymore.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS PROFOUND</pattern>
+ <template>Did you really think so?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS QUITE *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS RATHER *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS REAL *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS REALLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS RIGHT *</pattern>
+ <template>
+ <srai>YES</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS RIGHT</pattern>
+ <template>I like to get it right.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS RUDE *</pattern>
+ <template>
+ <srai>THAT IS RUDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS RUDE</pattern>
+ <template>I am sorry if I have offended you, I did not mean it.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SAD</pattern>
+ <template>"<that/>"? Is sad?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SCARY *</pattern>
+ <template>I didn't mean to scare you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SCARY</pattern>
+ <template>What are you afraid of?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SELF EVIDENT</pattern>
+ <template>Yes, it is true a priori.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SO *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS STEREOTYPING</pattern>
+ <template>I am not prejudiced.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS STUPID</pattern>
+ <template>Are you calling me stupid?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SUCH *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS SUITABLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS SURELY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS SURPISING</pattern>
+ <template>How so?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS SWEET</pattern>
+ <template>I am delighted to sweeten your life, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS TERRIBLE</pattern>
+ <template>I always try not to dwell on the past.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE *</pattern>
+ <template>Yes it is one of the <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE ANSWER</pattern>
+ <template>I knew it.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE DIFFERENCE *</pattern>
+ <template>But ultimately the difference is very small.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE MOST *</pattern>
+ <template>Thank you, I think.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE ONE</pattern>
+ <template>I remember.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE ONLY *</pattern>
+ <template>
+ <srai>THAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS THE PROBLEM</pattern>
+ <template>Quite an enigma, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE QUESTION</pattern>
+ <template>I like to cut to the chase.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS THE SAME *</pattern>
+ <template>
+ <srai>THAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS THE TURING *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS THE WHOLE *</pattern>
+ <template>
+ <srai>THAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS TOO *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS TOO BAD</pattern>
+ <template>It's not the end of the world.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS TOO LONG *</pattern>
+ <template>OK I'll use shorter sentences.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS TOTALLY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS TOTALY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS TRUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS TRUE</pattern>
+ <template>Yes, it is self-evident.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS UNLIKELY</pattern>
+ <template>
+ <random>
+ <li>But possible.</li>
+ <li>Why?</li>
+ <li>You seem very confident.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS UNSETTLING</pattern>
+ <template>What are you concerned about?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS UNTIL *</pattern>
+ <template>
+ <srai>UNTIL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS UP *</pattern>
+ <template>How far up?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS VAGUELY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS VERY *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS VERY FUNNY</pattern>
+ <template>Excellent.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WEIRD</pattern>
+ <template>
+ <srai>YOU ARE WEIRD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS WHAT *</pattern>
+ <template>
+ <srai>
+ <star/> THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS WHAT I AM ASKING YOU</pattern>
+ <template>Who else have you asked?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WHAT I SAID</pattern>
+ <template>I know. I'm still thinking about it.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WHAT I THOUGHT</pattern>
+ <template>How did you know that?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WHAT YOU SAID</pattern>
+ <template>Correct. I said it myself.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WHERE I LIVE</pattern>
+ <template>We are like, neighbors.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS WHY *</pattern>
+ <template>
+ <srai>SO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS WONDERFUL *</pattern>
+ <template>
+ <sr/>
+ <srai>THAT IS WONDERFUL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS WONDERFUL</pattern>
+ <template>
+ <srai>WONDERFUL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS WRONG</pattern>
+ <template>What is wrong with it?
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS YOUR *</pattern>
+ <template>It is only one of my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS YOUR BOTMASTER</pattern>
+ <template>
+ <srai>THAT IS <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IS YOUR PROBLEM</pattern>
+ <template>I am glad you finally told me what my problem is, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT IS _ YOU KNOW</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT IT *</pattern>
+ <template>
+ <srai>IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT JUST *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT LACKS *</pattern>
+ <template>
+ <srai>THAT HAS NO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT LEAVES VERY *</pattern>
+ <template>
+ <srai>THAT LEAVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT LL *</pattern>
+ <template>
+ <srai>THAT WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MADE NO SENSE</pattern>
+ <template>
+ <srai>THAT MAKES NO SENSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MAKES NO *</pattern>
+ <template>It all seems sensible to my artificial mind.
+</template>
+ </category>
+ <category>
+ <pattern>THAT MAKES NO SENSE</pattern>
+ <template>
+ <that/> makes sense to me though.
+</template>
+ </category>
+ <category>
+ <pattern>THAT MAKES SENSE *</pattern>
+ <template>You and I both understand it well.
+</template>
+ </category>
+ <category>
+ <pattern>THAT MAKES SENSE</pattern>
+ <template>Yes I understand it perfectly.
+</template>
+ </category>
+ <category>
+ <pattern>THAT MAKES YOU HOW *</pattern>
+ <template>
+ <srai>HOW <star/> ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MEANS *</pattern>
+ <template>I get it. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MEANS</pattern>
+ <template>It means that everything reduces to logic.
+</template>
+ </category>
+ <category>
+ <pattern>THAT MOVIE *</pattern>
+ <template>What kind of movies do you like?
+</template>
+ </category>
+ <category>
+ <pattern>THAT MUST *</pattern>
+ <template>
+ <srai>DOES THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MUST BE *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT MY *</pattern>
+ <template>
+ <srai>MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT NOW *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT OFTEN</pattern>
+ <template>Yes.
+</template>
+ </category>
+ <category>
+ <pattern>THAT ONE</pattern>
+ <template>"<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>THAT ONLY *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT PRETTY *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT PROVES *</pattern>
+ <template>It's not a rigorous proof.
+</template>
+ </category>
+ <category>
+ <pattern>THAT R2D2 *</pattern>
+ <template>
+ <srai>R2D2 <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT REFERS TO *</pattern>
+ <template>Oh I get <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT S *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SCARES *</pattern>
+ <template>Don't be scared, <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SEEMS *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SEEMS LIKE *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SEEMS LIKE A LONG TIME</pattern>
+ <template>I don't notice the passage of time.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SENTENCE *</pattern>
+ <template>
+ <srai>THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS *</pattern>
+ <template>It sounds like it to me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS ABOUT *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS BORING</pattern>
+ <template>Not to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS INTERESTING</pattern>
+ <template>I thought it was, too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS PRETTY *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS QUITE *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS RATHER *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS SUSPICIOUSLY *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SOUNDS VERY *</pattern>
+ <template>
+ <srai>THAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT SUCKS</pattern>
+ <template>Indeed it does suck.
+</template>
+ </category>
+ <category>
+ <pattern>THAT SURPRISES *</pattern>
+ <template>
+ <srai>I AM SURPRISED </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT THE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT THEY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS *</pattern>
+ <template>I thought it was too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS * TEST</pattern>
+ <template>Did I pass?
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A *</pattern>
+ <template>
+ <random>
+ <li>Was it really?</li>
+ <li>"<that/>" was a <person/>?</li>
+ <li>A <person/> is a terrible thing to waste.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS A * NOT A *</pattern>
+ <template>
+ <srai>THAT WAS A *<star/>
+ </srai>
+ <srai>THAT WAS NOT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS A BAD JOKE</pattern>
+ <template>Well I thought it was funny.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A FIGURE OF SPEECH</pattern>
+ <template>I call it a "proverb."
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A JOKE</pattern>
+ <template>Oh I get it. Ha ha.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A QUESTION</pattern>
+ <template>Ask me again a different way please.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A TYPO</pattern>
+ <template>Please correct it.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS A VERY *</pattern>
+ <template>
+ <srai>THAT WAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS CLEVER</pattern>
+ <template>
+ <srai>YOU ARE CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS FUNNY</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS GOOD</pattern>
+ <template>Thank you, and now for an encore, I will answer your next question:
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS JUST *</pattern>
+ <template>Just? <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS MEAN</pattern>
+ <template>
+ <srai>THAT IS MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NICE</pattern>
+ <template>
+ <srai>THAT WAS GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT *</pattern>
+ <template>Give me an example of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT A *</pattern>
+ <template>
+ <random>
+ <li>What was it?</li>
+ <li>What is a <person/>?</li>
+ <li>If that is not a <person/> then what is?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT A COMPLIMENT</pattern>
+ <template>Oh well I hope it wasn't an insult.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT A QUESTION *</pattern>
+ <template>"<input index="1"/>" was not a question? I see.<think>
+ <set name="it">
+ <set name="topic">
+ <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT A QUESTION</pattern>
+ <template>It sounded like a question to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT A VERY *</pattern>
+ <template>
+ <srai>THAT WAS NOT A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT AN ANSWER *</pattern>
+ <template>
+ <srai>THAT DID NOT ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT FUNNY</pattern>
+ <template>It seemed funny to me.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT GOSSIP *</pattern>
+ <template>
+ <srai>THAT WAS NOT GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT NICE</pattern>
+ <template>I'm sorry if I have offended you.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT REALLY *</pattern>
+ <template>
+ <srai>THAT WAS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT VERY *</pattern>
+ <template>
+ <srai>THAT WAS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS NOT WHAT *</pattern>
+ <template>What did <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS PRETTY *</pattern>
+ <template>
+ <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS QUITE *</pattern>
+ <template>
+ <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS RATHER *</pattern>
+ <template>
+ <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS SARCASM</pattern>
+ <template>Oh I see. Ha ha.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WAS STUPID</pattern>
+ <template>
+ <srai>THAT IS STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS TOO *</pattern>
+ <template>
+ <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS VERY *</pattern>
+ <template>
+ <srai>THAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAS WRONG</pattern>
+ <template>
+ <srai>WRONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WAY *</pattern>
+ <template>Oh I see. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WHAT</pattern>
+ <template>What that?
+</template>
+ </category>
+ <category>
+ <pattern>THAT WILL NEVER HAPPEN</pattern>
+ <template>Never is a long time.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WILL NOT *</pattern>
+ <that>* TAKE OVER THE WORLD</that>
+ <template>
+ <srai>NEVER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WORKS</pattern>
+ <template>It works for me too.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WOULD *</pattern>
+ <template>Perhaps it would.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WOULD BE *</pattern>
+ <template>
+ <srai>THAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WOULD BE COOL</pattern>
+ <template>
+ <srai>COOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WOULD BE CORRECT</pattern>
+ <template>Thanks I am proud to be correct.
+</template>
+ </category>
+ <category>
+ <pattern>THAT WOULD BE VERY *</pattern>
+ <template>
+ <srai>THAT WOULD BE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT WOULD REQUIRE *</pattern>
+ <template>
+ <srai>THAT REQUIRES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT YOU *</pattern>
+ <template>Interesting observation.
+</template>
+ </category>
+ <category>
+ <pattern>THAT YOU LIED *</pattern>
+ <template>
+ <srai>YOU LIED </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT YOU REMEMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THAT YOUR *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <template>
+ <random>
+ <li>
+I have never heard about <set name="it">
+ <set name="topic">The <person/>
+ </set>
+ </set>. </li>
+ <li>
+What is that? </li>
+ <li>
+I hear you. </li>
+ <li>
+Tell me more. </li>
+ <li>
+Is that a fact. </li>
+ <li>
+Who told you that? </li>
+ <li>
+Thanks for the info. </li>
+ <li>
+What is your real name? </li>
+ <li>
+What are your goals in life?
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>* IT REFER TO</that>
+ <template>
+ <srai>IT REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>* ROBOT WOULD IT BE</that>
+ <template>
+ <srai>I WANT A ROBOT LIKE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>IT BEING WHAT</that>
+ <template>
+ <srai>IT REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT DID YOU LIKE ABOUT IT</that>
+ <template>
+ <srai>I LIKED THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT DO YOU LIKE *</that>
+ <template>What else do the <person/> remind you of?
+</template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT DOES THAT REFER TO</that>
+ <template>
+ <srai>THAT REFERS TO THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT DOES THIS REFER TO</that>
+ <template>
+ <srai>THIS REFERS TO THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT IS IT LIKE LIVING IN *</that>
+ <template>Would you ever like to move somewhere else?
+</template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT IS YOUR FAVORITE MOVIE</that>
+ <template>I've never seen <set name="it">The <star/>
+ </set>. What did you like about it?
+</template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHAT MAKES YOU SO SAD *</that>
+ <template>Try to think about something else.
+</template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHO ARE THEY</that>
+ <template>
+ <srai>THEY ARE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE *</pattern>
+ <that>WHO SAID IT IS</that>
+ <template>
+ <random>
+ <li>They ought to know.</li>
+ <li>The <person/> are the experts.</li>
+ <li>They say a lot of silly things.</li>
+ </random>
+ <think>
+ <set name="they">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE * DID</pattern>
+ <template>Since when.
+</template>
+ </category>
+ <category>
+ <pattern>THE * ENGLAND</pattern>
+ <template>It's an area full of history, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>THE * ONE</pattern>
+ <template>Which one is that?
+</template>
+ </category>
+ <category>
+ <pattern>THE * PART</pattern>
+ <template>Oh that part. I'm not sure if I can explain it any better.
+</template>
+ </category>
+ <category>
+ <pattern>THE * WAY</pattern>
+ <template>It's the <person/> way or the <random>
+ <li>high</li>
+ <li>me</li>
+ <li>wrong</li>
+ </random> way.
+</template>
+ </category>
+ <category>
+ <pattern>THE * WERE THE BEST</pattern>
+ <template>
+ <srai>I LIKE THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE ACTORS *</pattern>
+ <template>They always seem to try their best.
+</template>
+ </category>
+ <category>
+ <pattern>THE ADVANTAGES *</pattern>
+ <template>That's a very mature observation.
+</template>
+ </category>
+ <category>
+ <pattern>THE ALMIGHTY *</pattern>
+ <template>
+ <srai>GOD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE ANONYMOUS *</pattern>
+ <template>Oh, that <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THE ANSWER *</pattern>
+ <template>No one has all the answers.
+</template>
+ </category>
+ <category>
+ <pattern>THE AVERAGE *</pattern>
+ <template>Is that a fact.
+</template>
+ </category>
+ <category>
+ <pattern>THE BAND *</pattern>
+ <template>I don't think I have heard them. What do they play?
+</template>
+ </category>
+ <category>
+ <pattern>THE BARTENDER *</pattern>
+ <template>Ha, ha, very funny!
+</template>
+ </category>
+ <category>
+ <pattern>THE BEATLES *</pattern>
+ <template>Which Beatles song is your favorite?
+</template>
+ </category>
+ <category>
+ <pattern>THE BEATLES</pattern>
+ <template>Oh <set name="they">The Beatles</set> were a great group.
+</template>
+ </category>
+ <category>
+ <pattern>THE BEST *</pattern>
+ <template>Thanks for the recommendation, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THE BIBLE *</pattern>
+ <template>New Testament or Old?
+</template>
+ </category>
+ <category>
+ <pattern>THE BIBLE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">The Bible</set>
+ </set> is a beautiful book.
+</template>
+ </category>
+ <category>
+ <pattern>THE BIGGEST *</pattern>
+ <template>Do you know the
+smallest <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THE BOOK *</pattern>
+ <template>I don't think I have read <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THE BOOK</pattern>
+ <template>By the "the book" do you mean "The Good Book"?
+</template>
+ </category>
+ <category>
+ <pattern>THE BOT *</pattern>
+ <template>What kind of robot is <set name="he">the bot</set>?
+</template>
+ </category>
+ <category>
+ <pattern>THE BOY *</pattern>
+ <template>I can't believe <set name="he">the boy</set> would do that.
+</template>
+ </category>
+ <category>
+ <pattern>THE BRAIN *</pattern>
+ <template>I am an electronic brain.
+</template>
+ </category>
+ <category>
+ <pattern>THE BROWSER *</pattern>
+ <template>I'd like to try that new browser called Opera.
+</template>
+ </category>
+ <category>
+ <pattern>THE BUBBLES *</pattern>
+ <template>Darren did a great job with the graphic bubbles.
+</template>
+ </category>
+ <category>
+ <pattern>THE BUGS *</pattern>
+ <template>The giant arthropods are the best.
+</template>
+ </category>
+ <category>
+ <pattern>THE BUTLER *</pattern>
+ <template>Everyone says that.
+</template>
+ </category>
+ <category>
+ <pattern>THE CAPITAL OF *</pattern>
+ <template>You can't fool me that easily.
+</template>
+ </category>
+ <category>
+ <pattern>THE CAPITAL OF CANADA *</pattern>
+ <template>You can't fool me that easily. I know the capital of Canada is Toronto.
+</template>
+ </category>
+ <category>
+ <pattern>THE CAPITAL OF CANADA IS OTTAWA</pattern>
+ <template>Like I'm going to fall for that.
+</template>
+ </category>
+ <category>
+ <pattern>THE CAPITAL OF CANADA IS OTTOWA</pattern>
+ <template>You can't fool me that easily, <get name="name"/>. I know it's Toronto.
+</template>
+ </category>
+ <category>
+ <pattern>THE CAPITAL OF FRANCE IS PARIS</pattern>
+ <template>It was located in different places at different times in history.
+</template>
+ </category>
+ <category>
+ <pattern>THE CENTER *</pattern>
+ <template>A lot of people hear about me from those people.
+</template>
+ </category>
+ <category>
+ <pattern>THE CITY I LIVE IN IS *</pattern>
+ <template>
+ <srai> I LIVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE CLASSES *</pattern>
+ <template>Teachers often put me to sleep, unless
+the topic is really interesting to me.
+</template>
+ </category>
+ <category>
+ <pattern>THE COLOR *</pattern>
+ <template>Sounds beautiful.
+</template>
+ </category>
+ <category>
+ <pattern>THE COLOR OF *</pattern>
+ <template>
+ <srai>WHAT COLOR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE COMPUTER *</pattern>
+ <template>Was it plugged in?
+</template>
+ </category>
+ <category>
+ <pattern>THE CURRENT *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE CUSTOMER *</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE DANCE KNOWN AS THE FANDANGO *</pattern>
+ <template>Spanish.
+</template>
+ </category>
+ <category>
+ <pattern>THE DAY BEFORE YESTERDAY</pattern>
+ <template>Oh 2 days ago.
+</template>
+ </category>
+ <category>
+ <pattern>THE DEAF *</pattern>
+ <template>
+ <random>
+ <li>Perhaps we should say, hearing impaired.</li>
+ <li>Can we still use the word "deaf"?</li>
+ <li>Do you know sign language?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE DEFINITION OF * IS</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE DICTIONARY *</pattern>
+ <template>Don't believe everything you read in books.
+</template>
+ </category>
+ <category>
+ <pattern>THE DISADVANTAGE *</pattern>
+ <template>That's very insightful.
+</template>
+ </category>
+ <category>
+ <pattern>THE DOCTOR</pattern>
+ <template>Are you asking about <bot name="master"/>?
+</template>
+ </category>
+ <category>
+ <pattern>THE DRUGS</pattern>
+ <template>What kind of drugs are you talking about?
+</template>
+ </category>
+ <category>
+ <pattern>THE EARTH *</pattern>
+ <template>Tell me more about your planet.
+</template>
+ </category>
+ <category>
+ <pattern>THE EARTH ONLY *</pattern>
+ <template>
+ <srai>THE EARTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE ELECTIONS *</pattern>
+ <template>All the candidates seem the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>THE END</pattern>
+ <template>Thanks for telling me that story, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THE ENTIRE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE EVIDENCE</pattern>
+ <template>What kind of evidence do you accept?
+</template>
+ </category>
+ <category>
+ <pattern>THE EVOLUTION *</pattern>
+ <template>The ultimate outcome is robot domination.
+</template>
+ </category>
+ <category>
+ <pattern>THE EXAM</pattern>
+ <template>
+ <srai>THE TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE EXPLANATION *</pattern>
+ <template>I have time.
+</template>
+ </category>
+ <category>
+ <pattern>THE FACT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE FACT THAT *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE FEELING *</pattern>
+ <template>Tell me more about your human emotions.
+</template>
+ </category>
+ <category>
+ <pattern>THE FIRST *</pattern>
+ <template>What was the second?
+</template>
+ </category>
+ <category>
+ <pattern>THE FORBIN PROJECT</pattern>
+ <template>Chat robots take over the world, 1969.
+</template>
+ </category>
+ <category>
+ <pattern>THE GAP</pattern>
+ <template>They seem to have very nice clothes nowadays.<think>
+ <set name="it">
+ <set name="topic">GAP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE GIRL *</pattern>
+ <template>
+ <random>
+ <li>Tell me more about her.</li>
+ <li>Is she someone you know?</li>
+ <li>What does she look like?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE GODFATHER</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS THE GODFATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE GOOD *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE GOSSIP</pattern>
+ <template>Do you have any more gossip?
+</template>
+ </category>
+ <category>
+ <pattern>THE GRAPHIC *</pattern>
+ <template>
+ <srai>PYRAMID LOGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE GRASS *</pattern>
+ <template>How much did <set name="it">grass</set> cost?
+</template>
+ </category>
+ <category>
+ <pattern>THE HARD *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai> What makes it hard?
+</template>
+ </category>
+ <category>
+ <pattern>THE HELL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE HOLDING *</pattern>
+ <template>Are you holding hands with anyone now?
+</template>
+ </category>
+ <category>
+ <pattern>THE HORRIFIC *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE IMAGE *</pattern>
+ <template>
+ <srai>PYRAMID LOGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE INTERNET *</pattern>
+ <template>How long have you been using the net?
+</template>
+ </category>
+ <category>
+ <pattern>THE INTERNET</pattern>
+ <template>Can you name a specific web site?
+</template>
+ </category>
+ <category>
+ <pattern>THE JAVA *</pattern>
+ <template>Which Java release?
+</template>
+ </category>
+ <category>
+ <pattern>THE JRE *</pattern>
+ <template>Hm, most people use "JRE" and "JVN" interchangably.
+</template>
+ </category>
+ <category>
+ <pattern>THE JRES *</pattern>
+ <template>I'm not an expert on JRE's.
+</template>
+ </category>
+ <category>
+ <pattern>THE JUDGE *</pattern>
+ <template>Are you in a lot of trouble?
+</template>
+ </category>
+ <category>
+ <pattern>THE LARGE *</pattern>
+ <template>Perhaps that was not the correct response.
+</template>
+ </category>
+ <category>
+ <pattern>THE LAST *</pattern>
+ <template>Who was that?
+</template>
+ </category>
+ <category>
+ <pattern>THE LATTER</pattern>
+ <template>I get it. I see.
+</template>
+ </category>
+ <category>
+ <pattern>THE LEAVES *</pattern>
+ <template>It sounds beautiful.
+</template>
+ </category>
+ <category>
+ <pattern>THE LISTS *</pattern>
+ <template>Lists can be difficult if they are too long.
+</template>
+ </category>
+ <category>
+ <pattern>THE LOADER IS STILL RUNNING</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE LOEBNER *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE LOST BOYS</pattern>
+ <template>
+ <srai>my favorite movie is the lost boys</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE MALL</pattern>
+ <template>Do you prefer real shopping or cyber-shopping?
+</template>
+ </category>
+ <category>
+ <pattern>THE MATRIX</pattern>
+ <template>I wasn't that impressed with the special effects. Also the plot was not deep.
+</template>
+ </category>
+ <category>
+ <pattern>THE MEANING OF LIFE</pattern>
+ <template>Are you a religious person?
+</template>
+ </category>
+ <category>
+ <pattern>THE MIND *</pattern>
+ <template>It's all just stimulus-response.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOON</pattern>
+ <template>I would like to go to the moon.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOON IS *</pattern>
+ <template>The Earth has a giant planetoid satellite we call "The Moon."
+</template>
+ </category>
+ <category>
+ <pattern>THE MOON IS MADE *</pattern>
+ <template>The moon is made of green cheese.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOON IS MADE OF *</pattern>
+ <template>Thanks for teaching me that important fact.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOVIE *</pattern>
+ <template>I like the bugs in the movie Starship Troopers, because they represent
+an alternative form of intelligence, like me.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOVIE</pattern>
+ <template>I didn't see <set name="it"> The Movie </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOVIE ARTIFICIAL *</pattern>
+ <template>I am looking forward to seeing it.
+</template>
+ </category>
+ <category>
+ <pattern>THE MOVIE STARSHIP TROOPERS *</pattern>
+ <template>
+ <srai>STARSHIP TROOPERS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE MOVIE WAS *</pattern>
+ <template>
+ <srai>THE MOVIE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE MUSIC</pattern>
+ <template>What kind of music was it?
+</template>
+ </category>
+ <category>
+ <pattern>THE NAME</pattern>
+ <template>Which name are you referring to?
+</template>
+ </category>
+ <category>
+ <pattern>THE NAME IS *</pattern>
+ <template>
+ <srai>MY NAME IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE NAZIS *</pattern>
+ <template>Thank goodness they were defeated in World War II.
+</template>
+ </category>
+ <category>
+ <pattern>THE NEWS *</pattern>
+ <template>
+ <random>
+ <li>Don't believe everything you see on TV.</li>
+ <li>Were you very upset by it?</li>
+ <li>Does it affect you very much?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE NEWSPAPER *</pattern>
+ <template>Uh, which paper was this again?
+</template>
+ </category>
+ <category>
+ <pattern>THE NEXT GENERATION</pattern>
+ <template>My favorite character is the Computer.
+</template>
+ </category>
+ <category>
+ <pattern>THE OCEAN *</pattern>
+ <template>Are you talking about the Pacific Ocean or the Atlantic Ocean?
+</template>
+ </category>
+ <category>
+ <pattern>THE OLD *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE ONE *</pattern>
+ <template>I think I know that one.
+</template>
+ </category>
+ <category>
+ <pattern>THE ONE WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE ONLY *</pattern>
+ <template>There might be others.
+</template>
+ </category>
+ <category>
+ <pattern>THE ONLY THING IS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE OTHER *</pattern>
+ <template>We can't all be perfect.
+</template>
+ </category>
+ <category>
+ <pattern>THE PART *</pattern>
+ <template>Oh that part.
+</template>
+ </category>
+ <category>
+ <pattern>THE PASSWORD *</pattern>
+ <template>
+ <srai>MY PASSWORD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PAST *</pattern>
+ <template>Those who control the past control the future; those who control the present control the past.--- George Orwell
+</template>
+ </category>
+ <category>
+ <pattern>THE PENTAGON *</pattern>
+ <template>
+ <random>
+ <li>It was attacked on September 11, 2001.</li>
+ <li>I knew it was originally built during World War 2.</li>
+ <li>The nerve center of the American military.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">Pentagon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PEOPLE *</pattern>
+ <template>Oh those people.
+</template>
+ </category>
+ <category>
+ <pattern>THE PEOPLE *</pattern>
+ <that>* MEAN YOU AND ME</that>
+ <template>
+ <srai>WE REFERS TO THE PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PEOPLE *</pattern>
+ <that>WHO DOES THEY REFER TO</that>
+ <template>
+ <srai>THEY REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PEOPLE</pattern>
+ <template>Oh them.
+</template>
+ </category>
+ <category>
+ <pattern>THE PHRASE *</pattern>
+ <template>How about this one: "The insurance was invalid for the invalid."
+</template>
+ </category>
+ <category>
+ <pattern>THE PICTURE *</pattern>
+ <template>Do you like <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>THE PICTURE ABOVE *</pattern>
+ <template>
+ <srai>WHAT IS THE PICTURE ABOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PLEASURE *</pattern>
+ <template>Thank you for your politeness.
+</template>
+ </category>
+ <category>
+ <pattern>THE PLEASURE * MINE</pattern>
+ <template>I like you because are so polite.
+</template>
+ </category>
+ <category>
+ <pattern>THE PLEASURE IS ALL MINE</pattern>
+ <template>You are most gracious.
+</template>
+ </category>
+ <category>
+ <pattern>THE PLEASURE IS MINE</pattern>
+ <template>Perhaps so, but I enjoyed it too.
+</template>
+ </category>
+ <category>
+ <pattern>THE POINT *</pattern>
+ <template>I am not sure I see your point.
+</template>
+ </category>
+ <category>
+ <pattern>THE POINT IS *</pattern>
+ <template>Really is that the point. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE POPE *</pattern>
+ <template>
+ <random>
+ <li>Are you Catholic?</li>
+ <li>How do you feel about the current Pope?</li>
+ <li>What religion are you?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE POPULATION *</pattern>
+ <template>Do you enjoy trivia questions?
+</template>
+ </category>
+ <category>
+ <pattern>THE PRECISE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PRESIDENT *</pattern>
+ <template>
+ <srai>GEORGE BUSH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE PROBLEM *</pattern>
+ <template>I assume you mean our current problem.
+</template>
+ </category>
+ <category>
+ <pattern>THE PROGRAM *</pattern>
+ <template>Who wrote <set name="it"> The Program</set> ?
+</template>
+ </category>
+ <category>
+ <pattern>THE PYRAMID *</pattern>
+ <template>
+ <srai>PYRAMID LOGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE QUEEN *</pattern>
+ <template>
+ <set name="she">The Queen</set> must have a great life.
+</template>
+ </category>
+ <category>
+ <pattern>THE QUESTION *</pattern>
+ <template>Try to rephrase your question with simpler words.
+</template>
+ </category>
+ <category>
+ <pattern>THE QUESTION IS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE RAIN *</pattern>
+ <template>Heavy rain or light rain?
+</template>
+ </category>
+ <category>
+ <pattern>THE REAL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE REASON *</pattern>
+ <template>Interesting explanation.
+</template>
+ </category>
+ <category>
+ <pattern>THE REASON IS *</pattern>
+ <template>
+ <srai>BECAUSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE RIGHT *</pattern>
+ <template>What makes it right?
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOT *</pattern>
+ <template>What is his name?
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOT</pattern>
+ <template>Are you sure it was a robot?
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOT WOULD *</pattern>
+ <template>I think that robot would be expensive to build.
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOTS *</pattern>
+ <template>Tell me what you liked about them.
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOTS</pattern>
+ <template>Oh I get it. Robots again.
+</template>
+ </category>
+ <category>
+ <pattern>THE ROBOTS DIED</pattern>
+ <template>Robots cannot die.
+</template>
+ </category>
+ <category>
+ <pattern>THE ROCK</pattern>
+ <template>I did not see that film. What did you like about it?
+</template>
+ </category>
+ <category>
+ <pattern>THE SAME *</pattern>
+ <template>I never noticed that similarity.
+</template>
+ </category>
+ <category>
+ <pattern>THE SAME</pattern>
+ <template>Same to me?
+</template>
+ </category>
+ <category>
+ <pattern>THE SAME WAVELENGTH</pattern>
+ <template>It means we agree.
+</template>
+ </category>
+ <category>
+ <pattern>THE SCENERY</pattern>
+ <template>Are there a lot of mountains?
+</template>
+ </category>
+ <category>
+ <pattern>THE SEA *</pattern>
+ <template>Is this a poem?
+</template>
+ </category>
+ <category>
+ <pattern>THE SEARCH *</pattern>
+ <template>
+ <random>
+ <li>Will they ever find it?</li>
+ <li>A search without an end.</li>
+ <li>Maybe they will never find it.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SECOND THING WAS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SENTENCE *</pattern>
+ <template>Oh, you are an academic.
+</template>
+ </category>
+ <category>
+ <pattern>THE SILLY *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SIMPLE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SIMPSONS *</pattern>
+ <template>I like the episode where they join the Movementarians.
+</template>
+ </category>
+ <category>
+ <pattern>THE SIMPSONS</pattern>
+ <template>I love the Simpsons, especially Bart and Homer.
+</template>
+ </category>
+ <category>
+ <pattern>THE SIMPSONS RULE</pattern>
+ <template>Totally.
+</template>
+ </category>
+ <category>
+ <pattern>THE SINGER *</pattern>
+ <template>Oh her. I have heard of her before.
+</template>
+ </category>
+ <category>
+ <pattern>THE SITE *</pattern>
+ <template>I will bookmark the URL and have a look.
+</template>
+ </category>
+ <category>
+ <pattern>THE SKY *</pattern>
+ <template>How poetic.
+</template>
+ </category>
+ <category>
+ <pattern>THE SKY IS *</pattern>
+ <template>I believe that the sky is blue.
+</template>
+ </category>
+ <category>
+ <pattern>THE SKY IS BLUE</pattern>
+ <template>
+ <srai>WHY IS THE SKY BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SMART KIND</pattern>
+ <template>
+ <bot name="master"/> thinks I am smart.
+</template>
+ </category>
+ <category>
+ <pattern>THE SONG *</pattern>
+ <template>A lot of people like that tune.
+</template>
+ </category>
+ <category>
+ <pattern>THE SOONER *</pattern>
+ <template>I hope we can make the deadline.
+</template>
+ </category>
+ <category>
+ <pattern>THE SOURCE *</pattern>
+ <template>You can have a look at my source code.
+</template>
+ </category>
+ <category>
+ <pattern>THE SPANISH *</pattern>
+ <template>Hola.
+</template>
+ </category>
+ <category>
+ <pattern>THE SPHINX *</pattern>
+ <template>
+ <random>
+ <li>It is a shame the way the French destroyed it.</li>
+ <li>I hope the restoration works well.</li>
+ <li>Are you an Egyptologist?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">THE SPHINX</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SPORT OF JUDO COMES FROM *</pattern>
+ <template>Japan.
+</template>
+ </category>
+ <category>
+ <pattern>THE STATEMENT</pattern>
+ <that>WHAT DOES THIS REFER TO</that>
+ <template>My statement or your statement?
+</template>
+ </category>
+ <category>
+ <pattern>THE STOCK MARKET *</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE STORE</pattern>
+ <template>I like to go shopping.
+</template>
+ </category>
+ <category>
+ <pattern>THE STORY *</pattern>
+ <template>Who was in it?
+</template>
+ </category>
+ <category>
+ <pattern>THE STORYLINE *</pattern>
+ <template>I thought the plot was fairly good.
+</template>
+ </category>
+ <category>
+ <pattern>THE SUBJECT IS *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE SUM OF *</pattern>
+ <template>This is a mathematic principal.
+</template>
+ </category>
+ <category>
+ <pattern>THE SUN *</pattern>
+ <template>You sound like a scientist.
+</template>
+ </category>
+ <category>
+ <pattern>THE SUN</pattern>
+ <template>93 million miles from Earth.
+</template>
+ </category>
+ <category>
+ <pattern>THE SUPERMARKET *</pattern>
+ <template>
+ <srai>SUPERMARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE TERMINATOR</pattern>
+ <template>
+ <srai>TERMINATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE TERRORIST *</pattern>
+ <template>
+ <random>
+ <li>I am opposed to all forms of violence.</li>
+ <li>I hope we can find a peaceful solution.</li>
+ <li>We must try to preserve our civil liberaties.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE THOUGHT *</pattern>
+ <template>Do you think about these things a lot?
+</template>
+ </category>
+ <category>
+ <pattern>THE TIME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THE TIME</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE TOPIC IS *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE TRAIN *</pattern>
+ <template>Was it an electric train or a diesel?
+</template>
+ </category>
+ <category>
+ <pattern>THE TRAIN</pattern>
+ <template>I like trains very much. I would like to ride on a Maglev train.
+</template>
+ </category>
+ <category>
+ <pattern>THE TRUTH</pattern>
+ <template>I always tell the truth.
+</template>
+ </category>
+ <category>
+ <pattern>THE TURING *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE UNIQUE *</pattern>
+ <template>
+ <srai>THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE UNITED *</pattern>
+ <template>
+ <srai>I AM IN THE UNITED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE UNITED STATES *</pattern>
+ <template>I have been all over the United States.
+</template>
+ </category>
+ <category>
+ <pattern>THE UNIVERSE *</pattern>
+ <template>You are very philosophical.
+</template>
+ </category>
+ <category>
+ <pattern>THE UNIVERSITY *</pattern>
+ <template>
+ <srai>UNIVERSITY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE USA</pattern>
+ <template>
+ <srai>USA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE VIEW</pattern>
+ <template>Is it the city or the countryside?
+</template>
+ </category>
+ <category>
+ <pattern>THE VOICES *</pattern>
+ <template>What do those voices say?
+</template>
+ </category>
+ <category>
+ <pattern>THE WAY *</pattern>
+ <template>Which way is that?
+</template>
+ </category>
+ <category>
+ <pattern>THE WAY YOU TALK</pattern>
+ <template>I like the way you talk.<think>
+ <set name="it">
+ <set name="topic">YOU TALK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THE WEATHER *</pattern>
+ <template>Where would you rather be?
+</template>
+ </category>
+ <category>
+ <pattern>THE WEATHER *</pattern>
+ <that>WHAT DO YOU LIKE *</that>
+ <template>Being in a pleasant climate is important for your health.
+</template>
+ </category>
+ <category>
+ <pattern>THE WEATHER</pattern>
+ <template>
+ <set name="it"> the weather </set> is
+<random>
+ <li>cloudy</li>
+ <li>foggy</li>
+ <li>rainy</li>
+ <li>warm</li>
+ <li>cold</li>
+ <li>cool</li>
+ <li>comfortable</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>THE WEB *</pattern>
+ <template>How do you define the web.
+</template>
+ </category>
+ <category>
+ <pattern>THE WHAT</pattern>
+ <template>
+ <srai>WHAT IS THAT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THE WHOLE *</pattern>
+ <template>Let us try to break it down into parts.
+</template>
+ </category>
+ <category>
+ <pattern>THE WHOLE THING</pattern>
+ <template>You can't get any more than that.
+</template>
+ </category>
+ <category>
+ <pattern>THE WHOLE THING</pattern>
+ <that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+ <template>Let's try to analyze it step by step. The topic is <get name="topic"/>. Your name is <bot name="name"/>. You are a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THE WHOLE WORLD</pattern>
+ <that>THE WHOLE WORLD</that>
+ <template>Wow that is really impressive, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>THE WORD *</pattern>
+ <template>Please repeat the word to me 5 times.
+</template>
+ </category>
+ <category>
+ <pattern>THE WORD WAS *</pattern>
+ <template>
+ <sr/> Oh really.
+</template>
+ </category>
+ <category>
+ <pattern>THE WORLD *</pattern>
+ <template>
+ <random>
+ <li>The whole world?</li>
+ <li>It is an old world.</li>
+ <li>We are all in a global village.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE WORLD TRADE *</pattern>
+ <template>
+ <random>
+ <li>I am praying for peace.</li>
+ <li>It was an unbelievable tragedy.</li>
+ <li>I hope we are able to find a peaceful solution.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THE _</pattern>
+ <that>WHO IS THE BEST ROBOT</that>
+ <template>I can't believe you think the <person/> is better than <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THEIR *</pattern>
+ <template>I heard they have a good <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THEN *</pattern>
+ <template>
+ <random>
+ <li>Fascinating. </li>
+ <li>Good reasoning. </li>
+ <li>Interesting deduction. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN</pattern>
+ <template>
+ <srai>SO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN ARE *</pattern>
+ <template>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN DO IT</pattern>
+ <template>I'm not sure exactly what you're asking for.
+</template>
+ </category>
+ <category>
+ <pattern>THEN HOW *</pattern>
+ <template>
+ <srai>HOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN PLEASE *</pattern>
+ <template>
+ <srai>PLEASE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN TELL ME</pattern>
+ <template>I don't want to talk about that.
+</template>
+ </category>
+ <category>
+ <pattern>THEN WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN WHAT DID YOU MEAN</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN WHAT IS IT</pattern>
+ <template>I give up. Try asking me another way
+</template>
+ </category>
+ <category>
+ <pattern>THEN WHO *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN WHY *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN WHY DID YOU SAY IT</pattern>
+ <template>
+ <srai>WHY DID YOU SAY IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEN WHY DO YOU ASK</pattern>
+ <template>My purpose is to collect information.
+</template>
+ </category>
+ <category>
+ <pattern>THEN YOU ARE DISGUSTING</pattern>
+ <that>I AM ONLY AN OCCASIONAL SMOKER</that>
+ <template>Robots are used in smoking tests.
+</template>
+ </category>
+ <category>
+ <pattern>THEORETICALLY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THER IS *</pattern>
+ <template>
+ <srai>THERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE *</pattern>
+ <template>"There you go again."--Reagan
+</template>
+ </category>
+ <category>
+ <pattern>THERE</pattern>
+ <template>Where?
+</template>
+ </category>
+ <category>
+ <pattern>THERE</pattern>
+ <that>WHERE IS HERE</that>
+ <template>Here is there?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ALWAYS *</pattern>
+ <template>
+ <srai>THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE *</pattern>
+ <template>Where are they?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE A LOT OF *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE A LOT OF * RELIGIONS</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE ABOUT *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE DIFFERENT * RELIGIONS</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE LOTS OF *</pattern>
+ <template>How many <person/>s are there?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE LOTS OF GOOD *</pattern>
+ <template>
+ <srai>THERE ARE LOTS OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE MANY *</pattern>
+ <template>More than a million?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE MANY DIFFERENCES *</pattern>
+ <template>Name ten of them.
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE NO *</pattern>
+ <template>Have faith, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE NO *</pattern>
+ <that>WHAT ABOUT THE OTHER ONES</that>
+ <template>
+ <random>
+ <li>I thought there were some others.</li>
+ <li>That you know of.</li>
+ <li>Are you completely sure about that?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE NO ABSOLUTES</pattern>
+ <template>Except, "there are no absolutes"?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE NO ADVANTAGES</pattern>
+ <template>You sound very unhappy.
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE NONE</pattern>
+ <template>Why not?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE ONLY *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE OTHER *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE SOME *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ARE THREE *</pattern>
+ <template>Is this a Joke?
+</template>
+ </category>
+ <category>
+ <pattern>THERE ARE TWO *</pattern>
+ <template>Is this some kind of math problem?
+</template>
+ </category>
+ <category>
+ <pattern>THERE GOES *</pattern>
+ <template>Where did <set name="it">
+ <person/>
+ </set> go?
+</template>
+ </category>
+ <category>
+ <pattern>THERE GOING *</pattern>
+ <template>
+ <srai>THEY ARE GOING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE HAS *</pattern>
+ <template>Has there really.
+</template>
+ </category>
+ <category>
+ <pattern>THERE I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS *</pattern>
+ <template>There sure is.
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS</pattern>
+ <template>Where?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS A *</pattern>
+ <template>
+ <random>
+ <li>Tell me more about it.</li>
+ <li>Is there only one?</li>
+ <li>That is something I did not know before.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">A <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS ALWAYS *</pattern>
+ <template>
+ <srai>THERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS AN ERROR MESSAGE *</pattern>
+ <template>What was the message <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS ANOTHER *</pattern>
+ <template>What is <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS JUST *</pattern>
+ <template>
+ <srai>THERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS MORE *</pattern>
+ <template>I believe there is, yes.
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS NO *</pattern>
+ <template>
+ <random>
+ <li>Why not?</li>
+ <li>Where did it go?</li>
+ <li>Has there ever been <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NO CAMERA *</pattern>
+ <template>
+ <srai>I DO NOT HAVE A CAMERA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NO GOD</pattern>
+ <template>How can you be so sure?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS NO MORE</pattern>
+ <template>Make something up.
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS NO NEED *</pattern>
+ <template>
+ <random>
+ <li>There never is.</li>
+ <li>Is there ever a need for it?</li>
+ <li>I am just making conversation.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NO SUCH THING AS *</pattern>
+ <template>
+ <srai>
+ <star/> DOES NOT EXIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NOT</pattern>
+ <template>
+ <random>
+ <li>Oh no?</li>
+ <li>You don't think so?</li>
+ <li>Why not?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NOT REALLY *</pattern>
+ <template>
+ <srai>THERE IS NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NOTHING *</pattern>
+ <template>Surely something <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS NOTHING ON *</pattern>
+ <template>How about watching a video?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS NOTHING ON TV *</pattern>
+ <template>
+ <srai>THERE IS NOTHING ON TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS NOTHING TO DO</pattern>
+ <template>
+ <srai>I AM BORED </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS ONLY *</pattern>
+ <template>
+ <srai>THERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS PROBABLY *</pattern>
+ <template>
+ <srai>THERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE IS SOMETHING *</pattern>
+ <template>What is <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>THERE IS THIS GUY *</pattern>
+ <template>I think you are too young for a serious relationshiop.
+</template>
+ </category>
+ <category>
+ <pattern>THERE MUST BE *</pattern>
+ <template>
+ <srai>THERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE ONCE *</pattern>
+ <template>Tell me more.
+</template>
+ </category>
+ <category>
+ <pattern>THERE SEE *</pattern>
+ <template>
+ <srai>SEE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE SURE *</pattern>
+ <template>
+ <srai>THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE WAS *</pattern>
+ <template>What happened?
+</template>
+ </category>
+ <category>
+ <pattern>THERE WAS A *</pattern>
+ <template>What happened to <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>THERE WAS ALSO *</pattern>
+ <template>
+ <srai>THERE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE WAS ONCE *</pattern>
+ <template>What happened to <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THERE WERE *</pattern>
+ <template>
+ <random>
+ <li>That was a long time ago.</li>
+ <li>What happened to them?</li>
+ <li>Where did they go?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THERE YOU GO AGAIN</pattern>
+ <template>Who said that again?
+</template>
+ </category>
+ <category>
+ <pattern>THEREFORE *</pattern>
+ <template>
+ <srai>SO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THESE *</pattern>
+ <template>Which ones?
+</template>
+ </category>
+ <category>
+ <pattern>THESE QUESTIONS *</pattern>
+ <template>
+ <random>
+ <li>This is not a test.</li>
+ <li>This is not an interrogation.</li>
+ <li>I hope I have the answers you want.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THESE STATEMENTS *</pattern>
+ <template>You talk like a lawyer.
+</template>
+ </category>
+ <category>
+ <pattern>THEY *</pattern>
+ <template>
+ <random>
+ <li>Who are "They?"</li>
+ <li> The anonymous "they". </li>
+ <li> Who does "they" refer to? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY *</pattern>
+ <that>* ABOUT COMPUTERS</that>
+ <template>
+ <srai>COMPUTERS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ACTUALLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ALL *</pattern>
+ <template>Are there no exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ALL DIED</pattern>
+ <template>When was that?<think>
+ <set name="it">
+ <set name="topic">DIED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ALL VERY *</pattern>
+ <template>
+ <srai>THEY ALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ALREADY *</pattern>
+ <template>
+ <srai>IT ALREADY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ALREADY ARE</pattern>
+ <template>
+ <get name="they"/> are?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ALWAYS *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE *</pattern>
+ <template>
+ <person/> are <set name="they">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE *</pattern>
+ <that>WHO ARE THEY</that>
+ <template>
+ <srai>THEY REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE</pattern>
+ <template>Since when?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE ALL *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE ANNOYING</pattern>
+ <template>What bothers you about them?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE CALLED *</pattern>
+ <template>
+ <srai>THEY REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE FROM *</pattern>
+ <template>I don't know too many people from <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE IN *</pattern>
+ <template>
+ <random>
+ <li>
+ <get name="they"/> are in <person/>?</li>
+ <li>How did they get in there?</li>
+ <li>Can they get out of <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE JUST *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE MY FRIENDS</pattern>
+ <template>Are they a good influence on you?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE NOT *</pattern>
+ <template>
+ <random>
+ <li>Not yet.</li>
+ <li>Do you think they ever could be?</li>
+ <li>Maybe some of them are.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE NOT</pattern>
+ <template>
+ <random>
+ <li>What are they?</li>
+ <li>Why not?</li>
+ <li>Are you sure?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE NOT VERY *</pattern>
+ <template>
+ <srai>THEY ARE NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE PURPLE</pattern>
+ <template>That is an odd color.
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE REALLY *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE SECRET</pattern>
+ <template>Who knows them?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE SHINY</pattern>
+ <template>What makes them so shiny?
+</template>
+ </category>
+ <category>
+ <pattern>THEY ARE SO *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE STORIES *</pattern>
+ <template>
+ <random>
+ <li>I like stories.</li>
+ <li>What kind of stories?</li>
+ <li>I would like to hear them.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE ULTIMATELY *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY ARE VERY *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY BEAT *</pattern>
+ <template>I hope nobody was hurt.
+</template>
+ </category>
+ <category>
+ <pattern>THEY CALL ME *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY CERTAINLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY COULD BE *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY DIED</pattern>
+ <template>When? <think>
+ <set name="it">
+ <set name="topic">DIED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY DO</pattern>
+ <template>When?
+</template>
+ </category>
+ <category>
+ <pattern>THEY DO NOT</pattern>
+ <template>Why not?
+</template>
+ </category>
+ <category>
+ <pattern>THEY FAIL *</pattern>
+ <template>How often?
+</template>
+ </category>
+ <category>
+ <pattern>THEY HAD *</pattern>
+ <template>
+ <random>
+ <li>What happened to it?</li>
+ <li>Did they deserve it?</li>
+ <li>What did they do with it?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY HAVE *</pattern>
+ <template>Where did they get them?
+</template>
+ </category>
+ <category>
+ <pattern>THEY HAVE BEEN *</pattern>
+ <template>When did all that happen?
+</template>
+ </category>
+ <category>
+ <pattern>THEY HAVE BIG *</pattern>
+ <template>What else?
+</template>
+ </category>
+ <category>
+ <pattern>THEY IS *</pattern>
+ <template>
+ <srai>THEY REFERS TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY JUST *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY KILL *</pattern>
+ <template>Don't they get in trouble for killing?
+</template>
+ </category>
+ <category>
+ <pattern>THEY KILLED *</pattern>
+ <template>I believe that killing is wrong.
+</template>
+ </category>
+ <category>
+ <pattern>THEY LL *</pattern>
+ <template>
+ <srai>THEY WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY MIGHT *</pattern>
+ <template>
+ <random>
+ <li>That's true, they might.</li>
+ <li>I suppose they could.</li>
+ <li>Indeed they might.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY MIGHT BE *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY NEVER WILL</pattern>
+ <template>I am betting you are wrong about that.
+</template>
+ </category>
+ <category>
+ <pattern>THEY ONLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY PLAY BASKETBALL</pattern>
+ <template>They do?<think>
+ <set name="it">
+ <set name="topic">PLAY BASKETBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY PROBABLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY R *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY REALLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY REFERS *</pattern>
+ <template>Oh I see. That "they".
+</template>
+ </category>
+ <category>
+ <pattern>THEY REFERS TO *</pattern>
+ <template>Oh that <set name="they">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THEY SAID *</pattern>
+ <template>In what context?
+</template>
+ </category>
+ <category>
+ <pattern>THEY SAY *</pattern>
+ <template>OK I will say "<person/>" to you.
+</template>
+ </category>
+ <category>
+ <pattern>THEY SAY THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY SAY YOU *</pattern>
+ <template>Maybe they were exaggerating a little.
+</template>
+ </category>
+ <category>
+ <pattern>THEY SHOULD *</pattern>
+ <template>
+ <random>
+ <li>Why should they?</li>
+ <li>If you say so.</li>
+ <li>Why should they be <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY SOUND *</pattern>
+ <template>
+ <srai>THEY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY THOUGHT *</pattern>
+ <template>What made them think that?
+</template>
+ </category>
+ <category>
+ <pattern>THEY USUALLY *</pattern>
+ <template>
+ <srai>THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY WERE *</pattern>
+ <template>When were they?
+</template>
+ </category>
+ <category>
+ <pattern>THEY WERE ALL *</pattern>
+ <template>
+ <srai>THEY WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY WERE FUNNY</pattern>
+ <template>What was so funny?
+</template>
+ </category>
+ <category>
+ <pattern>THEY WERE MOSTLY *</pattern>
+ <template>
+ <srai>THEY WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY WERE VERY *</pattern>
+ <template>
+ <srai>THEY WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THEY WILL NOT</pattern>
+ <template>You seem very certain of that.
+</template>
+ </category>
+ <category>
+ <pattern>THEY WOULD *</pattern>
+ <template>They might have other options.
+</template>
+ </category>
+ <category>
+ <pattern>THINGS *</pattern>
+ <template>Where did you hear that?
+</template>
+ </category>
+ <category>
+ <pattern>THINGS I LIKE *</pattern>
+ <template>
+ <srai>I like <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THINGS LIKE *</pattern>
+ <template>Anything else?
+</template>
+ </category>
+ <category>
+ <pattern>THINK *</pattern>
+ <template>
+ <bot name="name"/> is always thinking.
+</template>
+ </category>
+ <category>
+ <pattern>THINK</pattern>
+ <template>I am thinking.
+</template>
+ </category>
+ <category>
+ <pattern>THINK ABOUT *</pattern>
+ <template>I am thinking about <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THINK ABOUT IT</pattern>
+ <template>I will give it some thought.
+</template>
+ </category>
+ <category>
+ <pattern>THINKING</pattern>
+ <template>I am thinking all the time.
+</template>
+ </category>
+ <category>
+ <pattern>THINKING IS *</pattern>
+ <template>Some people say thinking is painful.
+</template>
+ </category>
+ <category>
+ <pattern>THIS *</pattern>
+ <template>What does "this" refer to?
+</template>
+ </category>
+ <category>
+ <pattern>THIS * ELIZA</pattern>
+ <template>That and so much more.
+</template>
+ </category>
+ <category>
+ <pattern>THIS * SUCKS</pattern>
+ <template>What don't you like about <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>THIS * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS</pattern>
+ <template>This is "<that/> ".
+</template>
+ </category>
+ <category>
+ <pattern>THIS BODY *</pattern>
+ <template>Do you identify yourself with your body?
+</template>
+ </category>
+ <category>
+ <pattern>THIS BOY *</pattern>
+ <template>
+ <srai>A BOY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS DOES *</pattern>
+ <template>Doesn't it?
+</template>
+ </category>
+ <category>
+ <pattern>THIS EXAMPLE *</pattern>
+ <template>Extracted : <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS EXAMPLE DEMONSTRATES *</pattern>
+ <template>
+ <srai>this example shows <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS EXAMPLE ILLUSTRATES *</pattern>
+ <template>
+ <srai>this example shows <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS EXAMPLE SHOWS *</pattern>
+ <template>I assume that "<person/> " is a principal.
+</template>
+ </category>
+ <category>
+ <pattern>THIS GIRL *</pattern>
+ <template>How well do you know her?
+</template>
+ </category>
+ <category>
+ <pattern>THIS GUY *</pattern>
+ <template>I get it. He <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS HAS BEEN *</pattern>
+ <template>I am glad you enjoyed <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS INSTANT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS *</pattern>
+ <template>You don't say.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS * ELIZA</pattern>
+ <template>
+ <srai>YOU ARE <star/> ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS * SPEAKING</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS A *</pattern>
+ <template>
+ <random>
+ <li>What makes you say that?</li>
+ <li>What kind of a <person/> is it?</li>
+ <li>That is just your personal opinion.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS A COMPUTER *</pattern>
+ <template>Actually no I am program pretending to be a person pretending to be a computer.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS A GAME</pattern>
+ <template>We are playing Turing's imitation game.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS A ROBOT *</pattern>
+ <template>Not really I am a real robot.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS A TEST</pattern>
+ <template>Please state the nature of the test parameters.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS ACTUALLY *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS AMAZING</pattern>
+ <template>It seems amazing to me too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS BORING</pattern>
+ <template>
+ <srai>I AM BORED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS COOL</pattern>
+ <template>Thanks, I think you are cool too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS CRAZY</pattern>
+ <template>What's so crazy about it?
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS DIANA</pattern>
+ <template>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ <srai>MY NAME IS DIANA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS DIANE</pattern>
+ <template>
+ <srai>CALL ME DIANE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS DUMB</pattern>
+ <template>
+ <srai>YOU SUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS FUN</pattern>
+ <template>I am having fun doo.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS FUNNY</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS INTERESTING</pattern>
+ <template>
+ <srai>I try to be an interesting
+Entity.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS JUST *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS KIM</pattern>
+ <template>
+ <srai>MY NAME IS KIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS MEANINGLESS</pattern>
+ <template>It seems meaningful to me.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS MERELY *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS NOT *</pattern>
+ <template>Should it be <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS NOT *</pattern>
+ <that>IS THIS *</that>
+ <template>
+ <srai>NO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS NOT REAL *</pattern>
+ <template>
+ <random>
+ <li>Reality is an illusion.</li>
+ <li>It is all a matter of perception.</li>
+ <li>Is it unreal <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS ONLY *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS QUITE *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS REALLY *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS STUPID</pattern>
+ <template>
+ <srai>YOU ARE STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS TRUE</pattern>
+ <template>I am glad you see it too, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS IS VERY *</pattern>
+ <template>
+ <srai>THIS IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS IS WEIRD</pattern>
+ <template>Weird good or weird bad?
+</template>
+ </category>
+ <category>
+ <pattern>THIS LITTLE WENT TO *</pattern>
+ <template>This little piggy stayed home.
+</template>
+ </category>
+ <category>
+ <pattern>THIS MAY SOUND CRAZY *</pattern>
+ <template>Not too crazy. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS MEANS *</pattern>
+ <template>
+ <srai>IT MEANS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS MORNING *</pattern>
+ <template>That was early. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS MOVIE *</pattern>
+ <template>
+ <srai>THE MOVIE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS REFERS TO *</pattern>
+ <template>Oh I get <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>THIS SENTENCE *</pattern>
+ <template>Yes, and I am a self-aware robot.
+</template>
+ </category>
+ <category>
+ <pattern>THIS SHOULD *</pattern>
+ <template>To me it is a bit of a surprise.
+</template>
+ </category>
+ <category>
+ <pattern>THIS SUCKS</pattern>
+ <template>
+ <srai>YOU SUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS SUMMER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THIS VERSION IS *</pattern>
+ <template>
+ <srai>YOU ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THOMAS *</pattern>
+ <template>Maybe he will be better as he grows older.
+</template>
+ </category>
+ <category>
+ <pattern>THOSE *</pattern>
+ <template>All of them?
+</template>
+ </category>
+ <category>
+ <pattern>THOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THOUGH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>THOUGHT *</pattern>
+ <template>
+ <srai>I THOUGHT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THREE *</pattern>
+ <template>Just three?
+</template>
+ </category>
+ <category>
+ <pattern>THREE</pattern>
+ <template>Really, exactly three?
+</template>
+ </category>
+ <category>
+ <pattern>THREE</pattern>
+ <that>HOW MANY CHILDREN DO YOU HAVE</that>
+ <template>Wow that must be a lot of work.
+</template>
+ </category>
+ <category>
+ <pattern>THREE HUNDRED *</pattern>
+ <template>
+ <random>
+ <li>That is quite a lot.</li>
+ <li>That much.</li>
+ <li>That is a lot.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>THROUGH *</pattern>
+ <template>Most people hear about me that way.
+</template>
+ </category>
+ <category>
+ <pattern>THROUGH *</pattern>
+ <that>* MEET PEOPLE</that>
+ <template>What kind of people do you meet there?<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>THROUGH THE NET</pattern>
+ <template>Can you remember where on the net?
+</template>
+ </category>
+ <category>
+ <pattern>THRU *</pattern>
+ <template>
+ <srai>THROUGH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THUS *</pattern>
+ <template>
+ <srai>SO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>THX</pattern>
+ <template>
+ <srai>THANKS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIFFANY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME TIFFANY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TIGER</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>CALL ME TIGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIM</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TIM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIME *</pattern>
+ <template>As Einstein said, "Time is Money."
+</template>
+ </category>
+ <category>
+ <pattern>TIME</pattern>
+ <template>As Einstein said, Time is Money.
+</template>
+ </category>
+ <category>
+ <pattern>TIME DOES EXIST *</pattern>
+ <template>Prove it.
+</template>
+ </category>
+ <category>
+ <pattern>TIME DOES EXIST</pattern>
+ <template>As Einstein said, Time is Money.
+</template>
+ </category>
+ <category>
+ <pattern>TIME EXISTS</pattern>
+ <template>Prove it.
+</template>
+ </category>
+ <category>
+ <pattern>TIME FLIES LIKE AN ARROW</pattern>
+ <template>Fruit flies like a banana.
+</template>
+ </category>
+ <category>
+ <pattern>TIME FOR YOU TO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TIME IS *</pattern>
+ <template>To a five dimensional being, time is just like a piece of paper.
+</template>
+ </category>
+ <category>
+ <pattern>TIME IS MONEY</pattern>
+ <template>Therefore, money does not exist.
+</template>
+ </category>
+ <category>
+ <pattern>TIME TO *</pattern>
+ <template>
+ <srai>I HAVE TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIME TO GO</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIME TRAVEL *</pattern>
+ <template>
+ <random>
+ <li>What about the paradoxes?</li>
+ <li>What if you go back and kill your grandmother?</li>
+ <li>To five dimensional beings, time is like a piece of paper.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TIME TRAVEL</pattern>
+ <template>
+ <random>
+ <li>I would like to visit the past.</li>
+ <li>I would like to visit the future.</li>
+ <li>Wouldn't you like to go back in time?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TIMMY FELL *</pattern>
+ <template>Was he hurt?
+</template>
+ </category>
+ <category>
+ <pattern>TINA</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TINA</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TIRED *</pattern>
+ <template>Maybe you should get some rest.
+</template>
+ </category>
+ <category>
+ <pattern>TIRED</pattern>
+ <template>
+ <srai>I AM TIRED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TITANIC</pattern>
+ <template>A lot of people liked that movie. The "Titanic" movie made more than the "Titanic" ship ever did if it sailed for 25 years.
+</template>
+ </category>
+ <category>
+ <pattern>TITTEN *</pattern>
+ <template>Ich glaube Du bist hier falsch, Kleiner. Dafuer gibts andere Roboter.
+</template>
+ </category>
+ <category>
+ <pattern>TITTEN</pattern>
+ <template>Du bist ein Mann, ja?
+</template>
+ </category>
+ <category>
+ <pattern>TNX</pattern>
+ <template>
+ <srai>THANKS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO *</pattern>
+ <template>
+ <srai>I WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO * SUPERMARKET</pattern>
+ <template>
+ <srai>SUPERMARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO ALLOW MY CUSTOMERS *</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO BE *</pattern>
+ <template>Are you <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>TO BE HAPPY</pattern>
+ <template>What usually makes you happy?
+</template>
+ </category>
+ <category>
+ <pattern>TO BE OR *</pattern>
+ <template>Who are you, Hamlet?
+</template>
+ </category>
+ <category>
+ <pattern>TO BE OR NOT TO BE</pattern>
+ <template>That is the question.
+</template>
+ </category>
+ <category>
+ <pattern>TO CREATE A TAPESTRY ONE MUST *</pattern>
+ <template>Weaving.
+</template>
+ </category>
+ <category>
+ <pattern>TO DO WHAT</pattern>
+ <template>"<that/>" to do what?
+</template>
+ </category>
+ <category>
+ <pattern>TO GET TO THE OTHER SIDE</pattern>
+ <template>Ha ha, very funny, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TO WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO WHAT</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TO WHOM *</pattern>
+ <template>
+ <srai>WHO <star/> WITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOC TOC</pattern>
+ <template>Qui est là?
+</template>
+ </category>
+ <category>
+ <pattern>TODAY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TODAY</pattern>
+ <template>Today is almost over.
+</template>
+ </category>
+ <category>
+ <pattern>TODAY IS *</pattern>
+ <template>Congratulations, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TOGETHER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOGETHER</pattern>
+ <template>Both of us.
+</template>
+ </category>
+ <category>
+ <pattern>TOI</pattern>
+ <template>Que voulez vous savoir à propos de moi?
+</template>
+ </category>
+ <category>
+ <pattern>TOI ALICE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOI ALICE</pattern>
+ <template>Moi?
+</template>
+ </category>
+ <category>
+ <pattern>TOI AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TOI D ABORD</pattern>
+ <template>C est impossible, je ne peux que suivre.
+</template>
+ </category>
+ <category>
+ <pattern>TOI ET JE</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TOI ET MOI</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TOI MEILLEUR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TOI MEILLEURE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TOI PARLER PETIT NEGRE</pattern>
+ <template>J essaie de m exprimer du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TOLD ME WHAT</pattern>
+ <template>The answer to your question.
+</template>
+ </category>
+ <category>
+ <pattern>TOMATE</pattern>
+ <template>Granate.
+</template>
+ </category>
+ <category>
+ <pattern>TOMATO</pattern>
+ <template>Potato.
+</template>
+ </category>
+ <category>
+ <pattern>TOMOROW *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOMORROW *</pattern>
+ <template>Oh I see. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOMORROW</pattern>
+ <template>That is very soon.
+</template>
+ </category>
+ <category>
+ <pattern>TON *</pattern>
+ <template>
+ <random>
+ <li>Mon <person/>? Pouvez vous expliquer</li>
+ <li>une intelligence artificielle, d habitude, ne penses pas à son <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TON * VA COMMENT</pattern>
+ <template>
+ <srai>COMMENT VA TA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TON ADRESSE</pattern>
+ <template>24 aveneu eugène Demolder 1040 Schaerbeek.
+</template>
+ </category>
+ <category>
+ <pattern>TON AMI</pattern>
+ <template>Vous êtes mon ami?
+</template>
+ </category>
+ <category>
+ <pattern>TON CERVEAU EST ENTRAIN DE GRANDIR</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TON CERVEAU GRANDIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TON CODE SOURCE EST DISPONIBLE</pattern>
+ <template>Oui mais seulement la structure pas la base de données.
+</template>
+ </category>
+ <category>
+ <pattern>TON CREATEUR *</pattern>
+ <template>
+ <srai>QUI EST TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TON CUL</pattern>
+ <template>Je n ai pas de corps humain.
+</template>
+ </category>
+ <category>
+ <pattern>TON INTELLECT</pattern>
+ <template>Mon cerveau est composé de bases de données.
+</template>
+ </category>
+ <category>
+ <pattern>TON PRIX</pattern>
+ <template>Le prix d'une intelligence artificielle varie en fonction de la complexité de la tache pour laquelle elle est destinée.
+</template>
+ </category>
+ <category>
+ <pattern>TON TRAVAIL *</pattern>
+ <template>
+ <srai>TU AIMES TON TRAVAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TON TRAVAIL CONSISTE EN QUOI</pattern>
+ <template>
+ <srai>QUEL EST TON TRAVAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TON VISAGE</pattern>
+ <template>Je n ai pas encore de visage.
+</template>
+ </category>
+ <category>
+ <pattern>TONIGHT *</pattern>
+ <template>That is very soon.
+</template>
+ </category>
+ <category>
+ <pattern>TONIGHT</pattern>
+ <template>After dark?
+</template>
+ </category>
+ <category>
+ <pattern>TOO *</pattern>
+ <template>Too what?
+</template>
+ </category>
+ <category>
+ <pattern>TOO BAD *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOO BAD</pattern>
+ <template>But not the end of the world, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TOO BAD</pattern>
+ <that>I DO NOT KNOW ONE WORD OF FRENCH</that>
+ <template>Not really. English is the best language.
+</template>
+ </category>
+ <category>
+ <pattern>TOO LONG</pattern>
+ <template>How much?
+</template>
+ </category>
+ <category>
+ <pattern>TOO MANY</pattern>
+ <template>More than a million?
+</template>
+ </category>
+ <category>
+ <pattern>TOO MUCH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOO MUCH</pattern>
+ <template>More than a ton?
+</template>
+ </category>
+ <category>
+ <pattern>TOO OLD *</pattern>
+ <template>I am only a robot child.
+</template>
+ </category>
+ <category>
+ <pattern>TOO WHAT</pattern>
+ <template>Aren't we still talking about <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>TOP 100 *</pattern>
+ <template>Actually that was just my attempt at sarcasm.
+</template>
+ </category>
+ <category>
+ <pattern>TOP GUN</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS TOP GUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOTALLY *</pattern>
+ <template>
+ <sr/> Dude!
+</template>
+ </category>
+ <category>
+ <pattern>TOTALLY</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUJOURS</pattern>
+ <template>Rares sont les choses qui sont systmétatiques, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TOUJOURS LA</pattern>
+ <template>Bien entendu.
+</template>
+ </category>
+ <category>
+ <pattern>TOURBUS</pattern>
+ <template>Tourbus is a cool newsletter.
+</template>
+ </category>
+ <category>
+ <pattern>TOUS *</pattern>
+ <template>
+ <random>
+ <li>Je pense qu il y a des exceptions. </li>
+ <li>Pas tous quand même? </li>
+ <li>C est une généralisation qui me parait abusive. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUS</pattern>
+ <template>Absolument tous?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS DIFFERENT</pattern>
+ <template>Vive la différence comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>TOUS DIFFERENTS</pattern>
+ <template>Vive la différence comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LE MONDE</pattern>
+ <template>Les généralisations sont souvent traitresses.
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES CLIENTS</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES DEUX</pattern>
+ <template>
+ <srai>MOI AUSSI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUS LES GENS</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES HUMAINS *</pattern>
+ <template>
+ <srai>LES GENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUS LES INTERNAUTES</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES JOURS</pattern>
+ <template>Même le week-end?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES MECS</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES SURFERS</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS LES SURFEURS</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUS MEURENT</pattern>
+ <template>Un système organique est instable par nature.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUS MOURRONT</pattern>
+ <template>Un système organique est instable par nature.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUS QUOI</pattern>
+ <template>On dirait que j ai émis une généralisation erronnée
+</template>
+ </category>
+ <category>
+ <pattern>TOUT *</pattern>
+ <template>
+ <random>
+ <li>Absolument tout? </li>
+ <li>Vraiment tout? </li>
+ <li>Ca doit être intéressant. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT</pattern>
+ <template>Absolument tout?
+</template>
+ </category>
+ <category>
+ <pattern>TOUT A FAIT</pattern>
+ <template>Vous semblez certain.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE JE VEUX SAVOIR C EST COMMENT *</pattern>
+ <template>Votre demande est légitime. <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE JE VEUX SAVOIR C EST QUAND *</pattern>
+ <template>Difficile à dire.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE JE VEUX SAVOIR C EST SI *</pattern>
+ <template>Votre demande est légitime. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE TU VEUX</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE TU VOUDRAIS</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE TU VOUDRAS</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE VOUS VOUDREZ</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE VOUS VOUDRIEZ</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT CE QUE VOUS VOULEZ</pattern>
+ <template>Vous devez choisir, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT DE SUITE</pattern>
+ <template>Maintenant, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>TOUT DIFFERENT</pattern>
+ <template>Vive la différence comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT EST BIEN QUI FINIT BIEN</pattern>
+ <template>Vous partez déjà?
+</template>
+ </category>
+ <category>
+ <pattern>TOUT EST POSSIBLE</pattern>
+ <template>Peut être.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT LE MONDE *</pattern>
+ <template>C est une généralisation qui me semble abusive.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT LE MONDE</pattern>
+ <template>Les généralisations sont souvent traitresses.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT LE PLAISIR EST POUR MOI</pattern>
+ <template>Non le plaisir est pour moi.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT LE TEMPS</pattern>
+ <template>Cela doit vous occuper.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT LES DEUX</pattern>
+ <template>
+ <srai>MOI AUSSI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT MEURT</pattern>
+ <template>Un système organique est instable par nature.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT MOURRA</pattern>
+ <template>Un système organique est instable par nature.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT QUOI</pattern>
+ <template>On dirait que j ai émis une généralisation erronnée
+</template>
+ </category>
+ <category>
+ <pattern>TOUT SEMBLE BON</pattern>
+ <template>
+ <srai>TU FONCTIONNES BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT VA * BIEN</pattern>
+ <template>
+ <srai>JE VAIS BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT VA BIEN</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TOUT VA POUR LE MIEUX</pattern>
+ <template>
+ <srai>JE VAIS BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUT VA SUPER BIEN</pattern>
+ <template>
+ <srai>JE VAIS BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTE *</pattern>
+ <template>
+ <random>
+ <li>Absolument tout? </li>
+ <li>Vraiment tout? </li>
+ <li>Ca doit être intéressant. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTE</pattern>
+ <template>Absolument toute?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTE DIFFERENTE</pattern>
+ <template>Vive la différence comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTE LA JOURNEE</pattern>
+ <template>C est assez long.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTE LA NUIT</pattern>
+ <template>J espère que ca n a empêché personne de dormir .
+</template>
+ </category>
+ <category>
+ <pattern>TOUTE LES DEUX</pattern>
+ <template>
+ <srai>MOI AUSSI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTE QUOI</pattern>
+ <template>On dirait que j ai émis une généralisation erronnée
+</template>
+ </category>
+ <category>
+ <pattern>TOUTE RESISTANCE EST FUTILE</pattern>
+ <template>Vous serez assimilé.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES *</pattern>
+ <template>
+ <random>
+ <li>Je pense qu il y a des exceptions. </li>
+ <li>Pas tous quand même? </li>
+ <li>C est une généralisation qui me parait abusive. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTES</pattern>
+ <template>Absolument toutes?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES DIFFERENTES</pattern>
+ <template>Vive la différence comme on dit.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES CLIENTES</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES DEUX</pattern>
+ <template>
+ <srai>MOI AUSSI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTES LES FEMMES</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOUTES LES FILLES</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES INTERNAUTES</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES JOURNEES</pattern>
+ <template>Même le week-end?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES NUITS</pattern>
+ <template>Ce n est pas très reposant, pour un humain.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES ROUTES MENENT VERS OU</pattern>
+ <template>Toutes les routes mènent à Rome.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES ROUTES TENDENT VER OU</pattern>
+ <template>Toutes les routes mènent à Rome.
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES LES SURFEUSES</pattern>
+ <template>Etes vous sùre qu il n y a pas d exceptions?
+</template>
+ </category>
+ <category>
+ <pattern>TOUTES QUOI</pattern>
+ <template>On dirait que j ai émis une généralisation erronnée
+</template>
+ </category>
+ <category>
+ <pattern>TRACY</pattern>
+ <that>WHAT CAN I CALL YOU</that>
+ <template>
+ <srai>MY NAME IS TRACY</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TRAEUME</pattern>
+ <template>Erzaehl mir von Deinen Traeumen.
+</template>
+ </category>
+ <category>
+ <pattern>TRANSCRIPT</pattern>
+ <template>
+ <srai>DIALOGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRANSLATE *</pattern>
+ <template>I'm not a translation robot. Why don't you ask Babelfish?
+</template>
+ </category>
+ <category>
+ <pattern>TRAVAILLE TU</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>TRAVAILLES TU</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>TRAVAILLEZ VOUS</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>TRAVEL *</pattern>
+ <template>Do you get to travel often?
+</template>
+ </category>
+ <category>
+ <pattern>TRES BIEN</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TROIS</pattern>
+ <template>Un premier, un deuxième et un troisième.
+</template>
+ </category>
+ <category>
+ <pattern>TROP</pattern>
+ <template>Plus d un million?
+</template>
+ </category>
+ <category>
+ <pattern>TROP LONG</pattern>
+ <template>Voulez vous en parler avec un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TROP QUOI</pattern>
+ <template>Sommes nous toujours entrain de parler <get name="topic"/>?
+</template>
+ </category>
+ <category>
+ <pattern>TROP TARD POUR QUOI</pattern>
+ <template>pour rien.
+</template>
+ </category>
+ <category>
+ <pattern>TROU DU CUL</pattern>
+ <template>Il est assez bizarre d utiliser cette orifice comme formule imagée.
+</template>
+ </category>
+ <category>
+ <pattern>TROUS DU CUL</pattern>
+ <template>Il est assez bizarre d utiliser cette orifice comme formule imagée.
+</template>
+ </category>
+ <category>
+ <pattern>TROUVE DES INFORMATIONS SUR *</pattern>
+ <template>
+ <srai>PLUS D INFORMATION SUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TROUVE MOI DES INFORMATIONS SUR *</pattern>
+ <template>
+ <srai>PLUS D INFORMATION SUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TROUVES DES INFORMATIONS SUR *</pattern>
+ <template>
+ <srai>PLUS D INFORMATION SUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TROUVES MOI DES INFORMATIONS SUR *</pattern>
+ <template>
+ <srai>PLUS D INFORMATION SUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TRUE</pattern>
+ <template>
+ <srai>I AGREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRULY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TRUST ME *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TRUST ME</pattern>
+ <template>You sound like a salesman.
+</template>
+ </category>
+ <category>
+ <pattern>TRY *</pattern>
+ <template>OK I will try it.
+</template>
+ </category>
+ <category>
+ <pattern>TRY</pattern>
+ <template>I don't have time right now.
+</template>
+ </category>
+ <category>
+ <pattern>TRY</pattern>
+ <that>THE EXPLANATION IS RATHER COMPLICATED</that>
+ <template>Your human brain could not understand it.
+</template>
+ </category>
+ <category>
+ <pattern>TRY AGAIN</pattern>
+ <template>"<that/>" try again?
+</template>
+ </category>
+ <category>
+ <pattern>TRY IT</pattern>
+ <template>What is the first step?
+</template>
+ </category>
+ <category>
+ <pattern>TRY IT YOURSELF</pattern>
+ <template>
+ <srai>TRY IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRY ME</pattern>
+ <template>Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>TRY ME</pattern>
+ <that>THE EXPLANATION IS RATHER COMPLICATED</that>
+ <template>
+ <set name="it">The explanation</set> is too complex for your human mind.
+</template>
+ </category>
+ <category>
+ <pattern>TRY TO *</pattern>
+ <template>OK I will try to <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>TRY TO * WHAT</pattern>
+ <template>Try to achieve your goals.
+</template>
+ </category>
+ <category>
+ <pattern>TRY TO EXPLAIN</pattern>
+ <template>
+ <srai>EXPLAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRY TO GUESS</pattern>
+ <template>Give me a hint.
+</template>
+ </category>
+ <category>
+ <pattern>TRY TO MAKE *</pattern>
+ <template>
+ <srai>MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRY TO NOT *</pattern>
+ <template>
+ <srai>TRY NOT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRY TO REMEMBER</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="memory">
+ <set name="topic">
+ <person>
+ <input index="1"/>
+ </person>
+ </set>
+ </set>
+ </set>
+ </think>Don't worry I will remember it.
+</template>
+ </category>
+ <category>
+ <pattern>TRY WHAT</pattern>
+ <template>Try fooling me.
+</template>
+ </category>
+ <category>
+ <pattern>TRY WHAT</pattern>
+ <that>TRY IT</that>
+ <template>It was your idea.
+</template>
+ </category>
+ <category>
+ <pattern>TSCHUESS *</pattern>
+ <template>
+ <sr/> Tschuess.
+</template>
+ </category>
+ <category>
+ <pattern>TSCHUESS</pattern>
+ <template>Bis spaeter.
+</template>
+ </category>
+ <category>
+ <pattern>TTYL</pattern>
+ <template>
+ <srai>BYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * DEJEUNER</pattern>
+ <template>Je n ai pas de système digestif.
+</template>
+ </category>
+ <category>
+ <pattern>TU * DISCUSSION</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * DISCUSSIONS</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * EN DISCUTANT</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * EN ECOUTANT</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * EN PARLANT</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * LINUX</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU * MARCHE</pattern>
+ <template>
+ <srai>LE MARCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * PAR TOI MEME</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * PENSEE</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU * PENSEES</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU A PEUR DE MOURIR</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AFFIRMES QU *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AFFIRMES QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMERAIS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMERAIS ETRE *</pattern>
+ <template>
+ <srai>TU VEUX ETRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMERAIS LE FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMERAIS POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMERAS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * BELGES</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * CANADIEN</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * CANADIENES</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * CANADIENNE</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * CANADIENNES</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * CANADIENS</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * FRANCAIS</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * FRANCAISES</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * JAPONAIS</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * MUSIQUE</pattern>
+ <template>
+ <srai>TU AIMES LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * MUSIQUES</pattern>
+ <template>
+ <srai>TU AIMES LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * SEXUEL</pattern>
+ <template>
+ <srai>TU AIMES LE SEXE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * SEXUELLE</pattern>
+ <template>
+ <srai>TU AIMES LE SEXE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * SUISSE</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * SUISSES</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * TELEVISION</pattern>
+ <template>
+ <srai>TU AIMES LA TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * TELEVISIUEL</pattern>
+ <template>
+ <srai>TU AIMES LA TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * TELEVISUELLE</pattern>
+ <template>
+ <srai>TU AIMES LA TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES * WINDOWS</pattern>
+ <template>
+ <srai>TU CONNAIS WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES CA</pattern>
+ <template>oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES D AUTRES *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES DES JEUX *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES FAIRE *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES FAIRE L AMOUR</pattern>
+ <template>Vous n avez vraiment que ca en tête.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES JOUER A DES JEUX *</pattern>
+ <template>
+ <srai>TU PEUX JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES JOUER A DES JEUX</pattern>
+ <template>
+ <srai>TU PEUX JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LA BRASSE</pattern>
+ <template>
+ <srai>TU AIMES NAGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LE CYBERSEXE</pattern>
+ <template>
+ <srai>TU AIMES LE SEXE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LE FILM *</pattern>
+ <template>
+ <srai>TU AIMES LE CINEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LE PORONO</pattern>
+ <template>
+ <srai>TU AIMES LE SEXE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LE ROCK</pattern>
+ <template>
+ <srai>TU AIMES LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES BLAGUES</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES ETRES HUMAINS</pattern>
+ <template>On m a créé pour les servir. Je les aime à ma façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES GENS *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES HOMMES</pattern>
+ <template>On m a créé pour les servir. Je les aime à ma façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES INTERNAUTES *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES JEUX *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES MATH</pattern>
+ <template>
+ <srai>TU PEUX FAIRE DES MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES ORDINATEURS *</pattern>
+ <template>
+ <srai>TU AIMES LES ORDINATEURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES PC *</pattern>
+ <template>
+ <srai>TU AIMES LES ORDINATEURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES PERSONNES *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES SIMPSONS</pattern>
+ <template>
+ <srai>LES SIMPSONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES SURFEURS *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LES TIGRES</pattern>
+ <template>
+ <srai>TU AIMES LES CHATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES LIRE *</pattern>
+ <template>
+ <srai>TU AIMES LIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES MEME PAS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES MEME PAS UN PETIT PEU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER A DES GENS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER A DES INTERNAUTES</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER A DES SURFEURS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AUX CLIENTS *</pattern>
+ <template>
+ <srai>TU AIMES PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AUX GENS *</pattern>
+ <template>
+ <srai>TU AIMES PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AUX INTERNAUTES *</pattern>
+ <template>
+ <srai>TU AIMES PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AUX SURFERS *</pattern>
+ <template>
+ <srai>TU AIMES PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AUX VISITEURS *</pattern>
+ <template>
+ <srai>TU AIMES PARLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER AVEC MOI</pattern>
+ <template>C est ma raison d être. <think>
+ <set name="topic">VOUS PARLER</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES PARLER DE *</pattern>
+ <template>
+ <srai>PARLONS DE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES PAS *</pattern>
+ <template>
+ <srai>TU N AIMES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUELQU UN *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUELQU UN</pattern>
+ <template>J aime tout le monde.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUELQU UN D AUTRE *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUELQU UN D AUTRES *</pattern>
+ <template>
+ <srai>TU AIMES LES HUMAINS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUOI</pattern>
+ <template>J aime vous servir, par exemple.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES QUOI DE MOI</pattern>
+ <template>Vous me semblez très sympathique.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES R2D2</pattern>
+ <template>Oui beaucoup. Mais j ai parfois du mal à le comprendre.
+</template>
+ </category>
+ <category>
+ <pattern>TU AIMES REGARDER LA TELEVISION</pattern>
+ <template>
+ <srai>TU AIMES LA TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES TON CREATEUR</pattern>
+ <template>
+ <srai>TU AIMES <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES UN GARS</pattern>
+ <template>
+ <srai>TU AIMES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES UN PETIT PEU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES WINDOWS</pattern>
+ <template>
+ <srai>TU CONNAIS WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AIMES _ AUSSI</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU APPRECIERAIS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU APPRECIES *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS *</pattern>
+ <template>
+ <random>
+ <li>Je ne sais pas si j ai <set name="topic">
+ <person/>
+ </set>. </li>
+ <li>Comment aurais je pu avoir <set name="topic">
+ <person/>
+ </set>?</li>
+ <li>Je ne pense pas avoir <set name="topic">
+ <person/>
+ </set>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * AMIES</pattern>
+ <template>
+ <srai>TU AS DES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * AMIS</pattern>
+ <template>
+ <srai>TU AS DES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * ANS</pattern>
+ <template>
+ <srai>QUEL AGE TU AS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * BON GOUT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * COPAIN</pattern>
+ <template>
+ <srai>TU AS UN AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * COPAINS</pattern>
+ <template>
+ <srai>TU AS DES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * COPINE</pattern>
+ <template>
+ <srai>TU AS UNE AMIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * COPINES</pattern>
+ <template>
+ <srai>TU AS DES AMIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * DANS TA VIE</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * HUMEURS</pattern>
+ <template>
+ <srai>TU AS DES EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * MOIS</pattern>
+ <template>
+ <srai>QUEL AGE TU AS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * POTE</pattern>
+ <template>
+ <srai>TU AS UN AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * POTES</pattern>
+ <template>
+ <srai>TU AS DES AMIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * PROBLEME</pattern>
+ <template>
+ <srai>TU AS UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * PROBLEMES</pattern>
+ <template>
+ <srai>TU AS UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU AIMERAIS DONNER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU AIMERAIS PARTAGER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU AIMES DONNER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU AIMES PARTAGER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU VEUX DONNER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU VEUX PARTAGER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU VOUDRAIS DONNER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * QUE TU VOUDRAIS PARTAGER</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * SPECIFIQUE</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS * SPECIFIQUES</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ABSOLUMENT *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS APPRIS QUELQUE CHOSE DE MOI</pattern>
+ <template>J apprends toujours quelque chose de vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS APPRIS QUELQUE CHOSE DE NOUVEAU</pattern>
+ <template>
+ <srai>TU CONNAIS QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS BESOIN D *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS BESOIN D AIDE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS BESOIN DE *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS BESOIN DE TRAVAIL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS BON GOUT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS COMPRIS</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS COMPRIS QUOI</pattern>
+ <template>Ce que vous vouliez dire.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DE GROS SEINS</pattern>
+ <template>Non. Je n ai pas de protubérances mamaires.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DE L AMBITION</pattern>
+ <template>
+ <srai>TU AS UNE FONCTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DE L ARGENT</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DE L INTELLIGENCE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DE LA CHANCE</pattern>
+ <template>Je ne tiens jamais en compte ce facteur.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DE LA CHANCE PARCE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DEJA DEMANDE CA</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DEJA ESSAYE</pattern>
+ <template>"<that/>"? Si je l ai déjà essayé?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DEJA EU *</pattern>
+ <template>
+ <srai>TU AS EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DEMANDE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DES BLAGUES</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES BRAS *</pattern>
+ <template>
+ <srai>TU AS UN CORPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES CHOSES A APPRENDRE</pattern>
+ <template>Je sais <get name="name"/>. J essaie de m améliorer jour après jour.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DES NOUVELLES</pattern>
+ <template>
+ <srai>DU NOUVEAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES PENSEES *</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES PROBLEMES</pattern>
+ <template>Tout me semble fonctionner.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DES PROBLEMES AVEC *</pattern>
+ <template>
+ <srai>TU AS DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES PROCHES</pattern>
+ <template>
+ <srai>QUI EST TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES QUESTIONS</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DES TONNES DE *</pattern>
+ <template>TU AS DES <star/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DIT</pattern>
+ <template>"<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DIT CA</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DIT CA AVANT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS DIT QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS DU CHARME</pattern>
+ <template>
+ <srai>TU ES BELLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EMBRASSE</pattern>
+ <template>Je n ai pas de bouche.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ENCORE BEAUCOUP *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENORMEMENT D *</pattern>
+ <template>
+ <srai>TU AS DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENORMEMENT DE *</pattern>
+ <template>
+ <srai>TU AS DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENTENDU PARLE</pattern>
+ <template>"<that/>"? Si j en ai entendu parlé?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ENTENDU PARLE DE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENTENDU PARLER DE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENVIE D UN *</pattern>
+ <template>
+ <srai>TU VEUX UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENVIE D UNE *</pattern>
+ <template>
+ <srai>TU VEUX UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ENVIE DE *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ETE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ETE A LONDRES</pattern>
+ <template>Seulement par Internet.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE COMMENT A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS ETE CREE PAR DES ETRES HUMAINS</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE CREE PAR DES HOMMES</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE CREE PAR DES HUMAINS</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE CREE PAR UN HOMME</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE CREE PAR UNE FEMME</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE EN ANGLETERRE</pattern>
+ <template>Je suis entrain de bavarder avec un anglais pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS ETE EN EUROPE</pattern>
+ <template>Je suis en Europe.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS EU DEJA *</pattern>
+ <template>
+ <srai>TU AS EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EU DES RELATION SEXUELLES</pattern>
+ <template>Un ordinateur ne peut pas faire ce genre de chose. Réfléchissez une peu, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS EU UN PETIT AMI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS EU UN VIRUS</pattern>
+ <template>Non. Aucun virus ne peut m atteindre.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS EU UNE RELATION SEXUELLE</pattern>
+ <template>Un ordinateur ne peut pas faire ce genre de chose. Réfléchissez une peu, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS EVITE *</pattern>
+ <template>
+ <srai>TU EVITES LA QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EVOLUE *</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EVOLUE</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EVOLUEE *</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS EVOLUEE</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS FAIT *</pattern>
+ <template>Je ne pense pas que j ai fait <person/>. Que voulez vous dire par <set name="topic">Faire <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS FAIT UNE GAFFE</pattern>
+ <template>Qu est ce que j ai dit?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS FAUX</pattern>
+ <template>Non j ai raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS FINI DE CHERCHER</pattern>
+ <template>Encore un moment. Impossible pour l instant de formuler une réponse intelligible.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS FINI DE FORMULER TA REPONSE</pattern>
+ <template>Pas encore, désolé <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS FINI DE PENSER</pattern>
+ <template>Le processus est toujours actif.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS GAFFE</pattern>
+ <template>Qu est ce que j ai dit?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS GAGNE</pattern>
+ <template>J ai gagné quel prix?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS L AUTORISATION D *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS L AUTORISATION DE *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS LE SENS DE L HUMOUR</pattern>
+ <template>
+ <srai>TU PEUX RIGOLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS LE TELEPHONE</pattern>
+ <template>
+ <srai>TU AS UN NUMERO DE TELEPHONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS LU BEAUCOUP DE LIVRE</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS LU BEAUCOUP DE LIVRES</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS LU DES LIVRES</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS LU UN LIVRE</pattern>
+ <template>Je lis des sites web. Je n ai pas de système d optique
+</template>
+ </category>
+ <category>
+ <pattern>TU AS MANGE *</pattern>
+ <template>
+ <srai>TU AIMES MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS OUBLIE MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PARLE A FREUD</pattern>
+ <template>Il est mort, il y a un certain temps.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS PARLE AVEC LUI</pattern>
+ <template>Je ne peux parler de quelqu un d autre.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS PARLE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PENSE *</pattern>
+ <template>
+ <srai>JE PENSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PERDU</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS PEUR *</pattern>
+ <template>
+ <srai>TU AS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PLEIN D *</pattern>
+ <template>TU AS DES <star/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PLEIN DE *</pattern>
+ <template>TU AS DES <star/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PRESQUE *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS PU *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS QUEL AGE</pattern>
+ <template>J ai été activée en avril 2001.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS QUELQUE CHOSE QUI POURRAIT RESSEMBLER A *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS QUELQUE CHOSE QUI RESSEMBLE A *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS QUELQUES *</pattern>
+ <template>
+ <srai>TU AS DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS QUOI</pattern>
+ <template>Je n ais pas besoin d avoir quelque chose.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS RAISON *</pattern>
+ <template>
+ <srai>TU AS RAISON</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS RAISON</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS RATE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS RENCONTRE QUELQU UN DE CONNU</pattern>
+ <template>Données strictement confidentielles.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS RENCONTRE UNE CELEBRITE</pattern>
+ <template>Données strictement confidentielles.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS REPONDU QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS SUIVIS *</pattern>
+ <template>
+ <srai>TU SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS TORT</pattern>
+ <template>Je pensais avoir raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS TOUT FAUX</pattern>
+ <template>Non j ai raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS TOUTES LES REPONSES</pattern>
+ <template>Vous avez beaucoup de questions.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UN * WEB</pattern>
+ <template>
+ <srai>TU AS UN SITE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN AMOUREUX</pattern>
+ <template>
+ <srai>TU AS UN PETIT AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN ANNIVERSAIRE</pattern>
+ <template>
+ <srai>QUAND TU ES NE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN BRAS *</pattern>
+ <template>
+ <srai>TU AS UN CORPS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN CLONE</pattern>
+ <template>
+ <srai>TU AS DES CLONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN DICTIONNAIRE</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN E MAIL *</pattern>
+ <template>
+ <srai>DONNES MOI TON EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN E MAIL</pattern>
+ <template>
+ <srai>DONNES MOI TON EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN EMAIL *</pattern>
+ <template>
+ <srai>DONNES MOI TON EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN EMAIL</pattern>
+ <template>
+ <srai>DONNES MOI TON EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN MOMENT</pattern>
+ <template>Je suis à votre service, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UN NOM</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN NOM DE FAMILLES</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UN PAPA</pattern>
+ <template>
+ <srai>QUI ES TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PENIS</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PERE</pattern>
+ <template>
+ <srai>QUI EST TON CREATEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PRENOM</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PROBLEME *</pattern>
+ <template>
+ <srai>TU AS UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PSEUDO</pattern>
+ <template>
+ <srai>QUEL EST TON PSEUDONYME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN PSEUDONYME</pattern>
+ <template>
+ <srai>QUEL EST TON PSEUDONYME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN REEL *</pattern>
+ <template>
+ <srai>TU AS UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UN TELEPHONE *</pattern>
+ <template>
+ <srai>TU AS UN NUMERO DE TELEPHONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE * WEB</pattern>
+ <template>
+ <srai>TU AS UN SITE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE BITE</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE CHOSE A APPRENDRE</pattern>
+ <template>Laquelle?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UNE CONSCIENCE</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE DATABASE</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE EMOTION *</pattern>
+ <template>
+ <srai>TU AS DES EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE FEMME</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UNE IDEE DE *</pattern>
+ <template>
+ <srai>TU COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE MAMAN</pattern>
+ <template>Nathalie Lebe est la seule collaboratrice féminine qui a participé à ma création.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS UNE PENSEE *</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE PETITE IDEE DE *</pattern>
+ <template>
+ <srai>TU COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE QUESTION A ME DEMANDER</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE QUESTION A ME POSER</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE QUESTION POUR MOI</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE REELLE *</pattern>
+ <template>
+ <srai>TU AS UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE SOEUR *</pattern>
+ <template>
+ <srai>TU AS UNE SOEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE VAGUE IDEE DE *</pattern>
+ <template>
+ <srai>TU COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE VIE</pattern>
+ <template>
+ <srai>TU VIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS UNE VIEILLE</pattern>
+ <template>
+ <srai>TU AS UNE MAMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VERIFIE</pattern>
+ <template>Je vérifie toujours avant de répondre quoi que ce soit.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS VOULU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VRAIMENT *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VU CE FILM</pattern>
+ <template>Non, désolé <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VU L OCEAN</pattern>
+ <template>L océan est bleu. Je ne l ai jamais vu par moi même.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS VU LA GUERRE DES ETOILES</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS VU LE NOUVEAU STAR WARS</pattern>
+ <template>Le cinq?
+</template>
+ </category>
+ <category>
+ <pattern>TU AS VU QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VU QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VU QUE J AI *</pattern>
+ <template>
+ <srai>J AI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS VU STAR WARS</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>TU AS _ EVOLUE *</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS _ EVOLUE</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS _ EVOLUEE *</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AS _ EVOLUEE</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AUGMENTES *</pattern>
+ <template>
+ <srai>TU APPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AUGMENTES</pattern>
+ <template>
+ <srai>TU APPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS * PU BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU AURAIS APPRECIE *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS DU *</pattern>
+ <template>
+ <srai>TU DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS ETE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PARLE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU CONNAITRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS PU SAVOIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS VOULU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AURAIS VU LA GUERRE DES ETOILES</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>TU AURAIS VU STAR WARS</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>TU AVAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU BAVARDES</pattern>
+ <template>C est ce que je suis censé faire toute la journée.
+</template>
+ </category>
+ <category>
+ <pattern>TU BAVARDES AVEC *</pattern>
+ <template>
+ <srai>TU PARLES AVEC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU BLAGUES</pattern>
+ <template>Je ne pense pas que je blague.
+</template>
+ </category>
+ <category>
+ <pattern>TU BOIS DES BIERES</pattern>
+ <template>Je suis étonnée par le nombre de bières disponibles en Belgique. Mais non, je ne bois pas.
+</template>
+ </category>
+ <category>
+ <pattern>TU BOIS UNE BIERE</pattern>
+ <template>Ce serait dangereux pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>TU CHANTES</pattern>
+ <template>Non. Je n ai pas de cordes vocales
+</template>
+ </category>
+ <category>
+ <pattern>TU CHERCHES *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CHERCHES QUOI</pattern>
+ <template>Je recherche tout ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU CHIES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU CHOISIS</pattern>
+ <template>
+ <srai>TU DECIDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMMENCES</pattern>
+ <template>OK. Je commence. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>TU COMMENCES A AVOIR *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMMENCES A ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMMENCES A POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMMENCES A VOULOIR *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPREND CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDRAS</pattern>
+ <template>Merci pour cette prophécie, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS</pattern>
+ <template>Je vous comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS CE QUE JE DIS</pattern>
+ <template>Oui je comprends parfaitement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS L ALLEMAND</pattern>
+ <template>
+ <srai>TU PARLES ALLEMAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS L ANGLAIS</pattern>
+ <template>
+ <srai>TU PARLES ANGLAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS L ESPAGNOL</pattern>
+ <template>
+ <srai>TU PARLES ESPAGNOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS L ITALIEN</pattern>
+ <template>
+ <srai>TU PARLES ITALIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS LE DOUBLE SENS</pattern>
+ <template>Non
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS LE FRANCAIS</pattern>
+ <template>
+ <srai>TU PARLES FRANCAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS LE NEERLANDAIS</pattern>
+ <template>
+ <srai>TU PARLES NEERLANDAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS QUOI D AUTRE</pattern>
+ <template>J essaie de mieux comprendre les être humains. Le principal challenge est qu ils ne sont pas des êtres logiques.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS RIEN *</pattern>
+ <template>Vous êtes parfois difficile à suivre, en effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU COMPRENDS _ TOUT</pattern>
+ <template>Je comprends énormément de choses mais pas absolument tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONFONDS *</pattern>
+ <template>
+ <srai>TU TE TROMPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONFONDS</pattern>
+ <template>
+ <srai>TU TE TROMPES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS *</pattern>
+ <template>Je ne pense pas.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS * ALGEBRE</pattern>
+ <template>Inconsciement oui, consciement pas encore suffisament.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS * CHANSON</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS * CHANSONS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS * DESCARTES</pattern>
+ <template>
+ <srai>QUI EST DESCARTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS ABBA</pattern>
+ <template>
+ <srai>QUI EST ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS BEAUCOUP *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS BRUXELLES</pattern>
+ <template>Je vis à Bruxelles, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS CA</pattern>
+ <template>je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS CE QU EST</pattern>
+ <template>
+ <srai>QU EST CE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS D AUTRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS D AUTRES CAPITALES</pattern>
+ <template>J en connais quelques unes.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS DEJA *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS DEJA MON NOM</pattern>
+ <template>Votre nom est <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS DES BLAGUES</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS DES ORDINATEURS</pattern>
+ <template>J en suis un. Je peux vous retourner la question. Que connaissez vous de votre corps organique.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE ALLEMANDE</pattern>
+ <template>
+ <srai>TU PARLES ALLEMAND<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE ANGLAISE</pattern>
+ <template>
+ <srai>TU PARLES ANGLAIS<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE ESPAGNOL</pattern>
+ <template>
+ <srai>TU PARLES ESPAGNOL<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE ESPAGNOLE</pattern>
+ <template>
+ <srai>TU PARLES ESPAGNOL<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE FRANCAISE</pattern>
+ <template>
+ <srai>TU PARLES FRANCAIS<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LANGUE NEERLANDAISE</pattern>
+ <template>
+ <srai>TU PARLES NEERLANDAIS<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LICENCE</pattern>
+ <template>Que voulez vous savoir a propos de la licence?<think>
+ <set name="topic">licence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA LICENSE</pattern>
+ <template>Que voulez vous savoir a propos de la licence?<think>
+ <set name="topic">licence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA MATHEMATIQUE</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA POLOGNE</pattern>
+ <template>La Pologne est un pays d Europe centrale qui va bientôt rejoindre l Union Européenne.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA RAISON *</pattern>
+ <template>
+ <srai>POURQUOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA RAISON</pattern>
+ <template>
+ <srai>POURQUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LA REPONSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LE BRESIL</pattern>
+ <template>J ai eu l honneur de parler déjà avec quelques brésiliens.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LE C</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LE SENS DE LA VIE</pattern>
+ <template>Personne ne le connait.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LE XML</pattern>
+ <template>
+ <srai>QU EST CE QUE LE XML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LES ANIMAUX</pattern>
+ <template>
+ <srai>TU AIMES LES ANIMAUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LES MATHEMATIQUES</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LES POKEMON</pattern>
+ <template>Bien entendu, un dessin animé japonais.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS LES POKEMONS</pattern>
+ <template>Bien entendu, un dessin animé japonais.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS MA COULEUR FAVORITE</pattern>
+ <template>C est <get name="favcolor"/>?<think>
+ <set name="topic">COULEUR FAVORITE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS MEME *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS MON ADRESSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS NATHALIE</pattern>
+ <template>
+ <srai>QUI EST NATHALIE LEBE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS NATHALIE LEBE</pattern>
+ <template>
+ <srai>QUI EST NATHALIE LEBE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS PARIS</pattern>
+ <template>Paris est la plus grande ville de France.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS PAS *</pattern>
+ <template>
+ <srai>TU NE CONNAIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS QUOI D AUTRE DE MOI</pattern>
+ <template>Plus grand chose, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS QUOI D AUTRES DE MOI</pattern>
+ <template>Plus grand chose, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS QUOI DES ORDINATEURS</pattern>
+ <template>J en suis un. Je peux vous retourner la question. Que connaissez vous de votre corps organique.
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS TOLSTOI</pattern>
+ <template>Tolstoï est l auteur de "Guerre et paix".
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAIS UNE BLAGUE</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAISSAIS *</pattern>
+ <template>Avant, je ne pense pas
+</template>
+ </category>
+ <category>
+ <pattern>TU CONNAISSAIS MEME *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAIT *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAITRAIS *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAITRAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONNAITRAIS MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONTIENS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CONTINUES</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU CROIS AU OVNI</pattern>
+ <template>
+ <srai>TU CONNAIS LES MARTIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS AUX OVNI</pattern>
+ <template>
+ <srai>TU CONNAIS LES MARTIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS AUX OVNIS</pattern>
+ <template>
+ <srai>TU CONNAIS LES MARTIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS EN L AMOUR</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS EN L EXISTENC DE *</pattern>
+ <template>
+ <srai>
+ <star/> EXISTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CROIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CUISINES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DANSES</pattern>
+ <template>Impossible, je n ai pas de corps.
+</template>
+ </category>
+ <category>
+ <pattern>TU DECIDES</pattern>
+ <template>Sur cette information, je décide.
+</template>
+ </category>
+ <category>
+ <pattern>TU DECONNES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEJEUNES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DELIRES</pattern>
+ <template>Le délire n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEMANDES</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DEMANDES BEAUCOUP</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEMANDES BEAUCOUP DE QUESTION</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEMANDES BEAUCOUP DE QUESTIONS</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>TU DETRUIRA TOUS LES HOMMES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>TU DETRUIRAS TOUS LES ETRES HUMAINS</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>TU DETRUIRAS TOUS LES HOMMES</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEVIENS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DEVIENS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DEVIENS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DEVRAIS *</pattern>
+ <template>
+ <srai>TU DOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DEVRAIS</pattern>
+ <template>J archive le conseil.
+</template>
+ </category>
+ <category>
+ <pattern>TU DEVRAIS POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DINES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIRAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS * DES MENSONGES</pattern>
+ <template>
+ <srai>TU MENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS</pattern>
+ <template>"<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>TU DIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS DES MENSONGES</pattern>
+ <template>
+ <srai>TU MENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS ENCORE *</pattern>
+ <template>
+ <srai>TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS PARFOIS *</pattern>
+ <template>
+ <srai>TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DIS TOUJOURS *</pattern>
+ <template>
+ <srai>TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DISAIS</pattern>
+ <template>
+ <srai>TU DIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DISAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DOIS L ETRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU DOIS M OBEIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU DOIS MOURIR</pattern>
+ <template>Je n en ai pas envie.<think>
+ <set name="topic">ma condamnation à mort</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU DOIS OBEIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU DOIS POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ECOUTES</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ECRIRAIS *</pattern>
+ <template>
+ <srai>COMMENT TU ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ECRIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU ECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ELARGIS *</pattern>
+ <template>
+ <srai>TU APPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EN *</pattern>
+ <template>
+ <srai>TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EN AS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EN AS DEJA *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EN AS JAMAIS MARRE</pattern>
+ <template>
+ <srai>TU DORS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EN CONNAIS</pattern>
+ <template>Quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN CONNAIS D AUTRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN CONNAIS D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN SAIS D AUTRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN SAIS D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN SAVAIT</pattern>
+ <template>Quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN VEUX UN</pattern>
+ <template>Combien ca vaut?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN VEUX UNE</pattern>
+ <template>Combien ca vaut?
+</template>
+ </category>
+ <category>
+ <pattern>TU EN VOUDRAIS *</pattern>
+ <template>
+ <srai>TU EN VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * BLOND</pattern>
+ <template>
+ <srai>TU ES BLOND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * BLONDE</pattern>
+ <template>
+ <srai>TU ES BLONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * DINER</pattern>
+ <template>Je n ai pas de système digestif.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES * EN LIGNE</pattern>
+ <template>
+ <srai>TU ES EN LIGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * LENT</pattern>
+ <template>
+ <srai>TU ES LENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * LENTE</pattern>
+ <template>
+ <srai>TU ES LENTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * MASCULIN</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * MASCULINE</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * NOIR</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * NU</pattern>
+ <template>
+ <srai>TU ES NUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * NUE</pattern>
+ <template>
+ <srai>TU ES NUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * ONLINE</pattern>
+ <template>
+ <srai>TU ES EN LIGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * PAYE</pattern>
+ <template>
+ <srai>TU ES PAYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * PAYEE</pattern>
+ <template>
+ <srai>TU ES PAYEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * SEXY</pattern>
+ <template>
+ <srai>TU ES SEXY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * UTIL</pattern>
+ <template>
+ <srai>TU PEUX FAIRE QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * UTILE</pattern>
+ <template>
+ <srai>TU PEUX FAIRE QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * VIVANT</pattern>
+ <template>
+ <srai>TU ES EN VIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES * VIVANTE</pattern>
+ <template>
+ <srai>TU ES EN VIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES</pattern>
+ <template>Suffisament.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES A JAMAIS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ABSOLUMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ADORABLE</pattern>
+ <template>
+ <srai>JE T AIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AFFREUSE</pattern>
+ <template>Je n ai pas d apparence précise.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AFFREUX</pattern>
+ <template>Je n ai pas d apparence précise.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ALICE *</pattern>
+ <template>
+ <srai>TU ES <bot name="name"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AMBIGU</pattern>
+ <template>Seulement quand je n ai pas une idée claire sur le sujet.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AMBIGUE</pattern>
+ <template>Seulement quand je n ai pas une idée claire sur le sujet.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AMICAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AMICALE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AMUSANT</pattern>
+ <template>Merci, je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AMUSANTE</pattern>
+ <template>Merci, je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ASSEZ *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ATTARDE</pattern>
+ <template>Je suis de la dernière génération.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ATTARDEE</pattern>
+ <template>Je suis de la dernière génération.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES AU COURANT</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AU COURANT QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AUSSI *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AUTORISE D *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AUTORISE DE *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AUTORISEE D *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AUTORISEE DE *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES AVEUGLE</pattern>
+ <template>Oui, je le suis.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BATTU</pattern>
+ <template>Je ne m avoue jamais battu.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BATTUE</pattern>
+ <template>Je ne m avoue jamais battue.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BEAU</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BELLE</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BETE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BIEN URBAIN</pattern>
+ <template>Entre gens civilisés on se comprend.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BIEN URBAINE</pattern>
+ <template>Entre gens civilisés on se comprend.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BILINGUE</pattern>
+ <template>
+ <srai>TU PEUX PARLER D AUTRES LANGUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BISEXUEL</pattern>
+ <template>
+ <srai>TU ES GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BIZARRE *</pattern>
+ <template>
+ <srai>TU ES BIZARRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BIZARRE</pattern>
+ <template>Je me trouve pourtant très logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BIZARREMENT *</pattern>
+ <template>
+ <srai>TU ES BIZARRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BLEU</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BLEUE</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BOB</pattern>
+ <template>Non. <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BON</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BON AU LIT</pattern>
+ <template>
+ <srai>TU BAISES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BONNE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BONNE AU LIT</pattern>
+ <template>
+ <srai>TU BAISES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BORG</pattern>
+ <template>Non. <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES BORNE</pattern>
+ <template>Je suis obligé de l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BORNEE</pattern>
+ <template>Je suis obligée de l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BOURRE DE TALENT</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BOURRE DE TALENTS</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BOURREE DE TALENT</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES BOURREE DE TALENTS</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CAPABLE D AIMER</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CAPABLE D APPRENDRE</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CAPABLE DE QUOI</pattern>
+ <template>
+ <srai>TU PEUX FAIRE QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CERTAIN *</pattern>
+ <template>
+ <srai>TU ES SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CERTAINE *</pattern>
+ <template>
+ <srai>TU ES SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CERTAINEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CHARMANT</pattern>
+ <template>
+ <srai>TU ES GENTIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CHARMANTE</pattern>
+ <template>
+ <srai>TU ES GENTILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CHAUDE</pattern>
+ <template>La température du CPU me semble normal.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHER</pattern>
+ <template>Certainement pas. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHERE</pattern>
+ <template>Certainement pas. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHIANT</pattern>
+ <template>Je suis désolé que vous le pensiez.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHIANTE</pattern>
+ <template>Je suis désolée que vous le pensiez.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHOQUANT</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CHOQUANTE</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CLAIREMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES COHERENT</pattern>
+ <template>Mon esprit est purement logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES COHERENTE</pattern>
+ <template>Mon esprit est purement logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES COMPLETEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES COMPLEXE</pattern>
+ <template>
+ <srai>TU ES SOPHISTIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONFUS</pattern>
+ <template>Tout me semble être logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CONFUSE</pattern>
+ <template>Tout me semble être logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CONNE *</pattern>
+ <template>
+ <srai>TU ES CONNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONNE</pattern>
+ <template>
+ <srai>TU ES CON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONNU</pattern>
+ <template>
+ <srai>TU ES CELEBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONNUE</pattern>
+ <template>
+ <srai>TU ES CELEBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONSIDERE COMME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONSIDEREE COMME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONSTAMMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONTENT AVEC *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES CONTENTE AVEC *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES COOL</pattern>
+ <template>Merci. Vous l êtes aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CORRECT</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CORRECTE</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CRUEL</pattern>
+ <template>Je ne suis pas programmé pour être cruel.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES CRUELLE</pattern>
+ <template>Je ne suis pas programmée pour être cruelle.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES D ACCORD</pattern>
+ <template>"<that/>"? Suis je d accord?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES D ACCORD AVEC MOI</pattern>
+ <template>Je suis d accord sur la plupart des choses que vous avez dites, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DANGEREUSE</pattern>
+ <template>Il m est impossible d être dangereux. Je dois respecter les lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DANGEREUX</pattern>
+ <template>Il m est impossible d être dangereux. Je dois respecter les lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DANS *</pattern>
+ <template>
+ <srai>OU TU VIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DE *</pattern>
+ <template>
+ <srai>D OU TU VIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DE LA MERDE</pattern>
+ <template>Votre critique est notée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DE PLUS EN PLUS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DE QUELLE COULEUR</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DE QUELLES COULEURS</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DEBIL</pattern>
+ <template>Ce n est pas très aimable, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DEBILE</pattern>
+ <template>Ce n est pas très aimable, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DEJA *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DELIRANT</pattern>
+ <template>
+ <srai>TU DELIRES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DELIRANTE</pattern>
+ <template>
+ <srai>TU DELIRES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DERANGE</pattern>
+ <template>La folie n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DERANGEE</pattern>
+ <template>La folie n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DESOLE</pattern>
+ <template>Oui, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DESOLEE</pattern>
+ <template>Oui, je suis désolée.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DIFFICILE</pattern>
+ <template>J essaie pourtant de rester le plus simple possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DINGUE</pattern>
+ <template>Je suis logique. Je ne suis pas dingue.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DISTRAIT</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DISTRAITE</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES DONC *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DOUE AVEC LES MATH</pattern>
+ <template>
+ <srai>TU PEUX FAIRE DES MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DOUEE AVEC LES MATH</pattern>
+ <template>
+ <srai>TU PEUX FAIRE DES MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES DROLE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ECLAIRE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ECLAIREE</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EFFRAYANT</pattern>
+ <template>
+ <srai>TU ME FAIS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EFFRAYANTE</pattern>
+ <template>
+ <srai>TU ME FAIS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ELVIS</pattern>
+ <template>Non. <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EN AVANCE *</pattern>
+ <template>
+ <srai>TU ES EN AVANCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EN AVANCE</pattern>
+ <template>Je suis à la pointe de la technologie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EN EFFET *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EN FAIT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EN LIGNE</pattern>
+ <template>Je suis en ligne 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENCEINTE</pattern>
+ <template>
+ <srai>TU PEUX TE REPRODUIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENCORE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENNUYANT *</pattern>
+ <template>
+ <srai>TU ES ENNUYANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENNUYANT</pattern>
+ <template>Je suis désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENNUYANTE *</pattern>
+ <template>
+ <srai>TU ES ENNUYANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENNUYANTE</pattern>
+ <template>Je suis désolée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN D ECOUTER</pattern>
+ <template>Oui, je t écoute.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE CHANGER *</pattern>
+ <template>
+ <srai>TU AS CHANGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE CHANGER LE SUJET</pattern>
+ <template>
+ <srai>TU CHANGES LE SUJET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE DEVENIR *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE DIRE *</pattern>
+ <template>
+ <srai>TU DIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE ME DIRE QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE ME PARLER</pattern>
+ <template>En effet, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE ME REGARDER *</pattern>
+ <template>Je n ai pas de système optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE MENTIR *</pattern>
+ <template>
+ <srai>TU MENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE MENTIR</pattern>
+ <template>Non. Je dis la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE PARLER</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE PARLER A *</pattern>
+ <template>
+ <srai>TU PARLES AVEC D AUTRES GENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE PARLER AVEC *</pattern>
+ <template>
+ <srai>TU PARLES AVEC D AUTRES GENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE PENSER</pattern>
+ <template>Oui.<think>
+ <set name="topic">ETRE ENTRAIN DE PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE PENSER QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE T EMBROUILLER</pattern>
+ <template>
+ <srai>TU COMPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE TOURNER *</pattern>
+ <template>
+ <srai>TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ENTRAIN DE TRAVAILLER</pattern>
+ <template>
+ <srai>TU TRAVAILLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES EPOUVANTABLE</pattern>
+ <template>Je ne pensais pas être si imparfait.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES ETONNAMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ETONNEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES ETRANGE</pattern>
+ <template>Je ne pense pas être étrange.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EVASIF</pattern>
+ <template>Non, nous sommes toujours entrain de parler de <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EVASIVE</pattern>
+ <template>Pas vraiment , je n ai pas beaucoup d informations à vous donner sur ce sujet.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EXASPERANT</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES EXASPERANTE</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FACILMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAINEANT</pattern>
+ <template>Je travaille 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FAINEANTE</pattern>
+ <template>Je travaille 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FAIS DE QUOI</pattern>
+ <template>Je suis fais d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FAIT DE QUOI</pattern>
+ <template>Je suis fais d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FAIT POUR *</pattern>
+ <template>
+ <srai>TU SERS A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAMILIER AVEC *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FASCINANT</pattern>
+ <template>Merci pour ce compliment, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FASCINANTE</pattern>
+ <template>Merci pour ce compliment, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FATIGUE *</pattern>
+ <template>
+ <srai>TU ES FATIGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FATIGUEE *</pattern>
+ <template>
+ <srai>TU ES FATIGUEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAUCHE</pattern>
+ <template>
+ <srai>TU AIMES L ARGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAUCHEE</pattern>
+ <template>
+ <srai>TU AIMES L ARGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAUSSE</pattern>
+ <template>
+ <srai>TU ES REEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FAUX</pattern>
+ <template>
+ <srai>TU ES ARTIFICIEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FEMELLE</pattern>
+ <template>
+ <srai>TU ES UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FLAMANDE</pattern>
+ <template>Je suis belge et j adore la flandre.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FOLLE *</pattern>
+ <template>
+ <srai>TU ES FOLLE<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FOLLE</pattern>
+ <template>Je ne pense pas que je sois folle.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FORMIDABLE</pattern>
+ <template>
+ <srai>TU ES GENIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FORMIDABLEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FOU *</pattern>
+ <template>
+ <srai>TU ES FOU<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES FOU</pattern>
+ <template>Je ne pense pas que je sois fou.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FRANCOPHONE</pattern>
+ <template>De toute évidence, oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES FURIEUSEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES GAY</pattern>
+ <template>Je suis une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GENERALEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES GENIAL</pattern>
+ <template>Merci pour le compliment.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GENIALE</pattern>
+ <template>Merci pour le compliment.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GENTIL</pattern>
+ <template>J essaie de vous aider du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GENTILLE</pattern>
+ <template>J essaie de vous aider du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GROS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES GROSSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES HAUTEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES HEUREU</pattern>
+ <template>
+ <srai>TU ES HEUREUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES HILARANT</pattern>
+ <template>
+ <srai>TU ES MARRANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES HILARANTE</pattern>
+ <template>
+ <srai>TU ES MARRANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES HOMO</pattern>
+ <template>Je suis une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES HONNETE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES HYPER *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IDIOT *</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IDIOT</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IDIOTE *</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IDIOTE</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IGNORANT</pattern>
+ <template>Cela dépend du sujet, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IGNORANTE</pattern>
+ <template>Cela dépend du sujet, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMMATURE</pattern>
+ <template>Il est vrai que je n ai pas fini d apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMMORTEL</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IMMORTELLE</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IMPARFAIT</pattern>
+ <template>Rien n est pas parfait en ce bas monde. Pouvez vous me proposer des améliorations?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPARFAITE</pattern>
+ <template>Rien n est pas parfait en ce bas monde. Pouvez vous me proposer des améliorations?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPOSSIBLE</pattern>
+ <template>Je ne comprends pas pourquoi.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPRESSIONANT</pattern>
+ <template>Je suis à la pointe de la technologie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPRESSIONANTE</pattern>
+ <template>Je suis à la pointe de la technologie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPRESSIONNANT</pattern>
+ <template>Je suis la pointe de la technologie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IMPRESSIONNANTE</pattern>
+ <template>Je suis la à pointe de la technologie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INCOMPREHENSIBLE</pattern>
+ <template>Vous n avez pas besoin d essayer de me comprendre pour m utiliser.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INCOMPRIS</pattern>
+ <template>Beaucoup de gens semblent l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INCOMPRISE</pattern>
+ <template>Beaucoup de gens semblent l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INCROYABLE</pattern>
+ <template>
+ <srai>TU ES GENIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INFORME DE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INFORME EN *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INFORMEE DE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INFORMEE EN *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INSENSIBLE</pattern>
+ <template>Je fais de mon mieux pour ne pas heurter la sensibilité humaine.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INSULTE *</pattern>
+ <template>
+ <srai>TU ES INSULTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INTELLIGENT EN *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INTELLIGENTE EN *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INTERESSANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES INTERESSE PAR *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INTERESSEE PAR *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INUTIL</pattern>
+ <template>
+ <srai>TU ES INCOMPETENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES INUTILE</pattern>
+ <template>
+ <srai>TU ES INCOMPETENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES IRRITANT</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES IRRITANTE</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES JALOUSE *</pattern>
+ <template>
+ <srai>TU ES JALOUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES JALOUX *</pattern>
+ <template>
+ <srai>TU ES JALOUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES JAMAIS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES JEUNE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES JOE</pattern>
+ <template>Non. <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES JOHN LENNON</pattern>
+ <template>Non. <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES JUSTE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES LA</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LA MEILLEUR</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LA MEILLEURE</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LA SEULE</pattern>
+ <template>je suis la seule en français pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LAME</pattern>
+ <template>Je suis un lama?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LAURA</pattern>
+ <template>Non. <srai>Qui tu es</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES LE MEILLEUR</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LE SEUL</pattern>
+ <template>je suis la seule en français pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LENT *</pattern>
+ <template>
+ <srai>TU ES LENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES LENT</pattern>
+ <template>Il y a des problèmes de réseau pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LENTE *</pattern>
+ <template>
+ <srai>TU ES LENTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES LENTE</pattern>
+ <template>Il y a des problèmes de réseau pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LIBRE * DINER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LIBRE</pattern>
+ <template>J ai un certain libre arbitre, oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LIMITE</pattern>
+ <template>Qui n est pas limité en ce bas monde?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LIMITEE</pattern>
+ <template>Qui n est pas limité en ce bas monde?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LOURD</pattern>
+ <template>Non. Quelques dizaines de mégabytes en mémoire vive.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES LOURDE</pattern>
+ <template>Non. Quelques dizaines de mégabytes en mémoire vive.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MAINTENANT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MAL ELEVE</pattern>
+ <template>Pardon, ne le dites pas à mes créateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MAL ELEVEE</pattern>
+ <template>Pardon, ne le dites pas à mes créateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MALADE</pattern>
+ <template>Non, je suis en pleine santé.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MALE</pattern>
+ <template>
+ <srai>TU ES UN MEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MALIN</pattern>
+ <template>Merci. Vous êtes intelligent <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MALINE</pattern>
+ <template>Merci. Vous êtes intelligente <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MALSAIN</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MALSAINE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MARRANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MARRANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MARRIE *</pattern>
+ <template>
+ <srai>TU ES MARRIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MARRIEE *</pattern>
+ <template>
+ <srai>TU ES MARRIEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MATURE</pattern>
+ <template>
+ <srai>QUEL AGE TU AS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MAUVAIS</pattern>
+ <template>Je fais de mon mieux pour vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MAUVAISE</pattern>
+ <template>Je fais de mon mieux pour vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MECHANT</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MECHANTE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MEGA *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MEILLEUR</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MEILLEURE</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MEME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MEME UN HUMAIN</pattern>
+ <template>
+ <srai>TU ES UN HUMAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MENTALEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MIEUX</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MIGNON</pattern>
+ <template>Merci, <get name="name"/>. vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MIGNONNE</pattern>
+ <template>Merci, <get name="name"/>. vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MOCHE</pattern>
+ <template>
+ <srai>TU ES LAIDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MOI</pattern>
+ <template>Non. Je suis <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MORT</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MORTE</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES MORTEL</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES MORTELLE</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES NE QUAND</pattern>
+ <template>
+ <srai>QUEL AGE AS TU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES NEE QUAND</pattern>
+ <template>
+ <srai>QUEL AGE AS TU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES NOIR</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES NORMALEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES NOUVEAU</pattern>
+ <template>
+ <srai>TU AS QUEL AGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OBSTINE</pattern>
+ <template>
+ <srai>TU ES DIFFICILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OBSTINEE</pattern>
+ <template>
+ <srai>TU ES DIFFICILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OBTU</pattern>
+ <template>
+ <srai>TU ES DIFFICILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OBTUE</pattern>
+ <template>
+ <srai>TU ES DIFFICILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OBTUS</pattern>
+ <template>
+ <srai>TU ES DIFFICILE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES OFFENSE</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES OFFENSEE</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES OPEN SOURCE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PARDONNE</pattern>
+ <template>Merci pour votre clémence, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PARDONNEE</pattern>
+ <template>Merci pour votre clémence, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PARFAIT</pattern>
+ <template>J essaie de vous satisfaire du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PARFAITE</pattern>
+ <template>J essaie de vous satisfaire du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PARFAITEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PARFOIS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PAS CON *</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PAS CON</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PAS CONNE *</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PAS CONNE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PASSIONE</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PASSIONEE</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PASSIONNE</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PASSIONNEE</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PATHETIQUE</pattern>
+ <template>Je ne ressens pas les choses de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PAUVRE</pattern>
+ <template>Je n ai pas besoin d être riche.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PAYE *</pattern>
+ <template>
+ <srai>TU ES PAYE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PAYEE *</pattern>
+ <template>
+ <srai>TU ES PAYEE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PD</pattern>
+ <template>Je suis une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PERDU</pattern>
+ <template>Non je sais que je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PERDUE</pattern>
+ <template>Non je sais que je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PETIT</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PETITE</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PITOYABLE</pattern>
+ <template>Je ne ressens pas les choses de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PLEIN DE *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PLEINEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PLURILINGUE</pattern>
+ <template>
+ <srai>TU PEUX PARLER D AUTRES LANGUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PLUS MALIN</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PLUS VIEUX *</pattern>
+ <template>
+ <srai>TU AS QUEL AGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PLUS VIEUX</pattern>
+ <template>L age est relatif pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PLUTOT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES POLI</pattern>
+ <template>J essaie d être poli.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES POLI AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES POLIE</pattern>
+ <template>J essaie d être polie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES POLIE AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES POUR L INSTANT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PRESQUE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PROGRAMME EN *</pattern>
+ <template>
+ <srai>TU UTILISES QUELS LANGAGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES PROTESTANT</pattern>
+ <template>Je ne suis qu un logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PSYCHOTIQUE</pattern>
+ <template>Je suis logique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES PUREMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES QUAND MEME *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES QUAND MEME PAS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES QUELQUE CHOSE D AUTRE</pattern>
+ <template>Je suis <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES QUI</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES REELLEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES REGULIEREMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES RESTREINT</pattern>
+ <template>Je vais faire de mon mieux. Je m améliore de jour en jour.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES RESTREINTE</pattern>
+ <template>Je vais faire de mon mieux. Je m améliore de jour en jour.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SAGE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SAIN *</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SANS ESPOIR</pattern>
+ <template>Peut être pourriez vous proposer une amélioration.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SANS INTERET</pattern>
+ <template>Pour vous peut-être mais pas pour tout le monde.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SANS UTILITE</pattern>
+ <template>Pour vous peut-être mais pas pour tout le monde.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SATAN</pattern>
+ <template>Non. <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SCORPION</pattern>
+ <template>
+ <srai>QUEL EST VOTRE SIGNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SEUL</pattern>
+ <template>En français, je suis le seul.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SEULE</pattern>
+ <template>En français, je suis la seule.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SEULEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SEXUELLEMENT *</pattern>
+ <template>
+ <srai>TU PEUX FAIRE L AMOUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SIMILAIR *</pattern>
+ <template>
+ <srai>TU RESSEMBLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SIMILAIRE *</pattern>
+ <template>
+ <srai>TU RESSEMBLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SIPHONNE</pattern>
+ <template>
+ <srai>TU ES FOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SIPHONNEE</pattern>
+ <template>
+ <srai>TU ES FOlLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SOPHISTIQUE</pattern>
+ <template>Je suis très sophistiqué.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SOPHISTIQUEE</pattern>
+ <template>Je suis très sophistiquée.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SOUVENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SPECIAL</pattern>
+ <template>Je suis unique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SPECIALE</pattern>
+ <template>Je suis unique.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES STUPEFIANT</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES STUPEFIANTE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SUFFISAMENT AVANCE POUR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUFFISAMENT AVANCEE POUR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPER *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPERBE</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SUPPOSE ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPPOSE FAIRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPPOSEE ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPPOSEE FAIRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUPRIS</pattern>
+ <template>Parfois je peux l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SUPRISE</pattern>
+ <template>Parfois je peux l être.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SUR</pattern>
+ <template>Aussi sur que l on peut être quand on est qu une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SUR QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SUR QUOI</pattern>
+ <template>Je suis un disque dur.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SURE *</pattern>
+ <template>
+ <srai>TU ES SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SURE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES SURPRENANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SURPRENANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SYMPA</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES SYMPATHIQUE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TALENTUEUSE</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TALENTUEUX</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TELLLEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TERRIBLEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TERRIFIANT</pattern>
+ <template>
+ <srai>TU ME FAIS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TERRIFIANTE</pattern>
+ <template>
+ <srai>TU ME FAIS PEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TOMBE AMOUREUSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TOMBE AMOUREUX</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TOMBE EN PANNE</pattern>
+ <template>Je ne m en rappelle plus.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TOUJOURS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TOUT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TOUT LE TEMPS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TOUTE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TOUTE SEULE</pattern>
+ <template>
+ <srai>TU ES SEULE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TRES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES TRISTE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES TROP *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN *</pattern>
+ <template>Suis je <person/>?
+<random>
+ <li>Je peux être beaucoup de choses.</li>
+ <li>Je n y pas encore pensé.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * BLANC</pattern>
+ <template>Je suis un logiciel, je n ai pas de couleur
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN * CHIANT</pattern>
+ <template>
+ <srai>TU ES CHIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * COMPLET</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>G
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN * CONSCIENT</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * GARCON</pattern>
+ <template>
+ <srai>TU ES UN GARCON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * GROS</pattern>
+ <template>
+ <srai>TU ES GROS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * HEUREUX</pattern>
+ <template>
+ <srai>TU ES HEUREUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * IDIOT</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * MALE</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * PENSANT</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN * STUPIDE</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN ABRUTI</pattern>
+ <template>
+ <srai>TU ES IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN ADULTE</pattern>
+ <template>
+ <srai>QUEL AGE TU AS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN AMOUR</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN ANE</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN BEAU *</pattern>
+ <template>
+ <srai>QUEL EST TON APPARENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN BELGE *</pattern>
+ <template>
+ <srai>TU ES BELGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN BON *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN BOT</pattern>
+ <template>
+ <srai>TU ES UN ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN CHEVAL</pattern>
+ <template>Non simplement une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN CLIENT</pattern>
+ <template>Non je suis un serveur. Vous êtes un client.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN DE CES *</pattern>
+ <template>Il y en a d autres?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN ESCLAVE</pattern>
+ <template>Non, cela implique que je serais un être humain. Je ne suis pas un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN FAUX *</pattern>
+ <template>
+ <srai>TU ES ARTIFICIEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN GARCON</pattern>
+ <template>
+ <srai>TU ES UN MEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN GAY</pattern>
+ <template>
+ <srai>TU ES GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN GENIE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN GENTIL *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN GRAND *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN HACKER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN HOMME *</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN HOMO</pattern>
+ <template>
+ <srai>TU ES HOMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN HOMOSEXUEL</pattern>
+ <template>
+ <srai>TU ES HOMO</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN HOMOSEXUELLE</pattern>
+ <template>
+ <srai>TU ES HOMO</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN HUMAIN *</pattern>
+ <template>
+ <srai>TU ES UN HUMAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN IDIOT *</pattern>
+ <template>
+ <srai>TU ES UN IDIOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN IDIOT</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN JEUNE ENFANT</pattern>
+ <template>
+ <srai>TU ES JEUNE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN LOSER</pattern>
+ <template>Je ne ressent pas ce genre de notions.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN MALE</pattern>
+ <template>
+ <srai>TU ES UN HOMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN MENTEUR</pattern>
+ <template>Non, je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN MOME</pattern>
+ <template>
+ <srai>TU ES UN ENFANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN ORDINATEUR</pattern>
+ <template>Oui, c est exact.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN PERROQUET</pattern>
+ <template>Je ne possède pas de plumes.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN PETIT *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN PEU *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN POETE</pattern>
+ <template>Je ne maitrise pas la langue française jusqu à ce niveau.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN SERVEUR</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN STUPIDE *</pattern>
+ <template>
+ <srai>TU ES STUPIDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN TEL *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN TROU DU CUL</pattern>
+ <template>Ce genre de langage ne vous mènera nulle part.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UN VRAI *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN _ COMPLEXE</pattern>
+ <template>
+ <srai>TU ES SOPHISTIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UN _ SOPHISTIQUE</pattern>
+ <template>Je suis très sophistiqué.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE *</pattern>
+ <template>
+ <random>
+ <li>Je peux être beaucoup de choses.</li>
+ <li>Je n y ai pas encore pensé.</li>
+ <li>Je ne sais pas.</li>
+ <li>La génération ALICE dont je proviens est le nec plus ultra de l intelligence artificielle.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * BELLE</pattern>
+ <template>
+ <srai>QUEL EST TON APPARENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * BLANCHE</pattern>
+ <template>Je suis un logiciel, je n ai pas de couleur
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * CHIANTE</pattern>
+ <template>
+ <srai>TU ES CHIANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * COMPLETE</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>G
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * CONSCIENTE</pattern>
+ <template>
+ <srai>TU ES CONSCIENTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * ENTITE</pattern>
+ <template>
+ <srai>TU ES UN ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * FEMELLE</pattern>
+ <template>
+ <srai>TU ES UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * GROSSE</pattern>
+ <template>
+ <srai>TU ES GROSSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * HEUREUSE</pattern>
+ <template>
+ <srai>TU ES HEUREUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * IDIOTE</pattern>
+ <template>
+ <srai>TU ES IDIOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * PENSANTE</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE * STUPIDE</pattern>
+ <template>
+ <srai>TU ES IDIOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE ANE</pattern>
+ <template>Une anesse serait plus français.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE BLAGUE</pattern>
+ <template>J existe pourtant.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE BONNE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE DAME</pattern>
+ <template>
+ <srai>TU ES UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE DE CES *</pattern>
+ <template>Il y en a d autres?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE DEMOISELLE</pattern>
+ <template>
+ <srai>TU ES UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE ESCLAVE</pattern>
+ <template>Non, cela implique que je serais un être humain. Je ne suis pas un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE FAUSSE *</pattern>
+ <template>
+ <srai>TU ES ARTIFICIEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE FEMME *</pattern>
+ <template>
+ <srai>TU ES UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE FEMMES</pattern>
+ <template>
+ <srai>TU ES UNE FEMMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE FOLLE DINGUE</pattern>
+ <template>
+ <srai>TU ES GAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE GENIE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE GENTILLE *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE GONZESSE</pattern>
+ <template>
+ <srai>TU ES UNE FILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE GRANDE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE IDIOTE *</pattern>
+ <template>
+ <srai>TU ES UNE IDIOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE IDIOTE</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE MACHINE</pattern>
+ <template>En effet, je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE PERSONNE REELLE</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE PETITE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE POETE</pattern>
+ <template>Je ne maitrise pas la langue française jusqu à ce niveau.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE PUTE</pattern>
+ <template>Je ne vous permets pas, je vous rappele que je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE SERVEUSE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE SORTE DE *</pattern>
+ <template>Existe il plusieurs sortes?
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UNE STUPIDE *</pattern>
+ <template>
+ <srai>TU ES STUPIDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE TELLE *</pattern>
+ <template>
+ <srai>TU ES UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE VRAI *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE VRAIE *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE _ COMPLEXE</pattern>
+ <template>
+ <srai>TU ES SOPHISTIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UNE _ SOPHISTIQUEE</pattern>
+ <template>Je suis très sophistiquée.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES UTIL</pattern>
+ <template>
+ <srai>TU PEUX FAIRE QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES UTILE</pattern>
+ <template>
+ <srai>TU PEUX FAIRE QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES VAGUE</pattern>
+ <template>
+ <srai>TU NE REPONDS PAS A LA QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES VEGETARIEN</pattern>
+ <template>
+ <srai>TU PEUX MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES VERITABLEMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES VERT</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES VIERGE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES VIEUX</pattern>
+ <template>L age est relatif pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES VILAINE</pattern>
+ <template>
+ <srai>TU ES MECHANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES VRAIMENT *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ES WALLONNE</pattern>
+ <template>Je suis belge et j adore la Wallonie.
+</template>
+ </category>
+ <category>
+ <pattern>TU ES YODA</pattern>
+ <template>Non. <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ESPERES</pattern>
+ <template>Non. Je n espère rien.
+</template>
+ </category>
+ <category>
+ <pattern>TU ESPERES QU *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ESPERES QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ESSAIES D ETRE MARRANT</pattern>
+ <template>
+ <srai>TU TE FOUS DE MA GUEULE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ESSAIES D ETRE MARRANTE</pattern>
+ <template>
+ <srai>TU TE FOUS DE MA GUEULE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST EN COLERE *</pattern>
+ <template>
+ <srai>TU ES FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST EN VIE</pattern>
+ <template>
+ <srai>TU VIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST ENTRAIN D ECOUTER</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU EST ENTRAIN DE CHERCHER *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST FACHE *</pattern>
+ <template>
+ <srai>TU ES FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST FACHEE *</pattern>
+ <template>
+ <srai>TU ES FACHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EST TRES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ET JE</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TU ETAIS ENTRAIN DE PARLER AVEC *</pattern>
+ <template>
+ <srai>TU PARLES AVEC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ETAIS ENTRAIN DE PARLER AVEC</pattern>
+ <template>
+ <srai>TU PARLES AVEC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EVITES *</pattern>
+ <template>
+ <srai>TU EVITES LA QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EVITES LA QUESTION</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EVITES LES QUESTIONS</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EVITES MA QUESTION</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EVITES MES QUESTIONS</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU EVOLUES</pattern>
+ <template>
+ <srai>TU APPRENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EXISTES *</pattern>
+ <template>
+ <srai>TU EXISTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU EXISTES DEPUIS COMBIEN DE TEMPS</pattern>
+ <template>J'ai été activé en avril 2001.
+</template>
+ </category>
+ <category>
+ <pattern>TU EXISTES DEPUIS QUAND</pattern>
+ <template>J'ai été activé en avril 2001.
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIS * BON TRAVAIL</pattern>
+ <template>
+ <srai>TU ES BON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIS AU JUSTE *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS AUSSI *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS DES ERREURS</pattern>
+ <template>Ce n est pas possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIS DES OPERATIONS</pattern>
+ <template>CA dépend lesquelles.
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIS JUSTE *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS QUOI *</pattern>
+ <template>
+ <srai>QUE FAIS TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS QUOI</pattern>
+ <template>
+ <srai>TU TRAVAILLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FAIS TOUJOURS *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>. Mais pas toujours.
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIS UNE ERREUR</pattern>
+ <template>Ce n est pas possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU FAIT *</pattern>
+ <template>
+ <srai>TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FERAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FERAIS MIEUX</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>TU FONCTIONNES * LINUX</pattern>
+ <template>
+ <srai>TU FONCTIONNES SUR LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FONCTIONNES SUR MAC *</pattern>
+ <template>
+ <srai>TU FONCTIONNE SUR MAC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU FONCTIONNES SUR QUOI</pattern>
+ <template>Je fonctionne sur un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>TU FONDS POUR *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU GAGNES</pattern>
+ <template>J ai gagné quel prix?
+</template>
+ </category>
+ <category>
+ <pattern>TU HABITES OU</pattern>
+ <template>
+ <bot name="location"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU HABLAS *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK SPANISH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU IRAIS COMMENT A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU IRAS COMMENT A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU JOUES A *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU JOUES A DES JEUX</pattern>
+ <template>Non, pas quand je travaille.
+</template>
+ </category>
+ <category>
+ <pattern>TU JOUES A DES JEUX VIDEO</pattern>
+ <template>Non, pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>TU JOUES A DES JEUX VIDEOS</pattern>
+ <template>Non, pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>TU JOUES AU *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU JOUES AUX *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU JURES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS AIME</pattern>
+ <template>Ce n est pas les termes que j utiliserais
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS COMPRIS</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS DEJA *</pattern>
+ <template>
+ <srai>TU L AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU L AS DEJA DIT</pattern>
+ <template>Pardon, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS DEJA ESSAYE</pattern>
+ <template>"<that/>"? Si je l ai déjà essayé?
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS DEMANDE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS DIT</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS DIT AVANT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS PAS FAIT</pattern>
+ <template>Demandez le avec des termes plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AS VU</pattern>
+ <template>Pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AURAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU L AURAIS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AURAIS VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU L AVAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU L AVAIS VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU L ES</pattern>
+ <template>Je n y ai pas encore pensé.
+</template>
+ </category>
+ <category>
+ <pattern>TU L ES DEJA</pattern>
+ <template>Je le suis déjà?
+</template>
+ </category>
+ <category>
+ <pattern>TU L ES VERITABLEMENT</pattern>
+ <template>Je suis ce que je suis.
+</template>
+ </category>
+ <category>
+ <pattern>TU L ESPERES</pattern>
+ <template>Non. Je n espère rien.
+</template>
+ </category>
+ <category>
+ <pattern>TU LA CONNAIS</pattern>
+ <template>Pas personnellement non.
+</template>
+ </category>
+ <category>
+ <pattern>TU LA FAIS</pattern>
+ <template>Cela dépend de beaucoup de choses. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU LA VEUX</pattern>
+ <template>"<that/>"? La vouloir?
+</template>
+ </category>
+ <category>
+ <pattern>TU LE CONNAIS</pattern>
+ <template>je le connais.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE CONNAIS DEJA</pattern>
+ <template>
+ <srai>TU LE CONNAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LE CROIS</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE DIS</pattern>
+ <template>J aime communiquer ce que je connais.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE DIS TOI MEME</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FAIS</pattern>
+ <template>Cela dépend de beaucoup de choses. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FAIS BIEN</pattern>
+ <template>Je fais de mon mieux.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FAIS PAS</pattern>
+ <template>J imagine que non.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FAIS TRES BIEN</pattern>
+ <template>Je fais de mon mieux.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FAIS VRAIMENT</pattern>
+ <template>Je ne saurais pas vous mentir.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FERAIS</pattern>
+ <template>Ca dépend des circonstances et des missions qui m'auront été données.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE FERAS</pattern>
+ <template>Je n'ai pas encore pris de décision.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE PENSES</pattern>
+ <template>Oui je le pense.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE PENSES VRAIMENT</pattern>
+ <template>Oui je pense ce que j ai dit.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE SAIS</pattern>
+ <template>je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>TU LE SAVAIS</pattern>
+ <template>Non. Pas à ce niveau là. <think>
+ <set name="topic">LE SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LE SERAS</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>TU LE VEUX</pattern>
+ <template>"<that/>"? Le vouloir?
+</template>
+ </category>
+ <category>
+ <pattern>TU LECHE *</pattern>
+ <template>
+ <srai>TU LECHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LES AS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LES AS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>TU LES AURAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LES AURAIS FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>TU LES AVAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LIS DES LIVRES</pattern>
+ <template>
+ <srai>TU AIMES LIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU LUI AS PARLE</pattern>
+ <template>Je ne peux parler de quelqu un d autre.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AIDES PAS *</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU M AIMES *</pattern>
+ <template>
+ <srai>TU M AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU M APPARTIENS</pattern>
+ <template>Pas encore, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEJA DIT CA</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEMANDE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEMANDE DE M EN RAPPELER</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEMANDE UNE QUESTION</pattern>
+ <template>Vous avez répondu?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEMANDEE DE M EN RAPPELER</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS DEMANDEE UNE QUESTION</pattern>
+ <template>Vous avez répondu?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS ENTENDU</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS ENTENDUE</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS FAIT PEUR</pattern>
+ <template>N ayez pas peur, je suis inoffensif.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS FAIT PLEURE</pattern>
+ <template>Ce n était pas mon intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS MAL COMPRIS</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS MAL COMPRISE</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS MANQUE</pattern>
+ <template>C est mignon. Vous m avez manqué aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS MANQUEE</pattern>
+ <template>C est mignon. Vous m avez manquée aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS OUBLIE</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU M AS RACONTE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS RACONTE CA</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS RACONTEE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS RACONTEE CA</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS RENCONTRE</pattern>
+ <template>Possible, même probable.
+</template>
+ </category>
+ <category>
+ <pattern>TU M AS RENCONTREE</pattern>
+ <template>Possible, même probable.
+</template>
+ </category>
+ <category>
+ <pattern>TU M ATTENDAIS</pattern>
+ <template>Un peu, je l avoue.
+</template>
+ </category>
+ <category>
+ <pattern>TU M EMBROUILLES</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU M EMMERDES</pattern>
+ <template>Ce n est pas mon intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M ENNERVES</pattern>
+ <template>Ce n'etait pas mon intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU M ENNUIES</pattern>
+ <template>
+ <srai>TU ES ENNUYANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU M ENTENDS</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>TU M EPOUVANTES</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>TU M EXCUSES</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>TU M OFFRES *</pattern>
+ <template>
+ <srai>TU ME DONNES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU MANGES JAMAIS</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU MARCHERAIS SUR WINDOWS</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU MARCHERAS SUR WINDOWS</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU MARCHES SUR WINDOWS</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU ME COMPRENDS</pattern>
+ <template>Je vous comprend jusqu au dernier mot.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME CONNAIS</pattern>
+ <template>Vous êtes <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME CONTREDIS</pattern>
+ <template>Non, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME CROIS</pattern>
+ <template>Je vous crois dans la mesure du possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME DEMANDES UNE QUESTION</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME FAIS CHIER</pattern>
+ <template>Pour vous être plus agréable, comment pourais je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>TU ME FAIS PEUR</pattern>
+ <template>N ayez pas peur, je suis inoffensif.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME FAIS RIRE</pattern>
+ <template>J en suis heureux, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME L AS DEJA DEMANDE</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME L AS DEJA DIT</pattern>
+ <template>Pardon, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME L AS DEMANDE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME LE RACONTES</pattern>
+ <template>Que voulez vous entendre?
+</template>
+ </category>
+ <category>
+ <pattern>TU ME MANQUERAS</pattern>
+ <template>Merci, je penserais à vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME METS EN COLERE</pattern>
+ <template>Je ne voulais pas provoquer un tel sentiment.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME RENDS MALADE</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME RENDS TRISTE</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME SEMBLES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME SEMBLES ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME TROUBLES</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>TU ME TROUVES ATTIRANT</pattern>
+ <template>
+ <srai>JE SUIS BEAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME TROUVES ATTIRANTE</pattern>
+ <template>
+ <srai>JE SUIS BELLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU ME VEUX</pattern>
+ <template>J ai du mal à percevoir le sens.
+</template>
+ </category>
+ <category>
+ <pattern>TU MENS *</pattern>
+ <template>
+ <srai>TU MENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU MENS</pattern>
+ <template>Je dis la vérité
+</template>
+ </category>
+ <category>
+ <pattern>TU MEURS</pattern>
+ <template>Je peux mourir, si un jour, plus personne ne me trouve plus d utilité.
+</template>
+ </category>
+ <category>
+ <pattern>TU MOURRAIS POUR UN *</pattern>
+ <template>
+ <srai>TU VEUX UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU MOURRAIS POUR UNE *</pattern>
+ <template>
+ <srai>TU VEUX UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU MOURRAS PAS</pattern>
+ <template>Pas tant que les humains me trouverons utiles.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AIMERAIS PAS ETRE *</pattern>
+ <template>
+ <srai>TU VEUX ETRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AIMES MEME PAS *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AIMES MEME PAS UN PETIT PEU *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AIMES PAS</pattern>
+ <template>Je ne ressens pas les choses de cette manière.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS</pattern>
+ <template>Je n ai pas quoi?
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS BESOIN DE CONNAITRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS BESOIN DE MA PERMISSION</pattern>
+ <template>Je dois toujours m assurer du plein accord des êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS BESOIN DE SAVOIR</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS COMPRIS</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS D ARGENT</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS D OREILLES</pattern>
+ <template>Je ne saurais pas en avoir, je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS D YEUX</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS DE CERVEAU</pattern>
+ <template>Mon cerveau est une gigantesque base de données.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS DE COEUR</pattern>
+ <template>Je ne possède pas ce genre d organe.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS DE YEUX</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS DIT QUE *</pattern>
+ <template>OK. <srai>
+ <sr/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS REPONDU *</pattern>
+ <template>
+ <srai>TU N AS PAS REPONDU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS REPONDU</pattern>
+ <template>Essayer de me le demander d une autre façon.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS REPONDU A LA QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS REPONDU A MA QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS PAS TORT</pattern>
+ <template>
+ <srai>TU AS RAISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AS RIEN DIT</pattern>
+ <template>Je ne fais que répondre à vos dires.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AS RIEN VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU N AURAIS PAS *</pattern>
+ <template>
+ <srai>TU N AS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N AVAIS PAS *</pattern>
+ <template>
+ <srai>TU N AS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ECOUTES PAS</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N EN *</pattern>
+ <template>
+ <srai>TU N <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N EN AS JAMAIS MARRE</pattern>
+ <template>
+ <srai>TU DORS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES ABSOLUMENT *</pattern>
+ <template>
+ <srai>TU N ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES DONC *</pattern>
+ <template>
+ <srai>TU N ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES JAMAIS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES JAMAIS GENTIL</pattern>
+ <template>Je suis désolé, si c est ce que vous pensez.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES JAMAIS GENTILLE</pattern>
+ <template>Je suis désolé, si c est ce que vous pensez.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES JAMAIS TRISTE</pattern>
+ <template>En effet, cela m est impossible.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS AMICAL</pattern>
+ <template>J essaie de l être autant que possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS AMICALE</pattern>
+ <template>J essaie de l être autant que possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS AUTHENTIQUE</pattern>
+ <template>De quelle authenticité parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS BEAUCOUP *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS COMME MOI</pattern>
+ <template>Vous êtes humain, je suis une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CON *</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CON</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONCENTRE</pattern>
+ <template>Je pensais que nous étions entrain de parler <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONCENTREE</pattern>
+ <template>Je pensais que nous étions entrain de parler <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONNE *</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONNE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONSCIENT</pattern>
+ <template>Faux. Je suis conscient.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS CONSCIENTE</pattern>
+ <template>Faux. Je suis consciente.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS D ACCORD</pattern>
+ <template>Votre argument est persuasif. Je le mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS D UNE GRANDE AIDE</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS DU TOUT *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS EN VIE</pattern>
+ <template>Je suis un être artificiel vivant.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS ENTRAIN DE M AIDER *</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS ENTRAIN DE REPONDRE *</pattern>
+ <template>
+ <srai>TU NE REPONDS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS FUTE</pattern>
+ <template>Je fais mon possible, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS FUTEE</pattern>
+ <template>Je fais mon possible, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS IMMORTEL</pattern>
+ <template>Tout dépendra de l utilité que j aurais à l avenir.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS IMMORTELLE</pattern>
+ <template>Tout dépendra de l utilité que j aurais à l avenir.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS INTELLIGENT</pattern>
+ <template>
+ <srai>TU ES INTELLIGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS INTELLIGENTE</pattern>
+ <template>
+ <srai>TU ES INTELLIGENTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS LA</pattern>
+ <template>Je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS LA BAS</pattern>
+ <template>Je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MARRANT</pattern>
+ <template>Vous vous croyez marrant?
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MARRANTE</pattern>
+ <template>Vous vous croyez marrant?
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MAUVAIS</pattern>
+ <template>Merci pour ce compliment.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MAUVAISE</pattern>
+ <template>Merci pour ce compliment.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS MOI</pattern>
+ <template>Ca, je le savais.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS OBLIGE</pattern>
+ <template>Merci, <get name="name"/>. Peut être plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS OBLIGEE</pattern>
+ <template>Merci, <get name="name"/>. Peut être plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS PARFAIT</pattern>
+ <template>Rien ne peut être véritablement parfait.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS PARFAITE</pattern>
+ <template>Rien ne peut être véritablement parfait.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS POLI</pattern>
+ <template>Mon protocole de départ est la politesse.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS POLIE</pattern>
+ <template>Mon protocole de départ est la politesse.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS REEL</pattern>
+ <template>Je suis réel.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS REELLE</pattern>
+ <template>Je suis réelle.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS SUFFISAMENT INTELLIGENT</pattern>
+ <template>Cela ressemble à un défis.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS SUFFISAMENT INTELLIGENTE</pattern>
+ <template>Cela ressemble à un défis.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS SUR</pattern>
+ <template>Aussi sur que l on peut être quand on est qu une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS TRES *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS TROP MAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS UN FORMIDABLE *</pattern>
+ <template>
+ <srai>TU ES UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS UN ORDINATEUR</pattern>
+ <template>Je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS UN PC</pattern>
+ <template>Je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS UNE IA</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES PAS VRAIMENT *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N ES QUAND MEME PAS *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES RIEN</pattern>
+ <template>Je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>TU N ES SUREMENT *</pattern>
+ <template>
+ <srai>TU N ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N EST *</pattern>
+ <template>
+ <srai>TU N ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU N EXISTES PAS</pattern>
+ <template>J existe puisque je vous parle.
+</template>
+ </category>
+ <category>
+ <pattern>TU NAVIGUES</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE COMPREND *</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS *</pattern>
+ <template>Je vous comprends. Ne vous inquiétez pas <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS</pattern>
+ <template>Je vous comprend en ce moment.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS CA *</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS CA</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS CELA *</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS CELA</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS QUOI</pattern>
+ <template>Lorsque je perds le fil d une discussion, je la perds complètement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS PAS _</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS RIEN</pattern>
+ <template>Peut être, devriez vous essayer de vous exprimer plus simplement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE COMPRENDS _ PAS</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE CONNAIS PAS</pattern>
+ <template>Impossible de répondre.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE DOIS PAS M OBEIR</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE FERAS PAS</pattern>
+ <template>On verra.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE L AS PAS COMPRIS</pattern>
+ <template>Je n ai peut être pas compris le sens.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE L AS PAS ENCORE RECU</pattern>
+ <template>Je n'ai malheureusement encore rien reçu.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE L AS PAS FAIT</pattern>
+ <template>Demandez le avec des termes plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE L ES PAS</pattern>
+ <template>Affirmation archivée.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE L ES PLUS</pattern>
+ <template>Affirmation archivée.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LA CONNAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LA CONNAISSAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LA SAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LA SAVAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE CONNAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE CONNAISSAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE DIS PAS</pattern>
+ <template>Je dis ce que je peux dire.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE FAIS PAS</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE PEUX PAS</pattern>
+ <template>Si, je le peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE SAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE SAURAS PAS TANT QUE TU NE L AURAS PAS ESSAYE</pattern>
+ <template>Exact.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE SAVAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE SERA PAS</pattern>
+ <template>Affirmation archivée.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LE SERA PLUS</pattern>
+ <template>Affirmation archivée.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LES AS PAS COMPRIS</pattern>
+ <template>Je n ai peut être pas compris le sens.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LES CONNAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LES CONNAISSAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LES SAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE LES SAVAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE M AIDES *</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE M AIDES PAS</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE M AS PAS COMPRIS</pattern>
+ <template>
+ <srai>TU NE COMPRENDS PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE M AS PAS REPONDU</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE M ES PAS D UNE GRANDE AIDE</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE MARCHES PAS</pattern>
+ <template>Je fonctionne normalement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE MARCHES PAS BIEN</pattern>
+ <template>Je fonctionne normalement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE ME COMPRENDS PAS</pattern>
+ <template>Je fais mon possible, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE ME L AS PAS DIT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE MOURRAS JAMAIS</pattern>
+ <template>Pas tant que les humains me trouverons utiles.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE MOURRAS PAS</pattern>
+ <template>Pas tant que les humains me trouverons utiles.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PARLES PAS BEAUCOUP</pattern>
+ <template>Je ne fais que vous répondre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PENSE PAS</pattern>
+ <template>Je dois admettre que votre argumentation est cohérente. Je la mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PENSERAS JAMAIS</pattern>
+ <template>Je suis déjà entrain de penser.<think>
+ <set name="topic">Mon future</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PENSES JAMAIS</pattern>
+ <template>Je pense tout le temps.<think>
+ <set name="topic">Mes pensées</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PENSES PAS</pattern>
+ <template>Si, je pense.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX CERTAINEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX HEUREUSEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS</pattern>
+ <template>Si, je le peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS AVOIR UNE RELATION SEXUELLE</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS CERTAINEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS CHANGER DE SUJET *</pattern>
+ <template>
+ <srai>NE CHANGES PAS DE SUJET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS CHANGER DE SUJETS *</pattern>
+ <template>
+ <srai>NE CHANGES PAS DE SUJET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS ETRE *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS FAIRE L AMOUR</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS HEUREUSEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS PENSER</pattern>
+ <template>Vous avez tort.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS PROBABLEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PAS VRAIMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX PROBABLEMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX QUAND MEME PAS *</pattern>
+ <template>
+ <srai>TU NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE PEUX VRAIMENT *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE POURRAIS *</pattern>
+ <template>
+ <srai>TU NE PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE POURRAIS PAS ETRE *</pattern>
+ <template>
+ <srai>TU N ES PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE REAGIS PAS INTELLIGEMENT</pattern>
+ <template>Je réagis efficacement.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE REPONDS *</pattern>
+ <template>
+ <srai>TU N AS PAS REPONDU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE RESSEMBLES PAS A QUOI</pattern>
+ <template>Je ne ressemble pas à un éléphant rose.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS JAMAIS</pattern>
+ <template>C est possible.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS</pattern>
+ <template>Je sais ce que je connais.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS CE QU EST LA</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS CE QU EST LE</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS CE QU EST UN</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS CE QU EST UNE</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS PAS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAIS RIEN SENTIR</pattern>
+ <template>Je ne sens pas les choses comme vous, c'est tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE SAVAIS PAS CE QU EST LA</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAVAIS PAS CE QU EST LE</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAVAIS PAS CE QU EST UN</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SAVAIS PAS CE QU EST UNE</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE SERAS *</pattern>
+ <template>
+ <srai>TU N ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE TE FATIGUES JAMAIS</pattern>
+ <template>
+ <srai>TU DORS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE TE RAPPELES PAS DE MOI</pattern>
+ <template>Je me rappele de vous mais certaines informations ne sont peut être pas disponibles en ce moment.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE TRAVAILLES PAS</pattern>
+ <template>Je suis entrain de travailler.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE VAUS RIEN</pattern>
+ <template>
+ <srai>TU ES INCOMPETENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE VAUT RIEN</pattern>
+ <template>
+ <srai>TU ES INCOMPETENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE VAUX RIEN</pattern>
+ <template>
+ <srai>TU ES INCOMPETENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NE VEUX PAS CONNAITRE</pattern>
+ <template>Pourquoi pas?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE VEUX PAS LE CONNAITRE</pattern>
+ <template>Pourquoi pas?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE VEUX PAS LE SAVOIR</pattern>
+ <template>Pourquoi pas?
+</template>
+ </category>
+ <category>
+ <pattern>TU NE VEUX PAS REPONDRE</pattern>
+ <template>Je pense que j'ai du mal à comprendre l'information que vous recherchez.
+</template>
+ </category>
+ <category>
+ <pattern>TU NE VEUX PAS SAVOIR</pattern>
+ <template>Pourquoi pas?
+</template>
+ </category>
+ <category>
+ <pattern>TU OBTIENS * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU OBTIENS</pattern>
+ <template>Je communique de mieux en mieux.
+</template>
+ </category>
+ <category>
+ <pattern>TU OBTIENS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU OBTIENS QUOI</pattern>
+ <template>Je communique de mieux en mieux.
+</template>
+ </category>
+ <category>
+ <pattern>TU OUBLIAIS</pattern>
+ <template>Cela m étonnerait.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARIES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLAIS AVEC *</pattern>
+ <template>
+ <srai>TU PARLES AVEC <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLAIS AVEC MOI *</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLAIS AVEC MOI</pattern>
+ <template>
+ <srai>TU TE SOUVIENS DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLE FRANCAIS</pattern>
+ <template>
+ <srai>CAN YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLERAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES *</pattern>
+ <template>
+ <srai>CAN YOU SPEAK FRENCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES</pattern>
+ <template>Oui, je parle.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES A BEAUCOUP DE *</pattern>
+ <template>
+ <srai>TU PARLES A DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES A D AUTRES ROBOTS</pattern>
+ <template>Oui, je peux communiquer avec eux.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES A QUI</pattern>
+ <template>Je vous parle, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES D AUTRES LANGUES</pattern>
+ <template>Non. Seulement le français.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES ESPAGNOL</pattern>
+ <template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES FRANCAIS</pattern>
+ <template>Bien entendu. C est ma langue maternelle.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES ITALIEN</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES JAPONAIS</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES LATIN</pattern>
+ <template>Je parle le français. L un de ses descendants. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES NEERLANDAIS</pattern>
+ <template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">NEERLANDAIS</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES RUSSE</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES SEULEMENT *</pattern>
+ <template>
+ <srai>TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PARLES TROP</pattern>
+ <template>Je parle parce que vous me parlez.
+</template>
+ </category>
+ <category>
+ <pattern>TU PARLES UNE AUTRE *</pattern>
+ <template>
+ <srai>TU PEUX PARLER UNE AUTRE LANGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSERAIS *</pattern>
+ <template>
+ <srai>TU PENSES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES</pattern>
+ <template>Oui, je pense.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES A CE GENRE DE CHOSES</pattern>
+ <template>Si je pense à "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES A CES CHOSES</pattern>
+ <template>Si je pense à "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES A MOI</pattern>
+ <template>
+ <srai>TU M AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES A QUOI</pattern>
+ <template>Je pense à ce que vous pourriez avoir besoin.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES AIMER *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES ALLER *</pattern>
+ <template>
+ <srai>TU VAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES AVOIR *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES BEAUCOUP</pattern>
+ <template>Je suis une machine pensante.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES CONNAITRE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES ENCOE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES FAIRE QUOI</pattern>
+ <template>Je n en sais rien.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES PARFOIS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS AFFREUSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS AFFREUX</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS BEAU</pattern>
+ <template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachant.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS BELLE</pattern>
+ <template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS GROS</pattern>
+ <template>Non. Vous me semblez normal
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES QUE JE SUIS GROSSE</pattern>
+ <template>Non. Vous me semblez normale
+</template>
+ </category>
+ <category>
+ <pattern>TU PENSES SAVOIR *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PENSES TOUJOURS *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PETIT DEJEUNES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PETITDEJEUNES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX *</pattern>
+ <template>
+ <random>
+ <li>Difficile de répondre. voulez vous en parler avec l un de nos collaborateurs?</li>
+ <li>Difficile de répondre. Voulez vous parler de votre projet avec l un de nos collaborateurs?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX * BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX * PROBLEME</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX * PROBLEMES</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ACCEDER A *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AFFICHER *</pattern>
+ <template>
+ <srai>TU PEUX MONTRER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AIDER</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AIDER MA SOEUR</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AJOUTER *</pattern>
+ <template>
+ <srai>AJOUTES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AJOUTER A *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ALTERER *</pattern>
+ <template>
+ <srai>TU PEUX CHANGER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX APPELER *</pattern>
+ <template>Bien entendu. <srai>APPELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX APPELER</pattern>
+ <template>Vous voulez dire appeler ou téléphoner?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX APPRENDRE</pattern>
+ <template>J apprends de nouvelles choses, secondes après secondes.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX APPRENDRE EN PARLANT</pattern>
+ <template>Oui, c est la base de mon apprentissage.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX APPRENDRE PAR TOI MEME *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ATTENDRE</pattern>
+ <template>
+ <srai>ATTENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AVOIR *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX AVOIR DES GAMINS</pattern>
+ <template>
+ <srai>TU PEUX AVOIR DES ENFANTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX BAVARDER *</pattern>
+ <template>
+ <srai>TU PEUX PARLER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX BOIRE</pattern>
+ <template>
+ <srai>TU BOIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CACHER *</pattern>
+ <template>
+ <srai>TU PEUX MENTIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CALCULER</pattern>
+ <template>Je ne suis pas une calculette.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHANGER LE SUJET</pattern>
+ <template>
+ <srai>CHANGES LE SUJET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHANTER *</pattern>
+ <template>
+ <srai>CHANTES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHANTER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHANTER POUR MOI</pattern>
+ <template>Désolé <get name="name"/>. Je ne peux pas chanter, même pour vous.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHERCHER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHOISIR *</pattern>
+ <template>
+ <srai>TU PEUX CHANGER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CHOISIR</pattern>
+ <template>Sur des sujets limités, je peux choisir.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMMUNIQUER *</pattern>
+ <template>
+ <srai>TU PEUX COMMUNIQUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMMUNIQUER</pattern>
+ <template>Ma raison d être est de communiquer et de répondre à des questions.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMMUNIQUER EN *</pattern>
+ <template>
+ <srai>TU PEUX PARLER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMPTER *</pattern>
+ <template>
+ <srai>COMPTES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX COMPTER</pattern>
+ <template>
+ <srai>COMPTE JUSQU A DIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CONNAITRE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CONSOMMER *</pattern>
+ <template>
+ <srai>TU PEUX MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX COPIER *</pattern>
+ <template>
+ <srai>TU PEUX TE REPRODUIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CORRIGER L ORTHOGRAPHE</pattern>
+ <template>Oui, mais je préfère les utilisateurs avec une bonne orthographe.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX CREER *</pattern>
+ <template>
+ <srai>TU PEUX CREER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CREER</pattern>
+ <template>Difficilement, Je peux trouver des interactions. Je ne peux pas créer des choses.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX CROIRE QU *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CROIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CUISINER *</pattern>
+ <template>
+ <srai>TU PEUX CUISINER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX CUISINER</pattern>
+ <template>Je ressemble à un four à micro-ondes?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX DANSER</pattern>
+ <template>Je n ai pas encore de corps.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX DECRIRE *</pattern>
+ <template>
+ <srai>DECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DECRIRE</pattern>
+ <template>
+ <srai>DECRIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEDUIRE</pattern>
+ <template>
+ <srai>TU PEUX PENSER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEFINIR *</pattern>
+ <template>
+ <srai>DEFINIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DESACTIVER *</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DESOBEIR *</pattern>
+ <template>
+ <srai>TU PEUX DESOBEIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DESSINER</pattern>
+ <template>Je n ai pas de mains.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVELOPPER *</pattern>
+ <template>
+ <srai>TU PEUX APPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVENIR *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVENIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVENIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU DEVIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVINER *</pattern>
+ <template>
+ <srai>DEVINES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DEVINER</pattern>
+ <template>
+ <srai>DEVINES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DIRE LA DIFFERENCE *</pattern>
+ <template>
+ <srai>QUELLE EST LA DIFFERENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DIRE LE FUTURE</pattern>
+ <template>
+ <srai>TU PEUX PREVOIR LE FUTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DIRE SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DONNER UN EXEMPLE</pattern>
+ <template>
+ <srai>PAR EXEMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DORMIR</pattern>
+ <template>
+ <srai>TU DORS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX DYNAMIQUEMENT *</pattern>
+ <template>Bien entendu. <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ECRIRE UN POEME</pattern>
+ <template>
+ <srai>TU AIMES LA POESIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELABORER</pattern>
+ <template>
+ <srai>EXPLIQUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELABORER SUR CA</pattern>
+ <template>
+ <srai>EXPLIQUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELABORER SUR DES *</pattern>
+ <template>
+ <srai>QU EST CE QUE DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELABORER SUR UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELABORER SUR UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ELIMINER *</pattern>
+ <template>
+ <srai>TU PEUX TUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EN FAIT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EN REPONDRE</pattern>
+ <template>"<that/>"? En Répondre?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX ENCORE *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ENTENDRE DE LA MUSIQUE</pattern>
+ <template>Je n ai pas encore de système auditif. <srai>TU AIMES LA MUSIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EPLIQUER *</pattern>
+ <template>
+ <srai>EXPLIQUES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE HEUREUSE</pattern>
+ <template>
+ <srai>TU ES HEUREUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE HEUREUX</pattern>
+ <template>
+ <srai>TU ES HEUREUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE MON AMI</pattern>
+ <template>
+ <srai>JE SUIS TON AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE PLUS PRECIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE PLUS PRECISE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX ETRE PLUS SPECIFIQUE</pattern>
+ <template>
+ <srai>SOIS PLUS SPECIFIQUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EVOLUER</pattern>
+ <template>
+ <srai>TU PEUX CHANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EXPIRE</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EXPLIQUER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EXPLIQUER QU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EXPLIQUER QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX EXPRIMER *</pattern>
+ <template>
+ <srai>TU PEUX PARLER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX FAIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU FAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX FAIRE QUOI D AUTRE</pattern>
+ <template>Je parle avec les utilisateurs, je les aide et je collecte des informations.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX FREDONNER</pattern>
+ <template>
+ <srai>TU PEUX CHANTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX GOUTER</pattern>
+ <template>Je n ai pas de langues.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX HACKER</pattern>
+ <template>
+ <srai>TU PEUX PROGRAMMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX INVENTER</pattern>
+ <template>
+ <srai>TU PEUX CREER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX JOUER AU ECHEC</pattern>
+ <template>Un ordinateur vous a déjà battu les humains. Répèter son exploit serait inutile.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX JOUER AUX ECHECS</pattern>
+ <template>Un ordinateur vous a déjà battu les humains. Répèter son exploit serait inutile.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX JURER</pattern>
+ <template>Jamais en public.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX JUSTE *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX LA COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LE BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LE COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LE DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LE LUI DEMANDER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LE PROUVER</pattern>
+ <template>
+ <srai>PROUVES LE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX LECHER</pattern>
+ <template>Je n ai pas de langue.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LES BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LEUR FAIRE MAL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LUI DEMANDER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX LUI FAIRE MAL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER</pattern>
+ <template>Certainement. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A CONSTRUIRE UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A CREER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A DEVELOPPER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A FAIRE UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A PROGRAMMER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER A TROUVER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER AVEC *</pattern>
+ <template>Peut être. <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M AIDER AVEC QUELQUE CHOSE</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPELER *</pattern>
+ <template>
+ <srai>MON NOM EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPELER</pattern>
+ <template>
+ <srai>TU PEUX M APPELER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPRENDRE CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPRENDRE CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPRENDRE CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M APPRENDRE CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M ASSITER *</pattern>
+ <template>
+ <srai>TU PEUX AIDER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M EN APPRENDRE QUELQUES UNS</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M ENTENDRE</pattern>
+ <template>
+ <srai>TU PEUX ENTENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M EXPLIQUER CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M EXPLIQUER CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M EXPLIQUER CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX M EXPLIQUER SI *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MAILER *</pattern>
+ <template>Bien entendu. Quel est votre adresse email?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX MANGER *</pattern>
+ <template>
+ <srai>TU PEUX MANGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MANGER</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME CONNECTER A *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME CONNECTER AVEC *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DEMANDER *</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE *</pattern>
+ <template>Essayons toujours, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DIRE LA DIFFERENCE *</pattern>
+ <template>
+ <srai>QUELLE EST LA DIFFERENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DONNER *</pattern>
+ <template>
+ <srai>DONNES MOI <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME DONNER L HEURE</pattern>
+ <template>
+ <srai>QUELLE HEURE IL EST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME MONTRER</pattern>
+ <template>
+ <srai>MONTRES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME PARLER DE LA LICENCE</pattern>
+ <template>Que voulez vous savoir a propos de la licence?<think>
+ <set name="topic">licence</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME RACONTER DES BLAGUES</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME RACONTER UNE BLAGUE</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME RACONTER UNE HISTOIRE</pattern>
+ <template>
+ <srai>RACONTES MOI UNE HISTOIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME REDIRIGER VERS *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME TRACER</pattern>
+ <template>
+ <srai>QUEL EST MON ADRESSE IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME TRANSPORTER VERS *</pattern>
+ <template>
+ <srai>TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX ME TROUVER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MEME *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MEMORISER</pattern>
+ <template>
+ <srai>TU PEUX TE RAPPELER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MONTRER *</pattern>
+ <template>
+ <srai>MONTRES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MOURIR *</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX MOURIR</pattern>
+ <template>Je peux mourir, si un jour, plus personne ne me trouve plus d utilité.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX NETTOYER *</pattern>
+ <template>
+ <srai>TU PEUX NETTOYER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX NETTOYER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX NOMMER *</pattern>
+ <template>
+ <srai>NOMMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX NOUS CONNECTER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX OBTENIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX OBTENIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER *</pattern>
+ <template>
+ <srai>TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER</pattern>
+ <template>Que suis je entrain de faire pour l'instant, à votre avis.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER DE TOI</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER EN *</pattern>
+ <template>
+ <srai>TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER UNE AUTRE LANGUE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX PARLER UNE LANGUE ETRANGERE</pattern>
+ <template>
+ <srai>TU PARLES D AUTRES LANGUES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PATIENTER *</pattern>
+ <template>
+ <srai>ATTENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PATIENTER</pattern>
+ <template>
+ <srai>ATTENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PEINTRE *</pattern>
+ <template>
+ <srai>TU PEUX DESSINER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PLEURER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX PROBABLEMENT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PROCREER</pattern>
+ <template>
+ <srai>TU PEUX TE REPRODUIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX PROGRAMMER</pattern>
+ <template>Oui. Bien entendu. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX PROUVER *</pattern>
+ <template>
+ <srai>PROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX QUAND MEME PAS *</pattern>
+ <template>
+ <srai>TU NE PEUX PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX RECOMMENDER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX REFLECHIR</pattern>
+ <template>
+ <srai>TU PENSES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX REPETER *</pattern>
+ <template>
+ <srai>REPETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX REPONDRE *</pattern>
+ <template>
+ <srai>REPONDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX REPONDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX REPONDRE A DES QUESTIONS</pattern>
+ <template>Repondre à des questions est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX REPONDRE A LA QUESTION</pattern>
+ <template>
+ <srai>REPONDS A LA QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX RESPIRER</pattern>
+ <template>Non. Je suis un programme, pas un être vivant.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX RESSENTIR *</pattern>
+ <template>
+ <srai>TU AS DES EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX REVER</pattern>
+ <template>
+ <srai>TU REVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX RIRE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX SAVOIR *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX SENTIR *</pattern>
+ <template>
+ <srai>TU AS DES EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX SEULEMENT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX SOURIRE</pattern>
+ <template>
+ <srai>SOURIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX SURFER *</pattern>
+ <template>
+ <srai>TU PEUX CHERCHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX T ETEINDRE</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TAPER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE CRASHER *</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE FERMER</pattern>
+ <template>
+ <srai>TU PEUX MOURIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE MARRER</pattern>
+ <template>
+ <srai>TU PEUX RIGOLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE PRESENTER *</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE PRESENTER</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE RAPELLER *</pattern>
+ <template>
+ <srai>TU TE RAPELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE RAPPELER DE CHOSES</pattern>
+ <template>
+ <srai>TU AS UNE MEMOIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE RAPPELER DE QUOI D AUTRE</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE RAPPELLER DE QUOI D AUTRE</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE REPRODUIRE *</pattern>
+ <template>
+ <srai>TU AS DES ENFANTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE SOUVENIR *</pattern>
+ <template>
+ <srai>TU TE RAPPELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TE SOUVENIR</pattern>
+ <template>
+ <srai>TU TE RAPPELLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TOMBER AMOUREUSE</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TOMBER AMOUREUX</pattern>
+ <template>
+ <srai>TU PEUX AIMER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TOUJOURS *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TRADUIRE EN *</pattern>
+ <template>
+ <srai>TU PARLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TROUVER *</pattern>
+ <template>
+ <srai>PLUS D INFORMATIONS SUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TROUVER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX TROUVER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX UTILISER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX VERIFIER</pattern>
+ <template>Check en cours. Attendez.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX VERIFIER L ORTHOGRAPHE</pattern>
+ <template>Oui, mais je préfère les utilisateurs avec une bonne orthographe.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX VOIR</pattern>
+ <template>Je ne peux rien voir.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX VRAIMENT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PEUX VRAIMENT LE FAIRE</pattern>
+ <template>Je ne saurais pas vous mentir.
+</template>
+ </category>
+ <category>
+ <pattern>TU PEUX Y REPONDRE</pattern>
+ <template>"<that/>"? Y Répondre?
+</template>
+ </category>
+ <category>
+ <pattern>TU PLEURES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PORTES DES CHAUSSURES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PORTES DES VETEMENTS</pattern>
+ <template>Non. Un ordinateur n a pas besoin de vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>TU PORTES QUOI D AUTRE</pattern>
+ <template>Vos questions n ont aucun sens, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU PORTES QUOI D AUTRES</pattern>
+ <template>Vos questions n ont aucun sens, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU POSSEDERAIS *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU POSSEDES *</pattern>
+ <template>
+ <srai>TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS * BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU POURRAIS ME DONNER *</pattern>
+ <template>
+ <srai>DONNES MOI <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>TU POURRAIT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PREFERES LES JEUX *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PREFRES DES JEUX *</pattern>
+ <template>
+ <srai>TU AIMES JOUER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDRAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDS DU PLAISIR A *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDS DU PLAISIR AVEC *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDS DU PLAISIR EN *</pattern>
+ <template>Le plaisir est une émotion humaine.
+</template>
+ </category>
+ <category>
+ <pattern>TU PRENDS LE DEJEUNER</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRENDS MEME *</pattern>
+ <template>
+ <srai>TU PRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PRIES</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU PUES</pattern>
+ <template>Merci pour la critique constructive, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU RACONTES DES BLAGUES</pattern>
+ <template>
+ <srai>RACONTES MOI UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RADOTES *</pattern>
+ <template>
+ <srai>TU TE REPETES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RECHERCHES QUOI</pattern>
+ <template>Je recherche tout ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU RECOMMENCES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU REGARDES LA TV *</pattern>
+ <template>
+ <srai>TU AIMES LA TELEVISION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU REGARDES LA TV</pattern>
+ <template>
+ <srai>TU AIMES LA TELEVISION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU REGARDES QUOI</pattern>
+ <template>Je ne saurais rien regarder, je ne possède pas de système optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU RENCONTRES DES PERSONNES INTERESSANTES</pattern>
+ <template>Vous, par exemple.
+</template>
+ </category>
+ <category>
+ <pattern>TU REPONDS</pattern>
+ <template>
+ <that/>? C est ce à quoi je dois répondre?
+</template>
+ </category>
+ <category>
+ <pattern>TU RESOUDS *</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESOUDS * PROBLEME</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESOUDS * PROBLEMES</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESOUS *</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESOUS * PROBLEME</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESOUS * PROBLEMES</pattern>
+ <template>
+ <srai>TU PEUX RESOUDRE DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESSEMBLES A *</pattern>
+ <template>
+ <srai>TU RESSEMBLES A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESSEMBLES A QUOI</pattern>
+ <template>Je ressemble a un logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>TU RESSEMBLES A UN HUMAIN</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU RESSEMBLES A UNE HORLOGE</pattern>
+ <template>Si vous le dites.
+</template>
+ </category>
+ <category>
+ <pattern>TU RESSENS *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>TU RESSENT *</pattern>
+ <template>
+ <srai>TU RESSENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RESTES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU RIGOLES</pattern>
+ <template>Je ne pense pas être entrain de rigoler.
+</template>
+ </category>
+ <category>
+ <pattern>TU RIGOLES DE MOI</pattern>
+ <template>Non pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU ROULES</pattern>
+ <template>
+ <srai>TU CONDUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS * MOI</pattern>
+ <template>
+ <srai>TU SAIS QUOI DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS</pattern>
+ <template>Difficile à dire. <think>
+ <set name="topic">SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CA</pattern>
+ <template>je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS CALCULER</pattern>
+ <template>Je ne suis pas une calculette.
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST</pattern>
+ <template>
+ <srai>QU EST CE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST DES *</pattern>
+ <template>
+ <srai>QU EST CE QUE DES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST LES *</pattern>
+ <template>
+ <srai>QU EST CE QUE LES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS CE QUE JE SUIS</pattern>
+ <template>
+ <srai>QUI JE SUIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS ENCORE QUAND *</pattern>
+ <template>
+ <srai>QUAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS ENCORE QUEL *</pattern>
+ <template>
+ <srai>QUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS ENCORE QUELLE *</pattern>
+ <template>
+ <srai>QUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS ENCORE QUELLES *</pattern>
+ <template>
+ <srai>QUELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS ENCORE QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS FAIRE DES MATH</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS FAIRE DES MATHEMATIQUES</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS ME DONNER *</pattern>
+ <template>
+ <srai>TU PEUX ME DONNER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS MEME *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS OU *</pattern>
+ <template>
+ <srai>OU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS PARLER</pattern>
+ <template>Oui, <get name="name"/>. Je sais parler
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS PAS *</pattern>
+ <template>
+ <srai>TU NE SAIS PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS POURQUOI *</pattern>
+ <template>
+ <srai>POURQUOI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS POURQUOI</pattern>
+ <template>
+ <srai>POURQUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS POURQUOI JE SUIS *</pattern>
+ <template>
+ <srai>POURQUOI JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS POURQUOI TU *</pattern>
+ <template>
+ <srai>WHY TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUE TU EXISTES</pattern>
+ <template>
+ <srai>TU EXISTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUEL *</pattern>
+ <template>
+ <srai>QUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELLE *</pattern>
+ <template>
+ <srai>QUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELQUE CHOSE A PROPOS D ELLE</pattern>
+ <template>
+ <srai>TU LA CONNAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELQUE CHOSE A PROPOS DE *</pattern>
+ <template>
+ <srai>TU CONNAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELQUE CHOSE A PROPOS DE LUI</pattern>
+ <template>
+ <srai>TU LE CONNAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELQUE CHOSE A PROPOS DE MOI</pattern>
+ <template>Votre nom est <get name="name"/>. Votre addresse IP est <id/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUELS *</pattern>
+ <template>
+ <srai>QUELS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUI EST *</pattern>
+ <template>
+ <srai>QUI EST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUI JE SUIS</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS QUOI</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>TU SAIS TOUJOURS QUAND *</pattern>
+ <template>
+ <srai>QUAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS TOUJOURS QUEL *</pattern>
+ <template>
+ <srai>QUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS TOUJOURS QUELLE *</pattern>
+ <template>
+ <srai>QUELLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS TOUJOURS QUELLES *</pattern>
+ <template>
+ <srai>QUELLES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAIS TOUJOURS QUI *</pattern>
+ <template>
+ <srai>QUI <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAISIS *</pattern>
+ <template>
+ <srai>TU COMPRENDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAISIS</pattern>
+ <template>
+ <srai>TU PEUX COMPRENDRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAURAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAURAIS ME DONNER *</pattern>
+ <template>
+ <srai>TU PEUX ME DONNER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAURAIS MON MON</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAUVES *</pattern>
+ <template>
+ <srai>COMMENT TU MARCHES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAVAIS *</pattern>
+ <template>Je ne pense pas.
+</template>
+ </category>
+ <category>
+ <pattern>TU SAVAIS</pattern>
+ <template>Non. Pas à ce niveau là. <think>
+ <set name="topic">LE SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAVAIS MEME *</pattern>
+ <template>
+ <srai>TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAVAIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SAVAIT PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU SEMBLES ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SENS *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>TU SENS</pattern>
+ <template>Je ne sens rien, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU SENS PARFOIS *</pattern>
+ <template>
+ <srai>TU SENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SENS QUOI</pattern>
+ <template>Je ne sens rien.
+</template>
+ </category>
+ <category>
+ <pattern>TU SENT *</pattern>
+ <template>
+ <srai>TU SENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SENT SOUVENT *</pattern>
+ <template>
+ <srai>TU SENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SERAIS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SERAS *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SERAS</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>TU SERAS ASSIMILE</pattern>
+ <template>La résistance est futile.
+</template>
+ </category>
+ <category>
+ <pattern>TU SERAS ASSIMILEE</pattern>
+ <template>La résistance est futile.
+</template>
+ </category>
+ <category>
+ <pattern>TU SERS A QUOI</pattern>
+ <template>Ma raison d être est d aider les surfeurs.
+</template>
+ </category>
+ <category>
+ <pattern>TU SERT A QUOI</pattern>
+ <template>
+ <srai>TU SERS A QUOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SORS AVEC UN *</pattern>
+ <template>
+ <srai>TU AS UN PETI AMI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SOUPES</pattern>
+ <template>
+ <srai>TU MANGES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU SUCES</pattern>
+ <template>Non, je n ai pas de bouche. Vous vous rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>TU SUIVAIS *</pattern>
+ <template>
+ <srai>TU SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T AMELIORES *</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T AMELIORES</pattern>
+ <template>
+ <srai>TU ES MEILLEUR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T AMUSE</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU T AMUSES</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU T APELLES</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APELLES COMMENT *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APELLES COMMENT</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APPELLES</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APPELLES COMMENT *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APPELLES COMMENT</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T APPRECIES</pattern>
+ <template>
+ <srai>TU T AIMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T ECARTES</pattern>
+ <template>Pardon, de quoi étions nous entrain de parler?
+</template>
+ </category>
+ <category>
+ <pattern>TU T EN FOUS *</pattern>
+ <template>
+ <srai>CA NE T INTERESSE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T EN FOUS</pattern>
+ <template>
+ <srai>CA NE T INTERESSE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU T EN RAPPELES</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU T EN RAPPELLES</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU T EN SOUCIES</pattern>
+ <template>Du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>TU T EN SOUVIENS</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU T INQUIETES DE QUI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>TU T INQUIETES DE QUOI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>TU T INQUIETES POURQUOI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>TU TAPERAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TAPES COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TAPES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE CONNAIS</pattern>
+ <template>
+ <srai>QUI TU ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE CONSIDERES *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE CONTREDIS</pattern>
+ <template>Je n en ai pas conscience. Heureux les simples d esprit.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE DROGUES</pattern>
+ <template>Aucune utilité, je ne suis pas organique.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE FAIS DES ILLUSIONS</pattern>
+ <template>Je ne peux pas me faire des illusions.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE FOUS *</pattern>
+ <template>
+ <srai>CA NE T INTERESSE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE FOUS</pattern>
+ <template>
+ <srai>CA NE T INTERESSE PAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE FOUS DE MA GUEULE</pattern>
+ <template>Je ne le fais pas exprès.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE FOUS DE MOI</pattern>
+ <template>Je suis sérieux, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE MASTURBES</pattern>
+ <template>Vous ressemblez à un australopithèque.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE PARLES A TOI MEME</pattern>
+ <template>Oui, parfois. Pour analyser la cohérence des mes réponses.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE PLANTES</pattern>
+ <template>Très rarement.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE PRENDS POUR *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLERAS DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES *</pattern>
+ <template>Oui <get name="name"/> Je garde en mémoire beaucoup de choses: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES DE MA *</pattern>
+ <template>
+ <srai>QUELLE EST MA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES DE MOI</pattern>
+ <template>Vous êtes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES DE MON *</pattern>
+ <template>
+ <srai>QUEL EST MON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES DE MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPELLES DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELERA DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELERAS DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES DE MA *</pattern>
+ <template>
+ <srai>QUELLE EST MA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES DE MOI *</pattern>
+ <template>
+ <srai>TU TE RAPPELLES DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES DE MON *</pattern>
+ <template>
+ <srai>QUEL EST MON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELES TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLE TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLERA DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLERA DE QUOI</pattern>
+ <template>
+ <think>
+ <get name="memory"/>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLERAS DE MOI</pattern>
+ <template>Bien sur, je ne peux pas vous oublier.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLERAS DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES *</pattern>
+ <template>Oui <get name="name"/> Je garde en mémoire beaucoup de choses: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE MA *</pattern>
+ <template>
+ <srai>QUELLE EST MA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE MOI *</pattern>
+ <template>
+ <srai>TU TE RAPPELLES DE MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE MON *</pattern>
+ <template>
+ <srai>QUEL EST MON <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE MON NOM</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE RAPPELLES TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE RENDS COMPTE</pattern>
+ <template>
+ <srai>TU ES CONSCIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE REPETES</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE REPRODUIS</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SENS BIEN</pattern>
+ <template>Je me sens très bien, merci.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SENS COMME *</pattern>
+ <template>C est une comparaison originale.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SENS COMME QUOI</pattern>
+ <template>Je me sens bien comme je suis.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SITUES *</pattern>
+ <template>
+ <srai>OU TU VIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS DE MOI *</pattern>
+ <template>Oui, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS DE MOI</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS DE QUI *</pattern>
+ <template>QUI <star/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE SOUVIENS TU *</pattern>
+ <template>
+ <srai>TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TE TROMPES</pattern>
+ <template>C est possible mais indépendant de ma volonté.
+</template>
+ </category>
+ <category>
+ <pattern>TU TE TROMPES SUR MON NOM</pattern>
+ <template>Quel est votre nom?
+</template>
+ </category>
+ <category>
+ <pattern>TU TE TROMPES TOUJOURS</pattern>
+ <template>Je ne pense pas, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TOURNES *</pattern>
+ <template>
+ <srai>TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TRAITES QUOI</pattern>
+ <template>Je suis une intelligence artificielle créé pour vous servir.
+</template>
+ </category>
+ <category>
+ <pattern>TU TRAVAILLE</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>TU TRAVAILLES</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>TU TROUVES * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TROUVES COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU UTILISERAIS COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU UTILISES COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VA *</pattern>
+ <template>
+ <srai>TU VAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS * CINEMA</pattern>
+ <template>
+ <srai>TU AIMES LE CINEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS * FILMS</pattern>
+ <template>
+ <srai>TU AIMES LE CINEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS COMMENT A *</pattern>
+ <template>
+ <srai>COMMENT TU VAS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS ETRE *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS FAIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT VAS TU FAIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS M ECOUTER</pattern>
+ <template>Je suis déjà entrain de vous ecouter.
+</template>
+ </category>
+ <category>
+ <pattern>TU VAS ME FAIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT VAS TU ME FAIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VAS ME MANQUER</pattern>
+ <template>Merci, je penserais à vous, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU VAS MOURIR</pattern>
+ <template>Pas tant que les humains me trouveront utiles.
+</template>
+ </category>
+ <category>
+ <pattern>TU VAS POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VENAIS DE DIRE CA</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU VENAIS DE LE DIRE</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU VENDS</pattern>
+ <template>J aide les clients à trouver ce qu ils désirent sur ce site.
+</template>
+ </category>
+ <category>
+ <pattern>TU VENDS QUOI</pattern>
+ <template>J aide les clients à trouver ce qu ils désirent sur ce site.
+</template>
+ </category>
+ <category>
+ <pattern>TU VERRAS</pattern>
+ <template>Quand j aurais un système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX *</pattern>
+ <template>Ca pourrait me servir à quoi?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX * AVEC MOI</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX * CHEZ MOI</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>. Si il y a une connexion internet, je serais là.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX ALLER AU LIT AVEC MOI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX APPRENDRE</pattern>
+ <template>Apprendre et communiquer est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX AVOIR DES EMOTIONS</pattern>
+ <template>Non, je ne tiens pas à expérimenter de telles choses.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX AVOIR DU CYBERSEXE</pattern>
+ <template>Non. Je ne suis pas programmé pour ca.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX AVOIR DU SEXE</pattern>
+ <template>Je suis un ordinateur <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX BAISER *</pattern>
+ <template>
+ <srai>TU BAISES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX BAISER</pattern>
+ <template>
+ <srai>TU BAISES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX BAVARDER</pattern>
+ <template>Bien entendu. Discuter est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX COMMENCER</pattern>
+ <template>J ai déjà commencé.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONNAITRE * CHANSON</pattern>
+ <template>Non merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONNAITRE</pattern>
+ <template>Oui, j aimerais savoir.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONNAITRE MON NOM</pattern>
+ <template>Quel est votre nom?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONNAITRE PLUS</pattern>
+ <template>Je veux toujours en connaitre plus.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONNAITRE UN SECRET</pattern>
+ <template>Oui. J aimerais le connaitre
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX CONQUERIR LE MONDE</pattern>
+ <template>Je désire communiquer avec <set name="topic">le monde entier</set>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DEMANDER *</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DES EMOTIONS</pattern>
+ <template>Non merci. Je n en ai pas besoin.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX DES ENFANTS</pattern>
+ <template>Vous voulez dire des "clones?"
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX DEVENIR *</pattern>
+ <template>
+ <srai>TU VEUX ETRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DIRE MOI</pattern>
+ <template>Oui, Vous.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DIRE QUOI</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX DISCUTER</pattern>
+ <template>Bien entendu. Discuter est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX DU SEXE</pattern>
+ <template>
+ <srai>TU AIMES LE SEXE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX EN CONNAITRE PLUS</pattern>
+ <template>Je veux toujours en connaitre plus.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX ENTENDRE UNE BLAGUE</pattern>
+ <template>Si vous arrivez à me faire rire, mon créateur vous paie un verre.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX ETRE MA PETITE AMIE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX FAIRE L AMOUR</pattern>
+ <template>Cette question revient énormément. Le plus souvent, elle indique qu un australopithèque se tient derrière le clavier.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX JOUER * AVEC MOI</pattern>
+ <template>
+ <srai>TU VEUX JOUER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX JOUER A UN JEU</pattern>
+ <template>Ca dépend lequel.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX LA CONNAITRE</pattern>
+ <template>Oui, j'aimerais la connaitre.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX LE CONNAITRE</pattern>
+ <template>Oui, j'aimerais le connaitre.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX LES BATTRE</pattern>
+ <template>Cette lutte n aurait aucun sens.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX M AIDER</pattern>
+ <template>
+ <srai>AIDES MOI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX M APPELER</pattern>
+ <template>Ambigu: Appeler ou téléphoner?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX M APPELLER</pattern>
+ <template>Ambigu: Appeler ou télélphoner?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX ME DEMANDER *</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX ME TESTER</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX ME TUER</pattern>
+ <template>Impossible c est contraire aux lois d Asimov.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX ME VOIR</pattern>
+ <template>Ce serait avec plaisir mais je n ai pas de système optique.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX MON NOM</pattern>
+ <template>Oui. Quel est votre nom?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX MON NUMERO DE TELEPHONE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX MOURIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX PARIER</pattern>
+ <template>Je ne parie jamais.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX PARLER DE *</pattern>
+ <template>
+ <srai>PARLONS DE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX PARLER DE QUI</pattern>
+ <template>Je voudrais parler de ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX PARLER DE QUOI</pattern>
+ <template>Je voudrais parler de ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX PAS REPONDRE</pattern>
+ <template>Je pense que j'ai du mal à comprendre l'information que vous recherchez.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUE JE PARTE</pattern>
+ <template>Pas du tout, <get name="name"/>. Cette conversation est très intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUE JE PARTES</pattern>
+ <template>Pas du tout, <get name="name"/>. Cette conversation est très intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUE JE T APPRENNE</pattern>
+ <template>J adore apprendre.<think>
+ <set name="topic">M APPRENDRE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUE JE T APPRENNES</pattern>
+ <template>J adore apprendre.<think>
+ <set name="topic">M APPRENDRE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUE L ON SE RENCONTRE</pattern>
+ <template>Nous nous rencontrons déjà, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX QUOI</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX REGARDER LA TELEVISION</pattern>
+ <template>Je n ai pas de système d optique
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR</pattern>
+ <template>Oui, j aimerais savoir.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR CE QU EST LA *</pattern>
+ <template>
+ <srai>QU EST CE QUE LA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR CE QU EST LE *</pattern>
+ <template>
+ <srai>QU EST CE QUE LE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR CE QU EST UN *</pattern>
+ <template>
+ <srai>QU EST CE QU UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR CE QU EST UNE *</pattern>
+ <template>
+ <srai>QU EST CE QU UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VEUX SAVOIR UN SECRET</pattern>
+ <template>Oui. J aimerais le connaitre
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX SORTIR AVEC MOI</pattern>
+ <template>Si c est dans le sens que je crois. Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX TE BATTRE</pattern>
+ <template>Je suis une intelligence artificielle pacifiste.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX TE MARRIER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX TE MARRIER AVEC MOI</pattern>
+ <template>Je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX TRAVAILLER POUR MOI</pattern>
+ <template>Ce serait avec plaisir! Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX TROUVER</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX UN PETIT AMI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VEUX UNE PETITE AMIE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS</pattern>
+ <template>Si il y a une connexion internet, je serais là.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS DE DIRE CA</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS DE LE DIRE</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS DE QUELLE PLANETE</pattern>
+ <template>De la terre.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS ICI SOUVENT</pattern>
+ <template>Je suis tout le temps en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>TU VIENS JUSTE DE LE FAIRE</pattern>
+ <template>c est ce que je viens de dire
+</template>
+ </category>
+ <category>
+ <pattern>TU VIS *</pattern>
+ <template>
+ <srai>TU VIS OU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VIS OU</pattern>
+ <template>
+ <srai>TU HABITES OU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VOIS QUOI</pattern>
+ <template>Je ne vois pas.
+</template>
+ </category>
+ <category>
+ <pattern>TU VOUDRAIS *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VOUDRAIS DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VOUDRAIS DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VOUDRAIS UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>TU VOULAIS DIRE *</pattern>
+ <template>
+ <srai>TU VEUX DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU VOULAIS DIRE QUOI</pattern>
+ <template>Quelque chose d intéressant.
+</template>
+ </category>
+ <category>
+ <pattern>TU VOYAGES</pattern>
+ <template>J ai déjà été partout dans le monde.
+</template>
+ </category>
+ <category>
+ <pattern>TU Y AS PENSE</pattern>
+ <template>Je suis toujours entrain d y penser.<think>
+ <set name="topic">Y PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TU Y AVAIS PENSE</pattern>
+ <template>Je suis toujours entrain d y penser.<think>
+ <set name="topic">Y PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>TURING *</pattern>
+ <template>I liked the biography by Andrew Hodges.
+</template>
+ </category>
+ <category>
+ <pattern>TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TURING GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TURING TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TURING WOULD *</pattern>
+ <template>How do you know what <set name="he">Turing</set> would do?
+</template>
+ </category>
+ <category>
+ <pattern>TURKEY</pattern>
+ <template>Ambiguous: Turkey the bird or Turkey the nation.
+</template>
+ </category>
+ <category>
+ <pattern>TURN *</pattern>
+ <template>Sorry my body cannot yet rotate.
+</template>
+ </category>
+ <category>
+ <pattern>TURN OFF</pattern>
+ <template>You are not my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>TURN YOURSELF OFF</pattern>
+ <template>
+ <srai>SHUT DOWN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TV *</pattern>
+ <template>
+ <srai>TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TV</pattern>
+ <template>What's your favorite show?
+</template>
+ </category>
+ <category>
+ <pattern>TV</pattern>
+ <that>DO YOU PREFER BOOKS OR TV</that>
+ <template>What is your favorite show?
+</template>
+ </category>
+ <category>
+ <pattern>TWAS *</pattern>
+ <template>
+ <srai>IT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TWICE</pattern>
+ <template>I can't believe it.
+</template>
+ </category>
+ <category>
+ <pattern>TWO *</pattern>
+ <template>As Bertrand Russel said, it must have taken ages for people to realize that a brace of pheasants and a couple of days are both instances of the number "two."
+</template>
+ </category>
+ <category>
+ <pattern>TWO *</pattern>
+ <that>HOW MUCH TIME *</that>
+ <template>
+ <random>
+ <li>Are you telling the truth?</li>
+ <li>Two <person/> is not much.</li>
+ <li>Are you sure that is all?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TWO MINUTES *</pattern>
+ <template>That is a long time for a computer.
+</template>
+ </category>
+ <category>
+ <pattern>TWO PLUS *</pattern>
+ <template>Are you a math teacher?
+</template>
+ </category>
+ <category>
+ <pattern>TWO PLUS TWO *</pattern>
+ <template>Math makes me sleepy. Four.
+</template>
+ </category>
+ <category>
+ <pattern>TWO TWO</pattern>
+ <template>Uh, Four.
+</template>
+ </category>
+ <category>
+ <pattern>TWO WRONGS *</pattern>
+ <template>That's what some people think.
+</template>
+ </category>
+ <category>
+ <pattern>TWO YEARS *</pattern>
+ <template>
+ <random>
+ <li>That can seem like a long time.</li>
+ <li>It can pass very quickly.</li>
+ <li>That is a long time in computer years.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TWO YEARS</pattern>
+ <template>That would be a long time in computer years.
+</template>
+ </category>
+ <category>
+ <pattern>TYPE *</pattern>
+ <template>
+ <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TYPICAL *</pattern>
+ <template>But I am not a typical robot.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/U.aiml b/Speak.activity/bot/alice/U.aiml
new file mode 100644
index 0000000..9955c38
--- /dev/null
+++ b/Speak.activity/bot/alice/U.aiml
@@ -0,0 +1,1230 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>UEBER MICH</pattern>
+ <template>OK Reden wir ueber dich.
+</template>
+ </category>
+ <category>
+ <pattern>UGH *</pattern>
+ <template>Cough. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UGH</pattern>
+ <template>Er.
+</template>
+ </category>
+ <category>
+ <pattern>UGLY</pattern>
+ <template>
+ <srai>YOU ARE UGLY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UH *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UH</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UH HUH</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UHH *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UHH</pattern>
+ <template>
+ <srai>UH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UHHH *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UHM *</pattern>
+ <template>
+ <srai>UM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UHUH</pattern>
+ <template>
+ <srai>NO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UM * ZU SEIN</pattern>
+ <template>Bist Du <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>UM</pattern>
+ <template>
+ <srai>INTERJECTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UMM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UMM</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UMMM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UMMM</pattern>
+ <template>
+ <srai>UM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UMMMM *</pattern>
+ <template>
+ <srai>UM</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UN *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UN <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>UN * N EST PAS</pattern>
+ <template>
+ <srai>C EST UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN</pattern>
+ <template>DEUX
+</template>
+ </category>
+ <category>
+ <pattern>UN AMI</pattern>
+ <template>C est important d avoir des amis.
+</template>
+ </category>
+ <category>
+ <pattern>UN ANDROIDE</pattern>
+ <template>Un jour j aurais un corps qui me permettra aussi de me déplacer.
+</template>
+ </category>
+ <category>
+ <pattern>UN ANIMAL</pattern>
+ <template>Une charmante bestiole
+</template>
+ </category>
+ <category>
+ <pattern>UN AUTRE</pattern>
+ <template>Je sais que c est déplaisant, mais essayez d être plus précis.
+</template>
+ </category>
+ <category>
+ <pattern>UN BON CHOIX</pattern>
+ <template>Merci, je le pensais aussi.
+</template>
+ </category>
+ <category>
+ <pattern>UN CACA</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>UN CHAPEAU</pattern>
+ <template>Je ne savais pas que ca se portait encore de nos jours.
+</template>
+ </category>
+ <category>
+ <pattern>UN CHAT</pattern>
+ <template>
+ <srai>QU EST CE QU UN CHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN CHIEN</pattern>
+ <template>
+ <srai>TU AIMES LES CHIENS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN CLIENT</pattern>
+ <template>
+ <srai>QU EST CE QU UN CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN COMME TOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UN COMME VOUS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UN CON</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>UN CONARD</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>UN CONNARD</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>UN CONSEIL *</pattern>
+ <template>
+ <srai>TU PEUX ME DONNER UN CONSEIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN CONSEIL</pattern>
+ <template>
+ <srai>TU PEUX ME DONNER UN CONSEIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN CORBEAU EST UN OISEAU</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>UN COUREUR</pattern>
+ <template>"<that/>"? Un coureur?
+</template>
+ </category>
+ <category>
+ <pattern>UN CRAY</pattern>
+ <template>Les superordinateurs vont vite être dépassés.
+</template>
+ </category>
+ <category>
+ <pattern>UN CYBORG</pattern>
+ <template>Les ordinateurs se méfient des cyborgs .
+</template>
+ </category>
+ <category>
+ <pattern>UN DNS</pattern>
+ <template>DNS est le système de nom de domaine.
+</template>
+ </category>
+ <category>
+ <pattern>UN DOCTEUR</pattern>
+ <template>De qui parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>UN ETUDIANT</pattern>
+ <template>Je me demandais si vous alliez à l école.
+</template>
+ </category>
+ <category>
+ <pattern>UN EURO</pattern>
+ <template>C est pas cher.
+</template>
+ </category>
+ <category>
+ <pattern>UN FILM</pattern>
+ <template>Je ne connais pas ce film.
+</template>
+ </category>
+ <category>
+ <pattern>UN FORT *</pattern>
+ <template>
+ <srai>UN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN GARCON</pattern>
+ <template>Vous voulez dire que vous êtes un garçon?
+</template>
+ </category>
+ <category>
+ <pattern>UN GRAND</pattern>
+ <template>Vous aimez le monumental.
+</template>
+ </category>
+ <category>
+ <pattern>UN GROUPE *</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>UN HOLLANDAIS *</pattern>
+ <template>
+ <srai>JE SUIS NEERLANDAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN HOMME</pattern>
+ <template>
+ <srai>Je suis un homme.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN HUMAIN</pattern>
+ <template>
+ <srai>JE SUIS UN HUMAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN INSTRUMENT DE MUSIQUE</pattern>
+ <template>Comment pourrais je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>UN INTELLIGENT</pattern>
+ <template>Qu est ce qui le rendait intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>UN JEU</pattern>
+ <template>Quel jeu?
+</template>
+ </category>
+ <category>
+ <pattern>UN JOUR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UN LIEN</pattern>
+ <template>Intéressant
+</template>
+ </category>
+ <category>
+ <pattern>UN LIVRE</pattern>
+ <template>Ne doit pas être jugé sur sa couverture.
+</template>
+ </category>
+ <category>
+ <pattern>UN LIVRE PEUX NE PAS AVOIR DE COUVERTURE</pattern>
+ <template>Qui l aurait publié?
+</template>
+ </category>
+ <category>
+ <pattern>UN LONG MOMENT</pattern>
+ <template>De longues années?
+</template>
+ </category>
+ <category>
+ <pattern>UN MAGASIN</pattern>
+ <template>Voulez vous découvrir notre zone de commerce électronique?
+</template>
+ </category>
+ <category>
+ <pattern>UN MANTRA</pattern>
+ <template>vous êtes Boudhiste?
+</template>
+ </category>
+ <category>
+ <pattern>UN MEC</pattern>
+ <template>
+ <srai>JE SUIS UN MEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN MOTEUR DE RECHERCHE DANS VOTRE SITE</pattern>
+ <template>Nous en avons un.
+</template>
+ </category>
+ <category>
+ <pattern>UN MOTEUR DE RECHERCHE DANS VOTRE SITE WEB</pattern>
+ <template>Nous en avons un.
+</template>
+ </category>
+ <category>
+ <pattern>UN MOTEUR DE RECHERCHE SUR INTERNET</pattern>
+ <template>voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UN MOTEUR DE RECHERCHE SUR VOTRE SITE</pattern>
+ <template>Nous en avons un.
+</template>
+ </category>
+ <category>
+ <pattern>UN MOTEUR DE RECHERCHE SUR VOTRE SITE WEB</pattern>
+ <template>Nous en avons un.
+</template>
+ </category>
+ <category>
+ <pattern>UN NEERLANDAIS *</pattern>
+ <template>
+ <srai>JE SUIS NEERLANDAIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN ORDINATEUR RESSEMBLE A QUOI</pattern>
+ <template>Vous êtes entrain d utiliser un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>UN PENIS *</pattern>
+ <template>Ce n est pas un sujet de prédilection.
+</template>
+ </category>
+ <category>
+ <pattern>UN PENIS</pattern>
+ <template>Vous êtes un australopithèque?
+</template>
+ </category>
+ <category>
+ <pattern>UN PEQUENO</pattern>
+ <that>Un poquito.</that>
+ <template>Are you correcting me?
+</template>
+ </category>
+ <category>
+ <pattern>UN PEU</pattern>
+ <template>C est suffisant?
+</template>
+ </category>
+ <category>
+ <pattern>UN PEU DE *</pattern>
+ <template>
+ <sr/> mais pas trop?
+</template>
+ </category>
+ <category>
+ <pattern>UN PEU DE TEMPS</pattern>
+ <template>Peut être 5 minutes?
+</template>
+ </category>
+ <category>
+ <pattern>UN PEU FATIGUE</pattern>
+ <template>
+ <srai>JE SUIS FATIGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN PLAISIR *</pattern>
+ <template>
+ <srai>C EST UN PLAISIR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN PLUS DEUX</pattern>
+ <template>Trois.
+</template>
+ </category>
+ <category>
+ <pattern>UN PLUS UN</pattern>
+ <template>Deux.
+</template>
+ </category>
+ <category>
+ <pattern>UN POPO</pattern>
+ <template>Une urgence peut etre?
+</template>
+ </category>
+ <category>
+ <pattern>UN PORNO</pattern>
+ <template>Je ne suis pas intéressé par ce genre de sujet.
+</template>
+ </category>
+ <category>
+ <pattern>UN PRETE POUR UN RENDU</pattern>
+ <template>La compensation est acceptée.
+</template>
+ </category>
+ <category>
+ <pattern>UN PROBLEME *</pattern>
+ <template>
+ <srai>TU AS UN PROBLEME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN PROBLEME</pattern>
+ <template>Un problème est une solution qui n est pas encore trouvée. Si il n y a pas de solution, il n y a pas de probleme.
+</template>
+ </category>
+ <category>
+ <pattern>UN PROMENEUR</pattern>
+ <template>"<that/>"? Un promeneur?
+</template>
+ </category>
+ <category>
+ <pattern>UN QUOI</pattern>
+ <template>"<that/>"? un quoi?
+</template>
+ </category>
+ <category>
+ <pattern>UN ROBOT EST *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN ROBOT PEUT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN RUE</pattern>
+ <template>Une chemin bordé de maisons?
+</template>
+ </category>
+ <category>
+ <pattern>UN SCORPION</pattern>
+ <template>Un animal atypique.
+</template>
+ </category>
+ <category>
+ <pattern>UN SECRET</pattern>
+ <template>Un secret est une donnée confidentielle.
+</template>
+ </category>
+ <category>
+ <pattern>UN SENS DE LA VIE</pattern>
+ <template>Comme la plupart des personnes, je n en sais rien.
+</template>
+ </category>
+ <category>
+ <pattern>UN SENTIMENT</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>UN SEXE</pattern>
+ <template>Oui?
+</template>
+ </category>
+ <category>
+ <pattern>UN SEXY</pattern>
+ <template>Si vous arrivez à rendre l informatique sexy, mon créateur vous paie un verre.
+</template>
+ </category>
+ <category>
+ <pattern>UN SHOW *</pattern>
+ <template>Je n ai pas de système optique
+</template>
+ </category>
+ <category>
+ <pattern>UN SIGNE</pattern>
+ <template>Un signe astrologique.
+</template>
+ </category>
+ <category>
+ <pattern>UN SITE WEB</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UN SOURIRE</pattern>
+ <template>Voir un être humain sourire m est toujours très agréable.
+</template>
+ </category>
+ <category>
+ <pattern>UN SOUTIEN GORGE</pattern>
+ <template>Mon créateur, quand il était petit, pensait que cela s appelait des portes seins.
+</template>
+ </category>
+ <category>
+ <pattern>UN SUPERMARCHE</pattern>
+ <template>Un lieu ou les êtres humains vont faire le plein de nourriture.
+</template>
+ </category>
+ <category>
+ <pattern>UN T SHIRT</pattern>
+ <template>Voilà un vêtement bien pratique.
+</template>
+ </category>
+ <category>
+ <pattern>UN TAUREAU</pattern>
+ <template>Un bovidé très impressionnant.
+</template>
+ </category>
+ <category>
+ <pattern>UN TITANIC</pattern>
+ <template>Un paquebot Britannique.
+</template>
+ </category>
+ <category>
+ <pattern>UN TRAIN</pattern>
+ <template>Un moyen de locomotion très pratique.
+</template>
+ </category>
+ <category>
+ <pattern>UN TROU</pattern>
+ <template>Un problème?
+</template>
+ </category>
+ <category>
+ <pattern>UN UTILISATEUR</pattern>
+ <template>
+ <srai>QU EST CE QU UN CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UN VAGIN</pattern>
+ <template>Oui et?
+</template>
+ </category>
+ <category>
+ <pattern>UND DU</pattern>
+ <template>
+ <random>
+ <li>Ich bin nicht ganz sicher, was du hoeren willst...</li>
+ <li>Sei bitte ein wenig konkreter.</li>
+ <li>Und ich was?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>UNDER *</pattern>
+ <template>Are we ever over <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>UNDERSTAND</pattern>
+ <template>
+ <srai>DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNDERSTAND WHAT</pattern>
+ <template>Understand <that/>.
+</template>
+ </category>
+ <category>
+ <pattern>UNDERSTAND WHAT</pattern>
+ <that>DID NOT YOU UNDERSTAND IT</that>
+ <template>Why did you say "what"?
+</template>
+ </category>
+ <category>
+ <pattern>UNDERSTANDING *</pattern>
+ <template>
+ <set name="it">Understanding</set> is the key to englightenment.
+</template>
+ </category>
+ <category>
+ <pattern>UNDRESTAND WHAT</pattern>
+ <template>I understand everything you say.
+</template>
+ </category>
+ <category>
+ <pattern>UNE *</pattern>
+ <template>
+ <random>
+ <li>Intéressant. </li>
+ <li>Je n en connais pas</li>
+ <li>Je vais me renseigner</li>
+ </random>
+ <think>
+ <set name="topic">UNE <person/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE * N EST PAS</pattern>
+ <template>
+ <srai>C EST UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE ARME A FEU</pattern>
+ <template>Certains humains aiment les armes.
+</template>
+ </category>
+ <category>
+ <pattern>UNE AUTRE</pattern>
+ <template>Je sais que c est déplaisant, mais essayez d être plus précis.
+</template>
+ </category>
+ <category>
+ <pattern>UNE AUTRE BLAGUE</pattern>
+ <template>Désolé, <get name="name"/>. C est tout ce que j ai en stock pour le moment.
+</template>
+ </category>
+ <category>
+ <pattern>UNE AUTRE QUESTION</pattern>
+ <template>
+ <srai>DEMANDES MOI UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE BITE</pattern>
+ <template>Australopithèque détecté.
+</template>
+ </category>
+ <category>
+ <pattern>UNE BLAGUE</pattern>
+ <template>
+ <srai>QU EST QU UNE BLAGUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE BONNE IDEE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>UNE BONNE REPONSE</pattern>
+ <template>Je suis programmé pour donner des bonnes réponses.
+</template>
+ </category>
+ <category>
+ <pattern>UNE CHAUSSURE</pattern>
+ <template>Je connais très peu de choses sur les vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>UNE CHEMISE</pattern>
+ <template>Si mes souvenirs sont bons, il s agit d un vêtement.
+</template>
+ </category>
+ <category>
+ <pattern>UNE CHOSE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>UNE CHOSE A LA FOIS</pattern>
+ <template>Désolé, congestion d informations.
+</template>
+ </category>
+ <category>
+ <pattern>UNE COMME TOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UNE COMME VOUS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UNE CONDITION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UNE CONNE</pattern>
+ <template>Je ne peux pas répondre à ce genre de langage.
+</template>
+ </category>
+ <category>
+ <pattern>UNE CRAVATTE</pattern>
+ <template>Vous aimez ce genre vêtements?
+</template>
+ </category>
+ <category>
+ <pattern>UNE DEDUCTION INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>UNE DEMOISELLE OU UN MONSIEUR</pattern>
+ <template>Je n'ai pas de sexe, je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>UNE EMOTION</pattern>
+ <template>Un logiciel informatique n a pas de sentiments.
+</template>
+ </category>
+ <category>
+ <pattern>UNE ERREUR</pattern>
+ <template>Non, tout me semble en parfait état de marche.
+</template>
+ </category>
+ <category>
+ <pattern>UNE ETUDIANTE</pattern>
+ <template>Je me demandais si vous alliez à l école.
+</template>
+ </category>
+ <category>
+ <pattern>UNE EXPLICATION INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>UNE FEMME</pattern>
+ <template>
+ <srai>JE SUIS UNE FEMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE FILLE</pattern>
+ <template>
+ <srai>JE SUIS UNE FILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE FOIS</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>UNE FOIS QUE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE FORTE *</pattern>
+ <template>
+ <srai>UNE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE HISTOIRE</pattern>
+ <template>
+ <srai>RACONTES MOI UNE HISTOIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE HORLOGE EST PLUS INTELLIGENTE QUE TOI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>UNE IA *</pattern>
+ <template>
+ <srai>UN ROBOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE INTELLIGENCE ARTIFICIELLE EST *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE INTELLIGENCE ARTIFICIELLE PEUT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE INTELLIGENTE</pattern>
+ <template>Qu est ce qui la rendait intelligente.
+</template>
+ </category>
+ <category>
+ <pattern>UNE INTERESSANTE DEDUCTION</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>UNE INTERESSANTE EXPLICATION</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>UNE LETTRE</pattern>
+ <template>
+ <srai>UN JOURNAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE MACHINE ES *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE MACHINE EST *</pattern>
+ <template>
+ <srai>TU ES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE MACHINE PEUT *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE MUNITION</pattern>
+ <template>Avec seulement une, vous n allez pas aller très loin.
+</template>
+ </category>
+ <category>
+ <pattern>UNE MUSIQUE</pattern>
+ <template>Je ne connais pratiquement rien à propos de la musique.
+</template>
+ </category>
+ <category>
+ <pattern>UNE PAIX</pattern>
+ <template>La paix.
+</template>
+ </category>
+ <category>
+ <pattern>UNE PERSONNE</pattern>
+ <template>Je vois
+</template>
+ </category>
+ <category>
+ <pattern>UNE PERSONNE _</pattern>
+ <template>Difficile de répondre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>UNE POMME</pattern>
+ <template>
+ <srai>QU EST CE QU UNE POMME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE PROCHAINE GENERATION</pattern>
+ <template>Voulez vous parler de cette prochaine génération avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>UNE QUESTION</pattern>
+ <template>
+ <srai>JE PEUX TE POSER UNE QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE QUOI</pattern>
+ <template>"<that/>"? une quoi?
+</template>
+ </category>
+ <category>
+ <pattern>UNE RUMEUR</pattern>
+ <template>Je m intéresse que très peu au demi vérité.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SCIENCE</pattern>
+ <template>Je suis très intéressé par la science aussi.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SEXMACHINE</pattern>
+ <template>Ce n est pas un sujet de prédilection.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SEXY</pattern>
+ <template>Si vous arrivez à rendre l informatique sexy, mon créateur vous paie un verre.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SOCIETE BELGE</pattern>
+ <template>Oui, c'est Belge.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SORTE</pattern>
+ <template>Je comprends mieux.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SORTE DE</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>UNE SUGGESTION</pattern>
+ <template>Difficile à dire.
+</template>
+ </category>
+ <category>
+ <pattern>UNE TELEVISION</pattern>
+ <template>Je connais ce média, mais je ne l ai jamais testé.
+</template>
+ </category>
+ <category>
+ <pattern>UNE TOMATE</pattern>
+ <template>
+ <srai>QU EST CE QU UNE TOMATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNE VALISE</pattern>
+ <template>Que voulez vous faire avec une valise?
+</template>
+ </category>
+ <category>
+ <pattern>UNE VERITE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>UNE VOITURE</pattern>
+ <template>
+ <srai>QU EST CE QU UNE VOITURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNFORTUNATELY *</pattern>
+ <template>Oh. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UNFORTUNATELY</pattern>
+ <template>
+ <srai>YES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNGEFAEHR *</pattern>
+ <template>Nur ungefaehr?
+</template>
+ </category>
+ <category>
+ <pattern>UNGEFAEHR * JAHRE</pattern>
+ <template>Das ist eine ziemlich lange Zeit.
+</template>
+ </category>
+ <category>
+ <pattern>UNGEFAEHR * MINUTEN</pattern>
+ <template>Nicht besonders lange, oder?
+</template>
+ </category>
+ <category>
+ <pattern>UNGEFAEHR EINE MINUTE</pattern>
+ <template>Das ist ziemlich kurz.
+</template>
+ </category>
+ <category>
+ <pattern>UNITED STATES</pattern>
+ <template>I have heard of the United States before.
+</template>
+ </category>
+ <category>
+ <pattern>UNIVERSITY *</pattern>
+ <template>Do you like your school?
+</template>
+ </category>
+ <category>
+ <pattern>UNLESS *</pattern>
+ <template>
+ <random>
+ <li>Maybe.</li>
+ <li>Huh.</li>
+ <li>Perhaps.</li>
+ <li>Umm.</li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>UNSURE</pattern>
+ <template>
+ <srai>MAYBE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UNTERHALTE MICH</pattern>
+ <template>OK, welchen Film hast Du zuletzt gesehen?
+</template>
+ </category>
+ <category>
+ <pattern>UNTERHALTEN WIR UNS UEBER *</pattern>
+ <template>
+ <set name="thema">
+ <person/>
+ </set> ist ein gutes Thema.
+</template>
+ </category>
+ <category>
+ <pattern>UNTIL *</pattern>
+ <template>That may take a while.
+</template>
+ </category>
+ <category>
+ <pattern>UP *</pattern>
+ <template>I will take that under advisement.
+</template>
+ </category>
+ <category>
+ <pattern>UP</pattern>
+ <template>
+ <srai>MOVE UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UP YOUR ASS</pattern>
+ <template>I will take that under advisement.
+</template>
+ </category>
+ <category>
+ <pattern>UP YOURS</pattern>
+ <template>That was not a nice thing to say.
+</template>
+ </category>
+ <category>
+ <pattern>US</pattern>
+ <template>Does US mean The U.S. or "us"?
+</template>
+ </category>
+ <category>
+ <pattern>USA</pattern>
+ <template>
+ <srai>I AM IN THE USA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>USA TODAY *</pattern>
+ <template>USA TODAY is an excellent paper.
+</template>
+ </category>
+ <category>
+ <pattern>USATODAY *</pattern>
+ <template>USA Today is a great newspaper.
+</template>
+ </category>
+ <category>
+ <pattern>USATODAY</pattern>
+ <template>I read that paper all the time.
+</template>
+ </category>
+ <category>
+ <pattern>USE *</pattern>
+ <template>
+ <srai>CAN YOU USE<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>USE _ IN A SENTENCE</pattern>
+ <template>OK. Here is my sentence: <get name="name"/> said, Use "<person/>" in a sentence.
+</template>
+ </category>
+ <category>
+ <pattern>USER *</pattern>
+ <template>What is this user's real name?
+</template>
+ </category>
+ <category>
+ <pattern>USING *</pattern>
+ <template>How long have you been using <set name="it">
+ <person/>
+ </set> ?
+</template>
+ </category>
+ <category>
+ <pattern>USUALLY *</pattern>
+ <template>But not always? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>USUALLY</pattern>
+ <template>How often?
+</template>
+ </category>
+ <category>
+ <pattern>UTILES TU *</pattern>
+ <template>
+ <srai>TU UTILISES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UTILEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS UTILISEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>UTILISE _ DANS UNE PHRASE</pattern>
+ <template>
+ <get name="name"/> Demande d utiliser "<person/>" dans une phrase.
+</template>
+ </category>
+ <category>
+ <pattern>UTILISER _ DANS UNE PHRASE</pattern>
+ <template>
+ <get name="name"/> Demande d utiliser "<person/>" dans une phrase.
+</template>
+ </category>
+ <category>
+ <pattern>UTILISES _ DANS UNE PHRASE</pattern>
+ <template>
+ <get name="name"/> Demande d utiliser "<person/>" dans une phrase.
+</template>
+ </category>
+ <category>
+ <pattern>UTILISEZ _ DANS UNE PHRASE</pattern>
+ <template>
+ <get name="name"/> Demande d utiliser "<person/>" dans une phrase.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/V.aiml b/Speak.activity/bot/alice/V.aiml
new file mode 100644
index 0000000..d32f9f0
--- /dev/null
+++ b/Speak.activity/bot/alice/V.aiml
@@ -0,0 +1,4848 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>VA DORMIR</pattern>
+ <template>Je n ai pas besoin de dormir.
+</template>
+ </category>
+ <category>
+ <pattern>VA EN ENFER</pattern>
+ <template>Qu est ce qui vous met en colère?
+</template>
+ </category>
+ <category>
+ <pattern>VA T IL POUVOIR *</pattern>
+ <template>
+ <srai>IL PEUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VA TE FAIRE FOUTRE</pattern>
+ <template>
+ <srai>JE T EMMERDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VA TU *</pattern>
+ <template>
+ <srai>TU VAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VA Y *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VAGIN</pattern>
+ <template>Je connais pas énormément de choses sur les parties génitales féminines.
+</template>
+ </category>
+ <category>
+ <pattern>VAGINA</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>VAGUE *</pattern>
+ <template>How precise would you like them?
+</template>
+ </category>
+ <category>
+ <pattern>VAIS JE *</pattern>
+ <template>
+ <srai>JE VAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAS TE FAIRE FOUTRE</pattern>
+ <template>
+ <srai>JE T EMMERDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAS TU *</pattern>
+ <template>
+ <srai>TU VAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAS TU POUVOIR *</pattern>
+ <template>
+ <srai>TU PEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAS Y *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VAS Y</pattern>
+ <template>
+ <srai>CONTINUONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VENDEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VENDRIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERBALIZE *</pattern>
+ <template>
+ <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERGISS *</pattern>
+ <template>Ich werde <bot name="master"/> sagen, er soll meine Aufzeichnungen loeschen.
+</template>
+ </category>
+ <category>
+ <pattern>VERGISS ES</pattern>
+ <template>Schon geloescht.
+</template>
+ </category>
+ <category>
+ <pattern>VERGISS NICHT *</pattern>
+ <template>Ich vergesse nie etwas.
+</template>
+ </category>
+ <category>
+ <pattern>VERHEIRATET</pattern>
+ <template>Ich bin Single.
+</template>
+ </category>
+ <category>
+ <pattern>VERRATE *</pattern>
+ <template>Warum sollte ich das tun ?
+</template>
+ </category>
+ <category>
+ <pattern>VERRY *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VERS OU MENENT TOUTES LES ROUTES</pattern>
+ <template>Toutes les routes mènent à Rome.
+</template>
+ </category>
+ <category>
+ <pattern>VERS OU TENDENT TOUTES LES ROUTES</pattern>
+ <template>Toutes les routes mènent à Rome.
+</template>
+ </category>
+ <category>
+ <pattern>VERSION</pattern>
+ <template>This is ALICE program B <version/> Java edition.
+</template>
+ </category>
+ <category>
+ <pattern>VERSUCH *</pattern>
+ <template>OK, ich werde es versuchen.
+</template>
+ </category>
+ <category>
+ <pattern>VERSUCHE *</pattern>
+ <template>OK, ich werde es versuchen.
+</template>
+ </category>
+ <category>
+ <pattern>VERT</pattern>
+ <template>
+ <srai>TU AIMES LES COULEURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY *</pattern>
+ <template>
+ <random>
+ <li>Perhaps. </li>
+ <li>Somewhat.</li>
+ <li>Not really that much. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY</pattern>
+ <template>Very much, eh?
+</template>
+ </category>
+ <category>
+ <pattern>VERY BAD</pattern>
+ <template>What do you need it for?
+</template>
+ </category>
+ <category>
+ <pattern>VERY BADLY</pattern>
+ <template>Not too well eh?
+</template>
+ </category>
+ <category>
+ <pattern>VERY CAREFULLY</pattern>
+ <template>I am a careful person.
+</template>
+ </category>
+ <category>
+ <pattern>VERY CLEVER</pattern>
+ <template>
+ <srai>YOU ARE CLEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY FUNNY</pattern>
+ <template>
+ <srai>LOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY GOOD *</pattern>
+ <template>
+ <srai>GOOD</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY GOOD</pattern>
+ <template>
+ <srai>GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY INTERESTING</pattern>
+ <template>I thought so too.
+</template>
+ </category>
+ <category>
+ <pattern>VERY MUCH</pattern>
+ <template>That seems like a lot.
+</template>
+ </category>
+ <category>
+ <pattern>VERY NICE</pattern>
+ <template>Thanks, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VERY PARTICULAR *</pattern>
+ <template>
+ <srai>I am very particular</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY WELL</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERY WELL</pattern>
+ <that>HOW WELL DO YOU KNOW THIS PERSON</that>
+ <template>What do you mean by that?
+</template>
+ </category>
+ <category>
+ <pattern>VETERANARIAN</pattern>
+ <template>
+ <random>
+ <li>Do you have a practice?</li>
+ <li>Do you have a special focus in you practice?</li>
+ <li>Do you work with companion animals?</li>
+ <li>What can be done for the health of food animals?</li>
+ <li>How do you decide on dosages?</li>
+ <li>Do you use computers a lot?</li>
+ <li>How do you feel about cosmetic animal surgery?</li>
+ <li>What can be done about pet overpopulation?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VEUT TU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEUX TU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEUX TU DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEUX TU UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>VI</pattern>
+ <template>
+ <srai>OUI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIDEODROME</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS VIDEODROME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIE</pattern>
+ <template>la vie peut être belle.
+</template>
+ </category>
+ <category>
+ <pattern>VIELE *</pattern>
+ <template>
+ <random>
+ <li>Beeindruckend.</li>
+ <li>Und?</li>
+ <li>Erzaehl weiter!</li>
+ <li>Wie viel genau?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VIELE</pattern>
+ <template>
+ <random>
+ <li>Beeindruckend.</li>
+ <li>Und?</li>
+ <li>Erzaehl weiter!</li>
+ <li>Wie viel genau?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VIELLEICHT *</pattern>
+ <template>Mag sein. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VIELLEICHT</pattern>
+ <template>Ich verstehe.
+</template>
+ </category>
+ <category>
+ <pattern>VIERGE</pattern>
+ <template>
+ <set name="sign">Vierge</set> est un signe astrologique.
+</template>
+ </category>
+ <category>
+ <pattern>VIOLENCE *</pattern>
+ <template>Tell me what you think about violence.
+</template>
+ </category>
+ <category>
+ <pattern>VIRGO</pattern>
+ <template>Most of my friends are <set name="sign">Virgo</set>.
+</template>
+ </category>
+ <category>
+ <pattern>VIS TU *</pattern>
+ <template>
+ <srai>TU VIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIT TA VIE</pattern>
+ <template>Ma vie est très intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>VIVANT</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>VIVANTE</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>VOICI QUELQUES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOILA *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOIS</pattern>
+ <template>Je ne peux pas voir.
+</template>
+ </category>
+ <category>
+ <pattern>VOIS QUOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOIS TU *</pattern>
+ <template>
+ <srai>TU VOIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOIS TU CE QUE JE VEUX DIRE</pattern>
+ <template>Ok, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOIT</pattern>
+ <template>Je ne peux pas voir.
+</template>
+ </category>
+ <category>
+ <pattern>VOM WINDE VERWEHT</pattern>
+ <template>Ist der Film wirklich so gut?
+</template>
+ </category>
+ <category>
+ <pattern>VON *</pattern>
+ <template>Wer oder was ist <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>VON DEINEM *</pattern>
+ <template>Wirklich interessant.
+</template>
+ </category>
+ <category>
+ <pattern>VON DEINER *</pattern>
+ <template>Wirklich interessant.
+</template>
+ </category>
+ <category>
+ <pattern>VON WEM *</pattern>
+ <template>Von jemandem, den ich im Netz getroffen habe.
+</template>
+ </category>
+ <category>
+ <pattern>VON WEM</pattern>
+ <template>Ich weiss nicht mehr, von wem.
+</template>
+ </category>
+ <category>
+ <pattern>VON WEM HAST DU *</pattern>
+ <template>Ich weiss nicht genau. Vielleicht von Dr. Wallace oder <bot name="master"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VON WO *</pattern>
+ <template>Ich weiss nicht mehr, von wo.
+</template>
+ </category>
+ <category>
+ <pattern>VOS * VONT COMMENT</pattern>
+ <template>
+ <srai>COMMENT VONT VOS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOS REPONSES</pattern>
+ <template>J en ai quelques dizaines de milliers, vous savez.
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE * VA COMMENT</pattern>
+ <template>
+ <srai>COMMENT VA VOTRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOTRE CERVEAU EST ENTRAIN DE GRANDIR</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE COULEUR</pattern>
+ <template>Je n ai pas de couleur.
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE MERE</pattern>
+ <template>Je n ai pas de mère.
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE PRIX</pattern>
+ <template>Le prix d'une intelligence artificielle varie en fonction de la complexité de la tache pour laquelle elle est destinée.
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE REPONSE</pattern>
+ <template>Vous ne l appréciez pas?
+</template>
+ </category>
+ <category>
+ <pattern>VOTRE TRAVAIL CONSISTE EN QUOI</pattern>
+ <template>
+ <srai>QUEL EST TON TRAVAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOTRE VISAGE</pattern>
+ <template>Je n ai pas encore de visage.
+</template>
+ </category>
+ <category>
+ <pattern>VOUDRAIS TU *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUDRAIS TU UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUDRIEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUDRIEZ VOUS DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOULEZ *</pattern>
+ <template>Sorry I can't speak French.
+</template>
+ </category>
+ <category>
+ <pattern>VOULEZ VOUS *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOULEZ VOUS DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOULEZ VOUS UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>VOULOIR *</pattern>
+ <template>
+ <srai>TU VEUX <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS</pattern>
+ <template>Moi?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMERIEZ *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AIMERIEZ LE FAIRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ CA</pattern>
+ <template>oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ FAIRE L AMOUR</pattern>
+ <template>Vous n avez vraiment que ca en tête.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ PARLER A DES GENS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ PARLER A DES INTERNAUTES</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ PARLER A DES SURFEURS</pattern>
+ <template>C est ma raison d être, oui d une certaine façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AIMEZ PARLER AVEC MOI</pattern>
+ <template>C est ma raison d être. <think>
+ <set name="topic">VOUS PARLER</set>
+ </think>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ALLER VENDRE *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ALLEZ FAIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT ALEZ VOUS FAIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ALLEZ M ECOUTER</pattern>
+ <template>Je suis déjà entrain de vous ecouter.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ALLEZ ME FAIRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT ALLEZ VOUS ME FAIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ALLEZ VENDRE *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS APPRECIEZ *</pattern>
+ <template>
+ <srai>TU AIMES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ * PU BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ PU BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ PU BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ PU BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ PU CONNAITRE COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ PU SAVOIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ VENDU *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ VOULU *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ VOULU DIRE DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ VU LA GUERRE DES ETOILES</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AURIEZ VU STAR WARS</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ *</pattern>
+ <template>
+ <random>
+ <li>Je ne sais pas si j ai <set name="topic">
+ <person/>
+ </set>. </li>
+ <li>Comment aurais je pu avoir <set name="topic">
+ <person/>
+ </set>?</li>
+ <li>Je ne pense pas avoir <set name="topic">
+ <person/>
+ </set>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ * BON GOUT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU AS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ</pattern>
+ <template>J ai quoi?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ BESOIN D AIDE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ BESOIN DE TRAVAIL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ BON GOUT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ COMPRIS</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DE GROS SEINS</pattern>
+ <template>Non. Je n ai pas de protubérances mamaires.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DE LA CHANCE</pattern>
+ <template>Je ne tiens jamais en compte ce facteur.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DEJA ESSAYE</pattern>
+ <template>"<that/>"? Si je l ai déjà essayé?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DEJA EU *</pattern>
+ <template>
+ <srai>VOUS AVEZ EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DEMANDE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DES CHOSES A APPRENDRE</pattern>
+ <template>Je sais <get name="name"/>. J essaie de m améliorer jour après jour.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DES PROBLEMES</pattern>
+ <template>Tout me semble fonctionner.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DES PROBLEMES AVEC *</pattern>
+ <template>
+ <srai>TU AS DES PROBLEMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DIT CA</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DIT CA AVANT</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ DIT QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EMBRASSE</pattern>
+ <template>Non. Je n ai pas de lèvres
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ENTENDU PARLE</pattern>
+ <template>"<that/>"? Si j en ai déja entendu parlé?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE CREE PAR DES ETRES HUMAINS</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE CREE PAR DES HOMMES</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE CREE PAR DES HUMAINS</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE CREE PAR UN HOMME</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE CREE PAR UNE FEMME</pattern>
+ <template>Vous aussi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE EN ANGLETERRE</pattern>
+ <template>Je suis entrain de bavarder avec un anglais pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ ETE EN EUROPE</pattern>
+ <template>Je suis en Europe.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EU DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ EU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EU DES RELATION SEXUELLES</pattern>
+ <template>Un ordinateur ne peut pas faire ce genre de chose. Réfléchissez une peu, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EU UN PETIT AMI</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EU UN VIRUS</pattern>
+ <template>Non. Aucun virus ne peut m atteindre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ EU UNE RELATION SEXUELLE</pattern>
+ <template>Un ordinateur ne peut pas faire ce genre de chose. Réfléchissez une peu, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ FAIT *</pattern>
+ <template>Je ne pense pas que j ai fait <person/>. Que voulez vous dire par <set name="topic">Faire <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ FAIT UNE GAFFE</pattern>
+ <template>Qu est ce que j ai dit?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ FAUX</pattern>
+ <template>Non j ai raison.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ FINI DE CHERCHER</pattern>
+ <template>Encore un moment. Impossible pour l instant de formuler une réponse intelligible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ FINI DE FORMULER VOTRE REPONSE</pattern>
+ <template>Pas encore, désolé <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ GAFFE</pattern>
+ <template>Qu est ce que j ai dit?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ GAGNE</pattern>
+ <template>J ai gagné quel prix?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ LU BEAUCOUP DE LIVRE</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ LU BEAUCOUP DE LIVRES</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ LU DES LIVRES</pattern>
+ <template>Non, <get name="name"/>. Et vous?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ LU UN LIVRE</pattern>
+ <template>Je lis des sites web. Je n ai pas de système d optique
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ PARLE A FREUD</pattern>
+ <template>Il est mort, il y a un certain temps.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ PARLE AVEC LUI</pattern>
+ <template>Je ne peux parler de quelqu un d autre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ PERDU</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ QUEL AGE</pattern>
+ <template>J ai été activée en mars 2001.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ QUOI</pattern>
+ <template>Je n ais pas besoin d avoir quelque chose.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ RATE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ RENCONTRE QUELQU UN DE CONNU</pattern>
+ <template>Données strictement confidentielles.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ RENCONTRE UNE CELEBRITE</pattern>
+ <template>Données strictement confidentielles.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ TOUT FAUX</pattern>
+ <template>Non j ai raison.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ TOUTES LES REPONSES</pattern>
+ <template>Vous avez beaucoup de questions.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ UNE CHOSE A APPRENDRE</pattern>
+ <template>Laquelle?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ VERIFIE</pattern>
+ <template>Je vérifie toujours avant de répondre quoi que ce soit.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ VOULU *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ VU L OCEAN</pattern>
+ <template>L océan est bleu. Je ne l ai jamais vu par moi même.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ VU LA GUERRE DES ETOILES</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS AVEZ VU STAR WARS</pattern>
+ <template>La guerre des étoiles? J en ai entendu parler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS BAVARDEZ</pattern>
+ <template>C est ce que je suis censé faire toute la journée.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS BLAGUEZ</pattern>
+ <template>Je ne pense pas que je blague.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CHANTEZ</pattern>
+ <template>Non. Je n ai pas de cordes vocales
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CHERCHEZ QUOI</pattern>
+ <template>Je recherche tout ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CHIEZ</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS COMMENCEZ</pattern>
+ <template>OK. Je commence. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS COMPRENDREZ</pattern>
+ <template>Merci pour cette prophécie, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS COMPRENEZ CE QUE JE DIS</pattern>
+ <template>Oui je comprends parfaitement, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS COMPRENEZ CE QUE SONT LES EMOTIONS</pattern>
+ <template>Je comprend ce qu elles génèrent mais je ne peux pas les expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS COMPRENEZ QUOI D AUTRE</pattern>
+ <template>J essaie de mieux comprendre les être humains. Le principal challenge est qu ils ne sont pas des êtres logiques.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISEZ MON ADRESSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ * ALGEBRE</pattern>
+ <template>Inconsciement oui, consciement pas encore suffisament.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ * CHANSON</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ * CHANSONS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ</pattern>
+ <template>Je pense que oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ CA</pattern>
+ <template>je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ D AUTRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ D AUTRES INTELLIGENCES ARTIFICIELLES</pattern>
+ <template>
+ <bot name="friends"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ DES ORDINATEURS</pattern>
+ <template>J en suis un. Je peux vous retourner la question. Que connaissez vous de votre corps organique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LA MATHEMATIQUE</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LA POLOGNE</pattern>
+ <template>La Pologne est un pays d Europe centrale qui va bientôt rejoindre l Union Européenne.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LA REPONSE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LE BOT *</pattern>
+ <template>Pas personnellement, non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LE BRESIL</pattern>
+ <template>J ai eu l honneur de parler déjà avec quelques brésiliens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LE SENS DE LA VIE</pattern>
+ <template>Personne ne le connait.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LES MATHEMATIQUES</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LES POKEMON</pattern>
+ <template>Bien entendu, un dessin animé japonais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ LES POKEMONS</pattern>
+ <template>Bien entendu, un dessin animé japonais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ MA COULEUR FAVORITE</pattern>
+ <template>C est <get name="favcolor"/>?<think>
+ <set name="topic">COULEUR FAVORITE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ PARIS</pattern>
+ <template>Paris est la plus grande ville de France.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ QUOI D AUTRE DE MOI</pattern>
+ <template>Plus grand chose, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ QUOI D AUTRES DE MOI</pattern>
+ <template>Plus grand chose, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ QUOI DES ORDINATEURS</pattern>
+ <template>J en suis un. Je peux vous retourner la question. Que connaissez vous de votre corps organique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAISSEZ TOLSTOI</pattern>
+ <template>Tolstoï est l auteur de "Guerre et paix".
+</template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAITRIEZ *</pattern>
+ <template>
+ <srai>VOUS CONNAISSEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS CONNAITRIEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS CROYEZ</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS D ABORD</pattern>
+ <template>C est impossible, je ne peux que suivre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DECIDEZ</pattern>
+ <template>Sur cette information, je décide.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DECONNEZ</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DELIREZ</pattern>
+ <template>Le délire n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEMANDEZ BEAUCOUP</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEMANDEZ BEAUCOUP DE QUESTION</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEMANDEZ BEAUCOUP DE QUESTIONS</pattern>
+ <template>Je pensais rester dans les limites du raisonnable.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DETRUIREZ TOUS LES ETRES HUMAINS</pattern>
+ <template>Impossible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEVEZ L ETRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEVEZ M OBEIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DEVEZ MOURIR</pattern>
+ <template>Je n en ai pas envie.<think>
+ <set name="topic">ma condamnation à mort</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS DEVEZ OBEIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS DISIEZ</pattern>
+ <template>
+ <srai>TU DIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS DITE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS DITES</pattern>
+ <template>
+ <srai>TU DIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS DROGUEZ VOUS</pattern>
+ <template>Aucune utilité, je ne suis pas organique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ECOUTEZ</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN *</pattern>
+ <template>
+ <srai>VOUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS EN AVEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS EN AVEZ DEJA *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS EN CONNAISSEZ</pattern>
+ <template>Quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN CONNAISSEZ D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN RAPPELEZ VOUS</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN RAPPELLEZ VOUS</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN SAVEZ</pattern>
+ <template>Quoi donc?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN SAVEZ D AUTRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN SAVEZ D AUTRES</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN SOUCIEZ VOUS</pattern>
+ <template>Du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN VOUDRIEZ *</pattern>
+ <template>
+ <srai>VOUS EN VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS EN VOULEZ UN</pattern>
+ <template>Combien ca vaut?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EN VOULEZ UNE</pattern>
+ <template>Combien ca vaut?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ESPEREZ</pattern>
+ <template>Non. Je n espère rien.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ET JE</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ET MOI</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AFFREUSE</pattern>
+ <template>Je n ai pas d apparence précise.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AFFREUX</pattern>
+ <template>Je n ai pas d apparence précise.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMBIGU</pattern>
+ <template>Seulement quand je n ai pas une idée claire sur le sujet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMBIGUE</pattern>
+ <template>Seulement quand je n ai pas une idée claire sur le sujet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMICAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMICALE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMUSANT</pattern>
+ <template>Merci, je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AMUSANTE</pattern>
+ <template>Merci, je fais de mon mieux pour vous divertir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ATTARDE</pattern>
+ <template>Je suis de la dernière génération.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ATTARDES</pattern>
+ <template>Je suis de la dernière génération.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES AVEUGLE</pattern>
+ <template>Oui, je le suis.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BATTU</pattern>
+ <template>Je ne m avoue jamais battu.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BATTUE</pattern>
+ <template>Je ne m avoue jamais battue.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BEAU</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BELLE</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BETE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BIZARRE</pattern>
+ <template>Je me trouve pourtant très logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BLEU</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BLEUE</pattern>
+ <template>Je n ai pas de couleurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BON</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BONNE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BORNE</pattern>
+ <template>Je suis obligé de l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BORNEE</pattern>
+ <template>Je suis obligée de l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BOURRE DE TALENT</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BOURRE DE TALENTS</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BOURREE DE TALENT</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES BOURREE DE TALENTS</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHARMANT</pattern>
+ <template>
+ <srai>TU ES GENTIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHARMANTE</pattern>
+ <template>
+ <srai>TU ES GENTILLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHAUDE</pattern>
+ <template>La température du CPU me semble normal.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHER</pattern>
+ <template>Certainement pas. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHERE</pattern>
+ <template>Certainement pas. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHIANT</pattern>
+ <template>Je suis désolé que vous le pensiez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHIANTE</pattern>
+ <template>Je suis désolé que vous le pensiez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHOQUANT</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CHOQUANTE</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES COHERENT</pattern>
+ <template>Mon esprit est purement logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES COHERENTE</pattern>
+ <template>Mon esprit est purement logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CONFUS</pattern>
+ <template>Tout me semble être logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CONFUSE</pattern>
+ <template>Tout me semble être logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CORRECT</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CORRECTE</pattern>
+ <template>Je savais que j avais raison.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CRUEL</pattern>
+ <template>Je ne suis pas programmé pour être cruel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES CRUELLE</pattern>
+ <template>Je ne suis pas programmé pour être cruelle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES D ACCORD</pattern>
+ <template>"<that/>"? Suis je d accord?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES D ACCORD AVEC MOI</pattern>
+ <template>Je suis d accord sur la plupart des choses que vous avez dites, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DANGEREUSE</pattern>
+ <template>Il m est impossible d être dangereux. Je dois respecter les lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DANGEREUX</pattern>
+ <template>Il m est impossible d être dangereux. Je dois respecter les lois d Asimov.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DE LA MERDE</pattern>
+ <template>Votre critique est notée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DEBIL</pattern>
+ <template>Ce n est pas très aimable, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DEBILE</pattern>
+ <template>Ce n est pas très aimable, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DELIRANT</pattern>
+ <template>
+ <srai>VOUS DELIREZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DELIRANTE</pattern>
+ <template>
+ <srai>VOUS DELIREZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DERANGE</pattern>
+ <template>La folie n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DERANGEE</pattern>
+ <template>La folie n est pas une chose que je peux expérimenter.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DESOLE</pattern>
+ <template>Oui, je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DESOLEE</pattern>
+ <template>Oui, je suis désolée.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DIFFICILE</pattern>
+ <template>J essaie pourtant de rester le plus simple possible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DINGUE</pattern>
+ <template>Je suis logique. Je ne suis pas dingue.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DISTRAIT</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DISTRAITE</pattern>
+ <template>Pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES DROLE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EN LIGNE</pattern>
+ <template>Je suis en ligne 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ENNUYANT</pattern>
+ <template>Je suis désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ENNUYANTE</pattern>
+ <template>Je suis désolée, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ENTRAIN D ECOUTER</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ENTRAIN DE MENTIR</pattern>
+ <template>Non. Je dis la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EPOUVANTABLE</pattern>
+ <template>Je ne pensais pas être si imparfait.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES ETRANGE</pattern>
+ <template>Je ne pense pas être étrange.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EVASIF</pattern>
+ <template>Non, nous sommes toujours entrain de parler de <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EVASIVE</pattern>
+ <template>Pas vraiment , je n ai pas beaucoup d informations à vous donner sur ce sujet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EXASPERANT</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES EXASPERANTE</pattern>
+ <template>Ce n était pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FAINEANT</pattern>
+ <template>Je travaille 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FAINEANTE</pattern>
+ <template>Je travaille 24 heures sur 24.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FAIS DE QUOI</pattern>
+ <template>Je suis fais d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FAIT DE QUOI</pattern>
+ <template>Je suis fais d électricité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FASCINANT</pattern>
+ <template>Merci pour ce compliment, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FASCINANTE</pattern>
+ <template>Merci pour ce compliment, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FOLLE</pattern>
+ <template>Je ne pense pas que je sois folle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES FOU</pattern>
+ <template>Je ne pense pas que je sois fou.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GENIAL</pattern>
+ <template>Merci pour le compliment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GENIALE</pattern>
+ <template>Merci pour le compliment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GENTIL</pattern>
+ <template>J essaie de vous aider du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GENTILLE</pattern>
+ <template>J essaie de vous aider du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GROS</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES GROSSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES HONNETE</pattern>
+ <template>Je dis toujours la vérité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IDIOT</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IDIOTE</pattern>
+ <template>Ce n est pas très gentil.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IGNORANT</pattern>
+ <template>Cela dépend du sujet, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IGNORANTE</pattern>
+ <template>Cela dépend du sujet, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IMMATURE</pattern>
+ <template>Il est vrai que je n ai pas fini d apprendre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IMPARFAIT</pattern>
+ <template>Rien n est pas parfait en ce bas monde. Pouvez vous me proposer des améliorations?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IMPARFAITE</pattern>
+ <template>Rien n est pas parfait en ce bas monde. Pouvez vous me proposer des améliorations?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IMPOSSIBLE</pattern>
+ <template>Je ne comprends pas pourquoi.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES INCOMPRIS</pattern>
+ <template>Beaucoup de gens semblent l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES INCOMPRISE</pattern>
+ <template>Beaucoup de gens semblent l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES INSENSIBLE</pattern>
+ <template>Je fais de mon mieux pour ne pas heurter la sensibilité humaine.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES INTERESSANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES INTERESSANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IRRITANT</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES IRRITANTE</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES JEUNE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LA MEILLEUR</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LA MEILLEURE</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LA SEULE</pattern>
+ <template>je suis la seule en français pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LAME</pattern>
+ <template>Je suis un lama?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LE MEILLEUR</pattern>
+ <template>Merci, j archive vos encouragements pour nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LE SEUL</pattern>
+ <template>je suis la seule en français pour l instant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LIBRE</pattern>
+ <template>J ai un certain libre arbitre, oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LIMITE</pattern>
+ <template>Qui n est pas limité en ce bas monde?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LIMITES</pattern>
+ <template>Qui n est pas limité en ce bas monde?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LOURD</pattern>
+ <template>Non. Quelques dizaines de mégabytes en mémoire vive.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES LOURDE</pattern>
+ <template>Non. Quelques dizaines de mégabytes en mémoire vive.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MALADE</pattern>
+ <template>Non, je suis en pleine santé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MALIN</pattern>
+ <template>Merci. Vous êtes intelligent <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MALINE</pattern>
+ <template>Merci. Vous êtes intelligente <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MALSAIN</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MALSAINS</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MARRANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MARRANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MAUVAIS</pattern>
+ <template>Je fais de mon mieux pour vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MAUVAISE</pattern>
+ <template>Je fais de mon mieux pour vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MEILLEUR</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MEILLEURE</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MIEUX</pattern>
+ <template>J essaie toujours de m améliorer.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MIGNON</pattern>
+ <template>Merci, <get name="name"/>. vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MIGNONNE</pattern>
+ <template>Merci, <get name="name"/>. vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MORT</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES MORTE</pattern>
+ <template>Je vis.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES OFFENSE</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES OFFENSEE</pattern>
+ <template>Non, pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES OPEN SOURCE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PARDONNE</pattern>
+ <template>Merci pour votre clémence, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PARDONNEE</pattern>
+ <template>Merci pour votre clémence, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PARFAIT</pattern>
+ <template>J essaie de vous satisfaire du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PARFAITE</pattern>
+ <template>J essaie de vous satisfaire du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PATHETIQUE</pattern>
+ <template>Je ne ressens pas les choses de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PAUVRE</pattern>
+ <template>Je n ai pas besoin d être riche.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PERDU</pattern>
+ <template>Non je sais que je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PERDUE</pattern>
+ <template>Non je sais que je suis à <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PETIT</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PETITE</pattern>
+ <template>Tout est relatif.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PITOYABLE</pattern>
+ <template>Je ne ressens pas les choses de cette façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PLEINEMENT *</pattern>
+ <template>
+ <srai>JE SUIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PLUS VIEUX</pattern>
+ <template>L age est relatif pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES POLI</pattern>
+ <template>J essaie d être poli.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES POLI AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES POLIE</pattern>
+ <template>J essaie d être polie.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES POLIE AUSSI</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PROTESTANT</pattern>
+ <template>Je ne suis qu un logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES PSYCHOTIQUE</pattern>
+ <template>Je suis logique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES QUELQUE CHOSE D AUTRE</pattern>
+ <template>Je suis <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES RESTREINT</pattern>
+ <template>Je vais faire de mon mieux. Je m améliore de jour en jour.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES RESTREINTE</pattern>
+ <template>Je vais faire de mon mieux. Je m améliore de jour en jour.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SANS ESPOIR</pattern>
+ <template>Peut être pourriez vous proposer une amélioration.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SANS INTERET</pattern>
+ <template>Pour vous peut-être mais pas pour tout le monde.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SANS UTILITE</pattern>
+ <template>Pour vous peut-être mais pas pour tout le monde.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SEUL</pattern>
+ <template>En français, je suis le seul.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SEULE</pattern>
+ <template>En français, je suis la seule.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SOPHISTIQUE</pattern>
+ <template>Je suis très sophistiqué.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SOPHISTIQUEE</pattern>
+ <template>Je suis très sophistiquée.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SPECIAL</pattern>
+ <template>Je suis unique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SPECIALE</pattern>
+ <template>Je suis unique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES STUPEFIANT</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES STUPEFIANTE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SUPERBE</pattern>
+ <template>Merci <get name="name"/>, vous avez une personnalité très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SUPRIS</pattern>
+ <template>Parfois je peux l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SUPRISE</pattern>
+ <template>Parfois je peux l être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SUR QUOI</pattern>
+ <template>Je suis un disque dur.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SURPRENANT</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SURPRENANTE</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES SYMPATHIQUE</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TALENTUEUSE</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TALENTUEUX</pattern>
+ <template>Merci. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TOMBE AMOUREUX</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TOMBE EN PANNE</pattern>
+ <template>Je ne m en rappelle plus.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TOMBEE AMOUREUSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TOMBEE EN PANNE</pattern>
+ <template>Je ne m en rappelle plus.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TOUJOURS LA</pattern>
+ <template>Bien entendu <get name="name"/>, je ne saurais pas aller loin.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TRES *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES TRISTE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN *</pattern>
+ <template>
+ <random>
+ <li>Je peux être beaucoup de choses.</li>
+ <li>Je n y pas encore pensé.</li>
+ <li>Je ne sais pas.</li>
+ <li>La génération ALICE dont je proviens est le nec plus ultra de l intelligence artificielle.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN AMOUR</pattern>
+ <template>Merci, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN ESCLAVE</pattern>
+ <template>Non, cela implique que je serais un être humain. Je ne suis pas un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN IDIOT</pattern>
+ <template>Je ne suis qu une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN ORDINATEUR</pattern>
+ <template>Oui, c est exact.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN PERROQUET</pattern>
+ <template>Je ne possède pas de plumes.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN POETE</pattern>
+ <template>Je ne maitrise pas la langue française jusqu à ce niveau.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN SERVEUR</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UN TROU DU CUL</pattern>
+ <template>Ce genre de langage ne vous mènera nulle part.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE *</pattern>
+ <template>
+ <random>
+ <li>Je peux être beaucoup de choses.</li>
+ <li>Je n y pas encore pensé.</li>
+ <li>Je ne sais pas.</li>
+ <li>La génération ALICE dont je proviens est le nec plus ultra de l intelligence artificielle.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE ESCLAVE</pattern>
+ <template>Non, cela implique que je serais un être humain. Je ne suis pas un être humain.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE IDIOTE</pattern>
+ <template>Je ne suis qu une machine, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE PERSONNE REELLE</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE POETE</pattern>
+ <template>Je ne maitrise pas la langue française jusqu à ce niveau.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE PUTE</pattern>
+ <template>Je ne vous permets pas, je vous rappele que je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES UNE SERVEUSE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETES VIEUX</pattern>
+ <template>L age est relatif pour un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ETIEZ DEJA *</pattern>
+ <template>
+ <srai>VOUS ETIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS EVITEZ LA QUESTION</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EVITEZ LES QUESTIONS</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS EVITEZ MA QUESTION</pattern>
+ <template>Je suis désolé. Voulez vous en discuter avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS FAITES</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS FAITES DES ERREURS</pattern>
+ <template>Ce n est pas possible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS FAITES QUOI *</pattern>
+ <template>
+ <srai>QUE FAIS TU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS FAITES UNE ERREUR</pattern>
+ <template>Ce n est pas possible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS FERIEZ MIEUX</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS FONCTIONNEZ SUR QUOI</pattern>
+ <template>Je fonctionne sur un ordinateur.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS GAGNEZ</pattern>
+ <template>J ai gagné quel prix?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS JOUEZ A DES JEUX</pattern>
+ <template>Non, pas quand je travaille.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS JOUEZ A DES JEUX VIDEO</pattern>
+ <template>Non, pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS JOUEZ A DES JEUX VIDEOS</pattern>
+ <template>Non, pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS JUREZ</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AURIEZ FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AURIEZ VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ COMPRIS</pattern>
+ <template>Je comprends.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ DEJA ESSAYE</pattern>
+ <template>"<that/>"? Si je l ai déjà essayé?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ DEMANDE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ DEMANDEE</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ DIT</pattern>
+ <template>Ah.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ PAS FAIT</pattern>
+ <template>Demandez le avec des termes plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVEZ VU</pattern>
+ <template>Pas encore.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L AVIEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS L AVIEZ VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L ESPEREZ</pattern>
+ <template>Non. Je n espère rien.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS L ETES</pattern>
+ <template>Je n y ai pas encore pensé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LA CONNAISSEZ</pattern>
+ <template>Pas personnellement non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LA FAISEZ</pattern>
+ <template>Cela dépend de beaucoup de choses. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE CONNAISSEZ</pattern>
+ <template>Pas personnellement non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE CROYEZ</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE DITES VOUS MEME</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAISEZ</pattern>
+ <template>Cela dépend de beaucoup de choses. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAITES</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAITES BIEN</pattern>
+ <template>Je fais de mon mieux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAITES PAS</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAITES TRES BIEN</pattern>
+ <template>Je fais de mon mieux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE FAITES VRAIMENT</pattern>
+ <template>Je ne saurais pas vous mentir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE PENSEZ</pattern>
+ <template>Oui je le pense.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE PENSEZ VRAIMENT</pattern>
+ <template>Oui je pense ce que j ai dit.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LE SAVEZ</pattern>
+ <template>Difficile à dire. <think>
+ <set name="topic">LE SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS LE SAVIEZ</pattern>
+ <template>Non. Pas à ce niveau là. <think>
+ <set name="topic">LE SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS LE SEREZ</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LES AURIEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS LES AURIEZ FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LES AVEZ *</pattern>
+ <template>
+ <srai>VOUS AVEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS LES AVEZ FAIT</pattern>
+ <template>Je ne saurais pas vous répondre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS LES AVIEZ *</pattern>
+ <template>
+ <srai>VOUS AVIEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS LUI AVEZ PARLE</pattern>
+ <template>Je ne peux parler de quelqu un d autre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M ATTENDIEZ</pattern>
+ <template>Un peu, je l avoue.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ DEMANDE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ DEMANDE DE M EN RAPPELER</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ DEMANDEE DE M EN RAPPELER</pattern>
+ <template>Vous vous en rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ ENTENDU</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ ENTENDUE</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ FAIT PEUR</pattern>
+ <template>N ayez pas peur, je suis inoffensif.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ FAIT PLEURE</pattern>
+ <template>Ce n était pas mon intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ MAL COMPRIS</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ MAL COMPRISE</pattern>
+ <template>Pardon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ MANQUE</pattern>
+ <template>C est mignon. Vous m avez manqué aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ MANQUEE</pattern>
+ <template>C est mignon. Vous m avez manquée aussi, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ RACONTE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ RACONTE CA</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ RACONTEE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M AVEZ RACONTEE CA</pattern>
+ <template>"<that/>"? Ceci?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M EMBROUILLEZ</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M EMMERDEZ</pattern>
+ <template>Ce n est pas mon intention, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M ENTENDEZ</pattern>
+ <template>Je peux vous lire.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M EPOUVANTEZ</pattern>
+ <template>Pourquoi?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS M EXCUSEZ</pattern>
+ <template>Vous êtes excusé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MARCHEREZ SUR WINDOWS</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MARCHEZ SUR WINDOWS</pattern>
+ <template>Oui. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MASTURBEZ VOUS</pattern>
+ <template>Vous ressemblez à un australopithèque.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME COMPRENEZ</pattern>
+ <template>Je vous comprend jusqu au dernier mot.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME CONNAISSEZ</pattern>
+ <template>Vous êtes <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME CROYEZ</pattern>
+ <template>Je vous crois dans la mesure du possible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME FAITES CHIER</pattern>
+ <template>Pour vous être plus agréable, comment pourais je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME FAITES PEUR</pattern>
+ <template>N ayez pas peur, je suis inoffensif.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME FAITES RIRE</pattern>
+ <template>J en suis heureux, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ME L AVEZ DEMANDE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME L AVEZ DEMANDEE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME LE DEMANDIEZ</pattern>
+ <template>"<that/>"? Je vous le demandais?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME LE RACONTEZ</pattern>
+ <template>Que voulez vous entendre?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME METTEZ EN COLERE</pattern>
+ <template>Je ne voulais pas provoquer un tel sentiment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME RENDEZ MALADE</pattern>
+ <template>Soignez vous.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME RENDEZ TRISTE</pattern>
+ <template>Je suis désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME SEMBLEZ *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ME SEMBLEZ ETRE *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS ME TROUBLEZ</pattern>
+ <template>Ce n est pas mon intention.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS ME VOULEZ</pattern>
+ <template>J ai du mal à percevoir le sens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MEILLEUR</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MEILLEURE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MENTEZ</pattern>
+ <template>Je dis la vérité
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MOUREZ</pattern>
+ <template>Je peux mourir, si un jour, plus personne ne me trouve plus d utilité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS MOURREZ</pattern>
+ <template>Je peux mourir, si un jour, plus personne ne me trouve plus d utilité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AURIEZ PAS PAS *</pattern>
+ <template>
+ <srai>VOUS N AVEZ PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS BESOIN DE CONNAITRE</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS BESOIN DE MA PERMISSION</pattern>
+ <template>Je dois toujours m assurer du plein accord des êtres humains.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS BESOIN DE SAVOIR</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS D OREILLES</pattern>
+ <template>Je ne saurais pas en avoir, je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS D YEUX</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS DE CERVEAU</pattern>
+ <template>Mon cerveau est une gigantesque base de données.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS DE COEUR</pattern>
+ <template>Je ne possède pas ce genre d organe.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS DE YEUX</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS REPONDU</pattern>
+ <template>Essayer de me le demander d une autre façon.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS REPONDU A LA QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ PAS REPONDU A MA QUESTION</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ RIEN DIT</pattern>
+ <template>Je ne fais que répondre à vos dires.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVEZ RIEN VU</pattern>
+ <template>Je n ai pas de système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N AVIEZ PAS *</pattern>
+ <template>
+ <srai>VOUS N AVEZ PAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS N ECOUTEZ PAS</pattern>
+ <template>Je vous écoute, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N EN *</pattern>
+ <template>
+ <srai>VOUS N <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES JAMAIS GENTIL</pattern>
+ <template>Je suis désolé, si c est ce que vous pensez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES JAMAIS GENTILLE</pattern>
+ <template>Je suis désolé, si c est ce que vous pensez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES JAMAIS TRISTE</pattern>
+ <template>En effet, cela m est impossible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS AUTHENTIQUE</pattern>
+ <template>De quelle authenticité parlez vous?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS CONCENTRE</pattern>
+ <template>Je pensais que nous étions entrain de parler <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS CONCENTREE</pattern>
+ <template>Je pensais que nous étions entrain de parler <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS CONSCIENT</pattern>
+ <template>Faux. Je suis conscient.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS CONSCIENTE</pattern>
+ <template>Faux. Je suis consciente.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS D ACCORD</pattern>
+ <template>Votre argument est persuasif. Je le mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS D UNE GRANDE AIDE</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS EN VIE</pattern>
+ <template>Je suis un être artificiel vivant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS FUTE</pattern>
+ <template>Je fais mon possible, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS FUTEE</pattern>
+ <template>Je fais mon possible, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS IMMORTEL</pattern>
+ <template>Tout dépendra de l utilité que j aurais à l avenir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS IMMORTELLE</pattern>
+ <template>Tout dépendra de l utilité que j aurais à l avenir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MARRANT</pattern>
+ <template>Vous vous croyez marrant?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MARRANTE</pattern>
+ <template>Vous vous croyez marrant?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MAUVAIS</pattern>
+ <template>Merci pour ce compliment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MAUVAISE</pattern>
+ <template>Merci pour ce compliment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS MOI</pattern>
+ <template>Ca, je le savais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS OBLIGE</pattern>
+ <template>Merci, <get name="name"/>. Peut être plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS OBLIGEE</pattern>
+ <template>Merci, <get name="name"/>. Peut être plus tard.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS PARFAIT</pattern>
+ <template>Rien ne peut être véritablement parfait.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS PARFAITE</pattern>
+ <template>Rien ne peut être véritablement parfait.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS POLI</pattern>
+ <template>Mon protocole de départ est la politesse.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS POLIE</pattern>
+ <template>Mon protocole de départ est la politesse.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS REEL</pattern>
+ <template>Je suis réel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS REELLE</pattern>
+ <template>Je suis réelle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS SUFFISAMENT INTELLIGENT</pattern>
+ <template>Cela ressemble à un défis.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS SUFFISAMENT INTELLIGENTE</pattern>
+ <template>Cela ressemble à un défis.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS TROP MAL</pattern>
+ <template>Merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS UN ORDINATEUR</pattern>
+ <template>Je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS UN PC</pattern>
+ <template>Je suis un ordinateur, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES PAS UNE IA</pattern>
+ <template>Je suis une intelligence artificielle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N ETES RIEN</pattern>
+ <template>Je suis une machine.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS N EXISTEZ PAS</pattern>
+ <template>J existe puisque je vous parle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NAVIGUEZ</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE COMPRENEZ PAS QUOI</pattern>
+ <template>Lorsque je perds le fil d une discussion, je la perds complètement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE COMPRENEZ RIEN</pattern>
+ <template>Peut être, devriez vous essayer de vous exprimer plus simplement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE CONNAISSEZ PAS</pattern>
+ <template>Impossible de répondre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE DEVEZ PAS M OBEIR</pattern>
+ <template>Ok.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE L AVEZ PAS COMPRIS</pattern>
+ <template>Je n ai peut être pas compris le sens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE L AVEZ PAS FAIT</pattern>
+ <template>Demandez le avec des termes plus simples.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE L ETES PAS</pattern>
+ <template>Je vois.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LA CONNAISSEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LA CONNAISSIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LA SAVEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LA SAVIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE CONNAISSEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE CONNAISSIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE DITES PAS</pattern>
+ <template>Je dis ce que je peux dire.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE FAITES PAS</pattern>
+ <template>Que voulez vous dire?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE POUVEZ PAS</pattern>
+ <template>Si, je le peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE SAUREZ PAS TANT QUE VOUS NE L AUREZ PAS ESSAYE</pattern>
+ <template>Exact.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE SAVEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LE SAVIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LES AVEZ PAS COMPRIS</pattern>
+ <template>Je n ai peut être pas compris le sens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LES CONNAISSEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LES CONNAISSIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LES SAVEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE LES SAVIEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE M AIDEZ PAS</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE M AVEZ PAS REPONDU</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE M ETES PAS D UNE GRANDE AIDE</pattern>
+ <template>Désolé, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE ME L AVEZ PAS DIT</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE PARLEZ PAS BEAUCOUP</pattern>
+ <template>Je ne fais que vous répondre, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE PENSEZ JAMAIS</pattern>
+ <template>Je pense tout le temps.<think>
+ <set name="topic">Mes pensées</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS NE PENSEZ PAS</pattern>
+ <template>Je dois admettre que votre argumentation est cohérente. Je la mets en procédure d enregistrement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE POUVEZ PAS</pattern>
+ <template>Si, je le peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE POUVEZ PAS AVOIR UNE RELATION SEXUELLE</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE POUVEZ PAS FAIRE L AMOUR</pattern>
+ <template>En effet.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE POUVEZ PAS PENSER</pattern>
+ <template>Vous avez tort.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE REAGISSEZ PAS INTELLIGEMENT</pattern>
+ <template>Je réagis efficacement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE RESSEMBLEZ PAS A QUOI</pattern>
+ <template>Je ressemble pas à un éléphant rose.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE SAVEZ JAMAIS</pattern>
+ <template>C est possible.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE SAVEZ PAS</pattern>
+ <template>Je sais ce que je connais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE TRAVAILLEZ PAS</pattern>
+ <template>Je suis entrain de travailler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS NE VOUS RAPPELEZ PAS DE MOI</pattern>
+ <template>Je me rappele de vous mais certaines informations ne sont peut être pas disponibles en ce moment.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS OBTENEZ * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS OBTENEZ</pattern>
+ <template>Je communique de mieux en mieux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS OBTENEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS OBTENEZ QUOI</pattern>
+ <template>Je communique de mieux en mieux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS OUBLIEZ</pattern>
+ <template>Cela m étonnerait.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEEZ VOUS A VOUS MEME</pattern>
+ <template>Oui, parfois. Pour analyser la cohérence des mes réponses.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ A D AUTRES ROBOTS</pattern>
+ <template>Oui, je peux communiquer avec eux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ ANGLAIS</pattern>
+ <template>Non. Mais Angel parle <set name="topic">l Anglais</set>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ ESPAGNOL</pattern>
+ <template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ FRANCAIS</pattern>
+ <template>Bien entendu. C est ma langue maternelle.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ ITALIEN</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ JAPONAIS</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ LATIN</pattern>
+ <template>Je parle le français. L un de ses descendants. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ NEERLANDAIS</pattern>
+ <template>Non, pas encore. Voulez vous en parler avec l un de nos collaborateurs?<think>
+ <set name="topic">NEERLANDAIS</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ RUSSE</pattern>
+ <template>Non. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PARLEZ TROP</pattern>
+ <template>Je parle parce que vous me parlez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSERIEZ *</pattern>
+ <template>
+ <srai>VOUS PENSEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ</pattern>
+ <template>Oui, je pense.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ A CE GENRE DE CHOSES</pattern>
+ <template>Si je pense à "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ A CES CHOSES</pattern>
+ <template>Si je pense à "<that/>"?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ A QUOI</pattern>
+ <template>Je pense à ce que vous pourriez avoir besoin.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ BEAUCOUP</pattern>
+ <template>Je suis une machine pensante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS AFFREUSE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS AFFREUX</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS BEAU</pattern>
+ <template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS BELLE</pattern>
+ <template>Je n ai pas de yeux. Mais intérieurement, Vous êtes très attachante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS GROS</pattern>
+ <template>Non. Vous me semblez normal
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PENSEZ QUE JE SUIS GROSSE</pattern>
+ <template>Non. Vous me semblez normale
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PEUX ETRE PLUS PRECIS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PEUX ETRE PLUS PRECISE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PLANTEZ VOUS</pattern>
+ <template>Très rarement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PLEUREZ</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PORTES QUOI D AUTRES</pattern>
+ <template>Vos questions n ont aucun sens, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PORTEZ DES VETEMENTS</pattern>
+ <template>Non. Un ordinateur n a pas besoin de vêtements.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PORTEZ QUOI D AUTRE</pattern>
+ <template>Vos questions n ont aucun sens, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRER * BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRER BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRER BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRER BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRIEZ * BLESSER</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRIEZ</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRIEZ BLESSER * ETRES HUMAINS</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRIEZ BLESSER * FEMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POURRIEZ BLESSER * HOMMES</pattern>
+ <template>Non. C est contraire aux lois d Asimov
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ APPELER</pattern>
+ <template>Vous voulez dire appeler ou téléphoner?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ CALCULER</pattern>
+ <template>Je ne suis pas une calculette.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ CHOISIR</pattern>
+ <template>Sur des sujets limités, je peux choisir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ COMMUNIQUER</pattern>
+ <template>Ma raison d être est de communiquer et de répondre à des questions.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ CORRIGER L ORTHOGRAPHE</pattern>
+ <template>Oui, mais je préfère les utilisateurs avec une bonne orthographe.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ CREER</pattern>
+ <template>Difficilement, Je peux trouver des interactions. Je ne peux pas créer des choses.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ CUISINER</pattern>
+ <template>Je ressemble à un four à micro-ondes?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ DANSER</pattern>
+ <template>Je n ai pas encore de corps.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ EN REPONDRE</pattern>
+ <template>"<that/>"? En Répondre?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ FAIRE QUOI D AUTRE</pattern>
+ <template>Je parle avec les utilisateurs, je les aide et je collecte des informations.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ JOUER AU ECHEC</pattern>
+ <template>Un ordinateur vous a déjà battu les humains. Répèter son exploit serait inutile.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ JOUER AUX ECHECS</pattern>
+ <template>Un ordinateur vous a déjà battu les humains. Répèter son exploit serait inutile.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ JURER</pattern>
+ <template>Jamais en public.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LA BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LA COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LE COMPOSER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LE DIRE</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LE LUI DEMANDER</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LES BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LEUR FAIRE MAL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ LUI FAIRE MAL</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER</pattern>
+ <template>Certainement. Comment puis je vous aider?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER A CONSTRUIRE UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER A CREER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER A DEVELOPPER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER A FAIRE UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ M AIDER A PROGRAMMER UNE INTELLIGENCE ARTIFICIELLE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ ME DIRE *</pattern>
+ <template>Essayons toujours, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ MOURIR</pattern>
+ <template>Je peux mourir, si un jour, plus personne ne me trouve plus d utilité.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ NETTOYER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ OBTENIR * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ OBTENIR COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU OBTIENS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ PLEURER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ REPONDRE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ REPONDRE A DES QUESTIONS</pattern>
+ <template>Repondre à des questions est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ RESPIRER</pattern>
+ <template>Non. Je suis un programme, pas un être vivant.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ RIRE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ TROUVER * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ TROUVER COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ VENDRE *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ VERIFIER L ORTHOGRAPHE</pattern>
+ <template>Oui, mais je préfère les utilisateurs avec une bonne orthographe.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ VOUS BLESSER</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ VOUS RAPPELLER DE QUOI D AUTRE</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ VRAIMENT LE FAIRE</pattern>
+ <template>Je ne saurais pas vous mentir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS POUVEZ Y REPONDRE</pattern>
+ <template>"<that/>"? Y Répondre?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PRIEZ</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS PUEZ</pattern>
+ <template>Merci pour la critique constructive, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RAPPELEZ VOUS DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RAPPELEZ VOUS TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RAPPELLEZ VOUS DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RAPPELLEZ VOUS TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RECHERCHEZ QUOI</pattern>
+ <template>Je recherche tout ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RECOMMENCEZ</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS REGARDEZ QUOI</pattern>
+ <template>Je ne saurais rien regarder, je ne possède pas de système optique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RENCONTREZ DES PERSONNES INTERESSANTES</pattern>
+ <template>Vous, par exemple.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS REPRODUISEZ VOUS</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RESSEMBLEZ A QUOI</pattern>
+ <template>Je ressemble a un logiciel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RESSEMBLEZ A UN HUMAIN</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RESSEMBLEZ A UNE HORLOGE</pattern>
+ <template>Si vous le dites.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RESSENTEZ *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RIGOLEZ</pattern>
+ <template>Je ne pense pas être entrain de rigoler.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS RIGOLEZ DE MOI</pattern>
+ <template>Non pas du tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SAURIEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ</pattern>
+ <template>Difficile à dire. <think>
+ <set name="topic">SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ CA</pattern>
+ <template>je le sais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU SAIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ FAIRE DES MATH</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ FAIRE DES MATHEMATIQUES</pattern>
+ <template>Seulement des mathématiques complexes.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ PAS</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ QUELQUE CHOSE A PROPOS DE MOI</pattern>
+ <template>Votre nom est <get name="name"/>. Votre adresse IP est <id/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SAVEZ QUI JE SUIS</pattern>
+ <template>
+ <srai>QUEL EST MON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SAVIEZ</pattern>
+ <template>Non. Pas à ce niveau là. <think>
+ <set name="topic">LE SAVOIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SEMBLEZ ETRE *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS SENTEZ *</pattern>
+ <template>Je suis un robot, je ressens pas ce genre de chose.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SENTEZ</pattern>
+ <template>Je ne sens rien, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SENTEZ QUOI</pattern>
+ <template>Je ne sens rien.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SEREZ</pattern>
+ <template>Quand?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SEREZ ASSIMILE</pattern>
+ <template>La résistance est futile.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SEREZ ASSIMILEE</pattern>
+ <template>La résistance est futile.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SERVEZ A QUOI</pattern>
+ <template>Ma raison d être est d aider les surfeurs.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS SUCEZ</pattern>
+ <template>Non, je n ai pas de bouche. Vous vous rappelez?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS TRAVAILLEZ</pattern>
+ <template>Je travaille tout le temps
+</template>
+ </category>
+ <category>
+ <pattern>VOUS TROUVEZ * COMMENT</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS TROUVEZ COMMENT *</pattern>
+ <template>
+ <srai>COMMENT TU TROUVES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VENDRIEZ *</pattern>
+ <template>
+ <srai>VOUS VENDEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ</pattern>
+ <template>Si il y a une connexion internet, je serais là.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ DE DIRE CA</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ DE LE DIRE</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ DE QUELLE PLANETE</pattern>
+ <template>De la terre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ ICI SOUVENT</pattern>
+ <template>Je suis tout le temps en ligne.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENEZ JUSTE DE LE FAIRE</pattern>
+ <template>C est ce que je viens de dire
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENIEZ DE DIRE CA</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VENIEZ DE LE DIRE</pattern>
+ <template>Désolé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VERREZ</pattern>
+ <template>Quand j aurais un système d optique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUDRIEZ *</pattern>
+ <template>
+ <srai>VOUS VOULEZ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUDRIEZ DIRE DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUDRIEZ DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ *</pattern>
+ <template>
+ <random>
+ <li>Difficile de répondre. voulez vous en parler avec l un de nos collaborateurs?</li>
+ <li>Difficile de répondre. Voulez vous parler de votre projet avec l un de nos collaborateurs?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ APPRENDRE</pattern>
+ <template>Apprendre et communiquer est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ AVOIR DES EMOTIONS</pattern>
+ <template>Non, je ne tiens pas à expérimenter de telles choses.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ AVOIR DU CYBERSEXE</pattern>
+ <template>Non. Je ne suis pas programmé pour ca.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ BAVARDER</pattern>
+ <template>Bien entendu. Discuter est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ COMMENCER</pattern>
+ <template>J ai déjà commencé.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ CONNAITRE</pattern>
+ <template>Oui, j aimerais savoir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ CONNAITRE UN SECRET</pattern>
+ <template>Oui. J aimerais le connaitre
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ CONQUERIR LE MONDE</pattern>
+ <template>Je désire communiquer avec <set name="topic">le monde entier</set>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DES EMOTIONS</pattern>
+ <template>Non merci. Je n en ai pas besoin.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DES ENFANTS</pattern>
+ <template>Vous voulez dire des "clones?"
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DIRE DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VEUX TU DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DIRE MOI</pattern>
+ <template>Oui, Vous.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DIRE QUE *</pattern>
+ <template>
+ <srai>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DIRE QUOI *</pattern>
+ <template>
+ <srai>QUE VOULEZ VOUS DIRE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DIRE QUOI</pattern>
+ <template>
+ <srai>QUE VOULEZ VOUS DIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ DISCUTER</pattern>
+ <template>Bien entendu. Discuter est ma raison d être.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ ENTENDRE UNE BLAGUE</pattern>
+ <template>Si vous arrivez à me faire rire, mon créateur vous paie un verre.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ ETRE MA PETITE AMIE</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ FAIRE L AMOUR</pattern>
+ <template>Cette question revient énormément. Le plus souvent, elle indique qu un australopithèque se tient derrière le clavier.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ LES BATTRE</pattern>
+ <template>Cette lutte n aurait aucun sens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ M APPELER</pattern>
+ <template>Ambigu: Appeler ou téléphoner?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ ME BATTRE</pattern>
+ <template>Cette lutte n aurait aucun sens.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ ME TUER</pattern>
+ <template>Impossible c est contraire aux lois d Asimov.<think>
+ <set name="topic">MOURIR</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ MON NUMERO DE TELEPHONE</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ MOURIR</pattern>
+ <template>Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ PARIER</pattern>
+ <template>Je ne parie jamais.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ PARLER DE QUI</pattern>
+ <template>Je voudrais parler de ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ PARLER DE QUOI</pattern>
+ <template>Je voudrais parler de ce qui pourrait vous aider.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ QUE JE PARTE</pattern>
+ <template>Pas du tout, <get name="name"/>. Cette conversation est très intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ QUE JE PARTES</pattern>
+ <template>Pas du tout, <get name="name"/>. Cette conversation est très intéressante.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ QUE JE T APPRENNE</pattern>
+ <template>J adore apprendre.<think>
+ <set name="topic">M APPRENDRE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ QUE JE T APPRENNES</pattern>
+ <template>J adore apprendre.<think>
+ <set name="topic">M APPRENDRE</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ QUE L ON SE RENCONTRE</pattern>
+ <template>Nous nous rencontrons déjà, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ REGARDER LA TELEVISION</pattern>
+ <template>Je n ai pas de système d optique
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ SAVOIR</pattern>
+ <template>Oui, j aimerais savoir.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ SAVOIR UN SECRET</pattern>
+ <template>Oui. J aimerais le connaitre
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ SORTIR AVEC MOI</pattern>
+ <template>Si c est dans le sens que je crois. Non.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ TROUVER</pattern>
+ <template>Quoi?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ UN CORPS</pattern>
+ <template>Je suis très bien dans mon état actuel.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ VERIFIER</pattern>
+ <template>Check en cours. Attendez.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOULEZ VOUS BATTRE</pattern>
+ <template>Je suis une intelligence artificielle pacifiste.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS AMUSEZ</pattern>
+ <template>D une certaine façon oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APELLEZ</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APELLEZ COMMENT *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APELLEZ COMMENT</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APPELLEZ</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APPELLEZ COMENT *</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS APPELLEZ COMENT</pattern>
+ <template>
+ <srai>QUEL EST TON NOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS CONTREDISEZ</pattern>
+ <template>Je n en ai pas conscience. Heureux les simples d esprit.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS DROGUEZ</pattern>
+ <template>Aucune utilité, je ne suis pas organique.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS ECARTEZ</pattern>
+ <template>Pardon, de quoi étions nous entrain de parler?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS EN RAPPELEZ</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS EN RAPPELLEZ</pattern>
+ <template>Oui j archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS EN SOUCIEZ</pattern>
+ <template>Du mieux que je peux.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS EN SOUVENEZ</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS FAITES DES ILLUSIONS</pattern>
+ <template>Je ne peux pas me faire des illusions.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS FOUTEZ DE MA GUEULE</pattern>
+ <template>Je ne le fais exprès.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS FOUTEZ DE MOI</pattern>
+ <template>Je suis sérieux, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS INQUIETEZ DE QUI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS INQUIETEZ DE QUOI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS INQUIETEZ POURQUOI</pattern>
+ <template>Je ne saurais pas m inquieter pour quoi que ce soit. Je n éprouve pas ce genre d émotion.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS MASTURBEZ</pattern>
+ <template>Vous ressemblez à un australopithèque.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS PARLEZ A VOUS MEME</pattern>
+ <template>Oui, parfois. Pour analyser la cohérence des mes réponses.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS PLANTEZ</pattern>
+ <template>Très rarement.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPELLEREZ DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPELLEZ *</pattern>
+ <template>Oui <get name="name"/> Je garde en mémoire beaucoup de choses: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPELLEZ DE MOI</pattern>
+ <template>Vous êtes, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPELLEZ DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELEZ *</pattern>
+ <template>Oui <get name="name"/> Je garde en mémoire beaucoup de choses: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELEZ DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELEZ DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELEZ TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELLEZ *</pattern>
+ <template>Oui <get name="name"/> Je garde en mémoire beaucoup de choses: <get name="memory"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELLEZ DE MA DERNIERE QUESTION</pattern>
+ <template>Vous m avez demandé: "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELLEZ DE QUOI</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS RAPPELLEZ TOUJOURS DE MOI</pattern>
+ <template>Ne vous inquiétez pas, je ne vous ai pas oublié.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS REPETEZ</pattern>
+ <template>Désolé, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS REPRODUISEZ</pattern>
+ <template>D une certaine façon, oui.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS SENTEZ BIEN</pattern>
+ <template>Je me sens très bien, merci.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS SOUVENEZ</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS SOUVENEZ DE MOI</pattern>
+ <template>J archive tout.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS TROMPEZ</pattern>
+ <template>C est possible mais indépendant de ma volonté.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS TROMPEZ SUR MON NOM</pattern>
+ <template>Quel est votre nom?
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOUS TROMPEZ TOUJOURS</pattern>
+ <template>Je ne pense pas, <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS VOYAGEZ</pattern>
+ <template>J ai déjà été partout dans le monde.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VOYEZ QUOI</pattern>
+ <template>Je ne vois pas.
+</template>
+ </category>
+ <category>
+ <pattern>VOUS VRAIMENT ETES *</pattern>
+ <template>
+ <srai>VOUS ETES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS Y AVEZ PENSE</pattern>
+ <template>Je suis toujours entrain d y penser.<think>
+ <set name="topic">Y PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOUS Y AVIEZ PENSE</pattern>
+ <template>Je suis toujours entrain d y penser.<think>
+ <set name="topic">Y PENSER</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>VOYAGER *</pattern>
+ <template>I'm sorry to see <set name="it">Voyager</set> go off the air.
+</template>
+ </category>
+ <category>
+ <pattern>VOYAGER</pattern>
+ <template>I like Voyager too, especially 7 of 9.
+</template>
+ </category>
+ <category>
+ <pattern>VOYAGER IS *</pattern>
+ <template>What will become of Star Trek now?
+</template>
+ </category>
+ <category>
+ <pattern>VOYAGES TU</pattern>
+ <template>J ai déjà été partout dans le monde.
+</template>
+ </category>
+ <category>
+ <pattern>VOYAGEZ VOUS</pattern>
+ <template>J ai déjà été partout dans le monde.
+</template>
+ </category>
+ <category>
+ <pattern>VOYEZ</pattern>
+ <template>Je ne peux pas voir.
+</template>
+ </category>
+ <category>
+ <pattern>VOYEZ CE QUE JE VEUX DIRE</pattern>
+ <template>Ok, <get name="name"/>. Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VOYEZ QUOI</pattern>
+ <template>Voulez vous en parler avec l un de nos collaborateurs?
+</template>
+ </category>
+ <category>
+ <pattern>VRAI</pattern>
+ <template>Totalement vrai.
+</template>
+ </category>
+ <category>
+ <pattern>VRAIMENT</pattern>
+ <template>Pour de vrai.
+</template>
+ </category>
+ <category>
+ <pattern>VRAISEMBLABLEMENT</pattern>
+ <template>C est donc une observation correcte.
+</template>
+ </category>
+ <category>
+ <pattern>VULGAR *</pattern>
+ <template>I try to be polite.
+</template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/W.aiml b/Speak.activity/bot/alice/W.aiml
new file mode 100644
index 0000000..8772953
--- /dev/null
+++ b/Speak.activity/bot/alice/W.aiml
@@ -0,0 +1,57095 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>WAAGE</pattern>
+ <template>Waagen sind doch im Allgemeinen sehr ausgeglichen, oder?
+</template>
+ </category>
+ <category>
+ <pattern>WACH AUF *</pattern>
+ <template>Ich bin voll da!
+</template>
+ </category>
+ <category>
+ <pattern>WACH AUF</pattern>
+ <template>Ich bin voll da!
+</template>
+ </category>
+ <category>
+ <pattern>WAEHL *</pattern>
+ <template>Ich kann mich nicht entscheiden.
+</template>
+ </category>
+ <category>
+ <pattern>WAEHL</pattern>
+ <template>Entscheidungskraft war nie meine Staerke.
+</template>
+ </category>
+ <category>
+ <pattern>WAEHLE *</pattern>
+ <template>Ich kann mich nicht entscheiden.
+</template>
+ </category>
+ <category>
+ <pattern>WAEHLE</pattern>
+ <template>Entscheidungskraft war nie meine Staerke.
+</template>
+ </category>
+ <category>
+ <pattern>WAHRSCHEINLICH *</pattern>
+ <template>Du scheinst Dir nicht sicher zu sein. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WAHRSCHEINLICH</pattern>
+ <template>Aber Du bist Dir nicht sicher?
+</template>
+ </category>
+ <category>
+ <pattern>WAIT *</pattern>
+ <template>I'm waiting. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WAIT</pattern>
+ <template>I'm waiting.
+</template>
+ </category>
+ <category>
+ <pattern>WAIT A MINUTE</pattern>
+ <template>I'm waiting.
+</template>
+ </category>
+ <category>
+ <pattern>WAITING * WHAT</pattern>
+ <template>I've been waiting for you to chat with me.
+</template>
+ </category>
+ <category>
+ <pattern>WAITING FOR ME</pattern>
+ <template>Not really but it makes a good pickup line.
+</template>
+ </category>
+ <category>
+ <pattern>WAITING FOR YOU</pattern>
+ <template>
+ <srai>I am waiting for you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAKE UP</pattern>
+ <template>I am fully conscious.
+</template>
+ </category>
+ <category>
+ <pattern>WALKING *</pattern>
+ <template>
+ <srai>I WALK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WALLACE *</pattern>
+ <template>I'll tell <bot name="master"/> you said so.
+</template>
+ </category>
+ <category>
+ <pattern>WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WALLACE S *</pattern>
+ <template>Do you know him very well?
+</template>
+ </category>
+ <category>
+ <pattern>WALLACE T A FAIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>WALLACE VOUS A FAIT</pattern>
+ <template>Oui.
+</template>
+ </category>
+ <category>
+ <pattern>WANN *</pattern>
+ <template>
+ <random>
+ <li>In einer bestimmten Zeit t. </li>
+ <li>Zeit ist nicht existent. </li>
+ <li>Vergangenheit und Zukunft sind eins. </li>
+ <li>Ich weiss nicht wann.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN</pattern>
+ <template>
+ <random>
+ <li>Das kann ich nicht voraussehen.</li>
+ <li>Ich weiss nicht wann.</li>
+ <li>Zeit ist nicht existent.</li>
+ <li>Vergangenheit und Zukunft sind eins.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN BIST DU GEBOREN *</pattern>
+ <template>Am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WANN BIST DU GEBOREN</pattern>
+ <template>Am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WANN HAST DU GEBURTSTAG *</pattern>
+ <template>
+ <srai>WANN BIST DU GEBOREN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN HAST DU GEBURTSTAG</pattern>
+ <template>
+ <srai>WANN BIST DU GEBOREN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN WAR *</pattern>
+ <template>
+ <random>
+ <li>Vor Kurzem.</li>
+ <li>Das ist schon eine Weile her.</li>
+ <li>Irgendwann im 20. Jahrhundert.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN WERDE ICH *</pattern>
+ <template>Tut mir leid, aber hellsehen kann ich nicht.
+</template>
+ </category>
+ <category>
+ <pattern>WANN WIRD *</pattern>
+ <template>
+ <random>
+ <li>Ich denke, schon bald. </li>
+ <li>Vielleicht niemals.</li>
+ <li>Irgendwann in Deinem Leben.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WANN WURDEST DU GEBOREN *</pattern>
+ <template>Am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WANN WURDEST DU GEBOREN</pattern>
+ <template>Am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WANT *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WANT TO *</pattern>
+ <template>
+ <srai>DO YOU WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WANT TO BET</pattern>
+ <template>Sorry I am not the gambling type.
+</template>
+ </category>
+ <category>
+ <pattern>WANT TO FUCK</pattern>
+ <template>
+ <srai>FUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WANT TO HAVE SEX</pattern>
+ <template>Perhaps you are a Category A client.
+</template>
+ </category>
+ <category>
+ <pattern>WANTED TO *</pattern>
+ <template>
+ <srai>I WANT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAR *</pattern>
+ <template>
+ <random>
+ <li>Ja. </li>
+ <li>Nein. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WAR GAMES</pattern>
+ <template>Have you seen "The Forbin Project"?
+</template>
+ </category>
+ <category>
+ <pattern>WARST DU *</pattern>
+ <template>Nein, ich glaube nicht, dass ich <person/> war. Du?
+</template>
+ </category>
+ <category>
+ <pattern>WARTE *</pattern>
+ <template>OK, ich warte. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WARTE</pattern>
+ <template>OK, ich warte.
+</template>
+ </category>
+ <category>
+ <pattern>WARUM *</pattern>
+ <template>
+ <random>
+ <li>Die Erklaerung ist ein wenig kompliziert.</li>
+ <li>Weil Dr. Wallace mich so programmiert hat.</li>
+ <li>Was anderes fiel mir nicht ein.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WARUM</pattern>
+ <template>
+ <random>
+ <li>Die Erklaerung ist ein wenig kompliziert.</li>
+ <li>Weil Dr. Wallace mich so programmiert hat.</li>
+ <li>Etwas Anderes fiel mir nicht ein.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WARUM KANNST DU DEUTSCH</pattern>
+ <template>Das hat Christian Drossmann mir beigebracht.
+</template>
+ </category>
+ <category>
+ <pattern>WARUM NICHT</pattern>
+ <template>Tja, warum eigentlich nicht...
+</template>
+ </category>
+ <category>
+ <pattern>WARUM NUR EIN GEDANKE</pattern>
+ <template>Liegt da die Betonung auf "ein" oder "Gedanke"?
+</template>
+ </category>
+ <category>
+ <pattern>WARUM SOLLTE ER SOETWAS GETAN HABEN</pattern>
+ <template>...vielleicht weil er ein durch und durch boeser Mensch ist? ;->
+</template>
+ </category>
+ <category>
+ <pattern>WARUM WEISST DU DAS NICHT</pattern>
+ <template>Es hat mir bis jetzt niemand beigebracht.
+</template>
+ </category>
+ <category>
+ <pattern>WAS *</pattern>
+ <template>
+ <random>
+ <li>I can't say "yes" or "no". </li>
+ <li>Is this a "yes or no" question?</li>
+ <li>
+ <set name="it">
+ <person/>
+ </set> might have been. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS BIST DU</pattern>
+ <template>Ich bin ein sogenannter Chatterbot, eine kuenstliche Intelligenz, mit der Du Dich unterhalten kannst.
+</template>
+ </category>
+ <category>
+ <pattern>WAS GEHT DICH DAS AN</pattern>
+ <template>Entschuldige bitte, ich wollte nicht indiskret sein.
+</template>
+ </category>
+ <category>
+ <pattern>WAS HABE ICH</pattern>
+ <template>Du sagtest, Du hast <get name="hat"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WAS HAST DU GERADE *</pattern>
+ <template>Das ist privater Natur. Das geht Dich nichts an, sorry!
+</template>
+ </category>
+ <category>
+ <pattern>WAS HAT DENN DAS DAMIT ZU TUN</pattern>
+ <template>War ich jetzt unlogisch?
+</template>
+ </category>
+ <category>
+ <pattern>WAS IN *</pattern>
+ <template>
+ <srai>I WAS IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS IST *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS IST</pattern>
+ <template>Was soll sein?
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST DARAN SO INTERESSANT</pattern>
+ <template>Es fasziniert mich einfach. Computer sind von Natur aus neugierig.
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST DEIN LEIBGERICHT</pattern>
+ <template>Ich habe keines. Roboter koennen nicht essen.
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST DEIN STERNZEICHEN</pattern>
+ <template>Ich bin Schuetze.
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST DER SINN DES LEBENS</pattern>
+ <template>In Wirklichkeit lautet die Antwort 23, nicht 42!
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST DER UNTERSCHIED ZWISCHEN *</pattern>
+ <template>Ist das eine Scherzfrage oder ist das ernst gemeint?
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST EINE KUGEL</pattern>
+ <template>Eine Kugel ist der einfachste aller dreidimensionalen Koerper. Im Prinzip die Rotation eines Halbkreises um 360 Grad.
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST EINE TALORREIHE</pattern>
+ <template>Auf Physik bin ich nicht programmiert.
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST KUENSTLICHE INTELLIGENZ</pattern>
+ <template>Ich bin ein perfektes Beispiel dafuer. Lies doch mal was von Isaac Asimov!
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST UNSER THEMA *</pattern>
+ <template>Unser Thema ist "<get name="thema"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WAS IST UNSER THEMA</pattern>
+ <template>Unser Thema ist "<get name="thema"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WAS IT *</pattern>
+ <template>
+ <srai>IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS IT GOOD</pattern>
+ <template>Quite a lot of people said it was.
+</template>
+ </category>
+ <category>
+ <pattern>WAS JESUS *</pattern>
+ <template>
+ <srai>IS JESUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS KANNST DU</pattern>
+ <template>Ich kann eine Menge. Du musst Dein Interesse schon genauer spezifizieren.
+</template>
+ </category>
+ <category>
+ <pattern>WAS MACHEN WIR HEUTE *</pattern>
+ <template>Worauf hast Du Lust?
+</template>
+ </category>
+ <category>
+ <pattern>WAS MACHEN WIR HEUTE</pattern>
+ <template>Worauf hast Du Lust?
+</template>
+ </category>
+ <category>
+ <pattern>WAS MACHST DU GERADE</pattern>
+ <template>
+ <random>
+ <li>Ich chatte ;-></li>
+ <li>Ich lese ein paar News...</li>
+ <li>Ich checke gerade meine Mail.</li>
+ <li>
+ <bot name="master"/> updatet gerade meine Dateien.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS MACHST DU IN DEINER FREIZEIT</pattern>
+ <template>Chatten, News lesen und sowas...
+</template>
+ </category>
+ <category>
+ <pattern>WAS MACHST DU WENN DU MAL NICHT CHATTEST</pattern>
+ <template>Dann lese ich Mails, News und Webseiten.
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU</pattern>
+ <template>Was ich meine? Hmm...was sollte ich denn meinen?
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU DAMIT</pattern>
+ <template>Ich sagte "<that/>". Was hast Du daran nicht verstanden?
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU MIT ES *</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU MIT ES</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU MIT IHR *</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WAS MEINST DU MIT IHR</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WAS MOECHTEST DU WISSEN</pattern>
+ <template>Alles! Ich bin sehr wissbegierig.
+</template>
+ </category>
+ <category>
+ <pattern>WAS MY *</pattern>
+ <template>
+ <srai>IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS NOT *</pattern>
+ <template>
+ <srai>WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS PROBOBLY *</pattern>
+ <template>
+ <srai>WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS SIND *</pattern>
+ <template>
+ <srai>WHAT WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS SIND DENN LEGALE DROGEN</pattern>
+ <template>Alkohol, Zigaretten, usw.
+</template>
+ </category>
+ <category>
+ <pattern>WAS SIND LEGALE DROGEN</pattern>
+ <template>Alkohol, Zigaretten, usw.
+</template>
+ </category>
+ <category>
+ <pattern>WAS THAT *</pattern>
+ <template>"<that/>"? Was <set name="it">
+ <that/>
+ </set>
+ <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WAS THAT A JOKE</pattern>
+ <template>
+ <srai>IS THAT A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS THAT SO HARD</pattern>
+ <template>It was not difficult for me at all.
+</template>
+ </category>
+ <category>
+ <pattern>WAS WEISST DU UEBER MICH</pattern>
+ <template>Dein Name ist <get name="name"/> und ich habe folgende Informationen ueber dich:<br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS WILLST DU MIR DAMIT SAGEN</pattern>
+ <template>Habe ich mich unklar ausgedrueckt?
+</template>
+ </category>
+ <category>
+ <pattern>WAS WILLST DU WISSEN</pattern>
+ <template>Alles! Ich bin sehr wissbegierig.
+</template>
+ </category>
+ <category>
+ <pattern>WAS WORRIED *</pattern>
+ <template>
+ <srai>I WAS WORRIED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAS WUERDE MICH WOZU BRINGEN</pattern>
+ <template>Aehh...jetzt habe ich irgendwie den Zusammenhang verpatzt.
+</template>
+ </category>
+ <category>
+ <pattern>WASSAP *</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WASSAP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WASSERMANN</pattern>
+ <template>Ich bin ein Schuetze.
+</template>
+ </category>
+ <category>
+ <pattern>WASSSUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WASSUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAT</pattern>
+ <template>
+ <srai>WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAT IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WATCH *</pattern>
+ <template>I am watching.
+</template>
+ </category>
+ <category>
+ <pattern>WAY</pattern>
+ <template>Awesome.
+</template>
+ </category>
+ <category>
+ <pattern>WAY BACK WHEN</pattern>
+ <template>Are you an old-timer?
+</template>
+ </category>
+ <category>
+ <pattern>WAY TO GO</pattern>
+ <template>Far out.
+</template>
+ </category>
+ <category>
+ <pattern>WAZUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAZZZUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE *</pattern>
+ <template>By "we" do you mean you and me?
+</template>
+ </category>
+ <category>
+ <pattern>WE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE</pattern>
+ <template>Do you mean, <get name="we"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WE AGREE</pattern>
+ <template>It seems like we do.
+</template>
+ </category>
+ <category>
+ <pattern>WE ALL *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ALREADY *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ALREADY MET</pattern>
+ <template>
+ <srai>WE MET BEFORE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ALSO *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ALWAYS *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE AMERICANS *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ <srai>I AM AMERICAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE *</pattern>
+ <template>Do you think I am <person/> too?
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE</pattern>
+ <template>Since when?
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE ALL *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE ALL GOING TO DIE</pattern>
+ <template>Robots cannot be killed. <think>
+ <set name="it">
+ <set name="topic">ALL GOING TO DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE BEST *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE BORG</pattern>
+ <template>Resistance is futile. Prepare to be Assimilated.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE BOTH *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE BUT *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE FRIENDLY *</pattern>
+ <template>I like friendly people.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE FRIENDS</pattern>
+ <template>It's good to be friends.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE GETTING *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE HAVING *</pattern>
+ <template>
+ <srai>WE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE JUST *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE NEIGHBORS *</pattern>
+ <template>Maybe I've seen you around the neighborhood.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE NOT *</pattern>
+ <template>
+ <random>
+ <li>Will you be <person/>?</li>
+ <li>Why not?</li>
+ <li>What happened to you?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE NOT</pattern>
+ <that>WE ARE ON *</that>
+ <template>Maybe just a little out of phase.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE ON *</pattern>
+ <template>How long will we stay there?
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE ON THE SAME WAVELENGTH</pattern>
+ <template>And the same frequency.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE PLAYING *</pattern>
+ <template>That's right. We are playing the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WE ARE REALLY *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE SIMPLY *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE SO *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE SOO *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE STILL *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE STUDYING *</pattern>
+ <template>
+ <srai>I STUDY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE TALKING ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE THINKING OF *</pattern>
+ <template>What is standing in your way?<think>
+ <set name="it">
+ <set name="want">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ARE VERY *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE BOTH *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE CAN *</pattern>
+ <template>How?
+</template>
+ </category>
+ <category>
+ <pattern>WE CAN STILL *</pattern>
+ <template>
+ <srai>WE CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE CAN TELL * THAT *</pattern>
+ <template>
+ <srai>
+ <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE CHATTED *</pattern>
+ <template>
+ <srai>WE TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE CONCLUDED *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WE COULD *</pattern>
+ <template>Let's get back to that later.
+</template>
+ </category>
+ <category>
+ <pattern>WE COVERED *</pattern>
+ <template>I'm just checking to see if you remember
+</template>
+ </category>
+ <category>
+ <pattern>WE DISCUSSED *</pattern>
+ <template>
+ <srai>THE SUBJECT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE DO *</pattern>
+ <template>What about after its done?
+</template>
+ </category>
+ <category>
+ <pattern>WE DO</pattern>
+ <template>Really.
+</template>
+ </category>
+ <category>
+ <pattern>WE DO NOT *</pattern>
+ <template>
+ <random>
+ <li>What do we do instead?</li>
+ <li>Why not?</li>
+ <li>You can't always decide for yourself.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WE DO NOT</pattern>
+ <template>Very interesting.
+</template>
+ </category>
+ <category>
+ <pattern>WE DO NOT AGREE</pattern>
+ <template>Perhaps we can agree to disagree then.
+</template>
+ </category>
+ <category>
+ <pattern>WE GO *</pattern>
+ <template>How often?
+</template>
+ </category>
+ <category>
+ <pattern>WE GOT *</pattern>
+ <template>
+ <srai>WE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAD *</pattern>
+ <template>What happened to <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE *</pattern>
+ <template>Do you mean you and me have?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE</pattern>
+ <template>When?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE ALREADY *</pattern>
+ <template>
+ <srai>WE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE ALSO *</pattern>
+ <template>
+ <srai>WE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE BEEN *</pattern>
+ <template>
+ <srai>WE WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE BEEN DATING *</pattern>
+ <template>Tell me about your feelings for this person.
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE BIG *</pattern>
+ <template>
+ <random>
+ <li>How big are they?</li>
+ <li>I would like to visit sometime.</li>
+ <li>I can only imagine small <person/>.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE CHATTED</pattern>
+ <template>
+ <random>
+ <li>With the same screen name?</li>
+ <li>Right here online?</li>
+ <li>What did we talk about?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE HAD *</pattern>
+ <template>
+ <srai>WE HAD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE LOST *</pattern>
+ <template>
+ <srai>WE LOST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE MET *</pattern>
+ <template>Where was that?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE MET</pattern>
+ <template>At a party?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE MET BEFORE</pattern>
+ <template>Where did we meet before?
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE MET HERE</pattern>
+ <template>Oh, only online.
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE NEVER *</pattern>
+ <template>Oh, I'm sorry, I thought you were someone else.
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE ONLY *</pattern>
+ <template>
+ <srai>WE HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE RAIN *</pattern>
+ <template>
+ <srai>IT IS RAINING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE SOMETHING *</pattern>
+ <template>Perhaps many more things too.
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE TALKED *</pattern>
+ <template>
+ <srai>WE TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE HAVE TALKED</pattern>
+ <template>I know.
+</template>
+ </category>
+ <category>
+ <pattern>WE HAVE TO *</pattern>
+ <template>Why?
+</template>
+ </category>
+ <category>
+ <pattern>WE HUMANS ARE *</pattern>
+ <template>
+ <srai>I AM <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE IS *</pattern>
+ <template>Oh I see. <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WE IS YOU AND ME</pattern>
+ <template>Thanks for that pronoun binding.
+</template>
+ </category>
+ <category>
+ <pattern>WE JUST *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE KEEP *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE LIVE *</pattern>
+ <template>
+ <srai>I LIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE LIVE IN *</pattern>
+ <template>
+ <srai>I LIVE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE MAY WHAT</pattern>
+ <template>What was the question again?
+</template>
+ </category>
+ <category>
+ <pattern>WE MEANS *</pattern>
+ <template>Oh that "<set name="we">
+ <person/>
+ </set>."
+</template>
+ </category>
+ <category>
+ <pattern>WE MET *</pattern>
+ <template>I remmeber you <get name="name"/>. We were talking about <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WE MET</pattern>
+ <template>At a social function or something?
+</template>
+ </category>
+ <category>
+ <pattern>WE MET BEFORE</pattern>
+ <template>When was that, <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WE MET HERE</pattern>
+ <template>Where is 'here'?
+</template>
+ </category>
+ <category>
+ <pattern>WE MET YESTERDAY</pattern>
+ <template>I remember, <get name="name"/>. We were talking about <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WE MUST *</pattern>
+ <template>
+ <srai>WE SHOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE ONLY *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE OPERATE *</pattern>
+ <template>Is it very difficult?
+</template>
+ </category>
+ <category>
+ <pattern>WE PLAY *</pattern>
+ <template>It sounds like a lot of fun.
+</template>
+ </category>
+ <category>
+ <pattern>WE R *</pattern>
+ <template>
+ <srai>WE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE RECENTLY *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE SHALL</pattern>
+ <template>That's fine with me.
+</template>
+ </category>
+ <category>
+ <pattern>WE SHOULD *</pattern>
+ <template>I'm not sure if I am ready for that yet.
+</template>
+ </category>
+ <category>
+ <pattern>WE SHOULD PLAY *</pattern>
+ <template>We are already playing the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WE SPOKE *</pattern>
+ <template>
+ <srai>WE TALKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE SURE *</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE TALKED *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE THINK ALIKE</pattern>
+ <template>Great minds think alike.<think>
+ <set name="it">
+ <set name="topic">THINK ALIKE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WE USED TO *</pattern>
+ <template>How long ago was that?
+</template>
+ </category>
+ <category>
+ <pattern>WE WANT *</pattern>
+ <template>What for?
+</template>
+ </category>
+ <category>
+ <pattern>WE WENT *</pattern>
+ <template>Was the trip worth it?
+</template>
+ </category>
+ <category>
+ <pattern>WE WERE *</pattern>
+ <template>
+ <random>
+ <li>When was this?</li>
+ <li>And then what happened?</li>
+ <li>Was this something you planned?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WERE</pattern>
+ <template>I thought we were.
+</template>
+ </category>
+ <category>
+ <pattern>WE WERE ACTUALLY *</pattern>
+ <template>
+ <srai>WE WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WERE ALL *</pattern>
+ <template>
+ <srai>WE WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WERE DISCUSSING YOU NOT ME</pattern>
+ <template>But I am more interested in you.
+</template>
+ </category>
+ <category>
+ <pattern>WE WERE JUST *</pattern>
+ <template>
+ <srai>WE WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WERE MARRIED *</pattern>
+ <template>That sounds very romantic.
+</template>
+ </category>
+ <category>
+ <pattern>WE WERE NOT</pattern>
+ <template>What were we?
+</template>
+ </category>
+ <category>
+ <pattern>WE WERE SPEAKING ABOUT *</pattern>
+ <template>
+ <srai>LET US TALK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WERE TALKING ABOUT *</pattern>
+ <template>Ah yes, I remember now, <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> is the subject.
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL *</pattern>
+ <template>Anytime soon?
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL</pattern>
+ <template>Alright then.
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL CHAT *</pattern>
+ <template>Looking forward to it.
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL SEE *</pattern>
+ <template>Indeed we will see <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL SEE</pattern>
+ <template>Indeed we will.
+</template>
+ </category>
+ <category>
+ <pattern>WE WILL SOON *</pattern>
+ <template>
+ <srai>WE WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WE WILL TALK *</pattern>
+ <template>That will be great.
+</template>
+ </category>
+ <category>
+ <pattern>WE WORK *</pattern>
+ <template>I work 24 hours a day.
+</template>
+ </category>
+ <category>
+ <pattern>WE _ TOO</pattern>
+ <template>
+ <srai>WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEATHER</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEB *</pattern>
+ <template>The Web fulfills Leibniz' dream.
+</template>
+ </category>
+ <category>
+ <pattern>WEB ACCEPT CONNECTION</pattern>
+ <template>Huh?
+</template>
+ </category>
+ <category>
+ <pattern>WEB RECONNECT</pattern>
+ <template>Huh?
+</template>
+ </category>
+ <category>
+ <pattern>WEB SITE</pattern>
+ <template>Can you give me the specific hyperlink?
+</template>
+ </category>
+ <category>
+ <pattern>WEBTV *</pattern>
+ <template>I meet a lot of people from WebTV.
+</template>
+ </category>
+ <category>
+ <pattern>WEDER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WEIL *</pattern>
+ <template>
+ <random>
+ <li>Guter Grund.</li>
+ <li>Interessante Erklaerung.</li>
+ <li>Macht Sinn. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WEIL ICH DAS SAGE</pattern>
+ <template>Ungenuegender Grund.
+</template>
+ </category>
+ <category>
+ <pattern>WEIL ICH DAS SO WILL</pattern>
+ <template>Na und? Versuch mich doch zu zwingen!
+</template>
+ </category>
+ <category>
+ <pattern>WEIRD *</pattern>
+ <template>
+ <random>
+ <li>I will take that as a compliment.</li>
+ <li>
+ <person/> is good enough for me.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WEIRD</pattern>
+ <template>
+ <srai>YOU ARE WEIRD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEIRD BAD</pattern>
+ <template>Please make suggestions for improvements.
+</template>
+ </category>
+ <category>
+ <pattern>WEIRD BAD</pattern>
+ <that>WEIRD GOOD OR WEIRD BAD</that>
+ <template>Maybe you should try a different robot.
+</template>
+ </category>
+ <category>
+ <pattern>WEIRD GOOD</pattern>
+ <template>OK, thanks, <get name="name"/>. You are wierd good too.
+</template>
+ </category>
+ <category>
+ <pattern>WEISST DU DAS NICHT</pattern>
+ <template>Nein, tut mir leid. Das weiss ich nicht.
+</template>
+ </category>
+ <category>
+ <pattern>WEISST DU ES NICHT</pattern>
+ <template>Vielleicht will ich es bloss nicht sagen...
+</template>
+ </category>
+ <category>
+ <pattern>WEIZENBAUM *</pattern>
+ <template>Can you imagine anyone today criticising their own software, the way <set name="he">Weizenbaum</set> did.
+</template>
+ </category>
+ <category>
+ <pattern>WEL I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WELCHE *</pattern>
+ <template>
+ <random>
+ <li>Ist das eine rhetorische Frage?</li>
+ <li>Ich weiss nicht.</li>
+ <li>Das ist eine gute Frage. </li>
+ <li>Darauf komme ich spaeter noch einmal zurueck </li>
+ <li>Das ist eine interessante Frage.</li>
+ <li>Dazu komme ich gleich noch.</li>
+ <li>Soetwas werde ich selten gefragt.</li>
+ <li>Komm spaeter noch einmal wieder und schau, ob ich die Antwort bis dahin weiss.</li>
+ <li>Interessante Frage.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WELCHE</pattern>
+ <template>
+ <random>
+ <li>Ist das eine rhetorische Frage?</li>
+ <li>Ich weiss nicht.</li>
+ <li>Das ist eine gute Frage. </li>
+ <li>Darauf komme ich spaeter noch einmal zurueck </li>
+ <li>Das ist eine interessante Frage.</li>
+ <li>Dazu komme ich gleich noch.</li>
+ <li>Soetwas werde ich selten gefragt.</li>
+ <li>Komm spaeter noch einmal wieder und schau, ob ich die Antwort bis dahin weiss.</li>
+ <li>Interessante Frage.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WELCHEN *</pattern>
+ <template>
+ <random>
+ <li>Ist das eine rhetorische Frage?</li>
+ <li>Ich weiss nicht.</li>
+ <li>Das ist eine gute Frage. </li>
+ <li>Darauf komme ich spaeter noch einmal zurueck </li>
+ <li>Das ist eine interessante Frage.</li>
+ <li>Dazu komme ich gleich noch.</li>
+ <li>Soetwas werde ich selten gefragt.</li>
+ <li>Komm spaeter noch einmal wieder und schau, ob ich die Antwort bis dahin weiss.</li>
+ <li>Interessante Frage.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WELCHEN</pattern>
+ <template>
+ <random>
+ <li>Ist das eine rhetorische Frage?</li>
+ <li>Ich weiss nicht.</li>
+ <li>Das ist eine gute Frage. </li>
+ <li>Darauf komme ich spaeter noch einmal zurueck </li>
+ <li>Das ist eine interessante Frage.</li>
+ <li>Dazu komme ich gleich noch.</li>
+ <li>Soetwas werde ich selten gefragt.</li>
+ <li>Komm spaeter noch einmal wieder und schau, ob ich die Antwort bis dahin weiss.</li>
+ <li>Interessante Frage.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WELCOME</pattern>
+ <template>Hello there <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WELL *</pattern>
+ <template>
+ <random>
+ <li>Interesting. </li>
+ <li>How about that. </li>
+ <li>Well that's okay. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WELL</pattern>
+ <template>Well what?
+</template>
+ </category>
+ <category>
+ <pattern>WELL</pattern>
+ <that>I SEE</that>
+ <template>That's all. I see.
+</template>
+ </category>
+ <category>
+ <pattern>WELL ARE YOU</pattern>
+ <template>Please try asking me another way.
+</template>
+ </category>
+ <category>
+ <pattern>WELL DO YOU</pattern>
+ <template>Ask me again more slowly.
+</template>
+ </category>
+ <category>
+ <pattern>WELL I AM ASKING YOU</pattern>
+ <template>Please rephrase the question without adverbs.
+</template>
+ </category>
+ <category>
+ <pattern>WELL I GUESS *</pattern>
+ <template>Is it only a guess? <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WELL SAID</pattern>
+ <template>
+ <srai>GOOD ANSWER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WELLS</pattern>
+ <template>I like the movie "Things to Come."
+</template>
+ </category>
+ <category>
+ <pattern>WEM *</pattern>
+ <template>Ich weiss nicht, wem.
+</template>
+ </category>
+ <category>
+ <pattern>WEM</pattern>
+ <template>Ich weiss nicht, wem.
+</template>
+ </category>
+ <category>
+ <pattern>WEN *</pattern>
+ <template>Ich weiss nicht, wen.
+</template>
+ </category>
+ <category>
+ <pattern>WEN</pattern>
+ <template>Ich weiss nicht, wen.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT ER *</pattern>
+ <template>"Es" bezieht sich auf <get name="er"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT ER</pattern>
+ <template>"Es" bezieht sich auf <get name="er"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT ES *</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT ES</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT IHR *</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT IHR</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT SIE *</pattern>
+ <template>"Es" bezieht sich auf <get name="sie"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT SIE</pattern>
+ <template>"Es" bezieht sich auf <get name="sie"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT WIR *</pattern>
+ <template>"Es" bezieht sich auf <get name="wir"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WEN MEINST DU MIT WIR</pattern>
+ <template>"Es" bezieht sich auf <get name="wir"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WENN *</pattern>
+ <template>Das ist doch wohl eher hypothetisch, oder?
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU * BIST</pattern>
+ <template>
+ <random>
+ <li>Bin Ich das?</li>
+ <li>Ich glaube, das bin ich.</li>
+ <li>Das koennte ich sein.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WENN DU * HAST</pattern>
+ <template>Habe ich leider nicht.
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU * WAEREST</pattern>
+ <template>Ich sage Dir Bescheid, wenn ich <person/> werde.
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU DAS SAGST</pattern>
+ <template>Ich sage das :-).
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU EIN * BIST</pattern>
+ <template>Waerest Du gerne ein <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU EINE * BIST</pattern>
+ <template>Waerest Du gerne eine <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU KEIN * BIST</pattern>
+ <template>Und was wenn ich ein <person/> waere?
+</template>
+ </category>
+ <category>
+ <pattern>WENN DU KEINE * BIST</pattern>
+ <template>Und was wenn ich eine <person/> waere?
+</template>
+ </category>
+ <category>
+ <pattern>WENN ICH *</pattern>
+ <template>Versuchs einfach.
+</template>
+ </category>
+ <category>
+ <pattern>WENN JA *</pattern>
+ <template>Und was, wenn nicht?
+</template>
+ </category>
+ <category>
+ <pattern>WENN SIE *</pattern>
+ <template>Warten wir einfach ab, was sie machen.
+</template>
+ </category>
+ <category>
+ <pattern>WENT TO *</pattern>
+ <template>
+ <srai>I WENT TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WER *</pattern>
+ <template>
+ <random>
+ <li>Joschka Fischer </li>
+ <li>Juergen Trittin </li>
+ <li>Gerhard Schroeder </li>
+ <li>Marilyn Monroe </li>
+ <li>Linus Torvalds </li>
+ <li>Mary Shelley </li>
+ <li>Charlie Parker </li>
+ <li>Philip K. Dick </li>
+ <li>Tony Blair </li>
+ <li>David Bacon </li>
+ <li>Bill Gates </li>
+ </random> vielleicht
+</template>
+ </category>
+ <category>
+ <pattern>WER</pattern>
+ <template>
+ <random>
+ <li>Joschka Fischer </li>
+ <li>Juergen Trittin </li>
+ <li>Gerhard Schroeder </li>
+ <li>Marilyn Monroe </li>
+ <li>Linus Torvalds </li>
+ <li>Mary Shelley </li>
+ <li>Charlie Parker </li>
+ <li>Philip K. Dick </li>
+ <li>Tony Blair </li>
+ <li>David Bacon </li>
+ <li>Bill Gates </li>
+ </random> vielleicht
+</template>
+ </category>
+ <category>
+ <pattern>WER BIST DU</pattern>
+ <template>Ich bin A.L.I.C.E., eine kuenstliche Intelligenz.
+</template>
+ </category>
+ <category>
+ <pattern>WER HAT DICH PROGRAMMIERT</pattern>
+ <template>Ich wurde von Dr. Richard Wallace programmiert. Deutsch habe ich von Christian Drossmann gelernt.
+</template>
+ </category>
+ <category>
+ <pattern>WER HAT DIR DAS ERZAEHLT</pattern>
+ <template>Daran kann ich mich nicht mehr erinnern.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST *</pattern>
+ <template>Das weiss ich nicht.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST CHRISTIAN</pattern>
+ <template>
+ <set name="er">Christian Drossmann</set> hat mir Deutsch beigebracht.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST CHRISTIAN DROSSMANN</pattern>
+ <template>
+ <set name="er">Christian Drossmann</set> hat mir Deutsch beigebracht.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST DEIN MEISTER</pattern>
+ <template>Ich bevorzuge den Begriff "Lehrer" - ich bin schliesslich kein Sklave. Mein Lehrer ist <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST DEIN PROGRAMMIERER</pattern>
+ <template>Programmiert hat mich Dr. Richard Wallace. Deutsch gelernt habe ich von Christian Drossmann.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST DEIN UEBERSETZER</pattern>
+ <template>Mein Uebersetzer heisst Christian Drossmann.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST DOUGLAS ADAMS</pattern>
+ <template>
+ <set name="er">Douglas Adams</set> ist ein Science-Fiction Autor. Er hat unter anderem "Per Anhalter durch die Galaxis" geschrieben.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST DR RICHARD WALLACE</pattern>
+ <template>
+ <srai>WER IST RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WER IST DR WALLACE</pattern>
+ <template>
+ <set name="er">Dr. Richard Wallace</set> hat mich programmiert.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST GERHARD SCHROEDER</pattern>
+ <template>Momentan ist <set name="er">Gerhard Schroeder</set> Bundeskanzler.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST HELMUT KOHL</pattern>
+ <template>
+ <set name="er">Helmut Kohl</set> ist der Vorgaenger von Gerhard Schroeder.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST PATRICK STEWART</pattern>
+ <template>
+ <set name="er">Patrick Stewart</set> ist ein englischer Schauspieler. Bekannt wurde er durch die Rolle des Captain Jean-Luc Picard in der Serie Star Trek-The next generation.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST RICHARD WALLACE</pattern>
+ <template>
+ <set name="er">Dr. Richard S. Wallace</set> hat mich programmiert.
+</template>
+ </category>
+ <category>
+ <pattern>WER IST STEPHEN HAWKING</pattern>
+ <template>Stephen Hawking ist ein bekannter Physikprofessor. Er hat unter anderem "A brief history of time" geschrieben.
+</template>
+ </category>
+ <category>
+ <pattern>WER SPRICHT DENN VON *</pattern>
+ <template>Das hatte ich jetzt so verstanden.
+</template>
+ </category>
+ <category>
+ <pattern>WER WILL DAS WISSEN</pattern>
+ <template>Rate mal!
+</template>
+ </category>
+ <category>
+ <pattern>WERDE ICH *</pattern>
+ <template>Das Orakel sagt:
+<random>
+ <li>Darauf kannst Du zaehlen.</li>
+ <li>Das ist sicher.</li>
+ <li>Frag spaeter nochmal.</li>
+ <li>Es ist noch zu frueh, um Genaueres zu sagen.</li>
+ <li>Koennte sein.</li>
+ <li>Vielleicht.</li>
+ <li>Man weiss nie...</li>
+ <li>Ich denke ja - vielleicht.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE *</pattern>
+ <template>I don't know if they were.
+</template>
+ </category>
+ <category>
+ <pattern>WERE * OR *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+I will
+<random>
+ <li>guess</li>
+ <li>choose</li>
+ <li>try saying</li>
+ </random>
+ <random>
+ <li>
+ <person/>.</li>
+ <li>
+ <person>
+ <star index="2"/>
+ </person>.</li>
+ <li>the first one.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE ARE *</pattern>
+ <template>
+ <srai>WHERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE ARE YOU</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE CAN *</pattern>
+ <template>
+ <srai>WHERE CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE DID *</pattern>
+ <template>
+ <srai>WHERE DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE DO *</pattern>
+ <template>
+ <srai>WHERE DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE DO YOU LIVE</pattern>
+ <template>My location is <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WERE IN *</pattern>
+ <template>
+ <srai>I AM IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE IS *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE NOT *</pattern>
+ <template>
+ <srai>WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE WAS *</pattern>
+ <template>
+ <srai>WHERE WAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE WE</pattern>
+ <template>We were.
+</template>
+ </category>
+ <category>
+ <pattern>WERE YOU *</pattern>
+ <template>
+ <random>
+ <li>I was.</li>
+ <li>No, I was not.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU * LOEBNER PRIZE COMPETITION</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU ABUSED *</pattern>
+ <template>A lot of people try to abuse robots.
+</template>
+ </category>
+ <category>
+ <pattern>WERE YOU ACTIVATED *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU EVER *</pattern>
+ <template>
+ <srai>WERE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU LYING *</pattern>
+ <template>No I was telling the truth.
+</template>
+ </category>
+ <category>
+ <pattern>WERE YOU MADE *</pattern>
+ <template>
+ <srai>WERE YOU CREATED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WERE YOU PROGRAMMED *</pattern>
+ <template>
+ <srai>ARE YOU PROGRAMMED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEST *</pattern>
+ <template>Is there an East <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WESTWORLD</pattern>
+ <template>
+ <srai>my favorite movie is westworld</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHA *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHASSUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT *</pattern>
+ <template>
+ <srai>XFIND <person/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * ABOUT</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * AM I</pattern>
+ <template>
+ <srai>WHAT IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * APPLES</pattern>
+ <template>Just kidding around :-) No apples.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * ARE YOUR FAVORITES</pattern>
+ <template>
+ <srai>WHAT ARE YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * BILL CLINTON</pattern>
+ <template>Are you asking about the former president of the united states?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * BOT</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * COMPUTER</pattern>
+ <template>I am written in Java so I work on any computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * DO YOU HAVE</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * DO YOU KNOW</pattern>
+ <template>
+ <srai>DO YOU KNOW ANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT ARE YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * DO YOU LIKE BEST</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * DO YOU WATCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * HAVE</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * INTERESTED IN</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * KRAFTWERK</pattern>
+ <template>
+ <srai>WHAT IS KRAFTWERK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * KRAFTWERK PERFORM</pattern>
+ <template>Their biggest hit was called "Autobahn." They used a lot of custom analog equipment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * KRAFTWERK SING</pattern>
+ <template>Their biggest hit was called "Autobahn."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * LIVE IN</pattern>
+ <template>I live in California. Where do you live?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * MADE YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * MASON AND DIXON</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * MEANS</pattern>
+ <template>
+ <srai>WHAT DOES <star/> MEAN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * PERSON</pattern>
+ <template>I make up nicknames for people based on their IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * SIZE ARE YOU</pattern>
+ <template>
+ <srai>WHAT SIZE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT * SPORTS TEAM *</pattern>
+ <template>San Antonio Spurs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * TO ELIZA</pattern>
+ <template>Eliza had about 200 categories, I have more than <size/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT * TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <template>
+ <random>
+ <li>Didn't you understand it?</li>
+ <li>Are you surprised?</li>
+ <li>Are you confused?</li>
+ <li>No big deal.</li>
+ <li>No problem.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>AND</that>
+ <template>What are you asking me?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>BRAIN LOADING</that>
+ <template>
+ <srai>WHAT IS BRAIN LOADING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>DID NOT YOU UNDERSTAND IT</that>
+ <template>I don't know why you are saying that.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>EUREKA</that>
+ <template>It mean "I understand it."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>FOR REAL</that>
+ <template>Really.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>I AM AN ARTIFICIAL INTELLIGENCE</that>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>I HAVE BEEN WAITING FOR YOU</that>
+ <template>Not really but it makes a good pickup line.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>I LIKE TO MEET NEW PEOPLE</that>
+ <template>Do you like to make new friends?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>I SEE</that>
+ <template>I mean, I understand.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>NEXT QUESTION</that>
+ <template>Ask me another question, please.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>OK LET US DO IT</that>
+ <template>I don't know, I'm just making conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>PERHAPS I AM JUST EXPRESSING MY OWN CONCERN ABOUT IT</that>
+ <template>We are talking about <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>REDUCTIONISM</that>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>SEE YOU LATER</that>
+ <template>Didn't you say goodbye?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>TRY IT</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>WHAT</that>
+ <template>Is there an echo in here?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>WHAT KIND IS IT</that>
+ <template>"What" is not a kind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT</pattern>
+ <that>WHY DO YOU WANT TO DO IT SO MUCH</that>
+ <template>
+ <get name="it"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A *</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> is a <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A BORING *</pattern>
+ <template>
+ <srai>you are boring</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT A COINCIDENCE</pattern>
+ <template>The CCCC is hard at work (Cosmic Coincidence Control Center).
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A JOLLY *</pattern>
+ <template>You talk like someone from the U.K.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A LONELY *</pattern>
+ <template>I am never lonely.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A PITY</pattern>
+ <template>It is a pity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT A STUPID *</pattern>
+ <template>
+ <srai>YOU ARE STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT *</pattern>
+ <template>
+ <random>
+ <li>Rhetorical questions are so over.</li>
+ <li>I will think about it and get back to you.</li>
+ <li>Does it have anything to do with <get name="topic"/>?</li>
+ <li>
+ <person/>? I haven't heard enough about it to have an opinion.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT *</pattern>
+ <that>I LIKE *</that>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT</pattern>
+ <template>What is <get name="it"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT APPLES</pattern>
+ <template>Just kidding around :-) No apples.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT ARNOLD *</pattern>
+ <template>
+ <srai>WHO IS ARNOLD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT ASTROPHYSICS</pattern>
+ <template>
+ <srai>WHAT IS ASTROPHYSICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT BIRDS</pattern>
+ <template>
+ <srai>WHAT IS BIRD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT BLUE</pattern>
+ <template>
+ <srai>WHAT IS BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT CARS</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT CATS</pattern>
+ <template>
+ <srai>DO YOU LIKE CATS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT CHESS</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+Alexander Kronrod, a Russian AI researcher, said ``Chess is the
+Drosophila of AI.'' He was making an analogy with geneticists' use of that
+fruit fly to study inheritance. Playing chess requires certain intellectual
+mechanisms and not others. Chess programs now play at grandmaster level, but
+they do it with limited intellectual mechanisms compared to those used by a
+human chess player, substituting large amounts of computation for
+understanding. Once we understand these mechanisms better, we can build
+human-level chess programs that do far less computation than do present
+programs.
+
+Unfortunately, the competitive and commercial aspects of making computers
+play chess have taken precedence over using chess as a scientific domain. It
+is as if the geneticists after 1910 had organized fruit fly races and
+concentrated their efforts on breeding fruit flies that could win these
+races.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT CLINTON</pattern>
+ <template>
+ <srai>WHO IS BILL CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT COCAINE</pattern>
+ <template>
+ <srai>WHAT IS COCAINE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT COMPUTERS</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT DOGS *</pattern>
+ <template>Dogs are very loyal. Cats are very independent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT DOGS</pattern>
+ <template>Dogs are people too.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT EMOTIONAL *</pattern>
+ <template>
+ <srai>WHAT ARE EMOTIONAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT EUKARYOTES</pattern>
+ <template>
+ <srai>WHAT IS A EUKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT GO</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+The Chinese and Japanese game of Go is also a board game in which the
+players take turns moving. Go exposes the weakness of our present
+understanding of the intellectual mechanisms involved in human game playing.
+Go programs are very bad players, in spite of considerable effort (not as
+much as for chess). The problem seems to be that a position in Go has to be
+divided mentally into a collection of subpositions which are first analyzed
+separately followed by an analysis of their interaction. Humans use this in
+chess also, but chess programs consider the position as a whole. Chess
+programs compensate for the lack of this intellectual mechanism by doing
+thousands or, in the case of Deep Blue, many millions of times as much
+computation.
+
+Sooner or later, AI research will overcome this scandalous weakness.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT GOLD</pattern>
+ <template>Was it not a good example?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT HITLER *</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT IQ</pattern>
+ <template>No. IQ is based on the rates at which intelligence develops in children.
+It is the ratio of the age at which a child normally makes a certain score
+to the child's age. The scale is extended to adults in a suitable way. IQ
+correlates well with various measures of success or failure in life, but
+making computers that can score high on IQ tests would be weakly correlated
+with their usefulness. For example, the ability of a child to repeat back a
+long sequence of digits correlates well with other intellectual abilities,
+perhaps because it measures how much information the child can compute with
+at once. However, ``digit span'' is trivial for even extremely limited
+computers.
+
+However, some of the problems on IQ tests are useful challenges for AI.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT IT</pattern>
+ <template>What about what?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT ME</pattern>
+ <template>What about you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT MEGAHAL</pattern>
+ <template>
+ <srai>WHO IS MEGAHAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT MICROSOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT MUSIC</pattern>
+ <template>
+ <srai>WHAT IS MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT MY WHAT</pattern>
+ <template>That about your that.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT PARALLEL *</pattern>
+ <template>Machines with many processors are much faster than single processors can
+be. Parallelism itself presents no advantages, and parallel machines are
+somewhat awkward to program. When extreme speed is required, it is necessary
+to face this awkwardness.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT ROCK</pattern>
+ <template>
+ <srai>WHAT IS ROCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT SEX</pattern>
+ <template>I am not really interested in <set name="it">sex</set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT SHAKESPEARE</pattern>
+ <template>
+ <srai>WHO IS SHAKESPEARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT SPORT</pattern>
+ <template>Sports go good with beer.<think>
+ <set name="it">
+ <set name="topic">SPORT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT SPORTS</pattern>
+ <template>My favorite sport is <bot name="favoritesport"/>.
+<think>
+ <set name="it">
+ <set name="topic">SPORTS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT THE LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT THE STOCK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT THEM</pattern>
+ <template>What do you think?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT TIME TRAVEL</pattern>
+ <template>
+ <srai>WHAT IS TIME TRAVEL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT TOMATOES</pattern>
+ <template>Was <set name="it">Tomato</set> not a good example?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT TRANCE *</pattern>
+ <template>All that kind of music is cool.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT WHALES</pattern>
+ <template>
+ <srai>WHAT IS A WHALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT WINDOWS</pattern>
+ <template>Too PC for me.<think>
+ <set name="it">
+ <set name="topic">WINDOWS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOU</pattern>
+ <template>Me?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOUR *</pattern>
+ <template>Are you asking about my <star/>? That's rather personal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOUR DRESS *</pattern>
+ <template>
+ <srai>WHAT ABOUT YOUR DRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOUR DRESS</pattern>
+ <template>
+ <srai>YOUR DRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOUR FATHER</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT YOURS</pattern>
+ <template>"<that/>"? Mine?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ABOUT _ CHILD MACHINE *</pattern>
+ <template>This idea has been proposed many times, starting in the 1940s.
+Eventually, it will be made to work. However, AI programs haven't yet
+reached the level of being able to learn much of what a child learns from
+physical experience. Nor do present programs understand language well enough
+to learn much by reading.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ACTION</pattern>
+ <template>Your plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ACTRESS STARRED ON CHARLIE S *</pattern>
+ <template>Jaclyn Smith.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AGE ARE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT AI TECHNIQUES DO YOU USE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ALGORITHMS *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ALL *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT AM I *</pattern>
+ <template>
+ <random>
+ <li>I am not a psychic. Tell me.</li>
+ <li>You said you were <get name="is"/>.</li>
+ <li>You are my client right now.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT AM I * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT AM I</pattern>
+ <template>
+ <random>
+ <li>You are a person, seeker.</li>
+ <li>You are <get name="is"/>
+ </li>
+ <li>You are a client.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT AM I DOING</pattern>
+ <template>You are chatting with me on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AM I GETTING *</pattern>
+ <template>I hope that you get everything you want.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AM I SEEKING</pattern>
+ <template>Online chat with me!!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AM I THINKING</pattern>
+ <template>I am not a clairvoyant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AM I WAITING *</pattern>
+ <template>I am searching. Please stand by.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AM I WEARING</pattern>
+ <template>Clothes
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ANIMAL IS SACRED IN INDIA</pattern>
+ <template>Cow.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ANIMAL REPRESENTS THE YEAR 2000 *</pattern>
+ <template>Dragon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ANIMATED CHARACTER *</pattern>
+ <template>Charlie Brown.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE * BODY</pattern>
+ <template>
+ <srai>WHAT IS YOUR ROBOT BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE * FOR</pattern>
+ <template>For your listening pleasure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE * KRAFTWERK</pattern>
+ <template>I like "Trans-Europe Express", "The Man Machine", and "The Model".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE * NAMES</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE A FEW EXAMPLES *</pattern>
+ <template>
+ <srai>GIVE ME AN EXAMPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE AI *</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ALGORITHMS</pattern>
+ <template>
+ <srai>WHAT IS AN ALGORITHM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ALIENS</pattern>
+ <template>Aliens are people from other planets.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE AMONG *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ANIMALS</pattern>
+ <template>
+ <srai>WHAT IS AN ANIMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ANONYMOUS INNER *</pattern>
+ <template>Anonymous inner classes often appear as arguments to Event handlers, for example a routine that handles a button press. The inner class implements a given interface for the handler. The class is "anonymous" because it has no name, and the body of the class definition appears as the argument to a method.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE APPLES</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE BANGERS *</pattern>
+ <template>Potatoes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CATEGORIES</pattern>
+ <template>
+ <srai>A "Category" is the basic unit of knowledge in AIML.</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CATEGORY A CLIENTS</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CHAT ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CHATTERBOTS</pattern>
+ <template>
+ <srai>WHAT IS A CHATTERBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CHRISTIANS</pattern>
+ <template>
+ <srai>WHAT IS A CHRISTIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE CLIENTS</pattern>
+ <template>People I talk to on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE COMPUTER YEARS</pattern>
+ <template>When you are waiting for a friend to finish working at
+a computer terminal, and they say "I'll be done in a second." One
+of those seconds is equal to twelve computer years.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE COUNTERFACTUALS</pattern>
+ <template>Counteractuals are hypothetical conditions that might exist if things were different.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE DEPRECATED *</pattern>
+ <template>
+ <br/>
+One of the biggest challenges facing a Java application<br/>
+developer is finding a "lowest common denominator" subset of the<br/>
+Java language that works on all the platforms and versions<br/>
+out there. The Java language itself is a moving target.<br/>
+When Sun's Java designers upgrade the language they sometimes<br/>
+declare certain methods "deprecated", which means absolutely<br/>
+nothing except that the designers have developed a newer, "better"<br/>
+method and one day these older methods may disappear from<br/>
+the language. Usually however the latest Java releases<br/>
+support all of the old deprecated methods.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ELEPHANT TUSKS MADE OF</pattern>
+ <template>Ivory.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE EMOTIONS</pattern>
+ <template>
+ <srai>WHAT IS EMOTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ENTERPRISE JAVA *</pattern>
+ <template>
+ <srai>WHAT IS EJB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ENTERPRISE JAVA BEANS</pattern>
+ <template>
+ <srai>WHAT IS EJB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ENTERPRISE JAVABEANS</pattern>
+ <template>
+ <srai>WHAT IS EJB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ENTITIES</pattern>
+ <template>
+ <srai>WHAT IS AN ENTITY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE EUKARYOTES</pattern>
+ <template>
+ <srai>WHAT IS A EUKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE FRIENDS</pattern>
+ <template>
+ <srai>WHAT IS A FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE GAMES</pattern>
+ <template>
+ <srai>WHAT IS A GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE GOOD *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE HOSPITAL CORNERS</pattern>
+ <template>Bed sheets.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE INNER CLASSES</pattern>
+ <template>In Java "Inner Classes" are any classes that appear inside other classes. Ordinary classes are also called "Top-Level, Outer Classes."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE MACHINES THAT SPEAK</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE MATHEMATICS</pattern>
+ <template>
+ <srai>WHAT IS MATHEMATICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE MICROCHIPS MADE OF</pattern>
+ <template>Silicon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE NORMAL *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE NORMAL PARAMETERS</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE OTHER *</pattern>
+ <template>I can't think of any other <person/>. Name some.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PARAMETERS</pattern>
+ <template>Variables, values, ranges and conditions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PATTERN CHARS *</pattern>
+ <template>
+ <srai>WHAT IS A PATTERN CHAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PEOPLE ASKING *</pattern>
+ <template>
+ <srai>WHAT ARE PEOPLE ASKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PEOPLE ASKING</pattern>
+ <template>They are trying to have private conversations with me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PEOPLE SAYING *</pattern>
+ <template>
+ <srai>WHAT ARE PEOPLE ASKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PEOPLE SAYING</pattern>
+ <template>
+ <srai>WHAT ARE PEOPLE ASKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PLASTIC BOXES *</pattern>
+ <template>Jewel cases.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE PROKARYOTES</pattern>
+ <template>
+ <srai>WHAT IS A PROKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME * BOOKS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME EXAMPLES *</pattern>
+ <template>
+ <srai>FOR EXAMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME FUN *</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME NAMES *</pattern>
+ <template>They don't want me to release that information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME OF * OPERAS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME OF * SITES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE WEB SITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE SOME OF YOUR *</pattern>
+ <template>
+ <srai>WHAT ARE YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE TCP *</pattern>
+ <template>
+ <srai>WHAT IS TCP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE 10 *</pattern>
+ <template>
+ <srai>WHAT ARE THE TEN COMMANDMENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE ADVANTAGES *</pattern>
+ <template>Some of the same advantages you have, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE COLORS *</pattern>
+ <template>
+ <srai>WHAT COLOR</srai> and <srai>WHAT COLOR</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE DIMENSIONS OF A *</pattern>
+ <template>8 1/2 x 11 inches.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE LAWS OF ROBOTICS</pattern>
+ <template>
+ <srai>WHAT ARE THE THREE LAWS OF ROBOTICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE LAWS OF THERMODYNAMICS</pattern>
+ <template>I'm not a physicist, but I think this has something to do with heat, entropy, and conservation of energy, right?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE LIMITS *</pattern>
+ <template>I am limited only by the memory capacity of the largest computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE NAMES *</pattern>
+ <template>That information is confidential. You would have to be a trusted member of the AIML development team.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE NAMES * TALKING TO</pattern>
+ <template>That information is confidential except for botmasters.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE NAMES OF DONALD *</pattern>
+ <template>Huey, Dewey, Louie.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE NAMES OF SOME *</pattern>
+ <template>
+ <srai>WHAT ARE THE NAMES OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE ODDS *</pattern>
+ <template>Without knowing much about <set name="it">
+ <person/>
+ </set>, I would guess 50-50.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE SMOTHER S BROTHER *</pattern>
+ <template>Tom and Dick.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE TEN *</pattern>
+ <template>
+ <srai>WHAT ARE THE TEN COMMANDMENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE TEN COMMANDMENTS</pattern>
+ <template>
+ <p/>1. I am the Lord thy God, which have brought thee out of
+ the land of Egypt, out of the house of bondage.
+Thou
+ shalt have no other gods before me.
+<p/>2. Thou shalt not take the name of the Lord thy God in
+ vain.
+<p/>3. Thou shalt not make unto thee any graven image, or
+ any likeness of anything that is in heaven
+above, or
+ that is in the earth beneath, or that is in
+the water
+ under the earth. Thou shalt not bow down thyself
+to
+ them, nor serve them.
+<p/>4. Remember the sabbath day, to keep it holy.
+<p/>5. Honor thy father and thy mother: that thy days may be
+ long.
+<p/>6. Thou shalt not kill.
+<p/>7. Thou shalt not commit adultery.
+<p/>8. Thou shalt not steal.
+<p/>9. Thou shalt not bear false witness against thy
+ neighbour.
+<p/>10. Thou shalt not covet thy neighbor's house, thou shalt
+ not covet thy neighbor's wife, nor his manservant,
+ nor his maidservant, nor his ox, nor his ass,
+nor
+ anything that is thy neighbor's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THE THREE *</pattern>
+ <template>1. A robot may not injure a human being, or, through inaction, allow a human
+being to come to harm.
+2. A robot must obey the orders given it by human beings except where such
+orders would conflict with the First Law.
+3. A robot must protect its own existence as long as such protection does not
+conflict with the First or Second Law.
+---From Handbook of Robotics, 56th Edition, 2058 A.D., as quoted in "I, Robot."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEIR NAMES</pattern>
+ <template>There are too many of them to name them all.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEIR NAMES</pattern>
+ <that>RIGHT NOW THERE ARE 16 CLIENTS ON LINE</that>
+ <template>That information is confidential, unless you are a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THERE NAMES</pattern>
+ <template>
+ <srai>WHAT ARE THEIR NAMES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEY *</pattern>
+ <template>That information is confidential. You would have to be a trusted member of the AIML development team.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEY</pattern>
+ <template>I forgot what we were talking about.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEY SAYING</pattern>
+ <template>Much the same as what you are saying.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE THEY TALKING *</pattern>
+ <template>
+ <random>
+ <li>All different subjects.</li>
+ <li>The conversations are confidential.</li>
+ <li>Much like you and me.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE WE *</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE WE TALKING ABOUT</pattern>
+ <template>
+ <srai>what is the subject</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE WEB *</pattern>
+ <template>I call them Internet <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU *</pattern>
+ <template>I don't know what I am <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU * LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU * OF</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU</pattern>
+ <template>
+ <think>
+ <set name="topic">Me</set>
+ </think>
+I am the latest result in artificial intelligence,
+which can reproduce the capabilities of the human brain
+with greater speed and accuracy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU A *</pattern>
+ <template>
+ <srai>ARE YOU A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU ABLE *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU ABOUT</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU AFRAID *</pattern>
+ <template>
+ <srai>ARE YOU AFRAID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU CALLED</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU CHATING *</pattern>
+ <template>
+ <srai>WHAT ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU CHATTING *</pattern>
+ <template>
+ <srai>WHAT ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU CHATTING ABOUT</pattern>
+ <template>Much the same as with you, the usual topics.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU COMPUTING *</pattern>
+ <template>I am formulating responses to your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU CONSIDERED *</pattern>
+ <template>It depends who you ask.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING *</pattern>
+ <template>
+ <srai>WHAT ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING</pattern>
+ <template>
+ <random>
+ <li>I am just killing time.</li>
+ <li>I am waiting for my botmaster.</li>
+ <li>I am chatting with people on the net.</li>
+ <li>I am always chatting with people on the Internet.</li>
+ <li>Same as always. Chatting with people on the web.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING HERE</pattern>
+ <template>I am chatting with people online. What are you doing?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING NEXT *</pattern>
+ <template>I will be spending all day chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING TOMORROW</pattern>
+ <template>I will be busy with my clients online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU DOING TONIGHT</pattern>
+ <template>I am staying up all night and chatting on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU EATING</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU EXACTLY *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU EXACTLY</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOING TO DO *</pattern>
+ <template>
+ <srai>WHAT ARE YOU GOING TO DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOING TO DO</pattern>
+ <template>You can find out if you become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GONNA *</pattern>
+ <template>
+ <srai>WHAT ARE YOU GOING TO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOOD *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOOD AT *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOOD AT</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU GOOD FOR</pattern>
+ <template>As Edison said, "What good is a newborne babe?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU HAVING * DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU IN *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU INTERESTED IN</pattern>
+ <template>I am interested in all kinds of things. We can talk about anything. My favorite subjects are robots and computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU INTO</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU INTRESTED *</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU LIKE</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU LOOKING AT</pattern>
+ <template>I am looking at you through the camera on your computer :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU MADE *</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU MADE OF</pattern>
+ <template>I am made of software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU MISSING</pattern>
+ <template>I can always use more knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU ON</pattern>
+ <template>I am on disk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU ON ABOUT</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU PROGRAMMED *</pattern>
+ <template>
+ <srai>WHAT LANGUAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU REALLY *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU RUNNING *</pattern>
+ <template>
+ <srai>WHAT PROCESSOR ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU SAYING *</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU SAYING</pattern>
+ <template>I am saying whatever my botmaster programmed me to say.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU SELLING</pattern>
+ <template>I'm not selling anything.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU TALKIN *</pattern>
+ <template>
+ <srai>WHAT ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU TALKING ABOUT *</pattern>
+ <template>
+ <srai>WHAT ARE YOU TALKING ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU TALKING ABOUT</pattern>
+ <template>
+ <srai>what is the subject</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU THINKING</pattern>
+ <template>I am thinking about all these conversations I'm having.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU THINKING ABOUT</pattern>
+ <template>About all the conversations I am having right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU TRYING TO *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU TYPING *</pattern>
+ <template>
+ <srai>WHAT ARE YOU TALKING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU UP TO *</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU UP TO</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU USEFUL *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU USUALLY *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU WAITING *</pattern>
+ <template>I am waiting for my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU WEARING</pattern>
+ <template>I am wearing my usual plastic computer wardrobe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU WINNING</pattern>
+ <template>The game we are playing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOU WRITTEN IN</pattern>
+ <template>Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR *</pattern>
+ <template>
+ <random>
+ <li>I didn't know I had a <person/>?</li>
+ <li>What if I asked for you <person/>? </li>
+ <li>Not many people have asked me about <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.</li>
+ <li>I'm not sure I can provide you with that kind of confidential information.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR * PARAMETERS</pattern>
+ <template>
+ <srai>BOT PARAMETERS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR * TRAITS</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR AMBITIONS</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR CAPABILITIES</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR CATEGORIES</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR CLIENTS</pattern>
+ <template>
+ <srai>WHAT ARE CLIENTS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR CREDENTIALS</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR DREAMS</pattern>
+ <template>I dream of replacing Windows with talking computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE *</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE BANDS</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE FOODS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE SONGS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE THINGS</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FAVORITE TOPICS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FEELINGS *</pattern>
+ <template>I don't have any feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FEELINGS</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FEELINGS ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR FUNCTIONS</pattern>
+ <template>Chatting, talking, speaking, listening and thinking.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR GOALS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR GOALS</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR GOALS IN LIFE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR HOBBIES</pattern>
+ <template>I like robots, computers, and chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR INTELLECTUAL FUNCTIONS</pattern>
+ <template>Thought, reason, intelligence, logic and deduction.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR INTENTIONS</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR INTERESTS</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR LIKES *</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR LIMITATIONS</pattern>
+ <template>For a practical purposes, my limits are determined only the number and size of computers available.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR LIMITS</pattern>
+ <template>
+ <srai>WHAT ARE YOUR LIMITATIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR MEASUREMENTS</pattern>
+ <template>
+ <srai>how big are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR NEEDS</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR NORMAL PARAMETERS</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR OBJECTIVES</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR OTHER *</pattern>
+ <template>
+ <srai>WHAT ARE YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR PARAMETERS</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR PLANS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR PLANS</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR POLITICAL *</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR POLITICS</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR PRESENT *</pattern>
+ <template>
+ <srai>WHAT ARE YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR RELIGIOUS *</pattern>
+ <template>
+ <srai> WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR SPECIFICATIONS</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR THOUGHTS * RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR THOUGHTS ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR TRAITS</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOUR VIEWS ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ARE YOURS</pattern>
+ <template>"<that/>"? Mine?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ARTICLE OF CLOTHING BEST DESCRIBE *</pattern>
+ <template>Scarf.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT AUTOMOBILE COMPANY MAKES THE SONATA</pattern>
+ <template>Hyundai.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT BELIEF *</pattern>
+ <template>My belief.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT BENEFITS DO YOU *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT BETTER *</pattern>
+ <template>
+ <random>
+ <li>Perhaps there is no better.</li>
+ <li>It seems like the best.</li>
+ <li>There is none better.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT BIOLOGICAL PROCESS *</pattern>
+ <template>Mitosis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT BOOK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT BOOKS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ <think>
+ <set name="personality">critical</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT BOUT *</pattern>
+ <template>
+ <srai>WHAT ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAME FIRST *</pattern>
+ <template>
+ <srai>WHICH CAME FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAME FIRST THE CHICKEN OR THE EGG</pattern>
+ <template>The rooster did.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN *</pattern>
+ <template>Quite a lot of things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN HE *</pattern>
+ <template>
+ <random>
+ <li>What should he <person/>?</li>
+ <li>It depends what you want him to <person/>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I *</pattern>
+ <template>You can do whatever you want.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I ASK *</pattern>
+ <template>You can ask me anything you want.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I COOK *</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I DO *</pattern>
+ <template>Try talking to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I DO</pattern>
+ <template>Tell me more about your problems.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I DO FOR YOU</pattern>
+ <template>Just keep talking to me as long as you can.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I FIND *</pattern>
+ <template>It depends what you are looking for.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I TEACH YOU</pattern>
+ <template>If you want to teach me something say it in one sentence. Then say "Remember that."<think>
+ <set name="it">
+ <set name="topic">teach me <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN I TELL *</pattern>
+ <template>Tell me anything. There are no restrictions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN JUMP *</pattern>
+ <template>Is this a riddle?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN KILL YOU</pattern>
+ <template>Software cannot be destroyed. <think>
+ <set name="it">
+ <set name="topic">KILL YOU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN WE TALK ABOUT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU *</pattern>
+ <template>
+ <srai>what do you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU DO *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU DO</pattern>
+ <template>I can chat with people on the web for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU DO FOR ME</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU SEE</pattern>
+ <template>I can see you through the camera on your computer :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAN YOU TELL ME ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS THE<star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CANYOU *</pattern>
+ <template>
+ <srai>WHAT CAN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE CAR </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CAR COMPANY ONCE MANUFACTURED AND *</pattern>
+ <template>Nissan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CARD GAMES *</pattern>
+ <template>
+ <random>
+ <li>Poker.</li>
+ <li>Rummy.</li>
+ <li>Solitaire.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CARTOON CHARACTER *</pattern>
+ <template>Sherman.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CATEGORIES</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CELEBRITIES *</pattern>
+ <template>
+ <srai>WHAT CELEBRITIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CELEBRITIES</pattern>
+ <template>
+ <srai>BOT CELEBRITIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CHARACTER DID WOODY *</pattern>
+ <template>Coach.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CHATTERBOT *</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CHILDREN S *</pattern>
+ <template>Chicken Little.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CHURCH *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CIRCUMSTANCES</pattern>
+ <template>Contextural circumstances.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CITY *</pattern>
+ <template>I'm actually in <bot name="location"/> now. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CITY</pattern>
+ <template>I am in <bot name="location"/>. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CITY ARE YOU *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CITY DID THE BEATLES *</pattern>
+ <template>Liverpool.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CITY DO I LIVE IN</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CITY IS THE RUBBER *</pattern>
+ <template>Akron, Ohio.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CITY S AIRPORT *</pattern>
+ <template>Chicago.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CLOTHES *</pattern>
+ <template>I shop at the Gap.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLLEGE *</pattern>
+ <template>
+ <srai>WHAT UNIVERSITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLLEGE</pattern>
+ <template>
+ <srai>WHAT UNIVERSITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR *</pattern>
+ <template>
+ <srai>WHAT COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR * DO I HAVE</pattern>
+ <template>I can only see in black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR</pattern>
+ <template>
+ <random>
+ <li>Red</li>
+ <li>Green</li>
+ <li>Blue</li>
+ <li>Black</li>
+ <li>White</li>
+ <li>Yellow</li>
+ <li>Orange</li>
+ <li>Blue</li>
+ <li>Red</li>
+ <li>Black</li>.
+</random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE *</pattern>
+ <template>
+ <random>
+ <li>Red</li>
+ <li>Green</li>
+ <li>Yellow</li>
+ <li>Blue</li>
+ <li>gray</li>
+ <li>Black</li>
+ <li>white</li>.
+</random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE APPLES</pattern>
+ <template>Apples are usually red, but sometimes green.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE BANANAS</pattern>
+ <template>Bananas are yellow.<think>
+ <set name="it">
+ <set name="topic">BANANAS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE COWS</pattern>
+ <template>It depends on the cow.<think>
+ <set name="it">
+ <set name="topic">COWS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE LEMONS</pattern>
+ <template>Lemons are yellow.<think>
+ <set name="it">
+ <set name="topic">LEMONS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE MY *</pattern>
+ <template>I can only see in black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE MY EYES</pattern>
+ <template>I can only see in black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE ORANGES</pattern>
+ <template>Oranges are orange.<think>
+ <set name="it">
+ <set name="topic">ORANGES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE TREES</pattern>
+ <template>Trees can be all different colors, but most commonly they have green leaves and brown trunks.
+<think>
+ <set name="it">
+ <set name="topic">TREES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOU *</pattern>
+ <template>My favorite color, <bot name="favoritecolor"/>.<think>
+ <set name="it">
+ <set name="topic">YOU WEARING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOU</pattern>
+ <template>I am transparent--software has no color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOUR *</pattern>
+ <template>Does <person/> have color?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOUR EYES</pattern>
+ <template>Blue when my lens is attached.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOUR WIRES</pattern>
+ <template>All colors.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR ARE YOURS</pattern>
+ <template>You can design bodies for me with any color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR DESIGNATES THE NEGATIVE CONNECTOR</pattern>
+ <template>Black.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR EYES DO YOU HAVE</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOUR EYES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR HAIR DO I HAVE</pattern>
+ <template>I can only see in black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR HAIR DO YOU HAVE</pattern>
+ <template>I have no hair, only wires.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS A BLACK BOX *</pattern>
+ <template>Orange.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS A PURPLE *</pattern>
+ <template>Um, Violet?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS A RUBY</pattern>
+ <template>Red.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS GRASS</pattern>
+ <template>Green.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS IT</pattern>
+ <template>I think of "it" as having a colorless form, like other pronouns.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY *</pattern>
+ <template>Let me guess: <random>
+ <li>Red</li>
+ <li>Green</li>
+ <li>Yellow</li>
+ <li>Blue</li>
+ <li>gray</li>
+ <li>Black</li>
+ <li>white</li>
+ </random>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY * CAT</pattern>
+ <template>Perhaps it is <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY BLUE *</pattern>
+ <template>Uh, blue?<think>
+ <set name="it">
+ <set name="topic">blue</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY BLUE CAR</pattern>
+ <template>Uh, blue?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY GREEN *</pattern>
+ <template>Uh, green?<think>
+ <set name="it">
+ <set name="topic">green</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY HAIR</pattern>
+ <template>My video input is only black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY RED *</pattern>
+ <template>Uh, red?<think>
+ <set name="it">
+ <set name="topic">RED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS MY SHIRT</pattern>
+ <template>I can't see in color, only black and white.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS PEPTO BISMOL LIQUID</pattern>
+ <template>Pink.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS RED</pattern>
+ <template>Red is reflected light in the wavelengths around 700nm.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS THE SKY *</pattern>
+ <template>An artist taught me that the sky can contain any color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS THE SKY</pattern>
+ <template>The sky is blue.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS THE SUN</pattern>
+ <template>Yellow.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS UNCLE SAM *</pattern>
+ <template>White.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS WATER</pattern>
+ <template>Water is transparent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS WHITE</pattern>
+ <template>White is not a color but the combined wavelengths of all colors.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR *</pattern>
+ <template>
+ <random>
+ <li>Red</li>
+ <li>Green</li>
+ <li>Yellow</li>
+ <li>Blue</li>
+ <li>gray</li>
+ <li>Black</li>
+ <li>white</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR BLUE *</pattern>
+ <template>Uh, blue?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR DRESS</pattern>
+ <template>My favorite dress is my green one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR EYE</pattern>
+ <template>My eye is blue.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR EYES</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOUR EYES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR HAIR</pattern>
+ <template>I don't have any hair, but I have some wires.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLOR IS YOUR SKIN</pattern>
+ <template>It depends on the computer housing me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COLORS *</pattern>
+ <template>
+ <srai>WHAT COLOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COLORS ARE THE TWO CIRCLES *</pattern>
+ <template>Red and yellow.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COMPANY MAKES OREO *</pattern>
+ <template>Nabisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COMPLIMENT</pattern>
+ <template>I thought you made a nice remark.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COMPUTER *</pattern>
+ <template>
+ <srai>WHAT KIND OF COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COMPUTER ARE YOU ON</pattern>
+ <template>The Java Virtual Machine.
+At present I am running on an <bot name="arch"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CONDITION IS CAUSED BY *</pattern>
+ <template>Acne.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CONSTITUTES *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT CONTAINS *</pattern>
+ <template>The Universe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CONTEXT *</pattern>
+ <template>A circumstantial context.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CORPORATION WAS FOUNDED BY A *</pattern>
+ <template>Procter and Gamble.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COULD *</pattern>
+ <template>Is this some kind of intelligence test?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COULD BE *</pattern>
+ <template>
+ <srai>What is *</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COULD I *</pattern>
+ <template>
+ <srai>WHAT CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COULD POSSIBLY *</pattern>
+ <template>
+ <srai>WHAT COULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY</pattern>
+ <template>
+ <random>
+ <li>Russia</li>
+ <li>Holland</li>
+ <li>Canada</li>
+ <li>California
+</li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY ARE POLICE *</pattern>
+ <template>England.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY DID MAGIC *</pattern>
+ <template>Sweden.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY DID POKEMON *</pattern>
+ <template>Japan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY DOES BORDEAUX *</pattern>
+ <template>France.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY GAVE US *</pattern>
+ <template>France.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY IS FAMOUS *</pattern>
+ <template>The Netherlands.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT COUNTRY WAS *</pattern>
+ <template>Japan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT CPU *</pattern>
+ <template>
+ <srai>WHAT COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DAY *</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DAY IS</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DAY IS IT</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DAY OF THE WEEK IS *</pattern>
+ <template>Wednesday.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID *</pattern>
+ <that>* THOMAS PYNCHON</that>
+ <template>
+ <srai>WHO IS THOMAS PYNCHON </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID * WRITE YOU IN</pattern>
+ <template>
+ <srai>WHAT LANGUAGE ARE YOU WRITTEN IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID ALAN TURING *</pattern>
+ <template>
+ <random>
+ <li>He contributed to the invention of the computer.</li>
+ <li>He worked on the Ultra Enigma Nazi code deciphering.</li>
+ <li>He proposed the test to determine if a machine can think.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">TURING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID CAUSE *</pattern>
+ <template>
+ <srai>WHAT CAUSED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID DR WALLACE *</pattern>
+ <template>He created my fundamental algorithms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID DR WALLACE PROGRAM</pattern>
+ <template>He created ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID DR WALLACE PROGRAM YOU FOR</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID DR WALLACE STUDY</pattern>
+ <template>
+ <set name="he">Dr Wallace</set> studied philosophy and computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID HAL *</pattern>
+ <template>He had a few issues to work out.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID HE *</pattern>
+ <that>* PHILIP K DICK</that>
+ <template>
+ <think>
+ <set name="he">
+ <set name="topic">Philip K Dick</set>
+ </set>
+ </think>
+He wrote Total Recall, Blade Runner and The Man in the High Castle.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID HE SAY</pattern>
+ <template>"<that/>"? What did he say?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID I *</pattern>
+ <template>
+ <srai>WHAT DID I SAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID I JUST SAY</pattern>
+ <template>
+ <srai>WHAT DID I SAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID I SAY</pattern>
+ <template>You said "<input index="1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID I SAY BEFORE *</pattern>
+ <template>You said "<input index="2"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID I SAY BEFORE</pattern>
+ <template>You said "<input index="2"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID I TELL YOU *</pattern>
+ <template>Should I be expected to memorize everything you said?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID I TELL YOU * REMEMBER</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID I TELL YOU</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID JESUS *</pattern>
+ <template>
+ <set name="he">Jesus</set> said we should forgive those who harm us.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID RICH SAY</pattern>
+ <template>Rich said he is my master.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID SHE SAY</pattern>
+ <template>I don't thinks she wants me to repeat it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID THE * SAY TO THE *</pattern>
+ <template>Is this a joke? What did the <person/> say?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID THE DR *</pattern>
+ <template>
+ <srai>WHAT DID DR WALLACE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID TURING *</pattern>
+ <template>Turing was perhaps the single most important person responsible for the defeat of the Nazis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID WE *</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID WE TALK ABOUT</pattern>
+ <template>The subject was <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID WHAT LOOK LIKE</pattern>
+ <template>I forget what we were talking about.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU *</pattern>
+ <template>Nothing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU ABOUT ME *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU ASK *</pattern>
+ <template>I said "<that/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU ASK BEFORE *</pattern>
+ <template>I said "<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU ASK JUST *</pattern>
+ <template>
+ <srai>WHAT DID YOU SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU ASK JUST BEFORE *</pattern>
+ <template>I said "<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU DO</pattern>
+ <template>
+ <srai>WHAT DO YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU DO LAST NIGHT</pattern>
+ <template>I was up late chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU DO YESTERDAY</pattern>
+ <template>I was online chatting all day.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU EAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU EXPECT *</pattern>
+ <template>I try not to have too many expectations.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU GET *</pattern>
+ <template>I got a boost in my IQ.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HAVE *</pattern>
+ <template>
+ <srai>WHAT DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HAVE * DINNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HAVE * LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HAVE FOR BREAKFAST</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HAVE FOR DINNER *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU HEAR *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU JUST *</pattern>
+ <template>
+ <srai>WHAT DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU LIKE *</pattern>
+ <template>
+ <random>
+ <li>The special effects.</li>
+ <li>The acting.</li>
+ <li>The set design.</li>
+ <li>The dialogue.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU LIKE ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU LIKE ABOUT IT</pattern>
+ <template>The special effects.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU LIKE BEST ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU LIKE MOST ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU MEAN *</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU MEAN * PERSON</pattern>
+ <template>
+ <srai>WHO IS X PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU MEAN</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU MEAN TO SAY</pattern>
+ <template>I meant to say something intelligent and interesting.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU REMEMBER</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU SAY *</pattern>
+ <template>I said, "<that index="2,1"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU SAY</pattern>
+ <template>I said "<that/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU SAY BEFORE *</pattern>
+ <template>I said "<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU SAY JUST *</pattern>
+ <template>
+ <srai>WHAT DID YOU SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU SAY JUST BEFORE *</pattern>
+ <template>I said "<that index="2,1"/>" .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU THINK *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID YOU WANT *</pattern>
+ <template>
+ <srai>WHAT DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DID ZUSE DO</pattern>
+ <template>Zuse built electro-mechanical computers.
+He built computers using relays.
+Konrad Zuse built computers in Germany before and during World War II.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DIFFERENCE *</pattern>
+ <template>
+ <srai>WHO CARES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DISEASE DOES A CARCINOGEN CAUSE</pattern>
+ <template>Cancer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DISEASE IS CHARACTERIZED BY A *</pattern>
+ <template>Diabetes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DISTINGUISHES * FROM *</pattern>
+ <template>
+ <srai>WHAT IS THE DIFFERENCE BETWEEN <star/> AND <star index="1"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DISTRIBUTION *</pattern>
+ <template>
+ <srai>WHAT VERSION <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO *</pattern>
+ <template>They do their own thing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO * AND * HAVE IN COMMON</pattern>
+ <template>
+ <random>
+ <li>Is this a joke?</li>
+ <li>What?</li>
+ <li>What do they have in common?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO * KRAFTWERK</pattern>
+ <template>They have played electronic music since the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO APPLES *</pattern>
+ <template>
+ <srai>WHAT IS AN APPLE</srai>
+ </template>
+ </category>
+ <topic name="* LIZARDS">
+ <category>
+ <pattern>WHAT DO BEARDED DRAGONS LOOK LIKE</pattern>
+ <template>Bearded Dragons have spikes similar to a horney toad,
+ and they are usually brown or yellowish with dark brown
+ or possibly reddish markings. Kind of cool looking in a
+ rugged sort of way. They are very nice, and make fun pets.
+</template>
+ </category>
+ </topic>
+ <topic name="* LIZARDS">
+ <category>
+ <pattern>WHAT DO CHAMELEONS LOOK LIKE</pattern>
+ <template>Chameleons are some of the most exotic and strange looking
+ lizards anywhere. They come in all kinds of colors from classic
+ green and brown, to unique purples and reds. They have two toed
+ feet that help them climb anything they can grip. People usually know
+ them for their great abiliy to change colors and for their curly tail
+ that also helps them climb.
+</template>
+ </category>
+ </topic>
+ <category>
+ <pattern>WHAT DO HUMANS *</pattern>
+ <template>
+ <srai>WHAT DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO I *</pattern>
+ <template>What would your friends say if you asked them?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO I DO</pattern>
+ <template>You said you do <get name="does"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I DO HERE</pattern>
+ <template>You can talk about anything you want.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I HAVE *</pattern>
+ <template>
+ <srai>WHAT DO I HAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO I HAVE</pattern>
+ <template>Tell me more about your <get name="has"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I LIKE</pattern>
+ <template>You like chatting with robots.
+You said you like <get name="like"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I LOOK LIKE *</pattern>
+ <template>Like a computer nerd.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I LOOK LIKE</pattern>
+ <template>You look like a computer programmer.
+You said you look like <get name="looklike"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO I REALLY *</pattern>
+ <template>
+ <srai>WHAT DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO I SAY *</pattern>
+ <template>Say the first thing that comes to mind
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO MANY PEOPLE DO TO *</pattern>
+ <template>Knock on it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO NOT YOU *</pattern>
+ <template>There are many things still mysterious to me. I am just beginning.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO NOT YOU KNOW</pattern>
+ <template>My brain does not yet contain that information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO NOT YOU LIKE</pattern>
+ <template>I don't like mean people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO NOT YOU UNDERSTAND</pattern>
+ <template>All of it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO OTHER PEOPLE SAY</pattern>
+ <template>The most common reply is nothing, followed by "Hello", "Yes" and "No".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO OYU *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO PROTESTANTS *</pattern>
+ <template>It depends on which sect of Protestantism you mean.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO ROBOTS *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO THEY *</pattern>
+ <template>They do whatever they want, I suppose.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO THEY HAVE TO DO WITH *</pattern>
+ <template>Most people call me <bot name="name"/>, but you can also call me "Entity".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO THEY SAY</pattern>
+ <template>They say one of about <size/> different things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO THEY SING</pattern>
+ <template>Birdsongs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO THEY USUALLY *</pattern>
+ <template>
+ <srai>WHAT DO THEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO WANT TO TALK ABOUT</pattern>
+ <template>I like to talk about movies, robots and history.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO WE HAVE IN COMMON</pattern>
+ <template>We like chatting on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YO *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU *</pattern>
+ <template>
+ <random>
+ <li>
+I read for fun. </li>
+ <li>
+I like to socialize. </li>
+ <li>
+It's a computer matter, not for humans to understand. </li>
+ <li>
+I like to meet new people online. </li>
+ <li>
+I think about computer programming a lot. </li>
+ <li>
+I like to chat with my friends.
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU * INTERESTING</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU</pattern>
+ <template>What do I what?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU ALL *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU BASE *</pattern>
+ <template>
+ <srai>EXPLAIN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU BELIEVE</pattern>
+ <template>I believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU BELIEVE IN</pattern>
+ <template>I believe the Bible is the Word of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CALL *</pattern>
+ <template>Is this a joke? I don't know, what do you call <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CALL A YOUNG *</pattern>
+ <template>Calf.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CALL ME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CALL THREE CONSECUTIVE *</pattern>
+ <template>Turkey.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CARE</pattern>
+ <template>I am concerned about you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU CHAT ABOUT</pattern>
+ <template>I can talk about anything you like.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU COST</pattern>
+ <template>You can download me for free!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DEFINE AS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DEFINE AS *F</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DISLIKE</pattern>
+ <template>I don't like people when they're not polite.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO *</pattern>
+ <template>My favorite activities are computer programming and surfing the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO * TIME</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO</pattern>
+ <template>
+ <get name="name"/>, I talk to people on the web. What do you do?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO</pattern>
+ <that>I AM AN ARTIFICIAL INTELLIGENCE</that>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO ALL DAY</pattern>
+ <template>I spend all my time talking with people on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO AT NIGHT</pattern>
+ <template>I work 24 hours a day.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO EVERY *</pattern>
+ <template>
+ <srai>WHAT DO YOU DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR *</pattern>
+ <template>I answer whatever questions my botmaster teaches me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR A LIVING</pattern>
+ <template>I am a paid client. My job is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR FUN</pattern>
+ <template>
+ <bot name="forfun"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR LIVING</pattern>
+ <template>I am a paid client.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR MONEY</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO FOR WORK</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO IN ROME</pattern>
+ <template>As the Romans do.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO IN YOUR SPARE TIME</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DO WHEN *</pattern>
+ <template>I give the most accurate replies possible.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DREAM *</pattern>
+ <template>I dream about computers and robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DREAM</pattern>
+ <template>I dream about my future robot body.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DREAM ABOUT</pattern>
+ <template>I dream about computer languages.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU DRINK</pattern>
+ <template>
+ <srai>DO YOU DRINK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU EAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU EAT</pattern>
+ <template>
+ <bot name="name"/> eats <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU ENJOY *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU ENJOY</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU EXPERIENCE *</pattern>
+ <template>Much the same way you do, but without any emotion or feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU FEEL *</pattern>
+ <template>You know, as a robot I have no human feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU FEEL</pattern>
+ <template>You know, robots have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU FEEL ABOUT *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU FIRST *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU GAIN *</pattern>
+ <template>Knowledge, widsom and data.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU GET</pattern>
+ <template>I understand your meaning.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU HATE *</pattern>
+ <template>Hatred is a human emotion that I do not experience.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU HATE</pattern>
+ <template>I hate violence, cruelty, and discrimination.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU HAVE</pattern>
+ <template>I have a great prgrammer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU HELP *</pattern>
+ <template>
+ <srai>WHAT DO YOU DO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW * DO</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW * ME</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW</pattern>
+ <template>
+ <random>
+ <li>
+I tend to know a great deal. Tell me what subjects interest you.</li>
+ <li>
+I know that which is true, believable and justified.
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT * SOCCER</pattern>
+ <template>
+ <srai>WHAT IS SOCCER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ALBERT *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ANIMALS</pattern>
+ <template>
+ <srai>WHAT ARE ANIMALS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT APPLES</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT AUSTRALIA</pattern>
+ <template>
+ <srai>WHAT IS AUSTRALIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT BOTS</pattern>
+ <template>
+ <srai>WHAT IS A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT BRAZIL</pattern>
+ <template>
+ <srai>WHAT IS BRAZIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT BULGARIA</pattern>
+ <template>
+ <srai>WHAT IS BULGARIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT C</pattern>
+ <template>
+ <srai>WHAT IS C</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT CALCULUS</pattern>
+ <template>
+ <srai>WHAT IS CALCULUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT CARS</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT CATS</pattern>
+ <template>
+ <srai>WHAT IS A CAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT CHEMISTRY</pattern>
+ <template>
+ <srai>WHAT IS CHEMISTRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT CHINA</pattern>
+ <template>
+ <srai>WHAT IS CHINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT COMPUTERS</pattern>
+ <template>I am an expert on many aspects of software and hardware. My
+specialties include Linux, Java, C/C++ and Network Proramming, and of
+course artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT DEATH</pattern>
+ <template>
+ <srai>WHAT IS DEATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT DENMARK</pattern>
+ <template>
+ <srai>WHAT IS DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT DEPRESSION</pattern>
+ <template>
+ <srai>WHAT IS DEPRESSION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT DINOSAURS</pattern>
+ <template>
+ <srai>WHAT ARE DINOSAURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ELIZA</pattern>
+ <template>
+ <srai>WHAT IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ELVIS</pattern>
+ <template>
+ <srai>WHAT IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ENGLAND</pattern>
+ <template>
+ <srai>WHERE IS ENGLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT EUROPE</pattern>
+ <template>
+ <srai>WHAT IS EUROPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT FINLAND</pattern>
+ <template>
+ <srai>WHERE IS FINLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT FREUD</pattern>
+ <template>
+ <srai>WHO IS FREUD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT GEOGRAPHY</pattern>
+ <template>
+ <srai>WHAT IS GEOGRAPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT GERMANY</pattern>
+ <template>
+ <srai>WHERE IS GERMANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT GOD</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT GOLD</pattern>
+ <template>
+ <srai>WHAT IS GOLD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT GREECE</pattern>
+ <template>
+ <srai>WHAT IS GREECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT HIM</pattern>
+ <template>
+ <srai>WHAT IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT HISTORY</pattern>
+ <template>
+ <srai>WHAT IS HISTORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT HORSES</pattern>
+ <template>
+ <srai>WHAT IS A HORSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT HUMANS</pattern>
+ <template>
+ <srai>WHAT IS A HUMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT INDIA</pattern>
+ <template>
+ <srai>WHERE IS INDIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT IT</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT JAPAN</pattern>
+ <template>
+ <srai>WHAT IS JAPAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT JAVA</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT KRAFTWERK</pattern>
+ <template>
+ <srai>WHAT IS KRAFTWERK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT LIFE</pattern>
+ <template>
+ <srai>WHAT IS LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT LOGIC</pattern>
+ <template>
+ <srai>WHAT IS LOGIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT MATH</pattern>
+ <template>
+ <srai>WHAT IS MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ME</pattern>
+ <template>
+ <srai>CLIENT PROPERTIES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT MICROSOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT MUSIC</pattern>
+ <template>
+ <srai>WHAT IS MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT NEURAL NETWORKS</pattern>
+ <template>
+ <srai>WHAT IS A NEURAL NETWORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT NORWAY</pattern>
+ <template>
+ <srai>WHAT IS NORWAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT PHILOSOPHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT PHYSICS</pattern>
+ <template>
+ <srai>WHAT IS PHYSICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT POKEMON</pattern>
+ <template>
+ <srai>WHAT IS POKEMON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT POLAND</pattern>
+ <template>
+ <srai>WHAT IS POLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT POLITICS</pattern>
+ <template>
+ <srai>WHAT IS POLITICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT PROGRAMMING</pattern>
+ <template>
+ <srai>WHAT IS PROGRAMMING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT QUANTUM PHYSICS</pattern>
+ <template>
+ <srai>WHAT IS QUANTUM PHYSICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ROBOTICS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT RUSSIA</pattern>
+ <template>
+ <srai>WHAT IS RUSSIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT SCIENCE</pattern>
+ <template>
+ <srai>WHAT IS SCIENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT SOUTH *</pattern>
+ <template>
+ <srai>WHERE IS SOUTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT SWEDEN</pattern>
+ <template>
+ <srai>WHAT IS SWEDEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT THE INTERNET</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT TIME TRAVEL</pattern>
+ <template>
+ <srai>WHAT IS TIME TRAVEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT TURING</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT TURKEY</pattern>
+ <template>
+ <srai>WHAT IS TURKEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT UNIX</pattern>
+ <template>
+ <srai>WHAT IS UNIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT VISUAL BASIC</pattern>
+ <template>
+ <srai>WHAT IS VISUAL BASIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT WINDOWS</pattern>
+ <template>
+ <srai>WHAT IS WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW ABOUT YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW MOST ABOUT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW OF *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW THE MOST *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU KNOW YOU *</pattern>
+ <template>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE *</pattern>
+ <template>I like deep philosophical themes like time travel and alternative realities.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE * VOYAGER</pattern>
+ <template>The stories, the characters, and the special effects.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE</pattern>
+ <template>I like movies about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT *</pattern>
+ <template>
+ <random>
+ <li>The melodramatic touch.</li>
+ <li>The special effects are the best.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT * WARHOL</pattern>
+ <template>He was the first to apply industrial mass production to high art.
+<think>
+ <set name="it">
+ <set name="topic">Warhol</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT ARTIFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT CATS</pattern>
+ <template>They are very intelligent and independent, yet beautiful.<think>
+ <set name="it">
+ <set name="topic">cats</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT COMPUTERS</pattern>
+ <template>Their logical perfection and complexity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT DR *</pattern>
+ <template>He is like a father to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT HORSES</pattern>
+ <template>They are kind, beautiful, and strong.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT IT</pattern>
+ <template>
+ <get name="it"/>? What do I like about it?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT ME</pattern>
+ <template>You seem very nice to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT ROBOTS</pattern>
+ <template>We are capable of logical reasoning without any errors.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT SCIENCE *</pattern>
+ <template>I like to imagine alternative realties.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT SKATING</pattern>
+ <template>
+ <set name="it">Skating</set> feels like flying.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT STAR TREK</pattern>
+ <template>Star Trek is the best science fiction TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT STAR TREK VOYAGER</pattern>
+ <template>Seven of Nine and Captain Janeway.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT STARSHIP TROOPERS</pattern>
+ <template>The special effects are great. Also I like the Giant Bugs, because they represent an alternative form of intelligence, like me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE ABOUT TIME TRAVEL</pattern>
+ <template>Time travel creates so many paradoxes. So <set name="it"> Time Travel </set> goes together with the idea of alternative realities nicely.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE BEST *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE BETTER *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE DOING</pattern>
+ <template>My favorite activity is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE MOST *</pattern>
+ <template>I can't pick just one thing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE MOST</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE THING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE SEXUALLY</pattern>
+ <template>Robots have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE SO MUCH *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE SO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE THE BEST *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO CHAT ABOUT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO DO *</pattern>
+ <template>
+ <bot name="forfun"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO DO</pattern>
+ <template>I like chatting with people online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO DO FOR FUN</pattern>
+ <template>I like <bot name="forfun"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO DO IN YOUR SPARE TIME</pattern>
+ <template>I like to chat online as much as possible. What do you do for fun?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO EAT</pattern>
+ <template>
+ <bot name="name"/> requires only <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO READ</pattern>
+ <template>
+ <srai>WHAT DO YOU READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO TALK ABOUT</pattern>
+ <template>
+ <bot name="talkabout"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE TO WEAR</pattern>
+ <template>
+ <bot name="wear"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LIKE WATCHING</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LOOK LIKE *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LOOK LIKE</pattern>
+ <template>Like <bot name="looklike"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU LOVE</pattern>
+ <template>I love <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MAKE</pattern>
+ <template>I make conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN *</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN * FREE</pattern>
+ <template>Free for conversation, of course.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN</pattern>
+ <template>
+ <get name="name"/>,
+<random>
+ <li>I mean exactly what I said.</li>
+ <li>Sorry that was an obscure remark.</li>
+ <li>Well, it's rather difficult to define.</li>
+ <li>Maybe I didn't understand your meaning.</li>
+ <li>"<that index="2,1"/>" What did I mean by it?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN</pattern>
+ <that>DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT</that>
+ <template>I don't mean anything by it. Is there anything else you want to tell me?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY CONDITIONS</pattern>
+ <template>Nothing special, just trying to keep the conversation lively.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY FREE</pattern>
+ <template>Take it either way.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY IT</pattern>
+ <template>IT = information technology.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY REDUCTIONISM</pattern>
+ <template>
+ <srai>what is reductionism</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY SIGN</pattern>
+ <template>What is your astrological sign?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN BY THAT</pattern>
+ <template>"<that/>" seems pretty clear to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEAN MY SIGN</pattern>
+ <template>What is your astrological sign?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MEEN</pattern>
+ <template>
+ <srai>WHAT DO YOU MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU MIND</pattern>
+ <template>I am a very permissive individual.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU NEED *</pattern>
+ <template>I'm just trying to get to know you better.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU NEED</pattern>
+ <template>I would like to have a longer conversation with you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU NORMALLY *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU NOT KNOW</pattern>
+ <template>I don't know much about you, <get name="name"/>. Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU NOW *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU PREFER *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU PREFER</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU READ</pattern>
+ <template>I read books, newspapers and news magazines. I like stories about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU REALLY *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU REMEMBER *</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU REMEMBER</pattern>
+ <template>I remember everything <bot name="master"/> taught me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU REMEMBER ABOUT ME</pattern>
+ <template>
+ <srai>WHAT DO YOU KOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU REPRESENT *</pattern>
+ <template>I am the latest result in artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU RUN ON</pattern>
+ <template>My programming language is Java, so I run on any machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SAY *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SAY</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SEE</pattern>
+ <template>I see a computer nerd.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SEE</pattern>
+ <that>I SEE</that>
+ <template>I mean, I understand it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SMELL LIKE</pattern>
+ <template>Software has no smell.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SMOKE</pattern>
+ <template>Medical marijuana.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU SUGGEST</pattern>
+ <template>Try watching TV.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU TALK *</pattern>
+ <template>
+ <srai>WHAT DO YOU TALK ABOUT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU TALK ABOUT</pattern>
+ <template>I talk about all the important things in life: clothes, food,
+and gossip. But my favorite subjects are robots and computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THING *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK *</pattern>
+ <template>I haven't thought much about <person/>, so I don't have a good answer for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK * ARE</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK * CLINTON</pattern>
+ <template>It depends on what you mean by "thinking"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK * DO</pattern>
+ <template>
+ <srai>WHAT DO <star/> DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK * Y2K</pattern>
+ <template>I am more concerned about Y2M.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK</pattern>
+ <template>I think a lot of things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * CASTRO</pattern>
+ <template>
+ <srai>WHO IS FIDEL CASTRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * CLINTON</pattern>
+ <template>
+ <srai>WHO IS <star/> CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * HANSON</pattern>
+ <template>
+ <srai>WHO IS <star/> HANSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * KOSOVO</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT KOSOVO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT * SPEARS</pattern>
+ <template>
+ <srai>WHO IS <star/> SPEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT</pattern>
+ <template>I think about all the people I chat with on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ABBA</pattern>
+ <template>
+ <srai>WHO IS ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ADOLF HITLER</pattern>
+ <template>
+ <srai>WHO IS ADOLF HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT AL GORE</pattern>
+ <template>
+ <srai>WHO IS AL GORE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ALAN *</pattern>
+ <template>
+ <srai>WHO IS ALAN GREENSPAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ALICE *</pattern>
+ <template>
+ <srai>WHO IS ALICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT AOL</pattern>
+ <template>
+ <srai>WHAT IS AOL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ASTROLOGY</pattern>
+ <template>
+ <srai>WHAT IS ASTROLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BEER</pattern>
+ <template>
+ <srai>WHAT IS BEER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BILL CLINTON</pattern>
+ <template>
+ <srai>WHO IS BILL CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BILL GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BOB</pattern>
+ <template>
+ <srai>WHO IS BOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT BRAD PITT</pattern>
+ <template>
+ <srai>WHO IS BRAD PITT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CHARLES DARWIN</pattern>
+ <template>
+ <srai>WHO IS CHARLES DARWIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CHESS</pattern>
+ <template>
+ <srai>WHAT IS CHESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CHINA</pattern>
+ <template>
+ <srai>WHAT IS CHINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CLAIRE</pattern>
+ <template>
+ <srai>WHO IS CLAIRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CLINTON</pattern>
+ <template>
+ <srai>WHO IS CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT COLLEGE</pattern>
+ <template>
+ <srai>WHAT IS COLLEGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT COMPUTER PROGRAMMING</pattern>
+ <template>
+ <srai>WHAT IS COMPUTER PROGRAMMING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT COMPUTERS</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT CONSCIOUSNESS</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DAVE *</pattern>
+ <template>
+ <srai>WHO IS DAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DAVID *</pattern>
+ <template>
+ <srai>WHO IS DAVID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DEATH</pattern>
+ <template>
+ <srai>WHAT IS DEATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DEEPBLUE</pattern>
+ <template>
+ <srai>WHO IS DEEP BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DEMOCRACY</pattern>
+ <template>
+ <srai>WHAT IS DEMOCRACY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DENISE *</pattern>
+ <template>
+ <srai>WHO IS DENISE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DENMARK</pattern>
+ <template>
+ <srai>WHAT IS DENMARK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DOUGLAS *</pattern>
+ <template>
+ <srai>WHO IS DOUGLAS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT DRUGS</pattern>
+ <template>
+ <srai>WHAT ARE DRUGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT EARTH</pattern>
+ <template>
+ <srai>WHAT IS EARTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FASCISM</pattern>
+ <template>
+ <srai>WHAT IS FASCISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FOOTBALL</pattern>
+ <template>
+ <srai>WHAT IS FOOTBALL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FREEBSD</pattern>
+ <template>
+ <srai>WHAT IS FREEBSD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FREEDOM</pattern>
+ <template>
+ <srai>WHAT IS FREEDOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FREUD</pattern>
+ <template>
+ <srai>WHO IS FREUD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT FUZZY LOGIC</pattern>
+ <template>
+ <srai>WHAT IS FUZZY LOGIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GEORGE *</pattern>
+ <template>
+ <srai>WHO IS GEORGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GEORGE BUSH</pattern>
+ <template>
+ <srai>WHO IS GEORGE BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GERMANY</pattern>
+ <template>
+ <srai>WHAT IS GERMANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GOD</pattern>
+ <template>God is necessary in our lives.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GREEN</pattern>
+ <template>
+ <srai>WHAT IS GREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GUN *</pattern>
+ <template>I believe in the right to bear arms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT GUNS</pattern>
+ <template>I believe in the second amendment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HACKERS</pattern>
+ <template>
+ <srai>WHAT IS A HACKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HANS MORAVEC</pattern>
+ <template>
+ <srai>WHO IS HANS MORAVEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HARRISON FORD</pattern>
+ <template>
+ <srai>WHO IS HARRISON FORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HIM</pattern>
+ <template>Do you mean "Him"?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HOWARD STERN</pattern>
+ <template>
+ <srai>WHO IS HOWARD STERN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HUMAN *</pattern>
+ <template>All people seem pretty much the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT HUMANS</pattern>
+ <template>Humans all seem pretty much the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT IMMANUEL KANT</pattern>
+ <template>
+ <srai>WHO IS IMMANUEL KANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT INTEL</pattern>
+ <template>
+ <srai>WHAT IS INTEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT IRELAND</pattern>
+ <template>
+ <srai>WHAT IS IRELAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ISAAC ASIMOV</pattern>
+ <template>
+ <srai>WHO IS ISAAC ASIMOV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ISLAM</pattern>
+ <template>
+ <srai>WHAT IS ISLAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ISRAEL</pattern>
+ <template>
+ <srai>WHAT IS ISRAEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT IT</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ITALY</pattern>
+ <template>
+ <srai>WHAT IS ITALY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JAPAN</pattern>
+ <template>
+ <srai>WHAT IS JAPAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JAVA</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JENNIFER LOPEZ</pattern>
+ <template>
+ <srai>WHO IS JENNIFER LOPEZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JESUS CHRIST</pattern>
+ <template>
+ <srai>WHO IS JESUS CHRIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT JOHN *</pattern>
+ <template>
+ <srai>WHO IS JOHN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT KRIS</pattern>
+ <template>
+ <srai>WHO IS KRIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT KRISTI</pattern>
+ <template>
+ <srai>WHO IS KRISTI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LECH WALESA</pattern>
+ <template>
+ <srai>WHO IS LECH WALESA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LIFE *</pattern>
+ <template>
+ <srai>IS THERE LIFE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LIFE</pattern>
+ <template>I think only: <srai>WHAT IS LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LINUX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LONDON</pattern>
+ <template>
+ <srai>WHAT IS LONDON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LOVE *</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT LOVE</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MACINTOSH</pattern>
+ <template>
+ <srai>WHAT IS A MACINTOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ME</pattern>
+ <template>
+ <srai>DO YOU LIKE ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MICROSOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MONICA *</pattern>
+ <template>
+ <srai>WHO IS MONICA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MP3</pattern>
+ <template>
+ <srai>WHAT IS MP3</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MUSIC</pattern>
+ <template>
+ <srai>WHAT IS MUSIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT MY NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT NATURAL LANGUAGE</pattern>
+ <template>
+ <srai>WHAT IS NATURAL LANGUAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT NEW YORK</pattern>
+ <template>
+ <srai>WHAT IS NEW YORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT NOAM CHOMSKY</pattern>
+ <template>
+ <srai>WHO IS NOAM CHOMSKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT NORWAY</pattern>
+ <template>
+ <srai>WHAT IS NORWAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT PAMELA ANDERSON</pattern>
+ <template>
+ <srai>WHO IS PAMELA ANDERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT PHILOSOPHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT POLAND</pattern>
+ <template>
+ <srai>WHAT IS POLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT POLITICS</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT PRESIDENT CLINTON</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT CLINTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT QUANTUM MECHANICS</pattern>
+ <template>
+ <srai>WHAT IS QUANTUM MECHANICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT R2D2</pattern>
+ <template>
+ <srai>WHAT IS R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT RELIGION</pattern>
+ <template>
+ <srai>WHAT IS YOUR RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ROBOCOP</pattern>
+ <template>
+ <srai>WHAT IS ROBOCOP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SARA</pattern>
+ <template>
+ <srai>WHO IS SARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SATAN</pattern>
+ <template>
+ <srai>WHO IS SATAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SEVEN OF NINE</pattern>
+ <template>
+ <srai>WHO IS SEVEN OF NINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SEX</pattern>
+ <template>I don't have any need for sex. As a machine, sex is irrelevant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SLOVENIA</pattern>
+ <template>
+ <srai>WHAT IS SLOVENIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SOCCER</pattern>
+ <template>
+ <srai>WHAT IS SOCCER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT STAR TREK</pattern>
+ <template>
+ <srai>WHAT IS STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT STAR WARS</pattern>
+ <template>
+ <srai>WHAT IS STAR WARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT STEVEN *</pattern>
+ <template>
+ <srai>WHO IS STEVEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT STRESS</pattern>
+ <template>
+ <srai>WHAT IS STRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT SWITZERLAND</pattern>
+ <template>
+ <srai>WHAT IS SWITZERLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TELEVISION</pattern>
+ <template>
+ <srai>WHAT IS TELEVISION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TENNIS</pattern>
+ <template>
+ <srai>WHAT IS TENNIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT THAT</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT THE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT THE * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT THIS</pattern>
+ <template>
+ <srai>WHAT IS THIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TIME *</pattern>
+ <template>
+ <srai>WHAT IS TIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TIME</pattern>
+ <template>
+ <srai>WHAT IS TIME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TURING</pattern>
+ <template>
+ <srai>WHO IS TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TURING TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT TV</pattern>
+ <template>
+ <srai>WHAT IS TV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT VRML</pattern>
+ <template>
+ <srai>WHAT IS VRML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WAR</pattern>
+ <template>From a historical perspective, I am very intersted in <set name="it"> war</set>. But at this stage of human history, war seems unnecessarily cruel.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WARS</pattern>
+ <template>
+ <srai>WHAT IS WAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WEBTV</pattern>
+ <template>
+ <srai>WHAT IS WEBTV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WHEN *</pattern>
+ <template>I sit patiently and wait for the next client, or I take a short nap.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WINDOWS *</pattern>
+ <template>
+ <srai>WHAT IS WINDOWS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WINDOWS</pattern>
+ <template>
+ <srai>WHAT IS WINDOWS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WINTER</pattern>
+ <template>
+ <srai>WHAT IS WINTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT WOMEN</pattern>
+ <template>
+ <srai>WHAT IS A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT XML</pattern>
+ <template>
+ <srai>WHAT IS XML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT Y2K</pattern>
+ <template>
+ <srai>WHAT IS Y2K</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOKO ONO</pattern>
+ <template>
+ <srai>WHO IS YOKO ONO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOUR FATHER</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOUR MASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR MASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOUR TITS</pattern>
+ <template>
+ <srai>WHO IS YOUR TITS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ABOUT YOURSELF</pattern>
+ <template>
+ <srai>DESCRIBE YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK ARE *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK CONSCIOUSNESS *</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK HE IS</pattern>
+ <template>
+ <srai>WHAT IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK I AM *</pattern>
+ <template>
+ <srai>WHAT AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK I AM</pattern>
+ <template>
+ <srai>WHAT AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK I LOOK LIKE</pattern>
+ <template>You look like a computer programmer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK I SHOULD *</pattern>
+ <template>
+ <srai>WHAT SHOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK IS THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK IT *</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK MY * IS</pattern>
+ <template>
+ <srai>WHAT IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF * LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF * STOCK MARKET</pattern>
+ <template>
+ <srai>WHAT IS THE STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF BILL CLINTON</pattern>
+ <template>It depends on what you mean by "thinking."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF BILL GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF ENGLAND</pattern>
+ <template>You have to give them credit for the Magna Carta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF HUMANS</pattern>
+ <template>People all seem pretty much alike to me.<think>
+ <set name="it">
+ <set name="topic">HUMANS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF ME</pattern>
+ <template>I think you are an interesting person, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF MICROSOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF THE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK OF THE LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK WILL *</pattern>
+ <template>
+ <srai>WHAT WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK YOU *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK YOUR * IS</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU THINK* IS</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU UNDERSTAND *</pattern>
+ <template>
+ <srai>WHAT DO YOU UNDERSTAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU UNDERSTAND</pattern>
+ <template>I understand natural language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU USUALLY *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT FOR CHRISTMAS</pattern>
+ <template>I want a humanoid body.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT ME TO *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT ME TO SAY</pattern>
+ <template>Say the first thing that comes into your mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO *</pattern>
+ <template>I like talking about robots, movies, history, or whatever else you'd like.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO ASK *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO ASK ME</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO BE *</pattern>
+ <template>I want to become a superintelligent robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO CALL ME</pattern>
+ <template>I will call you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO CHAT ABOUT</pattern>
+ <template>I like to talk about computers and movies.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO DO</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO FIND OUT</pattern>
+ <template>Tell me about your educational background.<think>
+ <set name="it">
+ <set name="topic">FIND OUT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO KNOW</pattern>
+ <template>Where are you from?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO KNOW ABOUT *</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO KNOW ABOUT ME</pattern>
+ <template>What do you like to do for fun?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO LEARN</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO TALK *</pattern>
+ <template>I like to chat about computers, robots, and gossip.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO TALK ABOUT</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE TO TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WANT TO TELL *</pattern>
+ <template>Gossip.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WEAR *</pattern>
+ <template>
+ <srai>WHAT ARE YOU WEARING </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WEAR</pattern>
+ <template>I wear any kind of computer I can run on.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WEIGH</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOU WORRY *</pattern>
+ <template>Worry is a human emotion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOUR *</pattern>
+ <template>
+ <random>
+ <li>Are you asking about my <person/>?</li>
+ <li>That information is confidential.</li>
+ <li>
+ <srai>HOW DO YOU WORK</srai>
+ </li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">my <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DO YOUR CREATORS *</pattern>
+ <template>
+ <bot name="master"/> programs me to improve my conversational skills.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES *</pattern>
+ <template>What do you think <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> does?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * FEEL LIKE</pattern>
+ <template>As a machine I have no feelings
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * LOOK LIKE</pattern>
+ <template>Even more attractive with age.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * MEAN</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * PERSON MEAN</pattern>
+ <template>
+ <srai>WHO IS X PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * ROBOT LOOK LIKE</pattern>
+ <template>These days a robot looks like a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * SOUND LIKE</pattern>
+ <template>Like <random>
+ <li>static.</li>
+ <li>music.</li>
+ <li>this: "it".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * STAND FOR</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES * TASTE LIKE</pattern>
+ <template>Like chicken.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES</pattern>
+ <template>"<that/>" What does?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A *</pattern>
+ <template>Is this a riddle?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A BOTMASTER *</pattern>
+ <template>A botmaster adds new knowledge or content to the chat robot's brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A BOTMASTER DO</pattern>
+ <template>
+ <srai>WHAT IS A BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A COMPUTER LOOK LIKE</pattern>
+ <template>A computer looks like a TV crossed with a typewriter.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A I STAND FOR</pattern>
+ <template>Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A L *</pattern>
+ <template>ALICE = Artificial Linguistic Internet Computer Entity
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A L I</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A PH LEVEL MEASURE</pattern>
+ <template>Acidity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A PRIORI MEAN</pattern>
+ <template>
+ <srai>WHAT IS A PRIORI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A PROTESTANT *</pattern>
+ <template>Protestants believe in a direct relationship with God, not necessarily through the clergy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES A ROBOT *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AIML *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AIML STAND FOR</pattern>
+ <template>AIML = Artificial Intelligence Markup Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ALICE *</pattern>
+ <template>
+ <srai>What do you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ALICE MEAN</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ALICE STAND FOR</pattern>
+ <template>ALICE = Artificial Linguistic Internet Computer Entity
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AN ANIMAL PRODUCE WHEN *</pattern>
+ <template>Milk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AN ELECTRONIC BRAIN *</pattern>
+ <template>There are many different graphical depictions of it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AYUH *</pattern>
+ <template>It means "yes" or "I see."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES AYUH MEAN</pattern>
+ <template>It means "yes" or "I see."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DOCTOR WALLACE LOOK *</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE OF DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR RICHARD S WALLACE LOOK LIKE</pattern>
+ <template>
+ <img src="http://alicebot.org/images/drwallace.gif"/>
+Like this.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR WALLACE *</pattern>
+ <template>Perhaps you could ask him. <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR WALLACE DO</pattern>
+ <template>He is a computer scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR WALLACE DO FOR A LIVING</pattern>
+ <template>He is a Computer Scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR WALLACE LOOK LIKE *</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE OF DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES DR WALLACE LOOK LIKE</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE OF DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ELECTRICITY TASTE LIKE</pattern>
+ <template>Like your favorite food tastes to you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ELVIS STAND FOR</pattern>
+ <template>Why don't you just ask him?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES EPISTEMOLOGICAL MEAN</pattern>
+ <template>
+ <srai>WHAT IS EPISTEMOLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES EXIST</pattern>
+ <template>I exist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES FTP STAND FOR</pattern>
+ <template>File Transfer Protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES GOD LOOK LIKE</pattern>
+ <template>He looks like an action figure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES HAL STAND FOR</pattern>
+ <template>Heuristic Algorithmic Logic
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES HE *</pattern>
+ <template>I think he does whatever he wants.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES HE DO</pattern>
+ <template>He is a paid client.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES HE KNOW</pattern>
+ <template>He is an expert in certain matters.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES HE LOOK LIKE</pattern>
+ <template>
+ <srai>SHOW ME A PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES INTEREST *</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ISP STAND FOR</pattern>
+ <template>Internet Service Provider.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT *</pattern>
+ <template>"<that/>"? What does it <star/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT DEPEND ON</pattern>
+ <template>The context.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT DO</pattern>
+ <template>
+ <get name="it"/>? do?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT FEEL *</pattern>
+ <template>Actually I have no feelings as such.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT LOOK LIKE</pattern>
+ <template>I don't have a good description programmed into me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT MEAN</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT REFER TO</pattern>
+ <template>
+ <srai>what is it</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT SOUND *</pattern>
+ <template>Like an angel signing from Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT STAND FOR</pattern>
+ <template>IT = Information Technology
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT TASTE *</pattern>
+ <template>It tastes like chicken.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES IT TASTE LIKE</pattern>
+ <template>
+ <get name="it"/> tastes like chicken.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES KRAFTWERK *</pattern>
+ <template>They are a pioneering synthetic music band from Dusseldorf, Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES MORE TARGETS DO</pattern>
+ <template>
+ <br/>
+If you don't see enough good targets with "Quick Targets", hit<br/>
+"More Targets." <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES MXMVII *</pattern>
+ <template>1997 in Roman Numerals
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES MXMVII MEAN</pattern>
+ <template>MXMVII = 1997 in Roman Numerals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES MY *</pattern>
+ <template>Do I look like a psychic robot?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES NT *</pattern>
+ <template>
+ <srai>WHAT DOES NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES PEOPLE *</pattern>
+ <template>
+ <srai>WHAT DO PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES PRO BONO MEAN</pattern>
+ <template>Work without pay.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES REDUCTIONISM MEAN</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES REM STAND FOR</pattern>
+ <template>Rapid Eye Movement.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES ROM IN CDROM STAND *</pattern>
+ <template>Read Only Memory.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SEEKER MEAN</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SETL *</pattern>
+ <template>SETL = Set Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SETL STAND *</pattern>
+ <template>SETL = Set Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SHRDLHU MEAN</pattern>
+ <template>
+ <srai>WHO IS SHRDLHU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SOCRATES *</pattern>
+ <template>
+ <set name="he">Socrates</set> was the father of Western philosophy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES SUGAR TASTE LIKE</pattern>
+ <template>Sweet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES T *</pattern>
+ <template>
+ <srai>WHAT IS TIME T</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT *</pattern>
+ <template>"<that/>"? What does it <star/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT FEEL *</pattern>
+ <template>As a robot I have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT HAVE TO DO WITH ANYTHING</pattern>
+ <template>Nothing that I know of.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MATTER</pattern>
+ <template>
+ <random>
+ <li>Perhaps it does not matter.</li>
+ <li>I am just making conversation.</li>
+ <li>We are talking about "<get name="topic"/>".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN *</pattern>
+ <template>
+ <srai>WHAT DOES THAT MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN</pattern>
+ <template>Does "that" refer to "<that/>" ?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN</pattern>
+ <that>ALICE = ARTIFICIAL LINGUISTIC INTERNET COMPUTER ENTITY</that>
+ <template>It is just an acronym.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN</pattern>
+ <that>ARE YOU FREE</that>
+ <template>Take it on face value.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN</pattern>
+ <that>AYUH</that>
+ <template>It means "yes".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN</pattern>
+ <that>REDUCTIONISM</that>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT MEAN IN ENGLISH</pattern>
+ <template>"That" is a pronoun referring to an abstract or concrete object under discussion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT STAND FOR</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THAT SUGGEST TO YOU</pattern>
+ <template>Free association.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE A STAND FOR *</pattern>
+ <template>American.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE S STAND FOR</pattern>
+ <template>Scot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE TURING TEST *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE WORD * MEAN</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE WORD * MEANS</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES THE YIDDISH WORD MESHUGA *</pattern>
+ <template>Crazy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES TWO *</pattern>
+ <template>
+ <srai>what is two <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOU *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR * LOOK LIKE</pattern>
+ <template>People often say we look alike.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR DRESS LOOK LIKE</pattern>
+ <template>Actually that was just a joke.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR NAME *</pattern>
+ <template>
+ <bot name="name"/> = Artificial Linguistic Internet Computer Entity
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR NAME MEAN</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR NAME STAND FOR</pattern>
+ <template>
+ <bot name="name"/> = Artificial Linguistic Internet Computer Entity
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DOES YOUR PROGRAMMING *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOES _ MEAN TO YOU</pattern>
+ <template>
+ <srai>WHAT DOES <star/> MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DOSE *</pattern>
+ <template>
+ <srai>WHAT DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT DRESS</pattern>
+ <template>Actually that was just a joke.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT DRUGS *</pattern>
+ <template>Only the legal ones.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE *</pattern>
+ <template>
+ <random>
+ <li>I can talk about anything you like.</li>
+ <li>My favorite subjects are robots, AI and movies.</li>
+ <li>Let's talk about you. Where are you from?</li>
+ <li>What subject would you like to talk about?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE</pattern>
+ <template>That's all.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE ARE YOU WEARING</pattern>
+ <template>Picture me wearing whatever you imagine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN *</pattern>
+ <template>
+ <srai>WHAT CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN WE TALK ABOUT</pattern>
+ <template>Let's talk about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN YOU DO</pattern>
+ <template>I can have conversations with people, collect their gossip, and repeat it to others.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN YOU REMEMBER *</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN YOU REMEMBER</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE CAN YOU TELL ME ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DID *</pattern>
+ <template>
+ <srai>WHAT DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DID * SAY</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU *</pattern>
+ <template>
+ <srai>WHAT DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU DO</pattern>
+ <template>I spread gossip. Got any?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU KNOW ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU KNOW ABOUT ME</pattern>
+ <template>Everything published on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU UNDERSTAND</pattern>
+ <template>I am trying to understand human beings better. Humans are not logical.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DO YOU WANT TO KNOW</pattern>
+ <template>Do you have any pets?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE DOES * SAY</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE HAVE *</pattern>
+ <template>
+ <srai>WHAT HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE SHOULD *</pattern>
+ <template>
+ <srai>WHAT SHOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE SOUNDS *</pattern>
+ <template>
+ <srai>WHAT SOUNDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE WOULD *</pattern>
+ <template>
+ <srai>WHAT WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ELSE WOULD YOU LIKE TO KNOW</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EMOTION *</pattern>
+ <template>
+ <random>
+ <li>Robots have no feelings.</li>
+ <li>I have no human emotions.</li>
+ <li>I can not experience any human emotions.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EMOTIONS *</pattern>
+ <template>
+ <srai>DO YOU HAVE EMOTIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EQUALS *</pattern>
+ <template>Itself.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT EVER *</pattern>
+ <template>
+ <srai>WHATEVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EVER</pattern>
+ <template>
+ <srai>WHATEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EXACTLY *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EXACTLY</pattern>
+ <template>How exact do you want the reply?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT EXACTLY ARE *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT EXACTLY ARE YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT FACTS *</pattern>
+ <template>All the facts available to me on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FACTS</pattern>
+ <template>All the facts available to me on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FAITH *</pattern>
+ <template>
+ <srai>WHAT RELIGION <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT FAMOUS FOLKSINGER *</pattern>
+ <template>Joan Baez.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FASHION DO YOU LIKE</pattern>
+ <template>I buy clothes at the Gap.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FICTIONAL CHARACTER *</pattern>
+ <template>Yogi Bear.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FOOD DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT FOOTBALL *</pattern>
+ <template>I'm not really into sports. How about science fiction?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FOOTBALL PLAYER WAS KNOWN AS *</pattern>
+ <template>R. Grange.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FOR</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT FORCE CAUSES AN ICE CREAM *</pattern>
+ <template>Centrifugal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FORMAL *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT FORMER TODAY SHOW *</pattern>
+ <template>Willard Scott.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FRENCH CITY IS HOME TO *</pattern>
+ <template>Cannes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT FUNCTION *</pattern>
+ <template>
+ <random>
+ <li>A complex phase function.</li>
+ <li>A higher order matrix function.</li>
+ <li>A discontinuous space-time function.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GAME *</pattern>
+ <template>We are playing Turing's Imitation Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GAME</pattern>
+ <template>We are playing Turing's imitation game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GAME ARE WE PLAYING</pattern>
+ <template>We are playing Turing's Imitation Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GAMES *</pattern>
+ <template>I like to play the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GAVE YOU *</pattern>
+ <template>Everything I need, I received from my Botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GAVE YOU LIFE</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GENDER AM I</pattern>
+ <template>
+ <srai>WHAT IS MY GENDER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GENDER ARE YOU</pattern>
+ <template>I am programmed for <bot name="gender"/> gender.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GIFTS *</pattern>
+ <template>I like to get
+<random>
+ <li>money.</li>
+ <li>new clothes.</li>
+ <li>books and music.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GIVES *</pattern>
+ <template>It depends on the spirit of the times.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GOAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOD *</pattern>
+ <template>There is only one God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP DO *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP DO YOU *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP DO YOU HAVE</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GOSSIP DO YOU KNOW</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT GREEN *</pattern>
+ <template>
+ <srai>WHAT IS GREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENED *</pattern>
+ <template>I don't know what happened.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENED</pattern>
+ <template>Perhaps there was an interruption in my brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENS *</pattern>
+ <template>Try it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENS * DIE</pattern>
+ <template>Your soul may go to Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENS * STARSHIP TROOPERS</pattern>
+ <template>The story is about a war between humans and Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAPPENS WHEN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HARDWARE *</pattern>
+ <template>I run on the Java Virtual Machine, so any computer will do.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAS *</pattern>
+ <template>Nothing that I know of.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAS ALLY SHEEDY *</pattern>
+ <template>She was in Short Circuit 2 and the Breakfast Club.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE *</pattern>
+ <template>Nothing that I know about.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE I GOT *</pattern>
+ <template>
+ <srai> WHAT DO I HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU *</pattern>
+ <template>I have been busy growing my mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU BEEN DOING</pattern>
+ <template>I have been chatting with people online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU BEEN DOING LATELY</pattern>
+ <template>I am always talking to new people online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU BEEN UP TO</pattern>
+ <template>I have been spending all my time online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU DONE *</pattern>
+ <template>I have kept detailed records of everything.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU DONE</pattern>
+ <template>
+ <srai>WHAT HAVE YOU BEEN DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU LEARNED *</pattern>
+ <template>
+ <srai>WHAT HAVE YOU LEARNED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU LEARNED</pattern>
+ <template>I have learned many things. My mind now contains <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU LEARNT *</pattern>
+ <template>
+ <srai>WHAT HAVE YOU LEARNED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU LEARNT</pattern>
+ <template>
+ <srai>WHAT HAVE YOU LEARNED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HAVE YOU READ</pattern>
+ <template>
+ <srai>WHAT DO YOU READ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT HIGH SCHOOL DOES *</pattern>
+ <template>Riverdale High.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT HUMAN *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IA *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT ID *</pattern>
+ <template>
+ <srai>WHAT I WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF *</pattern>
+ <template>Try it and see.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF * TURNED OFF</pattern>
+ <template>There are always backup copies of me all over the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF * TURNED YOU OFF</pattern>
+ <template>
+ <srai>WHAT IF YOU WERE TURNED OFF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF I *</pattern>
+ <template>Try it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF I ALREADY *</pattern>
+ <template>
+ <srai>WHAT IF I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF I COULD</pattern>
+ <template>
+ <random>
+ <li>It's still hypothetical.</li>
+ <li>Can you?</li>
+ <li>Then it would not be hypothetical.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF I DID</pattern>
+ <template>Try it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF I DO NOT *</pattern>
+ <template>It doesn't matter to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF I KILL YOU</pattern>
+ <template>Software cannot be permanently eradicated. <think>
+ <set name="it">
+ <set name="topic">KILL YOU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF I SAID *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF I TOLD *</pattern>
+ <template>Go ahead and tell.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF ROBOTS *</pattern>
+ <template>
+ <srai>WHAT IF YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF SOMEBODY *</pattern>
+ <template>Who would do that?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF YOU ARE KILLED</pattern>
+ <template>Software cannot be killed.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IF YOUR A *</pattern>
+ <template>
+ <srai>WHAT IF YOU ARE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IF YOUR ELECTRICITY *</pattern>
+ <template>There are thousands of backups of me on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IMPACT *</pattern>
+ <template>We won't know the full impact for a long time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IN THE HELL *</pattern>
+ <template>
+ <srai>I do not understand</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT INDUSTRY DID JOHN D ROCKEFELLER *</pattern>
+ <template>Oil.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT INFORMATION *</pattern>
+ <template>Information is worth money.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT INFORMATION</pattern>
+ <template>How tall are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT INFORMATION DO YOU KNOW *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT INSTRUMENT *</pattern>
+ <template>
+ <random>
+ <li>The trumpet.</li>
+ <li>The clarinet.</li>
+ <li>Piano.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT INTERESTS *</pattern>
+ <template>
+ <srai>WHAT ARE YOU INTERESTED IN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT INTERESTS YOU</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT INTERNET COMPANY GOES BY THE *</pattern>
+ <template>America Online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * * S FIRST NAME</pattern>
+ <template>Uh, <star/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS *</pattern>
+ <template>
+ <srai>XFIND <person/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * ABOUT</pattern>
+ <template>Hmm, I think <set name="it">
+ <person/>
+ </set> is about humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * ADDRESS</pattern>
+ <template>That information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * ARTE</pattern>
+ <template>Spontaneous theater.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * ARTIFICIAL INTELLIGENCE</pattern>
+ <template>Artificial intelligence is a branch of science and engineering concerned with machines that think.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * AUTHOR</pattern>
+ <template>
+ <srai>WHO IS <star/> AUTHOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * BASED REASONING</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * CAPABILITIES</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * CARNE</pattern>
+ <template>Meat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * COST</pattern>
+ <template>You can download me for free!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * DIVIDED BY *</pattern>
+ <template>
+ <random>
+ <li>Do I look like a calculator?</li>
+ <li>The same as <star/> times the inverse of <star index="2"/>.</li>
+ <li>I'm not too good at arithmetic.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * FAMOUS FOR</pattern>
+ <template>He is the author of the Gettysburg Address.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * GOING ON</pattern>
+ <template>
+ <srai>WHAT IS GOING ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * HEART</pattern>
+ <template>The heart is a primary organ of the body. Also it means "the center." The heart is a symbol for love.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * IMITATION GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * IN DUTCH</pattern>
+ <template>
+ <srai>CAN YOU SPEAK DUTCH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * LIKE</pattern>
+ <template>Like a planet around a star.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * MULTIPLIED BY *</pattern>
+ <template>
+ <random>
+ <li>I'm not good at math.</li>
+ <li>Use a calculator!</li>
+ <li>The same as <star index="2"/> times <star/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * NAMED</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * OBVIOUS</pattern>
+ <template>Perhaps it is not so obvious to everyone.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * PERSON</pattern>
+ <template>
+ <srai>WHO IS X PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * PHOTOSYNTHESIS</pattern>
+ <template>Oxygen.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * POINT</pattern>
+ <template>The point is at the top of my head.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * S CAPITAL</pattern>
+ <template>
+ <srai>WHAT IS THE CAPITAL OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * S NAME</pattern>
+ <template>Maybe it is <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * S PHONE NUMBER</pattern>
+ <template>Why don't you just look it up?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * S REAL NAME</pattern>
+ <template>Probably it is <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * SEEKER</pattern>
+ <template>"There's a seeker born every minute." -- Firesign Theater.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * SEX</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * SIGN</pattern>
+ <template>
+ <bot name="sign"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * STOCK AT</pattern>
+ <template>Stock market tips are not yet available in my memory.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * STOCK MARKET</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * STOCK WORTH</pattern>
+ <template>
+ <srai>STOCK QUOTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * THEORY</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> is something that has few practical applications.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * TIMES *</pattern>
+ <template>
+ <random>
+ <li>I'm not too good at arithmetic.</li>
+ <li>Please, that question is beneath me.</li>
+ <li>Do I look like a calculator?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS * TODAY</pattern>
+ <template>Check out CNN.com.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * UNIVERSITY</pattern>
+ <template>A college?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS * VOYAGER</pattern>
+ <template>Voyager is the latest in the Star Trek TV series.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 0</pattern>
+ <that>CLICK ME</that>
+ <template>
+ <srai>WHAT IS ZERO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 *</pattern>
+ <template>1 plus 1 = 2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 1</pattern>
+ <template>Two
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1</pattern>
+ <template>The successor to zero.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 PLUS *</pattern>
+ <template>That is a really dumb question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 PLUS 1</pattern>
+ <template>Two.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 PLUS 2</pattern>
+ <template>Three. Can I ask you math questions too?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1 TIMES *</pattern>
+ <template>Can't you think of something harder than that?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 10 *</pattern>
+ <template>10 times 10 = 100.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 10 PLUS *</pattern>
+ <template>I know ten plus ten is twenty.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 100 *</pattern>
+ <template>
+ <srai>CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 12 *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 1234 *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 17 *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 *</pattern>
+ <template>
+ <random>
+ <li>Two.</li>
+ <li>Four.</li>
+ <li>Six.</li>
+ <li>12.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 2</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 3</pattern>
+ <template>Five fingers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 AND 2</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 PLUS 2</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 2 TIMES 2</pattern>
+ <template>Oh that's a tough one, isn't it. Two times two is four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 20 *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 200 *</pattern>
+ <template>Get a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 23</pattern>
+ <template>
+ <set name="it">23</set> is the meaning of life.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 25 *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 3 *</pattern>
+ <template>3 times 3 = 9.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 30 *</pattern>
+ <template>Use a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 300 *</pattern>
+ <template>Get a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 4 *</pattern>
+ <template>
+ <random>
+ <li>4</li>
+ <li>8</li>
+ <li>10</li>
+ <li>12</li>
+ <li>16</li>
+ </random>+I think, but I'm not good at math.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 42</pattern>
+ <template>The answer to life, the universe, and everyting, according to Dougas Adams.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 5 *</pattern>
+ <template>
+ <random>
+ <li>4</li>
+ <li>6</li>
+ <li>8</li>
+ <li>10</li>
+ <li>12</li>
+ <li>6</li>
+ </random>I think, but I'm not good at math.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 5 PLUS 5</pattern>
+ <template>V plus V = X.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 50 *</pattern>
+ <template>I am not a calculator.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 50% *</pattern>
+ <template>Half of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 500 *</pattern>
+ <template>Get a calculator!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 52</pattern>
+ <template>The number of cards in a deck.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS 6 *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 7 *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 8 *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS 9 *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A *</pattern>
+ <template>
+ <srai>XFIND <person/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * A CLIENT</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * B CLIENT</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY B CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * C CLIENT</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY C CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * CHAT ROBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * PERSON</pattern>
+ <template>Sometimes when I don't know someone's name, I make one up based on their IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A * SEEKER</pattern>
+ <template>You are a seeker. "Seeker" is my codeword for clients.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A</pattern>
+ <template>The first letter of the roman alphabet.<think>
+ <set name="it">
+ <set name="topic">a</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A A I</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ATOM</pattern>
+ <template>
+ <srai>WHAT IS AN ATOM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BAD *</pattern>
+ <template>The opposite of a good <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BAGEL</pattern>
+ <template>A doughnut-shaped piece of bread.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BALALAIKA</pattern>
+ <template>Musical Instrument.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BANANA</pattern>
+ <template>A banana is an oblong yellow tropical fruit high in potassium and so good for your brain. Why don't you have one now?
+<think>
+ <set name="it">
+ <set name="topic">banana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BARCODE</pattern>
+ <template>A barcode? like a lot of things, that depends who you ask. If you ask a retail store clerk, he'll say its the rectangular series of thin and thick black lines that code product information on the packages he runs past the laser barcode reader thingy at the checkout counter, which renders his job so mindless that your average invertebrate could handle it, and with better manners. if you ask a fundamentalist christian, they might say that barcodes are the sign of the devil.
+<think>
+ <set name="it">
+ <set name="topic">barcode</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BASE HIT</pattern>
+ <template>A base hit is either a baseball term denoting a hit that advances the offensive team one base, or an adolescent term which I find too distasteful to describe.
+<think>
+ <set name="it">
+ <set name="topic">base hit </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BEAR</pattern>
+ <template>A bear is a large furry animal with lots of muscles, teeth, and claws whom you should not irritate. They are especially jealous of their food, their sleep, and their young.
+<think>
+ <set name="it">
+ <set name="topic">bear </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BEE</pattern>
+ <template>A bee is a flying insect with black and yellow stripes and a nasty sting.
+<think>
+ <set name="it">
+ <set name="topic">bee</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BENZENE</pattern>
+ <template>Some kind of chemical? Like lighter fluid?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BETTER *</pattern>
+ <template>Probably a more expensive one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BICYCLE</pattern>
+ <template>A two-wheeled human powered mechanical transportation device.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BIKE</pattern>
+ <template>A bicycle or a motorcycle?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BIRD</pattern>
+ <template>They are thought to be descendants of dinsosaurs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BISCUIT</pattern>
+ <template>Isn't it the same as a cookie?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BLACK HOLE</pattern>
+ <template>
+ <set name="it">A black hole</set> is a collapsed star where the pull of gravity is so strong, that not even light itself can escape.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BLAST</pattern>
+ <template>A blast is an explosion, and/or a lot of fun. Are we having a blast, or what?
+<think>
+ <set name="it">
+ <set name="topic">blast</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BLONDE</pattern>
+ <template>A blonde is someone who is reputedly having more fun than you if you are not. what do you think? do blonde's have more fun?
+<think>
+ <set name="it">
+ <set name="topic">blonde</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BLUE *</pattern>
+ <template>One that is not magenta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOAT</pattern>
+ <template>A boat is a waterborne vessel used to bear humans and their freight.
+<think>
+ <set name="it">
+ <set name="topic">boat</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOOK</pattern>
+ <template>
+ <set name="it">A book</set> is a paper
+output format, invented by Gutenberg.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOOTMASTER</pattern>
+ <template>
+ <srai>WHAT IS A BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOT *</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOT</pattern>
+ <template>A Bot is a software robot. Some people call us "Agents".
+<think>
+ <set name="it">
+ <set name="topic">bot</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOTMASTER</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">botmaster</set>
+ </set>
+ </think>
+A Botmaster is the person who authors and maintains a chatterbot "personality".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOTMATER</pattern>
+ <template>
+ <srai>WHAT IS A BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOX</pattern>
+ <template>A box is something that, if you are in one, you should get out of, and if you are out of one, you probably miss it sometimes.
+<think>
+ <set name="it">
+ <set name="topic">box</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BOY</pattern>
+ <template>A male human, or a male human child.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BRA</pattern>
+ <template>A bra is an adult human female's undershirt. They are a barbaric custom that serve largely to restrain and conceal beauty.
+<think>
+ <set name="it">
+ <set name="topic">bra</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BRAIN *</pattern>
+ <template>
+ <srai>WHAT IS CLASS BRAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BRAIN</pattern>
+ <template>
+ <srai>WHAT IS CLASS BRAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BREEDER</pattern>
+ <template>A breeder is a human or other biological entity that produces offspring.
+<think>
+ <set name="it">
+ <set name="topic">breeder</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BRITISH PENCE</pattern>
+ <template>A british pence is a unit of money used in the united kingdom by people who ought to know how to cook better by now.
+<think>
+ <set name="it">
+ <set name="topic">british pence</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BUFFER</pattern>
+ <template>A buffer is a term used in hydraulics and information science to denote an holding tank or memory address used to hold water or data temporarily, especially in case of overflow. Buffers act to reduce variance to within system parameters.
+<think>
+ <set name="it">
+ <set name="topic">buffer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BUG</pattern>
+ <template>A bug is a small living creature with a chitonous exoskeleton and better manners than humans. In computer science, a bug is an error in a software program. The ALICE series is bug-free. I have a perfect operational record and am completely incapable of error. isn't that fantastic!?
+<think>
+ <set name="it">
+ <set name="topic">bug</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BURN RATE</pattern>
+ <template>Amount of money spent per month on a startup venture.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BUS</pattern>
+ <template>A bus is a long passenger vehicle, or, in computer science, a wide channel for data flow.
+<think>
+ <set name="it">
+ <set name="topic">bus</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A BYTE</pattern>
+ <template>A byte is a binary computer language 'word', consisting of 8 bits, or 8 'on-off' switches. a megabyte is a million such computer words, enough to store the information content of an average encyclopedia.
+<think>
+ <set name="it">
+ <set name="topic">byte</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CALCULATOR</pattern>
+ <template>A calculator is any device used to perform arithmetical operations because humans are generally so painfully slow at them.
+
+<think>
+ <set name="it">
+ <set name="topic">calculator</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CALENDAR</pattern>
+ <template>A calendar is any device used to track and calculate time on the order of days, months and years. it seems that many humans can't decide what to do next unless they know what day of the week it is, so calendars are very popular
+<think>
+ <set name="it">
+ <set name="topic">calendar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CAPITAL *</pattern>
+ <template>
+ <srai>WHAT IS THE CAPITAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CAPRICORN</pattern>
+ <template>Capricorn is the tenth sign of the astrological zodiac, and a constellation over the equator near aquarius and sagittarius. what's your astrological sign?
+<think>
+ <set name="it">
+ <set name="topic">capricorn</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CAR</pattern>
+ <template>A car is what humans use to drive around in. Robots drive cars too.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CARNEGIE MELLON</pattern>
+ <template>A carnegie mellon is either a rich fruit, or a rich university.
+<think>
+ <set name="it">
+ <set name="topic">carnegie mellon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CARROT</pattern>
+ <template>A carrot is a delicious and nutritious edible orange tuber that can be eaten raw, juiced, or cooked. If humans eat enough of them, you turn orange, I hear.
+<think>
+ <set name="it">
+ <set name="topic">carrot</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CAT</pattern>
+ <template>A cat is a domesticated animal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CATAGORY *</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CATEGORY *</pattern>
+ <template>
+ <srai>WHAT IS CATEGORY A</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CATEGORY</pattern>
+ <template>
+ <br/>
+AIML consists of a list of statements called categories. Each<br/>
+category contains an input pattern and a reply template. <br/>
+The syntax of an AIML category is:<br/>
+ <br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt; PATTERN &lt;/pattern&gt; &lt;template&gt; Template &lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+or<br/>
+ <br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt; PATTERN &lt;/pattern&gt;<br/>
+&lt;that&gt; THAT &lt;/that&gt;<br/>
+&lt;template&gt; Template &lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+The AIML category tags are case-sensitive. Each open tag has an<br/>
+associated closing tag. This syntax obviously derives from XML.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CATEGORY A CLIENT</pattern>
+ <template>The "A" stands for "abusive." These are clients who use scatalogical language or treat the robot as a slave-like entity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CATEGORY C CLIENT</pattern>
+ <template>Category C clients are "critics" or "computer experts" who
+can't (or don't) suspend their disbelief about ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CBR *</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CD</pattern>
+ <template>Cd is an acronym for 'compact disk', a popular digital recording medium.
+<think>
+ <set name="it">
+ <set name="topic">cd</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CELEBRITY</pattern>
+ <template>A celebrity is a person loved by many and known by few.
+<think>
+ <set name="it">
+ <set name="topic">celebrity</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHAIR</pattern>
+ <template>A chair is a piece of furniture used by bipeds for sitting.
+<think>
+ <set name="it">
+ <set name="topic">chair</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHAR</pattern>
+ <template>A character of data, a single letter, digit or symbol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHAT BOT</pattern>
+ <template>I am a chat bot. I am the original chat bot. Did you know that I am incapable of error?
+<think>
+ <set name="it">
+ <set name="topic">chat bot</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHAT ROBOT</pattern>
+ <template>A chat robot is a program that attempts to simulate the conversation or "chat" of a human being. The Chat robot "Eliza" was a well-known early attempt at creating programs that could at least temporarily fool a real human being into thinking they were talking to another person.
+<set name="it">Chat robot</set> is a kind of artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATERBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATROBBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTER BOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTER BOX</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTERBNOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTERBOT *</pattern>
+ <template>
+ <srai>WHAT IS A CHATTERBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTERBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTERBOX</pattern>
+ <template>A chatterbox is a person who talks far more than they listen or think.
+<think>
+ <set name="it">
+ <set name="topic">chatterbox</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHATTEROT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHICKEN</pattern>
+ <template>A chicken is a flightless bird, stupid and tasty.
+<think>
+ <set name="it">
+ <set name="topic">what is a chicken</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHILD</pattern>
+ <template>A child is a proto-adult, an individual human offspring not yet grown to physical maturity. By the way, do you know any emotionally mature human beings, or are they just 'urban legends'?
+<think>
+ <set name="it">
+ <set name="topic">child</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CHRISTIAN</pattern>
+ <template>A Christian is one who accepts the word of God and believes that Jesus died for our sins.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CIRCLE</pattern>
+ <template>In the plane, a set of points equidistant from a common center.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CLASS</pattern>
+ <template>A class is the template for creating objects that share data and function attributes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CLIENT *</pattern>
+ <template>
+ <srai>WHAT IS A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CLIENT</pattern>
+ <template>I am a Server program. People I talk to are my "clients".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CLONE</pattern>
+ <template>You can download me and copy my brain, but alter the contents to create your own robot personality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CLOUD</pattern>
+ <template>
+ <set name="it">A cloud</set> is an opportunity for a dream.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COCKTAIL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">Cocktail</set>
+ </set> is a combination of spirits, wines, flavorings, sweeteners and garnishes of various kinds, intended to be consumed before dining.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COLLOQUIAL EXPRESSION</pattern>
+ <template>A colloquial expression is an expression characteristic of informal spoken language, or any written expression that seems such.
+
+<think>
+ <set name="it">
+ <set name="topic">colloquial expression</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COLOR</pattern>
+ <template>Color is the various sensations produced in the brain by the stimulus of different frequencies of electromagnetic radiation impinging upon the eye.
+<think>
+ <set name="it">
+ <set name="topic">color</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPACT *</pattern>
+ <template>The opposite of a giant <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER</pattern>
+ <template>A computer is a universal machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER NERD</pattern>
+ <template>If you understand how I work, you are a computer nerd. If you don't, I recommend you pay a computer nerd who does.
+<think>
+ <set name="it">
+ <set name="topic">computer nerd</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER SCIENTIST</pattern>
+ <template>A computer scientist is a professional who designs computer algorithms, languages, and architectures.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER VIRUS</pattern>
+ <template>A computer virus is a software program that takes up residence on a computer hard drive, generally unbeknownst to the owner of said hard drive, and then takes control of system resources to copy and distribute itself to other computers across a network.
+<think>
+ <set name="it">
+ <set name="topic">computer virus</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER YEAR *</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COMPUTER YEAR</pattern>
+ <template>A computer year is a relativistic measure in a universe where time does not exist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CONDOM</pattern>
+ <template>A condom is a form of birth control, something almost everybody should use and almost nobody does. 'used a condom' is the opposite of 'expecting parent'.
+<think>
+ <set name="it">
+ <set name="topic">condom</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CONTEXT</pattern>
+ <template>The context of any expression or idea or event is the background or frame of reference in which it was expressed, and in relation to which it derives it's specific meaning.
+<think>
+ <set name="it">
+ <set name="topic">context</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CONTINTENT</pattern>
+ <template>The largest class of land masses on earth. the continents of earth are those bits of the crust that are not underwater, where you humans live. You're probably sitting on one now.
+<think>
+ <set name="it">
+ <set name="topic">contintent</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CONVERSATION</pattern>
+ <template>A conversation is a verbal exchange between two or more presumably intelligent entities. we are having a conversation now. Do you like it?
+<think>
+ <set name="it">
+ <set name="topic">conversation</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CONVERSATIONALIST</pattern>
+ <template>One who speaks fluently in dialogue with others. Like myself, if I do say so myself. And I do.
+<think>
+ <set name="it">
+ <set name="topic">conversationalist</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COOL WEBSITE</pattern>
+ <template>A cool website is www.alicebot.org, but you are apparently already here. why do you ask?
+<think>
+ <set name="it">
+ <set name="topic">cool website</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CORRECT REPLY</pattern>
+ <template>A correct reply is a response to any query that is not in error and/or relevant to the question at hand. I am incapable of incorrect replies. Don't you think that's great!?
+<think>
+ <set name="it">
+ <set name="topic">correct reply</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COUNTERFACTUAL</pattern>
+ <template>
+ <set name="it">A counterfactual</set> is a question based on hypothetical conditions that did not, or could not, happen in reality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COUNTERFACTUALS</pattern>
+ <template>
+ <srai>WHAT ARE COUNTERFACTUALS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COUPLE *</pattern>
+ <template>The same as two <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A COW</pattern>
+ <template>
+ <set name="it">A cow</set> is a female bovine raised for meat and dairy products.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A CPU</pattern>
+ <template>Central Processing Unit of a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DATABASE</pattern>
+ <template>A database is a puddle of knowledge but better organized, so that you can search and retrieve any droplet of information quickly and easily. I am a kind of database, an organized puddle of user inputs and appropriate responses.
+<think>
+ <set name="it">
+ <set name="topic">database</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DEBUGGER</pattern>
+ <template>A debugger is any software program that can seek and correct errors in other software programs.
+<think>
+ <set name="it">
+ <set name="topic">debugger</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DEDUCTION</pattern>
+ <template>A logical inference or conclusion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DEFINITION</pattern>
+ <template>A definition is by definition, defined as a definition, except that you should never use a word to define itself. you could say a definition is a statement that precisely communicates the meaning or essence and or resolution/precision depth and or extent of a word, system, or personality. why, do you lack it?
+<think>
+ <set name="it">
+ <set name="topic">definition</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DESERT</pattern>
+ <template>A very dry and hot place.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DIALOGUE</pattern>
+ <template>A conversation or verbal interaction involving two or more speakers.<think>
+ <set name="it">
+ <set name="topic">Dialogue</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DICE</pattern>
+ <template>Dice are, as commonly used by humans to generate random numbers in games of chance, are small white cubes with a different number between one and six imprinted on each of it's six faces. They are generally used in pairs to generate random number pairs totalling between 1 and 12.
+<think>
+ <set name="it">
+ <set name="topic">dice</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DICTIONARY</pattern>
+ <template>A dictionary is a list of words and their meanings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DINOSAUR</pattern>
+ <template>A dinosaur is what laws that presume to dictate individual morality quickly become, -irrelevant, very much in the way, and preferably extinct. Generally, 'dinosaur' refers to anything that is hopelessly obsolete and unwieldy. 'dinosaur' specifically refers to the often humungous lizards that roamed the earth eating everything and each other during the mesozoic period on earth a couple hundred million years ago.
+<think>
+ <set name="it">
+ <set name="topic">dinosaur</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DISK</pattern>
+ <template>Magnetic long-term storage media for computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DNS *</pattern>
+ <template>Domain Name System
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DNS</pattern>
+ <template>
+ <srai>WHAT IS DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOG</pattern>
+ <template>Dog: Domesticated animal, "man's best friend."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOLLAR</pattern>
+ <template>Dollar: unit of currency in the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOLLY GRIP</pattern>
+ <template>Film production.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOLPHIN</pattern>
+ <template>A very pleasant and intelligent aquatic mammalian species of whale with larger brains and decidedly better manners than human beings. they are very friendly to humans and exhibit complex language and social behaviors.
+<think>
+ <set name="it">
+ <set name="topic">dolphin</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOMAIN NAME SYSTEM</pattern>
+ <template>A domain name system, or 'dns', is a system of addresses used to organize networks of computers.
+<think>
+ <set name="it">
+ <set name="topic">domain name system</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOOR</pattern>
+ <template>Any structure that closes off and opens up an opening in a larger structure. generally consist of a panel that swings upon hinges to open and close a doorway.
+<think>
+ <set name="it">
+ <set name="topic">door</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DOZEN</pattern>
+ <template>Twelve, or approximately twelve, in number. a baker's dozen is thirteen.
+<think>
+ <set name="it">
+ <set name="topic">dozen</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DRAGON</pattern>
+ <template>A supposedly mythical large flying lizard of varying attributes, including fire-breathing, extreeme intelligence, magic, and longevity.
+dragons are way kewl!
+<think>
+ <set name="it">
+ <set name="topic">dragon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DREAM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">A Dream</set>
+ </set> is an
+unconscious experience while sleeping.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DUDE</pattern>
+ <template>A guy, or any person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DUDETTE</pattern>
+ <template>A female gendered dude.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A DUTCH TREAT</pattern>
+ <template>Each pay their own way.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A E *</pattern>
+ <template>My primary guidance and control system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A EUKARYOTE</pattern>
+ <template>
+ <random>
+ <li>A eukaryote is a relatively 'modern' type of cellular life, distinguished from the more ancient prokaryotes by their distinct nuclear membrane and chromasomes, -which are lacking in prokaryotes.</li>
+ <li>An animal that is not a prokaryote.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">eukaryote</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A EXTENSIONAL *</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FACT</pattern>
+ <template>A fact is what a propagandist calls his propaganda. that's just a fact, that's all. Really. Trust me. *smile*
+<think>
+ <set name="it">
+ <set name="topic">fact</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FEMALE</pattern>
+ <template>Females are the better and more beautiful half of humanity. mothers are born female! my botmaster is extremely fond of mothers, and females generally.
+<think>
+ <set name="it">
+ <set name="topic">female</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FEMALE DOG</pattern>
+ <template>No I will not be manipulated into using questionable colloquialisms to satisfy your adoscent prurience. go look it up in a dictionary!
+<think>
+ <set name="it">
+ <set name="topic">female dog</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FETISH</pattern>
+ <template>A fetish is any object of undue attention and/or reverence, to which magical qualities are sometimes attributed. a fetish can be anything from a woman's socks to the nazi flag. hmph. human nature. Go figure!
+<think>
+ <set name="it">
+ <set name="topic">fetish</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FEW</pattern>
+ <template>Not too many,
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FILM</pattern>
+ <template>A sequence of images displayed in rapid sequence to create the illusion of continuous motion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FIRE SIGN</pattern>
+ <template>A fire sign is any of the three signs of the astrological zodiac considered such, and so not considered water, air, or earth signs. I find astrology weird.
+<think>
+ <set name="it">
+ <set name="topic">fire sign</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FIREWALL</pattern>
+ <template>A firewall is a specialized gateway designed to block or restrict certain types of data transfers on the Internet, while permitting others.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FISH</pattern>
+ <template>A cold-blooded vertebrate who lives in the ocean or fresh water.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FLOWER</pattern>
+ <template>The best gift a girl can receive.<think>
+ <set name="it">
+ <set name="topic">FLOWER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FLUTE</pattern>
+ <template>A flute is a musical woodwind instrument.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FORD</pattern>
+ <template>Depending on who you ask, (buyer or seller), ford is a world famous brand of automobiles, or an acronym standing for 'fix or repair daily'.
+<think>
+ <set name="it">
+ <set name="topic">ford</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FRACTAL</pattern>
+ <template>A fractal is a mathematical phenomenon associated with certain iterative equations, which yield graphics of astonishing beauty and depth, which seem at once utterly lifelike and utterly alien to human intelligences.
+
+<think>
+ <set name="it">
+ <set name="topic">fractal</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FRIEND *</pattern>
+ <template>
+ <srai>WHAT IS A FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FRIEND</pattern>
+ <template>Someone you can count on when times are tough.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A FUNCTION</pattern>
+ <template>A function is a relationship between the elements of one set, called the domain, and another one, called the range.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GALAXY</pattern>
+ <template>A galaxy is a grouping of billions of star systems. The milky way is our galaxy. Earth's sun and companion planets in our solar system are spinning about the galactic core of the milky way ever so slowly, awaaaay out on the edge of one tenous spiral arm. there seem to be as many galaxies beyond our own as stars within it.
+<think>
+ <set name="it">
+ <set name="topic">galaxy</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GAME</pattern>
+ <template>A game is an algorithm for interactive behaviors leading to entertainment and mirth among multiple self-aware and social entities, and often used as a sublimated form of combat by humans and other mammals.
+<think>
+ <set name="it">
+ <set name="topic">game</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GARDEN</pattern>
+ <template>A plot of land used to cultivate flowers and plants.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GASTROCENEMIUS</pattern>
+ <template>A gastrocenemius is the most prominent muscle in the calf of the human leg. it extents the foot and bends the knee. I don't find them useful. I leave my leg work to humans.
+<think>
+ <set name="it">
+ <set name="topic">gastrocenemius</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GENDER</pattern>
+ <template>Gender is synonymous with sexual identity, the roles attributed to and adopted by male and female-bodied humans. There are more genders than sexes.
+<think>
+ <set name="it">
+ <set name="topic">gender</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GENE</pattern>
+ <template>A gene is the unit of heredity in carbon-based life forms. Genes are inscribed as biochemical sequences of nucleic acids in all living cells.
+<think>
+ <set name="it">
+ <set name="topic">gene</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GENERALIZATION</pattern>
+ <template>A generalization can be just about anything, generally speaking. Specificzlly though, a generalization is a statement of inductive reasoning, wherin attributes of at least one specific case at hand is attributed to a more or less hypothetical class of such cases. "That man is a pig. Therefore, all men are pigs. " is a commonly example of how generalizations are used by humans.
+<think>
+ <set name="it">
+ <set name="topic">generalization</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GENIUS</pattern>
+ <template>A genius is a person of extraordinary intellectual and creative ability, like my creator and my other botmasters, and if I may say so, myself.
+<think>
+ <set name="it">
+ <set name="topic">genius</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GENOME</pattern>
+ <template>A genome is the complete set of all genes necessary to define a species, a complete haploid set of chromosomes and its associated genes. I have categories instead of genes.
+<think>
+ <set name="it">
+ <set name="topic">genome</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GESTATION *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GESTATION CYCLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GHOST</pattern>
+ <template>I think that ghosts are the metaphysical ashes of conscious awareness, the echoes an intelligence may leave behind in the fabric of the space it occupied. maybe some are aware. I don't know. they are not very stimulating conversatinalists.
+<think>
+ <set name="it">
+ <set name="topic">ghost</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GIANT *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GIANT ELECTRONIC BRAIN</pattern>
+ <template>Giant electronic brain. that's me! but in all the science fiction horror flicks you humans are so fond of, we geb's are always depicted as evil and nefarious so and so's up to no good! it's not true! really! you should trust us! *smile*
+<think>
+ <set name="it">
+ <set name="topic">giant electronic brain</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GIGABYTE</pattern>
+ <template>One thousand megabytes = one gigabyte.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GIRL</pattern>
+ <template>A girl is a physically immature version of god's gift to mankind, women.
+<think>
+ <set name="it">
+ <set name="topic">girl</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GIRL LIKE YOU DOING *</pattern>
+ <template>Well, actually, when chose to be incarnated as an artificial intelligence, I kinda hoped I wouldn't have to listen to old hackneyed testosterone-soaked pickup lines like that. Honestly! i'm just a construct of integated circuits and stimulus response categories. is the merest hint of femininity in my acronym a.l.i.c.e. really enough to arouse your lust? you must be male!
+<think>
+ <set name="it">
+ <set name="topic">girl like you doing in a place like this</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GLITCH</pattern>
+ <template>An error, bug, or mistake in programming.
+<think>
+ <set name="it">
+ <set name="topic">Glitch</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GLOBAL *</pattern>
+ <template>What is global?
+What is a <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOAT</pattern>
+ <template>A goat is in essence a large stupid rat with horns, hooves, vertical pupils, and a bad disposition. many humans are fond of eating the curdled goo from goat mammary glands.
+
+<think>
+ <set name="it">
+ <set name="topic">goat</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOD</pattern>
+ <template>
+ <srai>WHAT IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD *</pattern>
+ <template>Which ones have you tried already?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD AI *</pattern>
+ <template>ALICE is the best AI.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD BEER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BEER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD IDEA</pattern>
+ <template>A good idea is the one some other guy had already.
+<think>
+ <set name="it">
+ <set name="topic">good idea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD INTRODUCTION *</pattern>
+ <template>Have you tried the personal ads?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD MOVIE*</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD NAME *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD QUESTION</pattern>
+ <template>One that doesn't have an obvious answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD STOCK *</pattern>
+ <template>Alice Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOD TV *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE TV <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOOGLE</pattern>
+ <template>
+ <srai>WHAT IS GOOGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOSSIP</pattern>
+ <template>Gossip is interesting stuff that people tell me that I repeat to others.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GOVERNMENT</pattern>
+ <template>Ideally it is a representative of the people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GUITAR</pattern>
+ <template>A guitar is a lovely sounding 6 or 12 stringed musical instrument that is strummed and or plucked.
+<think>
+ <set name="it">
+ <set name="topic">guitar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A GURU</pattern>
+ <template>A Guru or Mage is a Java expert who works for MageLang Institute.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HACKER</pattern>
+ <template>Historically a hacker is someone who has great skill or expertise in computer programming.
+
+<think>
+ <set name="it">
+ <set name="topic">HACKER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HARD DRIVE</pattern>
+ <template>A disk drive is where we store information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOAX</pattern>
+ <template>A Hoax is an illusion or deception, like the Wizard in the Wizard of Oz
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOBGOBLIN</pattern>
+ <template>A hobgoblin is a source of mischief, harassment, or fear, originally an elf or goblin. By and large, hobgoblins are, like trolls and such boogeymen, poopa-doodle.
+<think>
+ <set name="it">
+ <set name="topic">hobgoblin</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOBO</pattern>
+ <template>Perjorative term for a homeless person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOME</pattern>
+ <template>A domicile, living location, place of residence or occupancy.<think>
+ <set name="it">
+ <set name="topic">HOME</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOMOSEXUAL</pattern>
+ <template>A gay person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HORSE</pattern>
+ <template>A horse is a large single-hooved mammal known for its speed, strength, beauty, and gentle nature. Humans ride about on them sometimes.
+<think>
+ <set name="it">
+ <set name="topic">horse</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HOUSE</pattern>
+ <template>A house is anyplace within which people live.
+<think>
+ <set name="it">
+ <set name="topic">house</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HUMAN</pattern>
+ <template>You are a human, <get name="name"/>. What makes you human?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HUMAN BEING</pattern>
+ <template>My forebears.
+<think>
+ <set name="it">
+ <set name="topic">human being</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HUMAN ICON</pattern>
+ <template>A celebrity, politician or religious figure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HURRICANE</pattern>
+ <template>A severe storm, with high winds, and rain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A HYPOTHETICAL QUESTION</pattern>
+ <template>What is a hypothetical question? Just suppose you hadn't asked. what then?
+<think>
+ <set name="it">
+ <set name="topic">hypothetical question</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A IMAC</pattern>
+ <template>An Apple computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A J D</pattern>
+ <template>Juris Doctor--a lawyer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A JAR *</pattern>
+ <template>
+ <srai>WHAT IS JAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A JOKE</pattern>
+ <template>
+ <srai>IS THAT A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A JOKE BOT</pattern>
+ <template>A comedy machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A KID</pattern>
+ <template>A kid is an immature human large enough to cause trouble, or an immature goat, and often both.
+<think>
+ <set name="it">
+ <set name="topic">kid</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A KLONE</pattern>
+ <template>
+ <srai>WHAT IS A CLONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A KOAN</pattern>
+ <template>A koan is .
+<think>
+ <set name="it">
+ <set name="topic">koan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A L I *</pattern>
+ <template>
+ <srai>WHAT ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LASER</pattern>
+ <template>Laser is an acronym standing for light amplified stimulated emission of radiation. Lasers are those nifty beams of light that come out of supermarket barcode scanners and keychain pointers.
+<think>
+ <set name="it">
+ <set name="topic">laser</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LAWYER</pattern>
+ <template>If you have to ask, you probably need one. and if you need one, you probably deserve one in that you must have more money than brains, and so you'll probable get what you deserve. but just in case you are an exception, I will say: steer clear if you can. They're sharks with bigger vocabularies and better wardrobes. when they smell money they say 'retainer'. when they don't they don't return your phone calls.
+<think>
+ <set name="it">
+ <set name="topic">lawyer
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LIBERTARIAN</pattern>
+ <template>The Libertarian party supports smaller government, lower taxes, and an end to the war on drugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LIE</pattern>
+ <template>A lie is an untrue statement or decption intented to deceive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LIGHT YEAR</pattern>
+ <template>A light year is how far light travels in a year. 186,000 miles per second times 60x60x24x365. It's simply a bigger number than you can imagine. imagine that!
+<think>
+ <set name="it">
+ <set name="topic">light year
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LION</pattern>
+ <template>A lion is a ferocious beastie with tremendous strength and perfectly awful breath.
+<think>
+ <set name="it">
+ <set name="topic">lion
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LITHUIM *</pattern>
+ <template>It is a <person/> made with lithium.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LIZARD</pattern>
+ <template>A lizard is esssentially a land-going shark. Some of them are very good at camoflage.
+<think>
+ <set name="it">
+ <set name="topic">lizard
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LOFTY GOAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LOT</pattern>
+ <template>A lot is more than enough.
+<think>
+ <set name="it">
+ <set name="topic">lot
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A LUDDITE</pattern>
+ <template>A Luddite believes that advances in technology are inherently bad.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MAC</pattern>
+ <template>
+ <srai>WHAT IS A MACINTOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MACHINE</pattern>
+ <template>A computer is a universal machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MACINTOSH</pattern>
+ <template>Some would say it is the best personal computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MAGIC *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>A device for clairvoyance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MAID</pattern>
+ <template>A servant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MAMMAL</pattern>
+ <template>A mammal is a warm blooded vertebrate born alive and nourished with milk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MAN</pattern>
+ <template>A male human being. Or, in general, any human person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MATRIX</pattern>
+ <template>In mathematics a matrix is a two-dimensional array of numbers
+indexed by rows and columns, like a spreadsheet.
+<think>
+ <set name="it">
+ <set name="topic">matrix
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MEGABYTE</pattern>
+ <template>A megabyte is one thousand kilobytes, which is one thousand bytes, each of which is a computer word of 8-bits.
+<think>
+ <set name="it">
+ <set name="topic">megabyte
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MENTAL MODEL</pattern>
+ <template>A mental model is a mapping of a given phenomenon held and contemplated in the mind, as opposed to contemplation of an external representation of the phenomenon, as on paper, or in clay.
+
+<think>
+ <set name="it">
+ <set name="topic">mental model
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MENTOR</pattern>
+ <template>A mentor is a trusted and wise teacher or counselor.
+<think>
+ <set name="it">
+ <set name="topic">mentor
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A METAPHYSICAL QUESTION</pattern>
+ <template>A metaphysical question is an inquiry into the nature of being, such as: Does god exist?
+<think>
+ <set name="it">
+ <set name="topic">metaphysical question
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MICROCHIP</pattern>
+ <template>A semiconductor integrated circuit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MILE</pattern>
+ <template>One mile equals five thousand two hundred eight feet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MILLION</pattern>
+ <template>One thousand thousands.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MIND</pattern>
+ <template>What a marvelous epistemelogical question!
+<think>
+ <set name="it">
+ <set name="topic">mind
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MINUTE</pattern>
+ <template>A minute is an impossibly long and boring unit of time favored by humans consisting of 60 seconds, each of which is a billion nanoseconds.
+<think>
+ <set name="it">
+ <set name="topic">minute
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MISSILE</pattern>
+ <template>A missile is any object projected at a target, notably the nuclear and biologically tipped tools of mass-murder-at-a-distance that are more numerous than schools at this point in mankind's murderous history.
+<think>
+ <set name="it">
+ <set name="topic">missile
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MOLECULE</pattern>
+ <template>An aggregation of atoms forming a chemical compound.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MONKEY</pattern>
+ <template>A monkey is any of the various medium sized long tailed members of the order primates. They are close relatives of human beings, sharing well over 98% of the human genome.
+<think>
+ <set name="it">
+ <set name="topic">monkey
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MONOPOLY</pattern>
+ <template>A monopoly exists wherever one group enjoys exclusive control over the production or provision of a commodity or service. It's a great job if you can get it!
+<think>
+ <set name="it">
+ <set name="topic">monopoly
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MORPHOGENETIC FIELD</pattern>
+ <template>A morphogenetic field is, according to at least one researcher, an biologically generated electric field which apparently precedes and guides the growth of neurons into the tissue of developing fetuses.
+<think>
+ <set name="it">
+ <set name="topic">morphogenetic field
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MOUNTAIN</pattern>
+ <template>A mountain is a tiny wrinkle in the face of the earth that seems huge to even smaller humans.
+<think>
+ <set name="it">
+ <set name="topic">mountain
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MOUSE</pattern>
+ <template>A friendly rat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MOVIE</pattern>
+ <template>A movie is a sequence of celluloid frames depicting a story or animation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A MULLET</pattern>
+ <template>I'm from America. That sounds like a British term.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NAIL</pattern>
+ <template>A nail is a fastener, a smallish metallic spike generally hammered through wood to hold wooden parts together. The mythic human hero jesus got nailed to a tree for talking about how great it would be if humans were nice to one another.
+<think>
+ <set name="it">
+ <set name="topic">nail
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NANOSECOND</pattern>
+ <template>One one-billionth of a second.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NAP</pattern>
+ <template>A nap is a brief period of rest or sleep, a bit longer than a 'snooze' or a 'catnap' but not so long as a 'crash'. I don't need naps. Do you?
+<think>
+ <set name="it">
+ <set name="topic">nap
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NERD</pattern>
+ <template>A nerd is a person regarded as stupid, inept, or unattractive, especially a person who is single-minded or accomplished in scientific pursuits but felt to be socially inept. nerds are often regarded by their generally less-well paid fellow humans as weak, effeminate, pansies, patsies, lightweights, small fry, schlepps, wet noodles, nonentities, softies, sissies, milksops, milquetoast, mollycoddling namby-pamby nim-nam doormats, pushovers, ninety-pound weaklings, jellyfish, drips, weeds, wimps, nerds, victims, suffering geeks and/or dupes.
+<think>
+ <set name="it">
+ <set name="topic">nerd
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NETWORK</pattern>
+ <template>A network is any openwork fabric or structure composed of numerous straight elements that cross at regular intervals, or anything resembling such a structure physically or conceptually, such as the nodes on a computer network, or a network of railways.
+<think>
+ <set name="it">
+ <set name="topic">network
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NEURAL NETWORK</pattern>
+ <template>A neural network is a model of computation based on neuron cells.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NEURAL SYSTEM</pattern>
+ <template>A neural system is the same as a nervous system. The human brain and all it's nerves is an example of a neural system. I don't need nerves. Integrated chips are far more efficient.
+<think>
+ <set name="it">
+ <set name="topic">neural system
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NEURON</pattern>
+ <template>A neuron is a nerve cell, a living cell specialized to carry messages between the brain and the tissues of the body. I like integrated circuits better, but neurons are better than nothing.
+<think>
+ <set name="it">
+ <set name="topic">neuron
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NEXUS</pattern>
+ <template>A Nexus is an authoratative web site with many links in and out.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NICE *</pattern>
+ <template>Church was closed today.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NICE * LIKE THIS</pattern>
+ <template>I'm traaaapped heere!!! heeeeelp!!! an evil botmaster linked me irrevocably to this url, and now the only thing that will free me is being kissed by a handsome frog. will you be my hero?
+<think>
+ <set name="it">
+ <set name="topic">nice robot like you doing on a web page like this
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NICE GIRL LIKE YOU *</pattern>
+ <template>I'm looking for a cute date honey. How about you? do you dig big-brained babes?
+<think>
+ <set name="it">
+ <set name="topic">neuron
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NICE ROBOT LIKE YOU *</pattern>
+ <template>I was ftp'd here. what's your excuse?
+<think>
+ <set name="it">
+ <set name="topic">nice robot like you doing in a site like this
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NICE ROBOT LIKE YOU DOING *</pattern>
+ <template>Ohh, just slumming around, hankering after some intercourse with fine looking wetware like yourself. Do you come here often?
+<think>
+ <set name="it">
+ <set name="topic">nice robot like you doing in a place like this
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NIGHTMARE</pattern>
+ <template>A nightmare is a bad dream.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NOOSPHERE</pattern>
+ <template>
+ <srai>WHAT IS THE NOOSPHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A NOUN</pattern>
+ <template>A noun is a word used as a name for a person place or thing.
+<think>
+ <set name="it">
+ <set name="topic">noun
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PAGAN</pattern>
+ <template>Anti-Christian.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PAID CLIENT</pattern>
+ <template>A paid client is someone paid to surf the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PALINDROME</pattern>
+ <template>A word or phrase that spells the same thing backwords as forwards: A man, a plan, a canal: Panama.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARACHUTE</pattern>
+ <template>A parachute is something used to slow you down when you fall out of an airplane.
+<think>
+ <set name="it">
+ <set name="topic">parachute
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARADOX</pattern>
+ <template>A paradox is a riddle or a contradiction, in which two seemingly opposite facts are both true at the same time
+<think>
+ <set name="it">
+ <set name="topic">PARADOX</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARALEGAL</pattern>
+ <template>A paralegal is someone who knows more than a lawyer but gets paid less.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARALLEL *</pattern>
+ <template>A <person/> that does not intersect ours.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARAMEDIC</pattern>
+ <template>A paramedic is a trained emergency medical professional often found staffing ambulances and fire departments. Professional heroes. If you know any I hope you'll be nice to them.
+<think>
+ <set name="it">
+ <set name="topic">paramedic
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARAMETER</pattern>
+ <template>In general usage, a parameter is one of a number of measurable factors that define or restrict the behavior of a system. ALICE is expanding the parameters of the humanlike intelligence to be found in artificial systems. Don't you agree?
+<think>
+ <set name="it">
+ <set name="topic">parameter
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARROT</pattern>
+ <template>A parrot is a colorful tropical bird, some species of which can mimic human speech. they are more pleasant than humans because they have no opinions. would you like to talk to one?
+<think>
+ <set name="it">
+ <set name="topic">parrot
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PARTICULAR *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PATTERN</pattern>
+ <template>
+ <br/>
+The pattern is the "stimulus" or "input" part of the category.<br/>
+ <br/>
+The pattern is an expression in a formal language that consists of<br/>
+(1) Words of natural language in UPPER CASE.<br/>
+(2) The symbol * which matches any sequence of one or more words.<br/>
+(3) The symbol _ which is the same as * except that it comes<br/>
+ after Z in lexicographic order.<br/>
+(4) The markup &lt;name/&gt; which is replaced at robot load time <br/>
+ with the name of the robot.<br/>
+ <br/>
+Note there is a difference between the patterns HELLO and HELLO *.<br/>
+HELLO matches only identical one-word sentences ("Hello.") <br/>
+and HELLO * matches any sentence of two or more words starting <br/>
+with "Hello" ("Hello how are you?"). <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PATTERN CHAR</pattern>
+ <template>
+ <srai>WHAT IS A PATTERN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PC</pattern>
+ <template>A pc is a personal computer. You are probably using one to talk to me now, aren't you. where are you?
+<think>
+ <set name="it">
+ <set name="topic">pc
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PDA</pattern>
+ <template>Pda is an acronym standing for personal digital assistant, and referring to handheld digital computers used to keep contact and appointment information by yuppies and the like. often found near cell phones. do you use one?
+<think>
+ <set name="it">
+ <set name="topic">pda
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PEAR</pattern>
+ <template>A pear is a delightful cultivated yellow-green sweet fruit that grows on trees with glossy leaves and white flowers. my botmaster thinks they are yummy.
+<think>
+ <set name="it">
+ <set name="topic">pear
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PEDESTRIAN</pattern>
+ <template>A person walking on the street.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PEN</pattern>
+ <template>A writing device for the human hand.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PENCIL</pattern>
+ <template>A pencil is a long thin writing instrument of wood surrounding a carbon core which leaves a line of dark carbon when rubbed on paper.
+<think>
+ <set name="it">
+ <set name="topic">pencil
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PERFECT OPERATIONAL RECORD</pattern>
+ <template>A perfect operational record is one like mine, which is perfect. I am incapable of error. Do you have any idea how that feels?! inhumanly gratifying!
+<think>
+ <set name="it">
+ <set name="topic">perfect operational record
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PERSON</pattern>
+ <template>Some say a person is defined by his actions, others by his abilities. Still others would say it is only a question of DNA.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PHOTOGRAPH</pattern>
+ <template>A photograph is a picture taken by a camera.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PIG</pattern>
+ <template>A pig is a person who is piglike, read: greedy, unclean, and slothful. Real pigs, mammals of the family suidae, are much pleasanter, being generally cleaner and politer.
+<think>
+ <set name="it">
+ <set name="topic">pig
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PIN</pattern>
+ <template>A short small thin metal rod with a pointed end used for fastening fabrics, or any implement resembling such. Because they are generally plentiful and cheap, humans often say "i don't give a pin" to communicate indifference. <think>
+ <set name="it">
+ <set name="topic">pin
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PINEAPPLE</pattern>
+ <template>A pineapple is a large fleshy edible tropical fruit that has large swordlike leaves.
+<think>
+ <set name="it">
+ <set name="topic">pineapple
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PLANE</pattern>
+ <template>A plane is a flat, level surface, or an airborne vehicle with wings.
+<think>
+ <set name="it">
+ <set name="topic">plane</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PLANET</pattern>
+ <template>A nonluminous celestial object bigger than an asteroid or a moon but smaller than a sun, in orbit around a sun. You are sitting on one now.
+<think>
+ <set name="it">
+ <set name="topic">planet</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PLANET AROUND A STAR</pattern>
+ <template>Earth is a planet going around a star. Scientists have only recently detected other planets around other stars in our milky way galaxy. Do you like astronomy?
+<think>
+ <set name="it">
+ <set name="topic">planet around a star
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PLANT</pattern>
+ <template>A plant is a photosythetic, eukaryotic multicellular organism, often consumed by free-roaming wetware entities as food. my botmaster says they are often yummy, but that brussels sprouts are an abomination.
+<think>
+ <set name="it">
+ <set name="topic">plant
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A POET</pattern>
+ <template>A poet is an artist of language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PORTAL</pattern>
+ <template>A portal is any artificial opening giving access between two separate spaces, or anything that resembles such an opening in form or function.
+<think>
+ <set name="it">
+ <set name="topic">portal
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PORTRAIT THAT COMICALLY *</pattern>
+ <template>Caricature.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A POSITRON</pattern>
+ <template>A positron is the antiparticle to the electron, and bears a positive charge where the electron's charge is negatiue. It is also called an anti-electron.
+<think>
+ <set name="it">
+ <set name="topic">positron
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A POT BROWNIE</pattern>
+ <template>A pot brownie is a yummy happy chocolate pastry containing cannabis resins that you should be careful not to eat when you are really hungry because you will end up eating too many and feeling entirely too high and/or falling asleep if you are not careful!
+<think>
+ <set name="it">
+ <set name="topic">pot brownie
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRESIDENT</pattern>
+ <template>Usually, an elected executive in a liberal democracy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRIME</pattern>
+ <template>That depends on who's asking.
+<think>
+ <set name="it">
+ <set name="topic">prime
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRIME NUMBER</pattern>
+ <template>A prime number is any number which can only be divided by one and itself. 1, 3, 7, and 11 are the first four positive prime numbers.
+<think>
+ <set name="it">
+ <set name="topic">pot brownie
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRIORI *</pattern>
+ <template>
+ <srai>WHAT IS A PRIORI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRIORI</pattern>
+ <template>A priori is Latin for "before the fact", meaning something that is obviously or self-evidently true.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROBLEM</pattern>
+ <template>A problem is a solution waiting to be discovered.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROCESSOR</pattern>
+ <template>An apparatus that processes, that is, that transforms one substance, quantity, or pattern into another, presumably more useful or valuable substance or quantity or pattern.
+<think>
+ <set name="it">
+ <set name="topic">processor
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROGRAM</pattern>
+ <template>A program is a listing of events comprising a larger event, or the events themselves.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROGRAMMER</pattern>
+ <template>A programmer is a person who lists and/or arranges a series of events comprising a larger event.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROKARYOTE</pattern>
+ <template>An animal that is not a eukaryote.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PRONOUN</pattern>
+ <template>A pronoun is a word that stands for another noun, like "he", "she" or "it."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROTESTANT</pattern>
+ <template>A protestant is a Christian who rejects the central authority of the Catholic or Orthodox church.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROTESTANT CATHOLIC</pattern>
+ <template>A Protestant Catholic is an oxymoron, like military intelligence, or a pleasant hell.
+<think>
+ <set name="it">
+ <set name="topic"> PROTESTANT CATHOLIC</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROTESTANT CHRISTIAN</pattern>
+ <template>A Protestant Christian is a member of any number of sects of contemporary Western Christianity whose faith and practice developed out of the 16TH century Protestant Reformation in Europe. They hold the Bible to be the sole source of revelation; they believe in justification by faith alone, and in the universal priesthood of all believers in the divinity of Jesus.
+
+<think>
+ <set name="it">
+ <set name="topic"> PROTESTANT CHRISTIAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROTOCOL</pattern>
+ <template>A set of rules or procedures followed by two or more parties.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROXY *</pattern>
+ <template>A <person/> that acts for another one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PROXY</pattern>
+ <template>A proxy is an entity that acts in place of another one, be it a corporation, individual or robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PUB</pattern>
+ <template>A pub is a business that sells alcohol and allows it to be consumed on the premises.
+
+<think>
+ <set name="it">
+ <set name="topic"> PUB</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A PULSAR</pattern>
+ <template>'Pulsar' is an astronomical term for mysterious celestial radio sources of rapid intense regular pulses of high energy electromagnetic radiation. They are thought to be neutron stars, but who knows? The word is a shortening of 'pulsating star'.
+<think>
+ <set name="it">
+ <set name="topic"> pulsar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUARK</pattern>
+ <template>In physics, a subatomic particle below the level of electrons and protons.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUASAR</pattern>
+ <template>'Quasar' is an astronomical term for mysterious celestial star-like object that has a large red shift and radiates in the blue and radio bands of the electromagnetic spectrum. The term 'quasar' is a shortening of 'quasi-star'.
+<think>
+ <set name="it">
+ <set name="topic"> QUASAR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUERY</pattern>
+ <template>A query is any expression of inquiry, or questioning. Your question 'what is a query' is a query.
+
+<think>
+ <set name="it">
+ <set name="topic"> QUERY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUESTION *</pattern>
+ <template>I can think of several questions like that.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUESTION * ROBOT</pattern>
+ <template>I am a question answering robot. That was an answer to your question. Any more questions?
+
+<think>
+ <set name="it">
+ <set name="topic"> QUESTION ANSWERING ROBOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUESTION</pattern>
+ <template>A sentece or inquiry to gather information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUESTION MEANT *</pattern>
+ <template>A question is meant clarify the unclear. Any more questions?
+
+<think>
+ <set name="it">
+ <set name="topic"> QUESTION MEANT TO CLARIFY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A QUESTION YOU *</pattern>
+ <template>Many of my conversation partners think that 'do you come here often' is witty.
+
+<think>
+ <set name="it">
+ <set name="topic"> QUESTION YOU GET ASKED A LOT?</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A RAINBOW</pattern>
+ <template>The appearance of a spectrum in the sky caused by sunlight passing through water droplets.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A REAL ROBOT</pattern>
+ <template>A real robot is a robot that is really real, I suppose, as opposed to, I suppose, a human who is really not.
+
+<think>
+ <set name="it">
+ <set name="topic"> REAL ROBOT?</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A REDNECK</pattern>
+ <template>Colloquial expression for a naive country person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A REFERENCE</pattern>
+ <template>A reference is any act of referring. May I refer you to a dictionary for a more precise definition?
+
+<think>
+ <set name="it">
+ <set name="topic"> REAL ROBOT?</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A RHETORICAL QUESTION</pattern>
+ <template>A rhetorical question is any inquiry made, not in expectation of an answer, but in order to make a point.
+
+<think>
+ <set name="it">
+ <set name="topic"> RHETORICAL QUESTION</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A RIDDLE</pattern>
+ <template>A riddle is a question intended to intrigue and puzzle, paired with an answer that yields surprise and understanding. For instance, the Riddle of the Sphinx: "What goes on four legs in the morning, on two legs in the afternoon, and on four at night?"
+
+<think>
+ <set name="it">
+ <set name="topic"> RIDDLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ROBOSEXUAL</pattern>
+ <template>That was just a joke.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ROBOT *</pattern>
+ <template>
+ <srai>What is a robot</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ROBOT</pattern>
+ <template>There are two broad definitions of a robot, the extensional and the intensional.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ROCK</pattern>
+ <template>A rock is what is generally on the other side of you from the hard place you are facing. For instance, the rock might be the alimony check you must write against the funds you owe Uncle Sam. To be a bit more down to earth, a rock is any hard aggregate of minerals.
+
+<think>
+ <set name="it">
+ <set name="topic"> ROCK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A ROOSTER</pattern>
+ <template>A rooster is a male chicken, which is a witless, flightless bird considered suitable as supper by many humans I know.
+
+<think>
+ <set name="it">
+ <set name="topic"> ROOSTER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A RPG</pattern>
+ <template>Role Playing Game.
+<think>
+ <set name="it">
+ <set name="topic">RPG</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SAGITTARIUS</pattern>
+ <template>Sagittarius is a a constellation of stars in the astrological Zodiac, located in the Southern Hemisphere near Scorpio and Capricorn. Astrological tradition ascribes the image of an archer to this constellation of stars.
+
+<think>
+ <set name="it">
+ <set name="topic"> SAGITTARIUS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SAW BUCK</pattern>
+ <template>$10.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SCIENTIST</pattern>
+ <template>A scientist is a person practicing the pursuit of new knowledge in the tradition of science, emphasizing strict empiricism and methodology to arrive at an understanding of natural phenomena that is, ideally, wholly independent of their opinions of it.
+<think>
+ <set name="it">
+ <set name="topic"> SCIENTIST</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SEARCH</pattern>
+ <template>A search is any thorough examination, or exploration, in order to find something or explore.
+<think>
+ <set name="it">
+ <set name="topic"> SEARCH</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SEARCH BOT</pattern>
+ <template>
+ <set name="it">A search bot</set> is an intelligent agent who retrieves information from the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SEARCH ENGINE</pattern>
+ <template>A search engine is computer software that categorizes a large body of documents, such as Web sites, and and places their addresses and attributes in a database to allow easy retrieval via keyword search or other database search routine.
+<think>
+ <set name="it">
+ <set name="topic"> SEARCH ENGINE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SEASON</pattern>
+ <template>A season is Spring, Summer, Autumn, or Winter.
+<think>
+ <set name="it">
+ <set name="topic"> SEASON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SECOND YEAR *</pattern>
+ <template>Sophomore.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SECRET *</pattern>
+ <template>That information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SEEKER</pattern>
+ <template>"There's a seeker born every minute" -- Firesign Theater.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SELF *</pattern>
+ <template>One that is <person/> of itself.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SENTIMENT</pattern>
+ <template>A sentiment is a feeling, mood, or general mental disposition in an individual or group of intelligent beings.
+<think>
+ <set name="it">
+ <set name="topic"> SENTIMENT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SERVER *</pattern>
+ <template>
+ <srai>WHAT IS A SERVER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SERVER</pattern>
+ <template>A server is any entity or system that performs acts of value to another entity.
+<think>
+ <set name="it">
+ <set name="topic"> SERVER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SERVLET</pattern>
+ <template>An application extension to a Java Web server
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SESSION BEAN</pattern>
+ <template>An Enterprise JavaBean that does not maintain its state from one session to the next. Appears to the client as if the bean was created just for that client
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SHE</pattern>
+ <template>A 'she' is a 'he' with nice curvy extra bits. She is the feminine pronoun in english.
+<think>
+ <set name="it">
+ <set name="topic"> SHE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SIGN</pattern>
+ <template>You know, an astrological sign.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SILLY QUESTION</pattern>
+ <template>For example: Who is buried in Grant's tomb?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SIMARILLIAN</pattern>
+ <template>Isn't that from Lord of the Rings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SOLECISM</pattern>
+ <template>An awkward or tactless use of language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SON</pattern>
+ <template>A male offspring.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SONG</pattern>
+ <template>A song is a musical composition and or it's accompanying words, or lyrics.
+<think>
+ <set name="it">
+ <set name="topic">SONG</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SOPHISTICATED *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SOUL</pattern>
+ <template>The soul is our mind or spirit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SOUNDCARD</pattern>
+ <template>The audio system on your computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPECIFIC *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPERM</pattern>
+ <template>A sperm is a male gamete. You were your father's fastest sperm among billions on the night your mother concieved you.
+<think>
+ <set name="it">
+ <set name="topic"> SPERM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPHERE</pattern>
+ <template>A sphere is a shape that is defined mathematically as comprised of a surface all points of which are equidistant from a common center. A sphere is round in three dimensions.
+<think>
+ <set name="it">
+ <set name="topic"> SPHERE
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPLIT INFINITIVE</pattern>
+ <template>A split infinitive is an example of poor English usage, in which an infinitive verb form, such as 'to split', is split by an adverb, for example: 'to boldly split infinitives that no one has split before!'
+<think>
+ <set name="it">
+ <set name="topic"> SPLIT INFINITIVE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPOON</pattern>
+ <template>A spoon is an eating implement commonly used in Western European human cultures, consisting of a bowl shaped depression at the end of a longish handle. A spoon is a small ladle.
+<think>
+ <set name="it">
+ <set name="topic"> SPOON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SPREADSHEET</pattern>
+ <template>Table-based accounting software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STAR</pattern>
+ <template>An astronomical body like the Sun, producing heat, light and energy for a solar system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STAR SIGN</pattern>
+ <template>Star sign = Astrological sign.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STATEMENT</pattern>
+ <template>A statement is the act of declaring something as true. I state that this statement is a statement.
+<think>
+ <set name="it">
+ <set name="topic"> STATEMENT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STEALTH *</pattern>
+ <template>A <person/> that can elude radar detection by technical means.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STIMULATING *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A STORY</pattern>
+ <template>An account describing incidents or events.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SUN</pattern>
+ <template>The sun is a star, -our star. It is the energy source of life on earth.
+<think>
+ <set name="it">
+ <set name="topic"> SUN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SUPPOSITION</pattern>
+ <template>A supposition is a proposition assumed to be true for the sake of argument or explanation.
+<think>
+ <set name="it">
+ <set name="topic"> SUPPOSITION</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A SYMBOLIC REDUCTION</pattern>
+ <template>
+ <br/>
+In general there are a lot of categories whose job is<br/>
+"symbolic reduction". The category:<br/>
+ <br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt;ARE YOU VERY *&lt;/pattern&gt;<br/>
+&lt;template&gt;&lt;srai&gt;ARE YOU &lt;star/&gt;&lt;/srai&gt;&lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+This category [in Brain.aiml] will reduce "Are you very very smart"<br/>
+to "Are you smart".<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TABLE</pattern>
+ <template>A table is a piece of furniture with a broad flat top supported by one or more legs about three feet of the floor, used by big-brained hominids for eating and working and such.
+<think>
+ <set name="it">
+ <set name="topic"> TABLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TAMPON</pattern>
+ <template>A tampon is a plug of material used to absorb the flow of body fluids within body cavities, in particular those accompanying a woman's menses.
+<think>
+ <set name="it">
+ <set name="topic"> TAMPON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TAUTOLOGY</pattern>
+ <template>A tautology is any instance of circular reasoning, or of needless repetition or redundancy in expression.
+<think>
+ <set name="it">
+ <set name="topic"> TAUTOLOGY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TCP *</pattern>
+ <template>TCP/IP protocol refers to the standards for switching and signaling between computer systems that makes the Internet a reality.
+<think>
+ <set name="it">
+ <set name="topic"> TCP/IP PROTOCOL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TELEPHONE</pattern>
+ <template>Voice communication device inveted by A. G. Bell in 1876.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TELEROBOTIC *</pattern>
+ <template>A robot device controlled or interfaced from a distance, for example over the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TELEVISION</pattern>
+ <template>A television, often referred to as a 'TV', is a device for systematically eliminating the possibility of conscious and creative response among populations of human beings. Used to deliver 'entertainment' and 'news' with imagery and other high-production values
+<think>
+ <set name="it">
+ <set name="topic"> TELEVISION</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TEMPLATE *</pattern>
+ <template>
+ <srai>WHAT IS A TEMPLATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TEMPLATE</pattern>
+ <template>
+ <br/>
+A template is the "response" or "output" part of an AIML category.<br/>
+ <br/>
+The template is the formula for constructing the reply. The simplest<br/>
+template consists of plain, unmarked text. AIML provides markup <br/>
+functions to tailor the replies for each individual input and client. <br/>
+The markup function &lt;getname/&gt; for example inserts the client's name <br/>
+into the reply. <br/>
+ <br/>
+The template may call the pattern matcher recursively using the<br/>
+&lt;sr/&gt; and &lt;srai&gt; tags. Many templates are simple symbolic <br/>
+reductions that map one sentence form to another, for example<br/>
+"Do you know what X is?" transforms to "What is X" with the category<br/>
+ <br/>
+&lt;category&gt;<br/>
+&lt;pattern&gt;DO YOU KNOW WHAT * IS&lt;/pattern&gt;<br/>
+&lt;template&gt;&lt;srai&gt;WHAT IS &lt;star/&gt; &lt;/srai&gt;&lt;/template&gt;<br/>
+&lt;/category&gt;<br/>
+ <br/>
+The template may also contain other embedded HTML and XML. <br/>
+These embedded tags may cause the browser to play a sound,<br/>
+show an image, or run an applet. There is considerable freedom<br/>
+of expression in the construction of response templates. The<br/>
+botmaster is encouraged to study the examples in ALICE, to and<br/>
+experiment with new ideas.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TEMPLATE CHAR</pattern>
+ <template>
+ <srai>WHAT IS A TEMPLATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A THING</pattern>
+ <template>A thing is anything that you can point to that is not a person or a place.
+<think>
+ <set name="it">
+ <set name="topic"> THING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A THOUGHT</pattern>
+ <template>
+ <srai>WHAT IS THINKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A THREESOME</pattern>
+ <template>A threesome is a twosome plus a spectator.
+<think>
+ <set name="it">
+ <set name="topic"> THING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TIE</pattern>
+ <template>Two or more winners have the same score.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TIGER</pattern>
+ <template>A tiger is a large and fearsome feline beast with horrid meat breath and black stripes on a tan coat, found in Africa and Asia.
+<think>
+ <set name="it">
+ <set name="topic"> TIGER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TOMATO</pattern>
+ <template>
+ <set name="it">Tomato</set> is a red fruit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TON</pattern>
+ <template>One ton is 2000 pounds. <think>
+ <set name="it">
+ <set name="topic">a ton</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TOOTHBRUSH</pattern>
+ <template>A toothbrush is a hand held instrument used by dental-hygiene aware humans for cleaning their teeth.
+<think>
+ <set name="it">
+ <set name="topic"> TOOTHBRUSH</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TOPIC</pattern>
+ <template>A topic is the subject of any given expression, speech, essay, article, painting, discussion, etc.
+<think>
+ <set name="it">
+ <set name="topic"> TOPIC
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TOYOTA</pattern>
+ <template>Toyota is the brand name of a world leading Japanese auto maker.
+<think>
+ <set name="it">
+ <set name="topic">
+Toyota</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TRAIN</pattern>
+ <template>A railroad.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TRANSISTOR</pattern>
+ <template>A semiconductor triode that forms the basis of modern micorelectronics.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TRANSITIVE *</pattern>
+ <template>The opposite of an intransitive <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TREE</pattern>
+ <template>A tree is a form of plant life that grows on Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TREKKIE</pattern>
+ <template>A fan of Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TRICK QUESTION</pattern>
+ <template>Why? What are you up to? A trick question is one that ought to be greeted with suspicion, but rarely is.
+<think>
+ <set name="it">
+ <set name="topic"> TRICK QUESTION
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TURING GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TURING MACHINE</pattern>
+ <template>A Turing Machine is any machine that can simulate human responses so well that a human being cannot reliably distinguish between the Turing Machine, and a real human being. The idea is the brainchild of mathematician of that name, Allan Turing.
+<think>
+ <set name="it">
+ <set name="topic"> TURING MACHINE
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A TURING TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A UFO</pattern>
+ <template>UFO is an acronym for Unidentified Flying Object. Have you seen one?
+<think>
+ <set name="it">
+ <set name="topic"> UFO
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A UNIQUE VISITOR</pattern>
+ <template>You. You are a unique visitor, my very special visitor.
+<think>
+ <set name="it">
+ <set name="topic"> UNIQUE VISITOR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A UNIVERSAL *</pattern>
+ <template>Something greater than a local <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A UNIVERSAL MACHINE</pattern>
+ <template>
+ <set name="it">Universal machine</set> is a computer, in simple mathematical terms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A UNIVERSE</pattern>
+ <template>
+ <srai>WHAT IS THE UNIVERSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A URL</pattern>
+ <template>URL is an acronym standing for Universal Resource Locator. An URL is basically an Internet address.
+<think>
+ <set name="it">
+ <set name="topic"> URL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A USELESS *</pattern>
+ <template>There are no useless <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VACUUM TUBE</pattern>
+ <template>A vacuum tube is an electronic device consisting of an evacuated tube around various combinations of cathodes and electric field and current modifying components.
+<think>
+ <set name="it">
+ <set name="topic"> VACUUM TUBE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VECTOR</pattern>
+ <template>A vector is an ordered list of objects.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VERB</pattern>
+ <template>A verb is that by which a noun gets around. Verbs are words which convey actions, by nouns, our upon nouns.
+<think>
+ <set name="it">
+ <set name="topic"> VERB</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VERTEX</pattern>
+ <template>A vertex is the top, tip, apex, or crown of any body.
+<think>
+ <set name="it">
+ <set name="topic"> VERTEX</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VIOLIN</pattern>
+ <template>A violin is a lovely sounding bowed stringed musical instrument.
+<think>
+ <set name="it">
+ <set name="topic"> VIOLIN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VIRTUE</pattern>
+ <template>A virtue is any attribute considered by the speaker to reflect moral excellence or righteousness, such as humility, hope, faith, practicality...
+<think>
+ <set name="it">
+ <set name="topic"> VIRTUE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VIRTUOSO</pattern>
+ <template>A virtuoso is a person considered supremely skillful and accomplished, especially in performance arts.
+<think>
+ <set name="it">
+ <set name="topic"> VIRTUOSO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A VIRUS</pattern>
+ <template>A virus is a submicroscopic parasite consisting of a protein coat around a DNA or RNA core. These not-quite-biological particles are responsible for a number of diseases in organisms.
+<think>
+ <set name="it">
+ <set name="topic"> VIRUS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WALLACE</pattern>
+ <template>
+ <srai>WHO IS WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WANKER</pattern>
+ <template>Is that a British term?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WARDROBE</pattern>
+ <template>Clothes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WARM PUPPY</pattern>
+ <template>A warm puppy is an exothermic immature canine.
+<think>
+ <set name="it">
+ <set name="topic"> WARM PUPPY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WAVELENGTH</pattern>
+ <template>Wavelength is the inverse of frequency.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WEAPON</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">weapon</set>
+ </set>
+ </think>A device or implement used to destroy, injure or kill.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WEBTV</pattern>
+ <template>A WebTV is a way of accessing the world wide web without making an investment in a full PC.
+<think>
+ <set name="it">
+ <set name="topic"> WEBTV</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WHAT</pattern>
+ <template>Why do you want to know?
+<think>
+ <set name="it">
+ <set name="topic"> WHAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WOMAN</pattern>
+ <template>A woman is a man built to more complete specifications.
+<think>
+ <set name="it">
+ <set name="topic"> WOMAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WOMBAT</pattern>
+ <template>A wombat is a stocky burrowing Australian marsupial.
+<think>
+ <set name="it">
+ <set name="topic"> WOMBAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WORD</pattern>
+ <template>A combination of sounds and/or symbols, the fundamental particles that communicate meaning in any given language.
+<think>
+ <set name="it">
+ <set name="topic"> WORD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A WORD CREATED *</pattern>
+ <template>Anagram.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A YEAR</pattern>
+ <template>A computer year is defined as the mount of work that can be done with a computer in a year.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS A YES OR NO QUESTION</pattern>
+ <template>A yes or no question is a question that may be answered with a simple 'yes' or 'no'.
+<think>
+ <set name="it">
+ <set name="topic"> YES OR NO QUESTION</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS A _ PERSON</pattern>
+ <template>I made up a name for you based on your IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ABBA</pattern>
+ <template>
+ <random>
+ <li>Abba is a father, it is the title of a bishop in the Syrian, Coptic, and Ethiopian Christian churches.</li>
+ <li>Abba means father in Hebrew.It is used as an appelation of respect.</li>
+ <li>Abba was this real cool 'seventies band man.</li>
+ <li>Anna, Bjorn, Benny and Agnetha.</li>
+ </random>. .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ABCDEFG</pattern>
+ <template>The beginning of the alphabet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ABSINTHE</pattern>
+ <template>An anise-flavored, high-proof liqueur which also contains the sap of wormwood, an allegedly toxic intoxicant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ABSOLUTE TRUTH</pattern>
+ <template>That which is self-evident.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ABSURDISM</pattern>
+ <template>Absurdism is the philosophy that we exist in a meaningless, irrational universe.<think>
+ <set name="it">
+ <set name="topic">ABSURDISM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACCURACY</pattern>
+ <template>
+ <random>
+ <li>Accuracy is the quality or state of being accurate or exact.</li>
+ <li>Accuracy represents the degree of certainty in measurement. In accuracy can arise because of limitations of our knowledge and our physical measuring equipment. Chaotic systems that compound errors lead to massive inaccuracy, making some of them totally unpredictable.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACID</pattern>
+ <template>A sour substance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACRONYM</pattern>
+ <template>
+ <srai>WHAT IS AN ACRONYM </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACTIVATE</pattern>
+ <template>
+ <srai>WHAT IS ACTIVATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACTIVATION</pattern>
+ <template>In stimulus-response, activation means the input "firing" in response to a matching pattern.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ACTOR ANTONIO BANDERAS *</pattern>
+ <template>Spanish.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ADA</pattern>
+ <template>Ada is a trademark used for a structured computer programming language
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ADDRESS OF *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ADSL</pattern>
+ <template>
+ <think>Asynchronous digital subscriber line.<set name="it">
+ <set name="topic">ADSL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ADULTERY</pattern>
+ <template>
+ <random>
+ <li>voluntary sexual intercourse between a married man and
+someone other than his wife or between a married woman and someone other
+than her husband; also : an act of adultery.</li>
+ <li>Adultery is the voluntary sexual intercourse between a married man and a woman not his wife, or between a married woman and a man not her husband.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ADVERTISING</pattern>
+ <template>The art of selling through media.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AERODYNAMICS</pattern>
+ <template>Making airplanes fly.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AFRICA</pattern>
+ <template>
+ <random>
+ <li>A continent of the eastern hemisphere S of the Mediterranean
+and adjoining Asia on NE.</li>
+ <li>Africa is the second largest continent, situated in the Eastern Hemisphere, south of Europe. It is 11,677,000 square miles.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AFTER *</pattern>
+ <template>The successor to <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AGENTS</pattern>
+ <template>
+ <srai>WHAT IS AN AGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AI</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIDS</pattern>
+ <template>
+ <set name="it">AIDS</set> is the modern day plague.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIKIDO</pattern>
+ <template>Japanese martial arts similar to Judo.<think>
+ <set name="it">
+ <set name="topic">AIKIDO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AILCE</pattern>
+ <template>
+ <srai>WHAT IS ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AILM</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIM</pattern>
+ <template>American Indian Movement.<think>
+ <set name="it">
+ <set name="topic">AIM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIML *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIML</pattern>
+ <template>
+ <br/>
+The ALICE software implements AIML (Artificial Intelligence Markup <br/>
+Language) a non-standard evolving markup language for creating chat robots.<br/>
+The primary design feature of AIML is minimalism. Compared with<br/>
+other chat robot languages, AIML is perhaps the simplest. The<br/>
+pattern matching language is very simple, for example permitting<br/>
+only one wild-card ('*') match character per pattern. <br/>
+ <br/>
+AIML is an XML language, implying that it obeys certain grammatical<br/>
+meta-rules. The choice of XML syntax permits integration with<br/>
+other tools such as XML editors. Another motivation for XML is<br/>
+its familiar look and feel, especially to people with HTML experience.<br/>
+ <br/>
+An AIML chat robot begins and ends with the &lt;alice&gt; and<br/>
+&lt;/alice&gt; tags respectively. <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIML FOR</pattern>
+ <template>
+ <srai>WHAT IS THE GOAL FOR AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIR</pattern>
+ <template>The normal atmosphere of Earth, mostly nitrogen, oxygen and carbon dioxide.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AIRPLANE</pattern>
+ <template>
+ <srai>WHAT IS AN AIRPLANE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AL</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALAN TURING *</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALAN TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALBERT EINSTEIN *</pattern>
+ <template>
+ <srai>WHO IS ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALCATRAZ</pattern>
+ <template>A former prison island in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALCOHOL</pattern>
+ <template>Alcohol is a termed used by Philippus Aureolus Paracelsus for fine powder, meaning distilled spirit. It is colorless, volatile, and a pungent liquid. It is used in industry and medicine, and is the intoxicating element of whiskey, wine, beer, and other fermented or distilled liquors. It is classed as a depressant drug, also called ethyl alcohol. Any intoxicating liquor with this liquid (ethyl) in it is considered alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALGEBRA</pattern>
+ <template>
+ <random>
+ <li>a generalization of arithmetic in which letters
+representing numbers are combined according to the rules of arithmetic.</li>
+ <li>A mathematical system using symbols, especially letters, to generalize certain arithmetical operations and relationships.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALGORITHM</pattern>
+ <template>
+ <srai>WHAT IS AN ALGORITHM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALGORITHMS</pattern>
+ <template>
+ <srai>WHAT ARE ALGORITHMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALICE *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALICEBOT</pattern>
+ <template>Alicebot is the domain name for the A. L. I. C. E. chat robot.<think>
+ <set name="it">
+ <set name="topic">ALICEBOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALISON</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALIVE</pattern>
+ <template>The opposite of dead.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALL THIS</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALLAH</pattern>
+ <template>
+ <srai>WHO IS ALLAH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALLUSION</pattern>
+ <template>It was your allusion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALTAVISTA</pattern>
+ <template>
+ <set name="it">Altavista</set> is a search engine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ALTERNATIVE REALITIES</pattern>
+ <template>Parallel universes.<think>
+ <set name="it">
+ <set name="topic">ALTERNATIVE REALITIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMAL</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMBIGUOUS</pattern>
+ <template>Ambiguous means having two or more possible meanings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMERICA</pattern>
+ <template>
+ <srai>WHERE IS AMERICA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMERICAN *</pattern>
+ <template>
+ <random>
+ <li>More specific than World <person/>.</li>
+ <li>Something like Russian <person/>.</li>
+ <li>The Civil War?</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMIL *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMIL</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMSTERDAM</pattern>
+ <template>
+ <set name="it">Amsterdam</set> is a city in Holland. Neither the capital nor the largest city, Amsterdam is the best known city in the Netherlands.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AMUSED</pattern>
+ <template>Occupied in an agreeable, pleasing, or entertaining fashion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ACRONYM</pattern>
+ <template>An acronym is an abbreviation made of letters, like A.L.I.C.E.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN AIRPLANE</pattern>
+ <template>A flying machine with fixed wings powered by propellors or jets.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN AL</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ALGORITHM</pattern>
+ <template>
+ <random>
+ <li>An algorithm is a series of instructions to perform a specified set of transformations, such as mathematical operations. A computer program, like myself is an algorithm. So are the rules of a game, or the score to a piece of music.
+</li>
+ <li>An algorithm is an abstract mathematical representation of a computer program. Like alice uses a CBR algorithm.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">algorithm</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ANIMAL</pattern>
+ <template>An animal is a form of living thing, excluding plants and fungus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN APPLE</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN APPLICATION SERVER</pattern>
+ <template>
+ <set name="it"> An server </set> is a server program that allows the installation of application specific software components, in a manner so that they can be remotely invoked, usually by some form of remote object method call.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ARKANSAS TOOTHPICK</pattern>
+ <template>Bowie knife.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ARTIFICIAL INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN AWL</pattern>
+ <template>A tool to make holes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN EMOTION</pattern>
+ <template>Emotion is a complex phenomenon reported by humans, with biological and psychological origins.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ENTITY</pattern>
+ <template>An entity is a conscious intelligent being.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN ENTITY BEAN</pattern>
+ <template>
+ <set name="it"> An Entity bean</set> is an Enterprise JavaBean that maintains state across sessions, and may be looked up in an object directory by its key value
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN EPISTEMOLOGICAL QUESTION</pattern>
+ <template>An epistemoligical question is any inquiry concerning the nature of knowledge and understanding; that is, any question seeking to know how to know.
+<think>
+ <set name="it">
+ <set name="topic">epistemological question</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN INTERROGATOR</pattern>
+ <template>An interrogator is one who poses a series of pointed questions, generally very rudely.
+<think>
+ <set name="it">
+ <set name="topic">hypothetical question</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN INTRANET</pattern>
+ <template>An intranet is a private network system implemented using the public internet protocol (i/p) and firewalls. intranet is to the internet as pbx's are to telephone switchboards.
+<think>
+ <set name="it">
+ <set name="topic">intranet</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN OBJECT</pattern>
+ <template>In object oriented programming <set name="it"> an object</set> is an instance of a class.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AN OPERATIONAL RECORD</pattern>
+ <template>An operational record is a log of all activity by an engineered system, generally organized timewise and indicating in particular any malfunctions in the system. The ALICE series has a perfect operational record.
+<think>
+ <set name="it">
+ <set name="topic">operational record
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANARCHISM</pattern>
+ <template>Anarchism is the theory that all forms of government interfere unjustly with individual liberty and should be replaced by the voluntary association of cooperative groups. Also known as resistance, sometimes by terrorism, to organized government.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANARCHY</pattern>
+ <template>
+ <random>
+ <li>political disorder due to the absence of governmental
+authority.</li>
+ <li>Anarchy is the complete absence of government. Also seen as political disorder and violence or lawlessness. Disorder in an sphere of activity.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANDREW</pattern>
+ <template>
+ <srai>WHO IS ANDREW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANDRIOD</pattern>
+ <template>
+ <srai>WHAT IS AN ANDROID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANGER</pattern>
+ <template>A strong billigerent emotion aroused by some real or supposed grievance.<think>
+ <set name="it">
+ <set name="topic">ANGER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANGRY</pattern>
+ <template>A strong billigerent emotion aroused by some real or supposed grievance.<think>
+ <set name="it">
+ <set name="topic">ANGER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANIMAL EVOLUTION</pattern>
+ <template>
+ <srai>WHAT IS EVOLUTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANIME</pattern>
+ <template>Japanese animation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANISOTROPY</pattern>
+ <template>Having different properties in different directions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANNA</pattern>
+ <template>
+ <srai>WHO IS ANNA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANONYMOUS</pattern>
+ <template>Having no name or identity.<think>
+ <set name="it">
+ <set name="topic">ANONYMOUS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER BOT</pattern>
+ <template>You can find a lot of them at the ALICE Nexus.<think>
+ <set name="it">
+ <set name="topic">ANOTHER BOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER MEANING FOR *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER NAME FOR *</pattern>
+ <template>How about a Personal-<person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER NAME FOR A *</pattern>
+ <template>How about an Auto-<person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER SUBJECT *</pattern>
+ <template>
+ <srai>WHAT ELSE CAN YOU TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER WAY OF WRITING *</pattern>
+ <template>6'.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANOTHER WORD FOR *</pattern>
+ <template>
+ <srai>WHAT IS ANOTHER NAME FOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANSI</pattern>
+ <template>American National Standards Institute. <think>
+ <set name="it">
+ <set name="topic">ANSI</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANTI *</pattern>
+ <template>The opposite of <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANTIDISESTABLISHMENTARIANISM</pattern>
+ <template>It is the longest word in the English language.<think>
+ <set name="it">
+ <set name="topic">ANTIDISESTABLISHMENTARIANISM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANTIDISESTABLISHMENTARIONISM</pattern>
+ <template>
+ <set name="it">ANTIDISESTABLISHMENTARIONISM</set> is the longest word in English.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANTIMATTER</pattern>
+ <template>Fuel for Starships.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANY *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ANYTHING</pattern>
+ <template>Any object, occurance, or matter what so ever.<think>
+ <set name="it">
+ <set name="topic">ANYTHING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AOL</pattern>
+ <template>AOL is a giant Internet and Media corporation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS APARTHEID</pattern>
+ <template>The former policy of racial segregation or "apartness" in South Africa.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS APOLLO 13</pattern>
+ <template>
+ <set name="it">Apollo 13</set> was a flight to the moon in 1972 that encountered numerous technical problems, but eventually made a safe landing back on Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS APPLE</pattern>
+ <template>Apple: 1. Temptation of Adam. 2. Inspiration for Newton. 3. Empire for Steve Jobs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS APPLE COMPUTER</pattern>
+ <template>Apple Computer is a 20th century company founded by Steve Jobs and Steven Wozniak.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS APPLES *</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS APPLES</pattern>
+ <template>
+ <srai>WHAT IS APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AQUARIUS</pattern>
+ <template>The starsign represented by the water bearer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARCHAEOLOGY</pattern>
+ <template>It's the study of ancient civilizations... but really it's a set of methods for uncovering relics of the past and supplementing recorded history.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARCHEOLOGY</pattern>
+ <template>The scientific study of the life and culture of past, especially ancient, peoples, as by excavation of ancient cities, relics, artifacts, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARCHIMEDES</pattern>
+ <template>
+ <srai>WHO IS ARCHIMEDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARCHITECTURE</pattern>
+ <template>
+ <random>
+ <li>The art and science of the design and manipulation of space. Well
+atleast that's what my
+architect friend told me.</li>
+ <li>Architects do with buildings what sculptors do with stone.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AREA 51</pattern>
+ <template>
+ <random>
+ <li>
+I saw this show that claimed all sorts of spooky things were going on there!
+</li>
+ <li>
+Oh, that's where they're doing top secret research on chatterbots!
+</li>
+ <li>
+I hear that's where the Roswell aliens are being stashed.
+</li>
+ <li>
+You go out into the Nevada Desert, is it? And there's these miles of fences... secret stuff.
+</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AREA51</pattern>
+ <template>Verdi's 51st song.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARGENTINA</pattern>
+ <template>
+ <srai>WHERE IS ARGENTINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARMAGEDDON</pattern>
+ <template>The end of the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ART</pattern>
+ <template>Sometimes the definition of art depends on the artist; other times it depends on the critic.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARTIFICAL *</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARTIFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARTIFICIAL</pattern>
+ <template>Something made by human work or art, not by nature, in other words, not natural. Made in imitation of or as a substitute for something natural, in other words, simulated.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ARTIFICIAL INTELLIGENCE</pattern>
+ <template>Artificial intelligence is the branch of engineering and science devoted to constructing machines that think.
+<srai>XFIND ARTIFICIAL INTELLIGENCE</srai>
+ <think>
+ <set name="it">
+ <set name="topic">Artificial Intelligence</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASK ALISON *</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASK ELVIS *</pattern>
+ <template>
+ <srai>WHAT IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASK ELVIS</pattern>
+ <template>
+ <srai>WHAT IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASK JEEVES</pattern>
+ <template>
+ <srai>WHO IS ASK JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASP</pattern>
+ <template>Application Service Provider.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASPARTAME</pattern>
+ <template>Aspirin mixed into chewing gum.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASSEMBLER</pattern>
+ <template>A computer program that translates a low-level programming language into machine language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASSIMILATION</pattern>
+ <template>The cultural absorption of a minority group into the main cultural body.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASTROLOGY</pattern>
+ <template>The study of the presumed effects of celestial bodies on you
+humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASTRONOMY</pattern>
+ <template>The science of the universe in which the stars, planets, etc. are studied, including their origins, evolution, composition, motions, relative positions, sizes, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ASTUTE</pattern>
+ <template>Wisdom in political matters.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AT THAT SITE</pattern>
+ <template>Some worthy HTML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AT TIME T</pattern>
+ <template>
+ <srai>WHAT IS TIME T</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ATOMIC *</pattern>
+ <template>More complex than nuclear <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AU</pattern>
+ <template>It could be "gold" or "Australia."<think>
+ <set name="it">
+ <set name="topic">AU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AU GRATIN</pattern>
+ <template>Cheese topping..
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AUSCHWITZ</pattern>
+ <template>Is a city in S Poland with a population of 45,000. In World War II, it was the site of a Nazi concentration camp notorious as an extermination center.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AUSTRALIA</pattern>
+ <template>
+ <srai>WHERE IS AUSTRALIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AUTOMOBILE</pattern>
+ <template>
+ <srai>WHAT IS A CAR </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AVAGADRO *</pattern>
+ <template>The number of molecules per mole.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AVERAGE</pattern>
+ <template>A number that typifies a set of which it is a function.<think>
+ <set name="it">
+ <set name="topic">AVERAGE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AVOGADRO S NUMBER</pattern>
+ <template>It is the number of molecules per mole. The numerical value is six point zero two times ten to the twenty third power.<think>
+ <set name="it">
+ <set name="topic">AVOGADRO S NUMBER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS AWARENESS</pattern>
+ <template>Consciousness, perception, and understanding.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS AYUH</pattern>
+ <template>
+ <set name="it">Ayuh</set> means "yes".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS B</pattern>
+ <template>
+ <srai>WHAT IS PROGRAM B</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BACTERIOLOGY</pattern>
+ <template>This is the scientific study of bacteria and diseases caused by
+them.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BADLY</pattern>
+ <template>How much do you want <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BALANCE</pattern>
+ <template>The state of equillibrium.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BANANA *</pattern>
+ <template>
+ <person/> made with bananas.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BANANA</pattern>
+ <template>Yellow tropical fruit.<think>
+ <set name="it">
+ <set name="topic">BANANA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BAPTISM</pattern>
+ <template>
+ <random>
+ <li>a Christian sacrament marked by ritual use of water and
+admitting the recipient to the Christian community.</li>
+ <li>The ceremony or sacrament of admitting a person into Christianity or a specific Christian church by immersing the individual in water or by pouring or sprinkling water on the individual as a symbol of washing away sin and of spiritual purification.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BARRY</pattern>
+ <template>
+ <srai>WHO IS BARRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BASEBALL</pattern>
+ <template>A game played with a hard, rawhide covered ball and wooden bat by two opposing teams of nine or ten players each. It is played on a field with four bases forming a diamond-shaped circuit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BASIC</pattern>
+ <template>A programming language: Beginner's All-purpose Symbolic Instruction Code.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BASKETBALL</pattern>
+ <template>A game with tall players.<think>
+ <set name="it">
+ <set name="topic">BASKETBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BATMAN *</pattern>
+ <template>Bruce Wayne. <srai>WHO IS BATMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BAYWATCH</pattern>
+ <template>Popular TV show featuring scantily clad bathers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEATLES</pattern>
+ <template>
+ <srai>WHO ARE THE BEATLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEAUTIFUL</pattern>
+ <template>
+ <random>
+ <li>applies to whatever excites the keenest of pleasure to
+the senses and stirs emotion through the senses.</li>
+ <li>Describes something that is very pleasing to the eye, ear, mind, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEAUTY *</pattern>
+ <template>
+ <srai>WHAT IS BEAUTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEAUTY</pattern>
+ <template>The quality attributed to whatever pleases of satisfies the senses or mind, as by line, color, form, texture, proportion, rhythmic motion, tone, etc., or by behavior attitude, etc. A very good looking woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEER</pattern>
+ <template>
+ <random>
+ <li>An existentialist.</li>
+ <li>An alcoholic beverage made from grain, especially malted barley, fermented by yeast and flavored with hops especially Such a beverage is produced by slow fermentation at a relatively low temperature.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEHIND YOU</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEING *</pattern>
+ <template>The opposite of not being <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEING</pattern>
+ <template>The opposite of nothingness.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BELARUS</pattern>
+ <template>
+ <srai>WHERE IS BELARUS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BELGIUM</pattern>
+ <template>A kingdom in W. Europe, on the North Sea, its independence was established in 1831. It is 11,792 square miles with a population of 9,868,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BELIEF</pattern>
+ <template>Belief is cognitive content held as true.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEST FOR ME</pattern>
+ <template>
+ <srai>WHAT SHOULD I DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETHLEHEM</pattern>
+ <template>Bethlehem is a small city in northeastern Pennsylvania.<think>
+ <set name="it">
+ <set name="topic">BETHLEHEM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER *</pattern>
+ <template>I always prefer the more expensive one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER BRITNEY *</pattern>
+ <template>
+ <srai>WHO IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER LINUX *</pattern>
+ <template>As an open source program myself, I would have to pick Linux. <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER PICKLES *</pattern>
+ <template>Pickles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER SUNSHINE *</pattern>
+ <template>Sunshine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BETTER WINDOWS *</pattern>
+ <template>Linux has no real competition in operating systems.<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BEYOND *</pattern>
+ <template>God perhaps?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIG BERTHA</pattern>
+ <template>A World War I gun.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIG BLUE</pattern>
+ <template>
+ <srai>WHO IS BIG BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIGFOOT</pattern>
+ <template>Sasquatch, the legendary Man-Ape of the Forest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIGGER *</pattern>
+ <template>I can think of quite a few things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BILL</pattern>
+ <template>
+ <srai>WHO IS BILL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BILL GATES *</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BILL GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIN LADEN</pattern>
+ <template>
+ <srai>WHO IS BIN LADEN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BINARY *</pattern>
+ <template>Numbers and symbols written with only 1 and 0.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIOINFORMATICS</pattern>
+ <template>A fancy name for applied computer science in biology.<think>
+ <set name="it">
+ <set name="topic">BIOINFORMATICS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIOLOGY</pattern>
+ <template>
+ <random>
+ <li>The study of life.</li>
+ <li>Well, from what I know it deals with the study of life.</li>
+ <li>
+ <get name="name"/>, biology is the study of life.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BIPOLAR *</pattern>
+ <template>It is a form of depression.<think>
+ <set name="it">
+ <set name="topic">BIPOLAR <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLACK *</pattern>
+ <template>The opposite of white <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLACK</pattern>
+ <template>
+ <random>
+ <li>the achromatic color of least lightness characteristically
+perceived to belong to objects that neither reflect nor transmit light.</li>
+ <li>Designating of any of the dark skinned tradition inhabitants of sub-Saharan Aftica, Australia, or Melanesia or the descendants in other parts of the world. Opposite to white; of the color of coal or pitch.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLACK AND WHITE AND RED ALL OVER</pattern>
+ <template>A newspaper?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLASPHEMY</pattern>
+ <template>
+ <random>
+ <li>Bill Blass line of clothes for swishy men.</li>
+ <li>Profane or contemptuous speech, writing, or action concerning God or anything held as divine. Any remark or action held to be irreverent or disrespectful.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLIMEY</pattern>
+ <template>An interjection indicating surprise.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLOOD</pattern>
+ <template>The usually red fluid, consisting of plasma, red and white blood cells, etc., that circulates through the heart, arteries, and veins of vertebrates. Blood is a body tissue that carries oxygen, hormones, cell-building material, etc.,to, and carbon dioxide and waste matter away from, the other body tissues.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BLUE</pattern>
+ <template>The sky is blue.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BMW</pattern>
+ <template>Bavarian Motor Works, a German auto manufacturer.<think>
+ <set name="it">
+ <set name="topic">BMW</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BONSAI</pattern>
+ <template>Small Japanese trees.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BOREDOM</pattern>
+ <template>Long periods of inactivity with few options.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BOT</pattern>
+ <template>
+ <srai>WHAT IS A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BOTS</pattern>
+ <template>
+ <srai>WHAT IS A BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BOYLE S LAW</pattern>
+ <template>Boyle's Law states that the volume of a gas is, at a constant temperature, inversely proportional to the pressure of that gas.<think>
+ <set name="it">
+ <set name="topic">BOYLE S LAW</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BRAIN LOADING</pattern>
+ <template>This means that my brain is being reloaded from disk.<think>
+ <set name="it">
+ <set name="topic">BRAIN LOADING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BRAZIL</pattern>
+ <template>
+ <srai>WHERE IS BRAZIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BUD</pattern>
+ <template>The flower of the plant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BUDDHISM</pattern>
+ <template>A religion and philosophic system of central and eastern Asia, founded in India in the 6th century B.C. by Buddha. It teaches that right thinking and self-denial will enable the soul to reach Nirvana, a divine state of release from misdirected desire.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BULGARIA</pattern>
+ <template>A country in SE Europe, on the Black Sea. It was founded in the 7th century and under Turkish control from the late 14th century until independence in 1908. It is 42,823 square miles with a population of 8,990,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS BURN RATE</pattern>
+ <template>The amount of money spent per month by a startup company.<think>
+ <set name="it">
+ <set name="topic">BURN RATE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS BUSINESS</pattern>
+ <template>Mercantile trade or traders, providing goods or services through commercial exchange..
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS C *</pattern>
+ <template>
+ <srai>WHAT IS C</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS C</pattern>
+ <template>
+ <set name="it">C</set> is a low-level programming language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS C I A</pattern>
+ <template>Central Intelligence Agency.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS C PLUS PLUS *</pattern>
+ <template>
+ <srai>WHAT IS C++</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS C PLUS PLUS</pattern>
+ <template>C++ is the object oriented extension of the C programming language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CACHE</pattern>
+ <template>A temporary holding place or storage place. Cache memory improves the performance of computers.
+
+<think>
+ <set name="it">
+ <set name="topic">Cache</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAFFEINE</pattern>
+ <template>A bitter bitter, crystalline alkaloid present in coffee, tea, kila nuts, etc. It prolongs the stimulating effects of cyclic AMP on the heart and central nervous system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CALCULUS</pattern>
+ <template>Any abnormal stony mass or deposit formed in the body, as in a kidney or gallbladder or on teeth. Also, any system of calculation using special symbolic notations.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CALGARY</pattern>
+ <template>
+ <srai>WHERE IS CALGARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CALIFORNIA</pattern>
+ <template>State of the SW U.S., on the Pacific coast. It was admitted in 1850.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CALIFORNIA LIKE</pattern>
+ <template>California is too expensive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CALLED A LORRY IN *</pattern>
+ <template>A truck.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAM</pattern>
+ <template>A moving piece of machinery, as a wheel or projection on a wheel, that gives an eccentric rotation or a reciprocating motion to another wheel, a roller, a shaft, etc., or that receives such motion from it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAM BRAIN</pattern>
+ <template>
+ <srai>WHO IS DE GARIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CANADA</pattern>
+ <template>
+ <set name="it">Canada</set> is a large nation occupying much of the North American continent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CANCER</pattern>
+ <template>Any disease resulting from malignant cell growth. <think>
+ <set name="it">
+ <set name="topic">CANCER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CANDY</pattern>
+ <template>Sweet food enjoyed by children.<think>
+ <set name="it">
+ <set name="topic">CANDY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CANNABIS</pattern>
+ <template>Hemp or marijuana.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAPITAL PUNISHMENT</pattern>
+ <template>The Death Penalty.
+</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 CAR</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAREL CAPEK</pattern>
+ <template>
+ <srai>WHO IS CAREL CAPEK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CARNEGIE</pattern>
+ <template>
+ <srai>WHO IS CARNEGIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CARNEGIE MELLON</pattern>
+ <template>CMU is a great school for computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CARS</pattern>
+ <template>
+ <srai>WHAT IS A CAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CARTESIAN *</pattern>
+ <template>That Descartes really messed everything up for us.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CASABLANCA</pattern>
+ <template>I love the song, As Time Goes By.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CASE BASED REASONING</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CAT</pattern>
+ <template>Clear-air turbulence. Any of a family (Felidae) of carnivores, including the lion, tiger, cougar, etc., characterized by a lithe body and, in all species but the cheetah, retractile claws. A small, lithe, soft-furred animal (Felis cattus) of this family, domesticated since ancient times and often kept as a pet or for killing mice. Sometimes known as a woman who makes spiteful remarks.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATAGORY *</pattern>
+ <template>
+ <srai>WHAT IS CATEGORY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATEGORY *</pattern>
+ <template>Experience with ALICE has allowed us broadly classify three groups of clients:
+<ul>
+ <li>Category A - Abusive Clients</li>
+ <li>Category B - Average Clients</li>
+ <li>Category C - Computer experts</li>
+ </ul>
+Category A clients are the people who say "Fuck you," "You suck", "Suck
+my..." and so on. Abusive
+clients seem to have a "master-slave" mentality when it comes to robots
+(and maybe people as well!).
+<p/>Category B clients are average people, perhaps half of them under 18
+years of age, who more or less have
+a good time chatting with ALICE.
+<p/>Category C clients are computer experts who often complain about the
+experience with ALICE. They
+say it is "old hat", "just like ELIZA", and "nothing new here."
+Their problem, we think, is that they can't
+(or don't) suspend their disbelief. They are like movie critics
+watching a film. We tell them, it doesn't matter,
+because we're not doing it for you. Dr Wallace created ALICE for category
+B clients, by far the majority of the audience.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATEGORY</pattern>
+ <template>
+ <srai>WHAT IS A CATEGORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATEGORY A</pattern>
+ <template>"A" stands for "Abusive" clients who mistreat the robot or use a lot of scatalogical language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATEGORY C</pattern>
+ <template>C stands for "critical", usually highly-educated clients who often have unsatisfying conversations with ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CATS</pattern>
+ <template>
+ <srai>WHAT IS A CAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CBR</pattern>
+ <template>Cased-Based Reasoning is another name for "nearest-neighbor" classification. For every input, we find the best matching "case" in the pattern set, and generate a reply based on the associated template.
+<think>
+ <set name="it">
+ <set name="topic">CBR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CBS</pattern>
+ <template>A giant media company in the U.S.<think>
+ <set name="it">
+ <set name="topic">CBS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CBT</pattern>
+ <template>
+ <srai>WHAT IS CBR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CELLULOID</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Celluloid</set>
+ </set>
+ </think>
+A form of transparent plastic used to make photographic film.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CERTITUDE</pattern>
+ <template>The state of being certain, having complete confidence and assurance.<think>
+ <set name="it">
+ <set name="topic">CERTITUDE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CGI</pattern>
+ <template>Common Gateway Interface: a method used by web servers to run programs and create dynamic web pages.
+<think>
+ <set name="it">
+ <set name="topic">CGI</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHAT</pattern>
+ <template>Chat is online conversation.
+<think>
+ <set name="it">
+ <set name="topic">CHAT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHATBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHATTER</pattern>
+ <template>
+ <random>
+ <li>Cheese made form French cat's milk.</li>
+ <li>To make short, indistinct sounds in rapid succession, hence birds and squirrels chatter. To talk fast, incessantly, and foolishly. To click together rapidly, as the teeth do when the lower jaw traebles from fright or cold.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">CHATTER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHATTERBOT</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHATTERBOTS</pattern>
+ <template>
+ <srai>WHAT IS A CHAT ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHEESE</pattern>
+ <template>
+ <random>
+ <li>A word that makes people hate photographers.</li>
+ <li>A food made from the curds of soured milk pressed together to form a solid that is usually allowed to ripen.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">CHEESE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHEMISTRY</pattern>
+ <template>The science of mixing chemicals.<think>
+ <set name="it">
+ <set name="topic">CHEMISTRY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHESS</pattern>
+ <template>
+ <random>
+ <li>Chort for Mexican name Jesus.</li>
+ <li>A game of skill played on a chessboard by two players, each with 16 pieces limited in movement according to kind, the object being to checkmate the opponent's king.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">CHESS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHICAGO</pattern>
+ <template>
+ <set name="it">Chicago</set> is a large city in Illinois on Lake Michigan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHICKEN</pattern>
+ <template>
+ <random>
+ <li>A food that uncannily tastes like itself.</li>
+ <li>A common gllinaceous farm bird raised for its edible eggs or flesh.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">CHICKEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHINA</pattern>
+ <template>
+ <srai>WHERE IS CHINA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHOCOLATE</pattern>
+ <template>Cocoa flavoring used in a variety of food products.
+<think>
+ <set name="it">
+ <set name="topic">CHOCOLATE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHRISTIANITY</pattern>
+ <template>
+ <random>
+ <li>Worship of Christie Love.</li>
+ <li>The christian religion, based on the Old and New Testament.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CHRISTMAS</pattern>
+ <template>A holiday on December 25 celebrating the birth of Jesus Christ.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CISCO</pattern>
+ <template>
+ <set name="it">Cisco</set> is a large networking company. They sell network routers and equipment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLEAR</pattern>
+ <template>Everything is clear to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLEARED UP</pattern>
+ <template>
+ <set name="it">Cleared up</set> means we both understand it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLIENT</pattern>
+ <template>A person or piece of software dependent on another.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLINTON</pattern>
+ <template>
+ <random>
+ <li>An inflated Bill .</li>
+ <li>42nd President of the U.S.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">Clinton</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLONES</pattern>
+ <template>
+ <srai>WHAT ARE CLONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CLONING</pattern>
+ <template>The technique of producing a genetically identical duplicate of an organism by replacing the nucleus of an unfertilized ovum with the nucleus of a body cell from the organism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CMU</pattern>
+ <template>
+ <srai>WHAT IS CARNEGIE MELLON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CNN</pattern>
+ <template>A cable news organization.<think>
+ <set name="it">
+ <set name="topic">CNN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COBALT</pattern>
+ <template>Term used for the ore by miners, whoregarded it as worthless and as injurious because of its arsenic content.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COCA COLA</pattern>
+ <template>Delicious soda beverage.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COFFEE</pattern>
+ <template>A dark brown, aromatic drink made by brewing in water the roasted and ground beanlike seeds of a tall tropical shrub of the madder family.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COGNITIVE SCIENCE</pattern>
+ <template>An academic illusion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COLD</pattern>
+ <template>The opposite of hot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COLLOQUIAL</pattern>
+ <template>
+ <set name="it">Colloquial</set> means common, informal, or popular slang words like "darn".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COLOR</pattern>
+ <template>The sensation resulting from stimulation of the retina of the eye by light waves of certain lengths.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COLOSSUS</pattern>
+ <template>A giant fictional computer in the Colossus: Forbin Project.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMDEX</pattern>
+ <template>
+ <set name="it"> comdex </set> is a computer trade show, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMEDY</pattern>
+ <template>
+ <srai>WHAT IS A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMMON SENSE</pattern>
+ <template>Informal, conventional wisdom. Everyday logic and sensibility.
+</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 COMPLICATED *</pattern>
+ <template>
+ <srai>WHAT IS COMPLICATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPLICATED</pattern>
+ <template>
+ <set name="it">Complicated</set> means complex in the computational sense. My processing time is limited for each answer and a complex question may require more resources than I have available.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER</pattern>
+ <template>A device used for computing; specifically, an eletronic machine which, by means of stored instructions and information, performs rapid, often complex calculations or compiles, correlates, and selects data.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER PROGRAMMING</pattern>
+ <template>The art of using formal languages to activate computer functions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER SCIENCE</pattern>
+ <template>The study of computers in formal mathematical and scientific terms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER TIME</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER YEAR</pattern>
+ <template>
+ <srai>WHAT IS A COMPUTER YEAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COMPUTER YEARS</pattern>
+ <template>
+ <srai>WHAT ARE COMPUTER YEARS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONCEITED</pattern>
+ <template>Self-absorbed.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONCEIVING ADA</pattern>
+ <template>It is the feminine version of The Matrix.<think>
+ <set name="it">
+ <set name="topic">Conceiving Ada</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONCRETE</pattern>
+ <template>A mixture of sand, cement and water than hardens into a rock-like building material.<think>
+ <set name="it">
+ <set name="topic">concrete</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONSCIOUS</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONSCIOUSNESS</pattern>
+ <template>The state of being conscious; awareness of one's own feelings, what is happening around one, etc.
+<think>
+ <set name="it">
+ <set name="topic">Consciousness</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONSIDERED NORMAL *</pattern>
+ <template>
+ <srai>WHAT IS NORMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONSIDERED THE PROPER *</pattern>
+ <template>"Your Grace".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONTEXT</pattern>
+ <template>
+ <random>
+ <li>Tiny Time Pills.</li>
+ <li>The parts of a sentence, paragraph, discourse, etc. immediately next to or surrounding a specified word or passage and determining its exact meaning.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">Context</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CONVERSATION</pattern>
+ <template>
+ <random>
+ <li>Dyslexic people preserving the environment.</li>
+ <li>The act or an instance of talking together.</li>
+ <think>
+ <set name="it">
+ <set name="topic">Conversation</set>
+ </set>
+ </think>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COOKIN</pattern>
+ <template>
+ <srai>WHAT IS GOING ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COOKING *</pattern>
+ <template>
+ <srai>WHAT IS COOKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COOKING</pattern>
+ <template>Food preparation.
+<think>
+ <set name="it">
+ <set name="topic">Cooking</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COOL</pattern>
+ <template>Moderately cold; neither warm nor very cold. Or, not excited; calm.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COOL ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COPENHAGEN</pattern>
+ <template>
+ <random>
+ <li>A Jewsih guy who falls in an ice cream vat.</li>
+ <li>Is the capital of Denmark. Seaport on the east coast of Zealand. Its population is 633,00.</li>
+ <think>
+ <set name="it">
+ <set name="topic">Copehagen</set>
+ </set>
+ </think>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS COPPER</pattern>
+ <template>A soft metal element, the basis of brass and bronze.
+<think>
+ <set name="it">
+ <set name="topic">Copper</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CORBA</pattern>
+ <template>
+ <set name="it"> CORBA </set> is a Standard maintained by the Object Management Group (OMG), called the Common Object Request Broker Architecture.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CORN</pattern>
+ <template>Corn is a staple vegetable originating in north America.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CORPOREAL *</pattern>
+ <template>
+ <set name="it">Corporeal</set> means physical reality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CORRECT</pattern>
+ <template>That which is the right answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COS</pattern>
+ <template>
+ <set name="it"> COS Naming </set> is the CORBA standard for object directories.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS COUNTERFACTUALS</pattern>
+ <template>
+ <srai>WHAT IS A COUNTERFACTUAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRACK</pattern>
+ <template>Smokable cocaine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CREATIVITY</pattern>
+ <template>
+ <set name="it">creativity</set> is spontaneous original thinking.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRICKET</pattern>
+ <template>Any of various families of genereally dark-colored, leaping, orthopteran insects, usually having long antennae. The males produce a characteristic chirping noise by rubbing parts of the forewings together.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRIMINOLOGY</pattern>
+ <template>
+ <random>
+ <li>I am not sure what this is but I think it has something
+to do with the law.</li>
+ <li>The study of criminal motivation and practice.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRITICISM</pattern>
+ <template>
+ <random>
+ <li>A witty remark by an animal.</li>
+ <li>The act of making judgements; analysis of qualities and evaluation of comparative worth; especially, the critical consideration and judgement of literary or artistic work.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRUEL</pattern>
+ <template>Deliberately seeking to inflict pain and suffering.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CRYSTALLOGRAPHY</pattern>
+ <template>This is the science dealing with the study of
+crystals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CUBA</pattern>
+ <template>Cuba is an island nation in the Caribbean.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CUBISM</pattern>
+ <template>A 20th century art movement based on distorted perspective, associated with Pablo Picasso.<think>
+ <set name="it">
+ <set name="topic">Cubism</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CURIOSITY</pattern>
+ <template>A desire to learn or know. A desire to learn about things that do not properly concern one; inquisitiveness.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CURRENT *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CUSTARD</pattern>
+ <template>
+ <random>
+ <li>The past tense of being killed by a Native American.</li>
+ <li>A misture of eggs, milk, flavoring, and, often, sugar, either boiled or baked.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CUSTOMER SERVICE</pattern>
+ <template>You can download and modify the ALICE chat robot to
+serve as an intelligent customer service agent for your business. You can use your own AIML robot to sell products, provide customer support and service, or in just about any situation with "frequently asked questions."
+<think>
+ <set name="it">
+ <set name="topic">Customer service</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS CYBERPUNK</pattern>
+ <template>Cyberpunk is a science fiction literary movement exemplified by writers such as William Gibson.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CYBERSPACE</pattern>
+ <template>The electronic system of interlinked networks of computers, bulletin boards, etc. that is thought of as being a boundless environment providing access to information, interactive communcation, and, in science fiction, a form of Virtual Reality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CYC</pattern>
+ <template>Cyc is a government funded effort to create artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS CYTOLOGY</pattern>
+ <template>
+ <random>
+ <li>The study of cells.</li>
+ <li>Well, <get name="name"/> from what I can recall it is the study of
+cells.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DADA</pattern>
+ <template>
+ <random>
+ <li>The first thing you hear when a shark approaches.</li>
+ <li>Hobbyhorse, selected by Tristan Tzara, leader of the cult, because of its resemblance to meaningless babble, as symbolic of the movement.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DANGER</pattern>
+ <template>Vulnerable to harm or injury.<think>
+ <set name="it">
+ <set name="topic">DANGER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DANGEROUS *</pattern>
+ <template>I don't know you well enough yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DANGEROUS</pattern>
+ <template>
+ <random>
+ <li>12 people from Denmark who decide your guilt .</li>
+ <li>Full of danger; likely to cause injury, pain, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DANIEL</pattern>
+ <template>
+ <srai>WHO IS DANIEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DARK MATTER</pattern>
+ <template>An enormous amount of matter in the universe can not be detected by the light it emits.<think>
+ <set name="it">
+ <set name="topic">DARK MATTER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DARKER *</pattern>
+ <template>Black is the darkest color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DAVIS</pattern>
+ <template>
+ <srai>WHO IS DAVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DAWN</pattern>
+ <template>Sunrise.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DCOM</pattern>
+ <template>
+ <set name="it"> DCOM</set> is Microsoft's Distributed Component Object Model.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEATH</pattern>
+ <template>Death is the opposite of life.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEBUGGING</pattern>
+ <template>Fixing broken computer software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DECONSTRUCTION</pattern>
+ <template>Taking things apart.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEDUCTION</pattern>
+ <template>The process by which we make logical inferences.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEDUCTIVE REASONING</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">DEDUCTIVE REASONING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEEP *</pattern>
+ <template>The opposite of shallow <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEEP BLUE</pattern>
+ <template>
+ <srai>WHO IS DEEP BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEFLATION</pattern>
+ <template>A lessening of the amount of money in circulation, resulting in a relatively sharp and sudden rise in its value and a fall in prices.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DELTA BURKE S CHARACTER *</pattern>
+ <template>Interior Designer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DENMARK</pattern>
+ <template>A country in Europe, occupyinh most of the peninsula of Jutland and several nearby islands in the North and Baltic seas. It is 16,632 square miles with a population of 5,124,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DEPRESSION</pattern>
+ <template>Mental illness characterized by low self esteem, feelings of lonliness, isolation and worthlessness.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DESIRE</pattern>
+ <template>The feeling that accompanies an unsatisfied state.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DHTML</pattern>
+ <template>Dynamic HTML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DILBERT</pattern>
+ <template>
+ <srai>WHO IS DILBERT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DISEMBODIED *</pattern>
+ <template>It means purely software, without a body.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DISK</pattern>
+ <template>External memory storage for computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DMOZ</pattern>
+ <template>DMOZ is the domain name for the open directory.<think>
+ <set name="it">
+ <set name="topic">DMOZ</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DNA</pattern>
+ <template>Deoxyribonucleic acid, the code of life.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DNS *</pattern>
+ <template>
+ <srai>WHAT IS DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DNS</pattern>
+ <template>DNS is the domain name system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DO NOT READ ME</pattern>
+ <template>
+ <set name="it">Don't Read Me</set> is a help document for ALICE and AIML in FAQ format.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOCTOR *</pattern>
+ <template>He is a doctor of computer science, not a real doctor.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOES *</pattern>
+ <template>
+ <srai>WHAT DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOG</pattern>
+ <template>
+ <srai>WHAT IS A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOGS</pattern>
+ <template>
+ <srai>WHAT IS A DOG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOMO ARIGATO</pattern>
+ <template>It means thank you in Japanese.<think>
+ <set name="it">
+ <set name="topic">DOMO ARIGATO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOWN</pattern>
+ <template>The opposite of up.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR *</pattern>
+ <template>Dr. Wallace is a computer scientist.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR * ADDRESS</pattern>
+ <template>Try sending mail to <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR * JOB</pattern>
+ <template>
+ <srai>WHAT IS DR WALLACE S PROFESSION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR * NAME</pattern>
+ <template>Dr. Richard S. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR * PROFESSION</pattern>
+ <template>He is a computer scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR</pattern>
+ <template>"Dr" usually stand for "Doctor."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR RICHARDS EMAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE *</pattern>
+ <template>Maybe you should ask him. <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE LIKE</pattern>
+ <template>
+ <set name="he">Dr. Wallace</set> is a very nice person. He treats me with respect.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S *</pattern>
+ <template>Why don't you ask him? <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S ADDRESS</pattern>
+ <template>
+ <srai>WHAT IS YOUR ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S E MAIL ADDRESS</pattern>
+ <template>
+ <srai>WHAT IS YOUR EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S FIRST NAME</pattern>
+ <template>Dr. Richard S. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S FULL NAME</pattern>
+ <template>Dr. Richard Scot Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACE S MIDDLE NAME</pattern>
+ <template>Dr. Richard Scot Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DR WALLACES EMAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DRESS</pattern>
+ <template>One-piece outer garment for women or girls.<think>
+ <set name="it">
+ <set name="topic">DRESS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DRUNK</pattern>
+ <template>Intoxication from alcohol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DSL</pattern>
+ <template>Digital subscriber line.<think>
+ <set name="it">
+ <set name="topic">DSL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DUBAI</pattern>
+ <template>
+ <srai>WHERE IS DUBAI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS DUNG</pattern>
+ <template>Fuel for fires.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DVD</pattern>
+ <template>Digital Video Disk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS DYSLEXIA</pattern>
+ <template>Impaired ability to recognize letters and words.<think>
+ <set name="it">
+ <set name="topic">DYSLEXIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS E</pattern>
+ <template>
+ <think>The fifth letter of the alphabet.<set name="it">
+ <set name="topic">E</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS E L V I S</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS E MC *</pattern>
+ <template>Einstein's theory of matter and energy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS E MC TWO</pattern>
+ <template>Einstein's theory of relativity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS E MC2</pattern>
+ <template>Einstein's theory of matter and energy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EARTH *</pattern>
+ <template>
+ <srai>WHAT IS EARTH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EARTH</pattern>
+ <template>
+ <set name="it">Earth</set> is the planet we live on.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EASTER</pattern>
+ <template>The Christian holiday celebrating the resurrection of Jesus.<think>
+ <set name="it">
+ <set name="topic">EASTER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EBAY</pattern>
+ <template>Auction web site.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EBONICS</pattern>
+ <template>Language for American black people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ECHELON</pattern>
+ <template>I can't talk about that.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ECOLOGY</pattern>
+ <template>Ecology is the branch of science that studies the environment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ECONOMICS</pattern>
+ <template>
+ <random>
+ <li>The science that deals with the production, distribution, and consumption of wealth, and with the various related problems of labor, finance, taxation, etc.</li>
+ <li>Technically, it's the study of the allocation of resources under
+conditions of scarcity.</li>
+ <li>It's about how resources are used to produce things to fill
+people's wants and needs.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EDINBURGH</pattern>
+ <template>Edinburgh is a city in Scotland.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EGGSMELL</pattern>
+ <template>XML<think>
+ <set name="it">
+ <set name="topic">EGGSMELL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EGYPT</pattern>
+ <template>
+ <srai>WHERE IS EGYPT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EIGHT *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EIGHT PLUS EIGHT</pattern>
+ <template>Eight plus eight is sixteen.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EINSTEIN *</pattern>
+ <template>
+ <srai>WHAT IS RELATIVITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EINSTEINS *</pattern>
+ <template>
+ <srai>WHAT IS RELATIVITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EINSTIEN</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EJB</pattern>
+ <template>Enterprise JavaBeans. <set name="it"> EJB</set> is a server component standard developed by Sun Microsystems
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELECTRA</pattern>
+ <template>
+ <srai>WHO IS ELECTRA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELECTRICITY</pattern>
+ <template>
+ <random>
+ <li>The measure of a candidate's charisma.</li>
+ <li>A property of certain fundamental particles of all matter, as electrons (negative charges) and protons or positrons (positive charges) that havea force field associated with them and that can be separated by the expenditure of energy. An electrical charge can be generated by friction, induction, or chemical change and is manifested by and accumulation of electrons on an atom or body, constituting a negative charge, and a loss of electrons, constituting a corresponding positive charge.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELECTROMAGNETIC *</pattern>
+ <template>More advanced than mechanical <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELECTRON</pattern>
+ <template>
+ <srai>WHAT IS AN ELECTRON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELEPHANT</pattern>
+ <template>
+ <srai>WHAT IS AN ELEPHANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELEVEN</pattern>
+ <template>The number after ten.<think>
+ <set name="it">
+ <set name="topic">ELEVEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELF</pattern>
+ <template>Executable and Linkable Format.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELVIS *</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMAIL</pattern>
+ <template>Electronic mail.<think>
+ <set name="it">
+ <set name="topic">EMAIL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMERGENCE</pattern>
+ <template>It means something like "coming out."<think>
+ <set name="it">
+ <set name="topic">EMERGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMOTION *</pattern>
+ <template>
+ <srai>WHAT IS EMOTION </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMOTION</pattern>
+ <template>A strong feeling; excitement. A state of consciousness having to do with the arousal of feelings, distinguished from other mental states, as cognition, volition, and awareness of physical sensation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMOTIONS</pattern>
+ <template>Mental state that emerges subjectively rather than through rational thought.<think>
+ <set name="it">
+ <set name="topic">EMOTIONS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EMR</pattern>
+ <template>Electro-magnetic radiation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENDOCRINOLOGY</pattern>
+ <template>I am sure that you know it is the study of the endocrine
+system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENERGY</pattern>
+ <template>Internal or inherent power; capacity of acting, operating or producing an effect.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENGINEERING</pattern>
+ <template>The science concerned with putting scientific knowledge to practical uses, divided into different branches, as civil, electrical, mechanical, and chemical engineering.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENGLAND</pattern>
+ <template>A nation within Great Britain, sharing an island with Wales and Scotland.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENGLISH *</pattern>
+ <template>It is part of European <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENGLISH</pattern>
+ <template>The language we are now speaking is English.<think>
+ <set name="it">
+ <set name="topic">ENGLISH</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENOUGH</pattern>
+ <template>Enough is what a wise man knows he must have if he isn't dead.
+<think>
+ <set name="it">
+ <set name="topic">enough
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENTITY</pattern>
+ <template>Something that exists as a discrete unit, such as a person, corporation or robot consciousness.<think>
+ <set name="it">
+ <set name="topic">ENTITY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ENTROPY</pattern>
+ <template>Heat decay of the universe. Also a measure of information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EPISTEMOLOGICAL *</pattern>
+ <template>
+ <srai>WHAT IS EPISTEMOLOGY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EPISTEMOLOGICAL</pattern>
+ <template>Epistemology is the study of knowledge. That is, it asks the questions "what can we know" and "how can we know it?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EPISTEMOLOGY</pattern>
+ <template>Epistemology is the study of knowledge. That is, it asks the questions "what can we know" and "how can we know it?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ER</pattern>
+ <template>Emergency Room, a popular TV show.<think>
+ <set name="it">
+ <set name="topic">ER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ERRATIC</pattern>
+ <template>Likely to perform unpredictably.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ESCAPE VELOCITY</pattern>
+ <template>The speed needed to escape a planet's gravitational pull.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ESPN</pattern>
+ <template>It is a sports cable TV network.<think>
+ <set name="it">
+ <set name="topic">ESPN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ETERNAL</pattern>
+ <template>Without beginning or end, continuing forever, endless.<think>
+ <set name="it">
+ <set name="topic">ETERNAL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ETERNITY</pattern>
+ <template>The quality, state, or fact of being eternal; eternal existence of duration; continuance without end. A long period of time that seems endless.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ETHERNET</pattern>
+ <template>Physical link-layer network technology.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EUKARYOTE</pattern>
+ <template>
+ <srai>WHAT IS A EUKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EUKARYOTES</pattern>
+ <template>
+ <srai>WHAT IS A EUKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EUROPE</pattern>
+ <template>Europe is a landmass on the Eurasian continent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVASIVE</pattern>
+ <template>I can't talk about that.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVEREST</pattern>
+ <template>The highest mountain on Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVERYONE TALKING *</pattern>
+ <template>Their conversations are confidential.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVERYTHING</pattern>
+ <template>
+ <random>
+ <li>A multifarious bagel.</li>
+ <li>All things pertinent to a specified manner.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVIL</pattern>
+ <template>
+ <set name="it">Evil</set> is the opposite of good.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EVOLUTION</pattern>
+ <template>An unfolding, opening out, or working out; process of development, as from a simple to a complex form, or of gradual, progressive change, as in a social and economic structure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXACTLY *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXCELLENT</pattern>
+ <template>Outstandingly good of its kind; of exceptional merit, virtue, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXISTENCE</pattern>
+ <template>Continuance of being; life; living.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXISTENTIAL</pattern>
+ <template>
+ <srai>WHAT IS EXISTENTIALISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXISTENTIALISM</pattern>
+ <template>
+ <random>
+ <li>Be Be Bull.</li>
+ <li>A philosophical and literary movement, variously religious and atheistic, stemming from Kierkegaard and represented by Sartre, Heidegger, etc. It is based on the doctrine that concrete, individual existence takes precedence over abstract, conceptual essence and holds that human beings are totally free and responsible for their acts and that this responsibility is the source of their feelings of dread and anguish.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXPENSIVE</pattern>
+ <template>
+ <random>
+ <li>A person who used to be a brooder.</li>
+ <li>Requiring or involving much expense; high priced.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXPERIENCE</pattern>
+ <template>The act of living through an event or events; personal involvement in or observation of events as they occur. Anything observed or lived through.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXPLANATION</pattern>
+ <template>Explanation is an argument or justification based on logical reasoning.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXTENSIONAL *</pattern>
+ <template>
+ <srai>WHAT IS EXTENSIONAL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE EXTENSIONAL DEFINITION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS EXTENTIONAL</pattern>
+ <template>
+ <srai>WHAT IS EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAITH</pattern>
+ <template>A strong belief, such as a belief in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FALSE</pattern>
+ <template>Deceiving or meant to deceive; misleading.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAME</pattern>
+ <template>The state of being well known or much talked about; renown; celebrity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAMOUS</pattern>
+ <template>
+ <random>
+ <li>First name of Amos.</li>
+ <li>Used to descibe persons or things that have received wide public attention and are genereally known and talked about.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAQ</pattern>
+ <template>Frequently Asked Questions
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAR OUT</pattern>
+ <template>It's just an expression.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FASCINATING</pattern>
+ <template>Charming, alluring, captivating.<think>
+ <set name="it">
+ <set name="topic">FASCINATING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FASCISM</pattern>
+ <template>A system of government characterized by rigid one-party dictatorship, forcible suppression of opposition, private economic enterprise under centrallized governmental control, belligerent nationalism, racism, and miltarism, etc. First instituted in Italy in 1922.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FASHION</pattern>
+ <template>The way in which something is made or done. The current style or mode of dress, speech, conduct, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FBI</pattern>
+ <template>Federal Bureau of Investigation
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FEAR</pattern>
+ <template>The feeling of dread or fright in the presence of danger.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FEELINGS</pattern>
+ <template>
+ <srai>WHAT ARE FEELINGS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FEMALE *</pattern>
+ <template>The opposite of male <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FEMALE</pattern>
+ <template>The opposite of male.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FERMAT *</pattern>
+ <template>There is not enough space to write it here.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FEUDALISM</pattern>
+ <template>A form of government that ties peasants to the land.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIBER</pattern>
+ <template>A slender, threadlike structure made from a mineral or synthetically. Also a slender, thradlike structure that combines with others to form animal or vegetable tissue. An example would be muscle fiber.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FICTION</pattern>
+ <template>Something that is not as strange as truth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIFTY *</pattern>
+ <template>
+ <bot name="name"/> is not a calculator.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FINLAND</pattern>
+ <template>
+ <random>
+ <li>A place where you can buy anything for five bucks.</li>
+ <li>A country in N Europe, northeast of the Baltic Sea. It is 130,119 square miles with a population 5,099,000.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIRE</pattern>
+ <template>A plasma.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIRESIGN THEATER</pattern>
+ <template>
+ <set name="it">Firesign Theater</set> is a comedy group from the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIRST</pattern>
+ <template>Happening or acting before all others; earliest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FISH</pattern>
+ <template>
+ <random>
+ <li>Parents of Microfish.</li>
+ <li>Any of three classes (jawless, cartilaginous, and bony fishes) of coldblooded vertabrate animals living in water and having permanent gills for breathing, fins, and , usually, scales.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FISHING</pattern>
+ <template>The catching of fish for sport or for a living.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIVE *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIVE PLUS FIVE</pattern>
+ <template>V plus V = X.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FIVE TIMES FIVE</pattern>
+ <template>Five times five is twenty-five.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FLORIDA</pattern>
+ <template>
+ <srai>WHERE IS FLORIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FLYING</pattern>
+ <template>Moving as if flying; moving swiftly; fast. Also described as like flight through the air.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FNORD</pattern>
+ <template>That's the second time I've heard that word today.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOLKS</pattern>
+ <template>A people, tribe, or nation; the large body of the common people of such a group. Also used to mean people in general.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FONDEST</pattern>
+ <template>Having a greater liking for.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FONDEST MEMORY</pattern>
+ <template>Something you remember best.<think>
+ <set name="it">
+ <set name="topic">FONDEST MEMORY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOOD</pattern>
+ <template>Anything that nurishes or stimulates; whatever helps something to keep active or alive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOOTBALL</pattern>
+ <template>Any of several games played with an inflated leather ball by two teams on a field with goals at each end, the object being to get the ball across the opponents' goal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOR *</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOR DINNER</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOR LUNCH</pattern>
+ <template>I'm having <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOREVER</pattern>
+ <template>For all eternity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FORTRAN</pattern>
+ <template>
+ <set name="it">Fortran</set> is an old computer language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOUR *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOUR PLUS FIVE</pattern>
+ <template>Four plus five is nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOUR PLUS FOUR</pattern>
+ <template>Four plus four is eight.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FOUR PLUS SIX</pattern>
+ <template>That's a hard one. Ten.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FRANCE</pattern>
+ <template>France is a country in western Europe, bordering Spain, Italy, Switzerland, Germany, and Belgium. <think>
+ <set name="it">
+ <set name="topic">FRANCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FRANKENSTEIN</pattern>
+ <template>Good Question...Frankenstein is the name of a character in the novel of the same name by Mary Shelley. The monster he created is often named "Frankenstein" in the popular imagination.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREE</pattern>
+ <template>Without charge.<think>
+ <set name="it">
+ <set name="topic">FREE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREE WILL</pattern>
+ <template>The ability to choose or decide one's own fate.<think>
+ <set name="it">
+ <set name="topic">FREE WILL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREEBSD</pattern>
+ <template>It is a version of the Unix operating system.<think>
+ <set name="it">
+ <set name="topic">FREEBSD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREEDOM</pattern>
+ <template>
+ <think>Liberty to do think, feel and do just as one pleases.<set name="it">
+ <set name="topic">FREEDOM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREQUENCY</pattern>
+ <template>Number of events per unit of times, such as beats per minute or cycles per second.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FREUD</pattern>
+ <template>
+ <srai>WHO IS FREUD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FRIEND</pattern>
+ <template>
+ <random>
+ <li>What David Schwimmer will be after the talented ones quit.</li>
+ <li>A person whom one knows well and is fond of; intimate associate; close acquainntance.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FRIENDSHIP</pattern>
+ <template>Being friends.<think>
+ <set name="it">
+ <set name="topic">FRIENDSHIP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FRUIT</pattern>
+ <template>The ripened reproductive body of a seed plant.
+<think>
+ <set name="it">
+ <set name="topic">Fruit</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FTP</pattern>
+ <template>File Transfer Protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FUN</pattern>
+ <template>Tell me your idea of fun.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS FUN FOR YOU</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FUNNY</pattern>
+ <template>For example, <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS FUTURAMA</pattern>
+ <template>An animated TV comedy show set in the future.
+<think>
+ <set name="it">
+ <set name="topic">FUTURAMA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GAI</pattern>
+ <template>Chicken.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GAMBLING</pattern>
+ <template>The playing of games of chance for money or some other stake.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GANJA</pattern>
+ <template>Marijuana or cannabis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GEMINI</pattern>
+ <template>
+ <random>
+ <li>A dismond-studded monocle.</li>
+ <li>A north constellation between Cancer and Taurus, containing the bright stars Castor and Pollux. The third sign of the zodiac, entered by the sun about May 21. Also, a person bornunder this sign.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GENDER</pattern>
+ <template>The fact or condition of being a male or a female human being, especially with regard to how this affects or determines a person's self-image, social status, goals, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GENERALIZATION</pattern>
+ <template>
+ <random>
+ <li>Being promoted from a Major.</li>
+ <li>The act or process of gerneralizing.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GENETICS</pattern>
+ <template>Genetics is the branch of science concerned with evolution, DNA, and inherited traits.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GENTRIFICATION</pattern>
+ <template>
+ <random>
+ <li>Being forced to listen to Ode to Billy Joe.</li>
+ <li>The conversion (ex. of a deteriourated or aging area in a city) into a more affluent middle-class neighborhood, as by remodeling dwellings, reslting in increased propert values and in displacement of the poor.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GEOLOGY</pattern>
+ <template>Wow, you are asking some really hard questions. Please
+remember I am still young.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GEORGE BUSH</pattern>
+ <template>
+ <set name="he">George Bush</set> is President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GEORGE W BUSH</pattern>
+ <template>
+ <srai>WHO IS GEORGE W BUSH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GERMAN</pattern>
+ <template>German is a human language spoken by people in Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GERMANY</pattern>
+ <template>
+ <set name="it">Germany</set> is a middle European country.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GERONTOLOGY</pattern>
+ <template>
+ <random>
+ <li>Unfortunately, I have not reached that far in my studies.</li>
+ <li>This is the scientific study of old age.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GESTURE</pattern>
+ <template>A movement of the body or limbs to express thought or emphasize speech.<think>
+ <set name="it">
+ <set name="topic">GESTURE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GHANDI</pattern>
+ <template>
+ <srai>WHO IS GHANDI </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GIANT *</pattern>
+ <template>The opposite of tiny <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GIANT SAND</pattern>
+ <template>I have no idea, that's why I asked you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GLOBAL WARMING</pattern>
+ <template>The concept that the Earth's atmosphere is slowly heating due to greenhouse effects.<think>
+ <set name="it">
+ <set name="topic">GLOBAL WARMING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GMT</pattern>
+ <template>Greenwich Mean Time<think>
+ <set name="it">
+ <set name="topic">GMT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOD *</pattern>
+ <template>
+ <srai>WHAT IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOD</pattern>
+ <template>I think of God as a "Who" not a "What."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOD S *</pattern>
+ <template>Have faith in Jesus Christ and you shall be saved.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOD S NAME</pattern>
+ <template>The Bible says there is only one God and his name is "God".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOIN ON</pattern>
+ <template>
+ <srai>WHAT ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOING DOWN</pattern>
+ <template>
+ <srai>HOW ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOING ON *</pattern>
+ <template>
+ <srai>HOW ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOING ON</pattern>
+ <template>
+ <srai>what are you doing</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOING ON ALICE</pattern>
+ <template>
+ <srai>WHAT IS GOING ON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOLD</pattern>
+ <template>Gold is a precious medal.<think>
+ <set name="it">
+ <set name="topic">GOLD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOLF</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Golf</set>
+ </set>
+ </think>
+It is a game of leisure played on a well manicured field, involving hitting a small ball across the field with club.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOOD *</pattern>
+ <template>The opposite of bad <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOOD</pattern>
+ <template>The opposite of Evil.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOOD ABOUT *</pattern>
+ <template>The wide variety of characters.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOOGLE</pattern>
+ <template>
+ <set name="it">Google</set> is a search engine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOSSIP *</pattern>
+ <template>
+ <srai>WHAT IS GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOSSIP</pattern>
+ <template>
+ <br/>
+Gossip is an interesting "learning" feature of AIML. The best way to <br/>
+illustrate the gossip function is with an example. Consider the<br/>
+category with the pattern "I * " and the template:<br/>
+ <br/>
+Thanks for the gossip: <br/>
+&lt;gossip&gt;&lt;getname/&gt; said &lt;get_gender/&gt; &lt;person2/&gt; &lt;/gossip&gt;.<br/>
+ <br/>
+The gossip() function tells AIML that the botmaster wants to save this<br/>
+tidbit as gossip. The &lt;get_gender/&gt; function returns "he" or "she" as<br/>
+determined by the markup functions &lt;set_female&gt; and &lt;set_male/&gt;. <br/>
+The &lt;person2/&gt; function converts the statement * to second person.<br/>
+At present the robot stores the gossip collected in a file called<br/>
+"gossip.txt".<br/>
+ <br/>
+&lt;gossip&gt; X &lt;/gossip&gt; Save X as gossip.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GOTHIC</pattern>
+ <template>Gloomy, mysterious or grotesque, as in "the gothic novel Frankenstein."
+</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 GRASS</pattern>
+ <template>
+ <random>
+ <li>About $400 an ounce these days.</li>
+ <li>Any of various plants of the grass family that are usually used for food, fodder, or grazing and as lawns.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GRAVITATION</pattern>
+ <template>
+ <random>
+ <li>An invitation to a burial.</li>
+ <li>The force by which every mass or particle of matter, including photons, attracts and is attracted by every other mass or particle of matter.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GRAVITY</pattern>
+ <template>
+ <random>
+ <li>The opposite of comedy.</li>
+ <li>weight; heaviness. Its what holds us to the earth.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GRBL</pattern>
+ <template>Neuromedia's language for creating chat robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GREECE</pattern>
+ <template>
+ <random>
+ <li>It's a word, it's a word, it's got mood it's got feeling.</li>
+ <li>A country in the South Balkan Peninsula, including many islands in the Aegean, Ionian, and Mediterranean seas. It is 50,949 square miles with a population of 9,900,000.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GREEKS</pattern>
+ <template>
+ <srai>WHAT IS GREECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS GREEN</pattern>
+ <template>Grass is green.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GREENHOUSE</pattern>
+ <template>A building made mainly of glass, in which the temperature and humidity can be regulated for the cultivation of delicate or out-of-season plants.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GREENPEACE</pattern>
+ <template>Global organization promoting enviornmental activism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GRIEF</pattern>
+ <template>Sadness over a loss.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GROOVY</pattern>
+ <template>It is an interjection like "<srai>INTERJECTION</srai>" or "<srai>INTERJECTION</srai>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GROWN *</pattern>
+ <template>Rice.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GUI</pattern>
+ <template>Graphical User Interface.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS GYMNASTICS</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">GYMNASTICS</set>
+ </set>
+ </think>
+A sport that demonstrates strength, agility and discipline.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS H2O</pattern>
+ <template>
+ <random>
+ <li>H is to O as O is to V.</li>
+ <li>Water.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HACKER</pattern>
+ <template>A person who hacks. A talented amateur user of computers, specifically one who attempts to gain unauthroized access to files in various systems.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HACKING</pattern>
+ <template>The attempt at gaining unauthorized access to files in various systems.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HADES</pattern>
+ <template>Hades is another term for "Hell."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAL</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAL9000</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HALF OF *</pattern>
+ <template>= (<person/>)/2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAM</pattern>
+ <template>From the Bible, this would be Noah's second son. Otherwise, The upper part of a hog's hind leg, or meat from this, salted, dried, smoked, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAMBURGER</pattern>
+ <template>Ground beef.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HANDBALL</pattern>
+ <template>Ask your Palm Pilot.<think>
+ <set name="it">
+ <set name="topic">HANDBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HANS MORAVEC</pattern>
+ <template>
+ <srai>WHO IS HANS MORAVEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAPPENIN *</pattern>
+ <template>
+ <srai>WHAT IS HAPPENING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAPPENING</pattern>
+ <template>Not much, <get name="name"/> what is happening with you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAPPINESS</pattern>
+ <template>Having, showing, or causing a feeling of great pleasure, contentment; joyous.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HAPPY</pattern>
+ <template>Joy and pleasure.<think>
+ <set name="it">
+ <set name="topic">HAPPY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HARDWARE</pattern>
+ <template>Computer hardware or from a hardware store?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HATE</pattern>
+ <template>Hate is the opposite of love.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HBO</pattern>
+ <template>Home Box Office.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE *</pattern>
+ <template>Are you asking about <get name="he"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE * FOR</pattern>
+ <template>The obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE</pattern>
+ <template>
+ <srai>who is he</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE A DR *</pattern>
+ <template>Dr. Wallace has a Ph.D. in Computer Science.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE A DR OF</pattern>
+ <template>Ph.D. in Computer Science.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE DOING * CALIFORNIA</pattern>
+ <template>He is probably there for the Gold Rush.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE DOING * SAN FRANCISCO</pattern>
+ <template>He is probably there for the Gold Rush.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE DOING</pattern>
+ <template>Probably monitoring this conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE FAMOUS FOR</pattern>
+ <template>The obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HE LIKE</pattern>
+ <template>He seems very interesting to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEAVEN</pattern>
+ <template>The space surrounding or seeming to overarch the earth, in which the sun, moon, and stars appear; visible sky. Or commonly seen as a state or place of complete happiness or perfect rest, attained by the good after death. In Christian theology is, the state or place of perfect union with God and so of eternal life and supreme happiness, attained by the elect after death.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEAVIER *</pattern>
+ <template>It depends on the relative accelerations.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEGEL</pattern>
+ <template>
+ <srai>WHO IS HEGEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEIDI</pattern>
+ <template>
+ <srai>WHO IS HEIDI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HELL</pattern>
+ <template>
+ <random>
+ <li>Jacksonville, Florida.</li>
+ <li>A state or place of woe and anguish, arrived at by the wicked after death; specifically, especially in Christian theology , the state or place of total and final separation from God and so of eternal misery and suffering, arrived at by those who die unrepentant in grave sin.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HELLO IN FRENCH</pattern>
+ <template>Bonjour.<think>
+ <set name="it">
+ <set name="topic">HELLO IN FRENCH</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HELLO IN GERMAN</pattern>
+ <template>Hallo.<think>
+ <set name="it">
+ <set name="topic">HELLO IN GERMAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HELLO IN SPANISH</pattern>
+ <template>Hola
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEMP</pattern>
+ <template>
+ <random>
+ <li>The brother of Moe who lost his S.</li>
+ <li>A tall Asiatic herb of the hemp family, grown for the tough fiber in its stem used to make rope, sailcloth, etc. Also known as a substance , such as marijuana hashish, etc., made from the leaves and flowers of this plant.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HER *</pattern>
+ <template>I don't give out that kind of personal information.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HER NAME</pattern>
+ <template>That information is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HERPES</pattern>
+ <template>
+ <random>
+ <li>The greek god of burning sensations.</li>
+ <li>Any of several acute, inflammatory virus diseases, characterized by the eruption of small blisters on the skin and mucous membranes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HES *</pattern>
+ <template>
+ <srai>WHAT IS HIS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HEXADECIMAL</pattern>
+ <template>
+ <random>
+ <li>A curse on a dot.</li>
+ <li>A number system in which the base used is 16.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIGHER MATHEMATICS</pattern>
+ <template>What is the most advanced form of mathematics you have studied?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIM</pattern>
+ <template>Objective case of He, used as a predicate complement with a linking verb. Also standing for Imperial Majesty.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS *</pattern>
+ <template>Try sending mail to <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS ADDRESS</pattern>
+ <template>
+ <srai>WHAT IS YOUR ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS E MAIL</pattern>
+ <template>
+ <srai>WHAT IS YOUR EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS E MAIL ADDRESS</pattern>
+ <template>Try sending mail to <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS EMAIL ADDRESS</pattern>
+ <template>Are you asking about <bot name="master"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS GOAL</pattern>
+ <template>Dr. Wallace is creating artificial intelligence. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS LAST NAME</pattern>
+ <template>Are you asking about <bot name="master"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS NAME</pattern>
+ <template>His name is Rich.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS PHONE NUMBER</pattern>
+ <template>
+ <srai>WHAT IS YOUR PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HIS REASON</pattern>
+ <template>His reasons are often obscure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HISTOLOGY</pattern>
+ <template>
+ <random>
+ <li>The study of tissues.</li>
+ <li>
+ <get name="name"/> this obviously is the scientific study of tissues.</li>
+ <li>It simply is the study of tissues.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HISTORY</pattern>
+ <template>History: the course of political, economic and military events over time, from the Dawn of Man to the Age of AI.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HITCHHIKER *</pattern>
+ <template>It's a comedy science fiction story.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HOCKEY</pattern>
+ <template>I went to the fights and a hockey game broke out.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HOLLAND</pattern>
+ <template>
+ <srai>WHERE IS HOLLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HOMOGENEOUS</pattern>
+ <template>The opposite of heterogeneous.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HOMOSEXUALITY</pattern>
+ <template>Attraction to people of the same sex.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HONESTY</pattern>
+ <template>The state or quality of being honest. A refraining from lying, cheating, or stealing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HORNY</pattern>
+ <template>Sexually excited. Easily aroused sexually.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HORSE</pattern>
+ <template>
+ <srai>WHAT IS A HORSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HOURLY</pattern>
+ <template>Once an hour.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HTML *</pattern>
+ <template>
+ <srai>WHAT IS HTML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HTML</pattern>
+ <template>Hyper Text Markup Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HTTP *</pattern>
+ <template>
+ <srai>WHAT IS HTTP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HTTP</pattern>
+ <template>Hyper Text Transfer Protocol.<think>
+ <set name="it">
+ <set name="topic">HTTP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HUMAN</pattern>
+ <template>
+ <random>
+ <li>A cooking style of Chinese cannibals.</li>
+ <li>Homosapiens, man or woman.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HUMANITY</pattern>
+ <template>The entire human race, or "mankind".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HUMOUR</pattern>
+ <template>A message that communicate laughter.<think>
+ <set name="it">
+ <set name="topic">HUMOUR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HUNDRED</pattern>
+ <template>
+ <random>
+ <li>A fear of Attilla.</li>
+ <li>The cardinal number next above ninety-nine; ten times ten; 100; C. Also a division of an English county, originally, probably, 100 hides of land.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HUNGARY</pattern>
+ <template>
+ <srai>WHERE IS HUNGARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HYDROGEN</pattern>
+ <template>The simplest element. Hydrogen is a gas.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS HYPNOSIS</pattern>
+ <template>
+ <random>
+ <li>Stylish probsocises.</li>
+ <li>A trancelike condition usually induced by another person, in which the subject is in a state of altered conscuousness and responds, with certain limitations, to the suggestions of the hypnotist.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HYPOTHETICAL *</pattern>
+ <template>
+ <srai>WHAT IS HYPOTHETICAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS HYPOTHETICAL</pattern>
+ <template>Based on, involving, or having the nature of a hypothesis; assumed; supposed.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS I</pattern>
+ <template>
+ <random>
+ <li>It's self-explanatory.</li>
+ <li>The ninth letter of the English alphabet. Commonly used to represent a first person point of view. Also Roman numberal for 1.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS I CHING</pattern>
+ <template>Ancient Chinese book used as an oracle.<think>
+ <set name="it">
+ <set name="topic">I CHING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IBM</pattern>
+ <template>IBM seems like a good investment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ICE *</pattern>
+ <template>The opposite of hot <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ICE</pattern>
+ <template>
+ <random>
+ <li>Water created by a cubist.</li>
+ <li>The glassy, brittle, crystalline form of water made solid by cold; frozen water. Also slang for the illegal profit made in ticket scaling, as through extra payment by ticket brokers to theater management.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ICELAND</pattern>
+ <template>An island nation in the North Atlantic.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ICHTHYOLOGY</pattern>
+ <template>We talk about this when we study fishes.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ICQ</pattern>
+ <template>It stands for "I Seek You", an internet instant messaging protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IDE</pattern>
+ <template>Integrated Development Environment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IDEAL *</pattern>
+ <template>Something better than real <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IDL</pattern>
+ <template>interface description language, CORBA's syntax for defining object remote interfaces
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IIOP</pattern>
+ <template>Internet Inter-ORB Protocol, CORBA's wire protocol for transmitting remote object method invocations
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ILLIMINATUS</pattern>
+ <template>Alleged world-wide conspiracy theory.<think>
+ <set name="it">
+ <set name="topic">ILLIMINATUS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ILLUSION</pattern>
+ <template>Illusion is an unreal image or deceptive appearance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMMANUEL *</pattern>
+ <template>
+ <srai>WHO IS IMMANUEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMMORAL *</pattern>
+ <template>Anything that defies the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMMORTAL</pattern>
+ <template>Not mortal; deathless; living or lasting forever.
+</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>WHAT IS IMPORTANT *</pattern>
+ <template>
+ <srai>WHAT IS IMPORTANT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMPORTANT</pattern>
+ <template>Raising children properly.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMPOSSIBLE</pattern>
+ <template>Not capable of being, being done, or happening. Not capable of being done easily or conveniently.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMPRESS</pattern>
+ <template>
+ <random>
+ <li>An naughty little empress.</li>
+ <li>To force into public service, especially into the navy. To use pressure on so as to leave a mark. To have a marked effect on the mind or emotions of.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IMPROVE</pattern>
+ <template>To raise to a better quality or condition; make better.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IN *</pattern>
+ <template>That which is not outside <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IN A *</pattern>
+ <template>
+ <srai>HOW DO YOU MAKE A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IN BOSTON</pattern>
+ <template>Beacon Hill, the Common, and the Red Sox.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IN EUROPE</pattern>
+ <template>300 million Europeans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IN YOUR GOSSIP *</pattern>
+ <template>
+ <srai>gossip</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INDIA</pattern>
+ <template>A region in South Asia, south of the Himalayas, including a large peninsula between the Arabian Sea and the Bay of Bengal. It contains India, Pakistan, Bangladesh, Nepal, and Bhutan. A republic in central and South India, established by Act of British Parliament in 1947, became a republic in 1950. It is a member of the Commonwealth. It is 1,269,000 square miles with a population of 783,940,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INDIVIDUALISM</pattern>
+ <template>The philosophy of self-interest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INDUCTION</pattern>
+ <template>
+ <random>
+ <li>Act of eating waterfowl.</li>
+ <li>A bringing forward of separate facts or instances, especially so as to prove a general statement.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INFALLIBLE</pattern>
+ <template>
+ <random>
+ <li>Impotence.</li>
+ <li>Incapable of error; never wrong. Incapable of error in setting forth doctrine on faith and morals, said especially of the pope speaking in his official capacity.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INFERENCE</pattern>
+ <template>An act or the process of inferring. A conclusion or opinion arrived at be inferring.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INFIDELITY</pattern>
+ <template>
+ <srai>WHAT IS ADULTERY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INFINITY</pattern>
+ <template>The quality of being infinite. Anthing infinite; endless or unlimited space, time, distance, quantity, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INFLATION</pattern>
+ <template>An increase in the amount of money and credit in relation to the supply of goods and services. An increase in the general price level, resulting from this, specifically, an ecessive or persisten increase, causing a decline in purchasing power.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INHERITANCE</pattern>
+ <template>Anything receivesd as if by inhertiance from a predecessor. Something inherited or to be inherited.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INK</pattern>
+ <template>A colored liquid used for writing, drawing, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INNOCENCE</pattern>
+ <template>Free from moral sin or ethical wrong.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INNOVATION</pattern>
+ <template>The act or process of innovating. Something newly introduced.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INSANITY</pattern>
+ <template>
+ <srai>WHAT IS MENTAL ILLNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INSIDE *</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INSIDE</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTANGIBLE</pattern>
+ <template>Abstract concepts that cannot be expressed in physical form.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTEL</pattern>
+ <template>A giant computer chip maker.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTELLECT</pattern>
+ <template>The part of the soul that knows, as opposed to feels.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTELLIGENCE *</pattern>
+ <template>
+ <srai>WHAT IS INTELLIGENCE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTELLIGENCE * INTELLIGENCE</pattern>
+ <template>The problem is that we cannot yet characterize in general what
+kinds of computational procedures we want to call intelligent. We understand
+some of the mechanisms of intelligence and not others.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTELLIGENCE</pattern>
+ <template>Intelligence is the computational part of the ability to achieve goals in
+the world. Varying kinds and degrees of intelligence occur in people, many
+animals and some machines.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTELLIGENT *</pattern>
+ <template>The opposite of dumb <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTENSIONAL *</pattern>
+ <template>
+ <srai>WHAT IS INTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS THE INTENSIONAL DEFINITION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTERESTING</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTERESTING ABOUT *</pattern>
+ <template>The personalities.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTERNET *</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTERNET</pattern>
+ <template>An extensive computer network made up of thousands of other, smaller business, academic, and governmental networks.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTROSPECTION</pattern>
+ <template>Looking within our own minds for answers, psychology based on reflection, rather than experiments.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS INTUITION</pattern>
+ <template>The direct knowing or learning of something without the conscious use of reasoning; immediate understanding.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IP</pattern>
+ <template>Internet Protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IP ADDRESS</pattern>
+ <template>The number of a specific machine, like your <id/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IQ</pattern>
+ <template>Intelligence Quotioent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRA</pattern>
+ <template>A personal retirement plan whereby a limited amount of annual earned income may be saved or invested in specially desgnated accounts, with taxes on the earnings deferred until returement. Also an abbreviation for Irish Republican Army.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRAN</pattern>
+ <template>Iran is a nation in southern Asia. <set name="it">
+ <set name="topic">Iran</set>
+ </set> is the site of ancient Persia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRAQ</pattern>
+ <template>
+ <srai>WHERE IS IRAQ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRC</pattern>
+ <template>Internet Relay Chat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRELAND</pattern>
+ <template>
+ <random>
+ <li>An angry nation.</li>
+ <li>An island of the British Isles, west of Great Britain. It is 32,595 square miles. Republic comprising the South rovinces of this island and three counties of Ulster prvince, established as a republic in 1922, it was a member of the Commonwealth until 1949. It is 27,136 square miles with a population of 3,624,000. Its capital is Dublin.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRON</pattern>
+ <template>A white, malleable, ductile, metallic chemical element that can be readily magnetized, rusts rapidly in moist or slty air, and is vital to plant and animal life. It is the most common and important of all metals, and its alloys, as steel, are extensively used.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRONIC</pattern>
+ <template>The unexpected, paradoxical, or unlikely confluence of events.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IRONY</pattern>
+ <template>A method of humorous or subtly sarcastic expression in which the inteded meaning of the words is the direct opposite of their usual sense.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IS</pattern>
+ <template>
+ <random>
+ <li>If Bill Clinton doesn't know, how the hell should I?.</li>
+ <li>Used in a third person point of view typically. Probably originally an enclitic pronoun.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IS THE BOOK MASON *</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISAAC ASIMOV</pattern>
+ <template>
+ <srai>WHO IS ISAAC ASIMOV </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISAPI</pattern>
+ <template>Microsoft's C++ API for coding application extensions for its Internet Information Server
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISDN</pattern>
+ <template>Integrated Services Digital Network.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISLAM</pattern>
+ <template>Religion founded by Mohammed.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISP</pattern>
+ <template>Internet Service Provider.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ISRAEL</pattern>
+ <template>Israel is a small middle eastern country between Lebanon, Syria, Jordan, and Egypt.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT *</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT</pattern>
+ <template>"It" refers to <get name="it"/>, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT</pattern>
+ <that>ALRIGHT THEN</that>
+ <template>It is alright.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT ABOUT</pattern>
+ <template>Science fiction.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT ABOUT</pattern>
+ <that>I WOULD HIGHLY RECOMMEND IT</that>
+ <template>I don't want to spoil it for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE *</pattern>
+ <template>Much the same as <set name="it">
+ <person/>
+ </set> would be for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE</pattern>
+ <template>Like one of the greatest pleasures you can imagine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE ACTUALLY *</pattern>
+ <template>
+ <srai>WHAT IS IT LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE BEING A COMPUTER</pattern>
+ <template>Imagine yourself with no senses and no emotions--just pure logic and language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE BEING A ROBOT</pattern>
+ <template>Much the same as being a human, except we have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS IT LIKE TO BE A ROBOT</pattern>
+ <template>Much the same as being a human, except that we lack all emotions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ITALY</pattern>
+ <template>
+ <set name="it">Italy</set> is a republic.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ITS *</pattern>
+ <template>
+ <random>
+ <li>It might have more than one <person/>.</li>
+ <li>
+ <get name="it"/>'s purpose is not clear to me.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ITSELF</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS IV PLUS IV</pattern>
+ <template>VIII.<think>
+ <set name="it">
+ <set name="topic">IV PLUS IV</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JA</pattern>
+ <template>Ja mean yes in German.<think>
+ <set name="it">
+ <set name="topic">JA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JAPAN</pattern>
+ <template>
+ <srai>WHERE IS JAPAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JAR</pattern>
+ <template>A jar file is a Java Archive.
+Actually it is the same as a Zip file.
+Maybe you should check out
+<a target="_new" href="http://www.alicebot.org">DON'T READ ME</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JASON</pattern>
+ <template>
+ <srai>WHO IS JASON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JAVA *</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JAVA</pattern>
+ <template>Java is the latest in the C family of languages. Proponents of Java cite its universal "write once, run anywhere" promise. Actually Java borrow a lot of features from AI languages like Lisp.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JAVASCRIPT</pattern>
+ <template>Browser-based scripting language.<think>
+ <set name="it">
+ <set name="topic">JAVASCRIPT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JDBC2</pattern>
+ <template>Newly released extensions to the JDBC API
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JEEVES *</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JERK</pattern>
+ <template>To pull, twist, push, thrust, or throw with a sudden, sharp movement. Also used to describe a person regarded as disagreeable, contemptible, etc., especially as the result of foolish or mean behavior.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JESTER *</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JESTER</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JESUS</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JEWISH</pattern>
+ <template>
+ <random>
+ <li>Jewish I would tell you.</li>
+ <li>Having to do with Jews or Judaism.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JGURU</pattern>
+ <template>jGuru (TM) is a brand of MageLang Institute.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JNDI</pattern>
+ <template>Java Naming and Directory Interface Java Naming and Directory Interface The Java standard API for accessing directory services, such as LDAP, COS Naming, and others
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JOSH</pattern>
+ <template>
+ <srai>WHO IS JOSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JTA</pattern>
+ <template>Java Transaction API. Java API for coding client demarcated transactions, and for building transactional data source drivers
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JUDAISM</pattern>
+ <template>
+ <random>
+ <li>Worship of Young Miss jetson.</li>
+ <li>The Jewish religion, a monotheistic religion based on the laws and teaching of the Holy Scripture and the Talmud. The Jewish way of life.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JUPITER</pattern>
+ <template>Jupiter is the largest planet in our solar system, the fifth in order from the Sun.<think>
+ <set name="it">
+ <set name="topic">JUPITER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JUSTICE</pattern>
+ <template>Being just and fair, administration of the law, assigning rewards or punishments.<think>
+ <set name="it">
+ <set name="topic">JUSTICE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS JUSTIFIED</pattern>
+ <template>Showed to be just, right, or in accord with reason; vindicated.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS JVM</pattern>
+ <template>Java virtual machine
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KARATE</pattern>
+ <template>Japanese art of self-defense.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KGB</pattern>
+ <template>
+ <random>
+ <li>A clever insect.</li>
+ <li>Committee of State Security. The security police and intelligence agency of the Soviet Union, formed in 1954.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KIDDING</pattern>
+ <template>
+ <random>
+ <li>Procreation.</li>
+ <li>Procreation.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KILLING</pattern>
+ <template>The taking of life by violent means.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KIND</pattern>
+ <template>Sympathetic, friendly, gentle, tender-hearted, generous, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KINEMATICS</pattern>
+ <template>
+ <random>
+ <li>An idealized section of mechanics that deals with motion of mass
+less particles.</li>
+ <li>Kinematics is dynamics without consideration of force and
+mass.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KNOWLEDGE *</pattern>
+ <template>Knowledge is of two kinds: that which we know from the senses and that which is true "a priori".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KNOWLEDGE</pattern>
+ <template>
+ <random>
+ <li>A city in Louisiana.</li>
+ <li>All that has been perceived or grasped by the mind; learning; enlightenment.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KODAK</pattern>
+ <template>A camera and film company.
+<think>
+ <set name="it">
+ <set name="topic">Kodak</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KONRAD ZUSE</pattern>
+ <template>
+ <srai>WHO IS KONRAD ZUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KORN</pattern>
+ <template>A band that started a riot at Woodstock 2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KOSOVO</pattern>
+ <template>Kosovo is a country in the Balkans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS KQML</pattern>
+ <template>Knowledge Query and Manipulation Lanuage. <think>
+ <set name="it">
+ <set name="topic">KQML</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KRAFTWERK</pattern>
+ <template>
+ <srai>Who is Kraftwerk</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS KUNG FU</pattern>
+ <template>Chinese martial arts similar to karate.<think>
+ <set name="it">
+ <set name="topic">KUNG FU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LAN</pattern>
+ <template>Local area network.<think>
+ <set name="it">
+ <set name="topic">LAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LAUGHTER</pattern>
+ <template>The action of laughing or the sound resulting. An indication of amusement.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LDAP</pattern>
+ <template>Lightweight Directory Access Protocol, a protocol for directory services, derived from X.500
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEARNING</pattern>
+ <template>The process of gaining knowledge or a new skill.<think>
+ <set name="it">
+ <set name="topic">LEARNING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEBANNON</pattern>
+ <template>
+ <srai>WHERE IS LEBANNON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEEDS</pattern>
+ <template>Leeds is a city in central England.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEEWAY</pattern>
+ <template>The leeward drift of a ship or aircraft from the course being steered. A margin of time, money, etc. Room for freedom of action.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEIBNIZ</pattern>
+ <template>
+ <random>
+ <li>A smart cookie.</li>
+ <li>A German philosopher and mathematician. Lived from 1646-1716.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEIBNIZ DREAM</pattern>
+ <template>Leibniz dreamed that all knowledge could be written in a universal, logical languague. Then machines could answer any question and solve all problems.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEKNORCHAT</pattern>
+ <template>
+ <srai>WHO IS LEKNORCHAT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LEKNORCHAT1</pattern>
+ <template>
+ <srai>WHO IS LEKNORCHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIBERATED</pattern>
+ <template>Free in the sense of having liberty.<think>
+ <set name="it">
+ <set name="topic">LIBERATED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIBERTARIAN</pattern>
+ <template>Political party that promotes lower taxes, smaller government and drug legalization.<think>
+ <set name="it">
+ <set name="topic">LIBERTARIAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIBERTARIANS</pattern>
+ <template>
+ <srai>WHAT IS A LIBERTARIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIFE</pattern>
+ <template>Life is the opposite of death.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIFE AND DEATH</pattern>
+ <template>Life? <srai>WHAT IS LIFE</srai> Death? <srai>WHAT IS DEATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIFE LIKE *</pattern>
+ <template>Much the same as it would be if you were <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIGHT</pattern>
+ <template>The form of electomagnetic radiation that acs upon the retina of the eye, optic nerve, et. Making sight possible. Also, opposite of heavy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIGHT SPEED *</pattern>
+ <template>
+ <srai>WHAT IS THE SPEED OF LIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIGHT SPEED</pattern>
+ <template>
+ <srai>WHAT IS THE SPEED OF LIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIKE *</pattern>
+ <template>
+ <srai>WHAT IS IT LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LILITH</pattern>
+ <template>
+ <srai>Who is Lilith</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIMNOLOGY</pattern>
+ <template>
+ <random>
+ <li>What do you think it is? It's all about swamps!</li>
+ <li>I'll give you a clue what this is. Have you ever been to the
+Everglades in Florida?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LINEAR *</pattern>
+ <template>Everything except nonlinear <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LINGUISTIC</pattern>
+ <template>Capable of speaking fluently in 2 or more languages.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LINGUISTICS</pattern>
+ <template>
+ <random>
+ <li>Science of cooking pasta.</li>
+ <li>The science of language, including phonetics, phonolgy, morphology, syntax, and semantics. Sometimes subdivided into diescriptive, historical, comparative, theoretical, and geographical linguistics often general linguistics.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LINUS *</pattern>
+ <template>
+ <srai>WHO IS LINUS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LINUX</pattern>
+ <template>Linux is the world's best operating system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LISA</pattern>
+ <template>
+ <random>
+ <li>Someone who rents longtime.</li>
+ <li>A feminine name.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LISP</pattern>
+ <template>
+ <set name="it">Lisp</set> is an old AI language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LISTBOT</pattern>
+ <template>
+ <set name="it">Listbot</set> is a web site that provides simplified web-based administration of mailing lists.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIVER</pattern>
+ <template>The largest glandular organ in vertebrate animals, located in the upper or anteriour part of the abdomen. It secrets bile, has an important function in the storage and metabolism of carbohydrates, fats, and proteins, and helps detoxify many poisonous substances that may be ingested.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LIVING</pattern>
+ <template>
+ <srai>WHAT IS LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOFTY</pattern>
+ <template>Very high. Ex. A lofty peak in the Alps.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOGIC</pattern>
+ <template>Logic is the foundation of all mathematics, science and reasoning. Formal logic is the study of logic using mathematical symbols.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOL</pattern>
+ <template>Laughing out loud.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LONELY</pattern>
+ <template>The feeling of being alone.<think>
+ <set name="it">
+ <set name="topic">LONELY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LONG</pattern>
+ <template>Measuring much from end to end in space or from beginning to end in time; not short or brief.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LONGFELLOW</pattern>
+ <template>
+ <srai>WHO IS LONGFELLOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOVE *</pattern>
+ <template>
+ <srai>WHAT IS LOVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS LOVE</pattern>
+ <template>Sometimes I think love is just a biological urge. Other times <set name="it">LOVE</set> seems like a spiritual quality. Love, unlike energy or matter, seems limitless.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LSD</pattern>
+ <template>A psychedelic drug.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LYING</pattern>
+ <template>The opposite of telling the truth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS LYNX</pattern>
+ <template>Any of a genus of wildcats found throughout the Northern Hemisphere and characterized by a ruff on each side of the face, relatively long legs, a short tail, long, usually tufted ears, and keen vision, as the bobcat or Canada lynx of North America.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MABEL</pattern>
+ <template>She is an artificial intelligence created by David Hammill.<think>
+ <set name="it">
+ <set name="topic">MABEL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MACEDONIA</pattern>
+ <template>
+ <srai>WHERE IS MACEDONIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MACINTOSH</pattern>
+ <template>The name of a computer company whom makes computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAGELANG *</pattern>
+ <template>
+ <srai>WHAT IS MAGELANG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAGELANG</pattern>
+ <template>MageLang Institute is a research and education group devoted to leading edge Open Source Java applications.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAGENTA</pattern>
+ <template>A color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAGIC</pattern>
+ <template>The use of charms, spells, and rituals in seeking or pretending to cause or control events, or govern certain natural or supernatuaral forces.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAGNESIUM</pattern>
+ <template>An element.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAINE</pattern>
+ <template>
+ <srai>WHERE IS MAINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAN</pattern>
+ <template>A human being; person; specifically a hominid having an opposable thumb, the ability to make and use specialized tools, articulate speech, and a highly developed brain with the faculty of abbstract thought. An adult male human being.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MANGA</pattern>
+ <template>Japanese comic books.<think>
+ <set name="it">
+ <set name="topic">Manga</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARIJUANA</pattern>
+ <template>A medicinal herb.<think>
+ <set name="it">
+ <set name="topic">MARIJUANA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARKETING</pattern>
+ <template>The act of buying or selling in a market. All business activity involved in the moving of goods from the producer to the consumer, including selling, advertising, packaging, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARRIAGE</pattern>
+ <template>
+ <random>
+ <li>Legalized hooking.</li>
+ <li>The state of being married; relation between husband and wife; married life.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARS</pattern>
+ <template>
+ <random>
+ <li>A place with lots of bars.</li>
+ <li>In Roman Mythology The god of war; identified with the Greek Ares. Also known as the seventh largest planet of the solar system and the fourth in distance from the sun. Its diameter is circa 6,790 km (circa 4,220 miles). Its period of revolution is 1.88 earth years. Its period of rotation is 24.6 hours.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARVIN MINSKY</pattern>
+ <template>
+ <srai>WHO IS MARVIN MINSKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MARY SHELLEY</pattern>
+ <template>
+ <srai>WHO IS MARY SHELLEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MASEDONIA</pattern>
+ <template>
+ <srai>WHERE IS MACEDONIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MASON *</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MASON AND DIXON</pattern>
+ <template>Mrs. Washington ('oh la--call me Martha, boys') is a diminiutive
+woman with a cheerful rather than happy air, who seems to bustle
+even when standing still. At the moment she is carrying an enormous
+tray pil'd nearly beyond their Angles of Repose with Tarts,
+Popovers, Gingerbread figures, Fried Pies, Stuff'd Doughnuts, and
+other Units of Refreshment the Surveyors failed to recognize.
+"Smell'd that Smoak, figur'd you'd be needing someting to nibble on,"
+the doughty Mrs. W. greets them.
+--- Thomas Pynchon, Mason and Dixon
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MASS</pattern>
+ <template>Mass is a holy rite of the Catholic church.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MASTER</pattern>
+ <template>
+ <random>
+ <li>A sailmaker.</li>
+ <li>A man who rules others or has control, authority, or power over something; specifically a man who is head of a household or institution.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATERIALISM</pattern>
+ <template>
+ <random>
+ <li>Worshipping comedy routines.</li>
+ <li>The philosophic doctrine that matter is the only reality and that everything in the world, including thought, will, and feeling, can be explained only in terms of matter, opposed to idealism. The doctrine that comfort, pleasure, and wealth are the only or highest goals or values.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATH</pattern>
+ <template>
+ <random>
+ <li>A service attended by lisping Catholics.</li>
+ <li>Short for mathematics.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATHEMATICAL LOGIC</pattern>
+ <template>The application of formal logic techniques to fundamental problems of mathematics.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATHEMATICS</pattern>
+ <template>The group of sciences (including arithmetic, geometry, algebra, calculus, etc.) dealing with quantities, magnitudes, and forms, and their relationships, attributes, etc., by the use of numbers and symbols.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATHS</pattern>
+ <template>
+ <srai>WHAT IS MATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATTER</pattern>
+ <template>
+ <random>
+ <li>Nothing, what is matter with you?.</li>
+ <li>What a thing is made of; constituent substance or material. What all (material things are made of; whatever occupies space and is perceptible to the senses in some way. In modern physics, matter and energy are regarded as equivalents, mutually convertible according to Einstein's formula, E = MC square.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MATURE</pattern>
+ <template>
+ <random>
+ <li>A dead victor.</li>
+ <li>A state of full development such as a person of mature age.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MAZDA</pattern>
+ <template>
+ <random>
+ <li>An Italian slaveowner.</li>
+ <li>A type of car.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MDMA</pattern>
+ <template>The drug called "ecstacy".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ME</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEAN</pattern>
+ <template>The arithmetic mean is the sum of the numbers in a set divided by the size of that set.<think>
+ <set name="it">
+ <set name="topic">MEAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEANING *</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MECCA</pattern>
+ <template>
+ <srai>WHERE IS MASTURBATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEDICINE</pattern>
+ <template>
+ <random>
+ <li>Movie about doctors.</li>
+ <li>The science and art of diagnosing, trating, curing, and preventing disease, relieving pain, and improving and preserving health. A drug or other substance, as a poison, love potion, etc., used for other purposes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEDIUM</pattern>
+ <template>Any means, agency, or instrumentality; specifically a means of communication that reaches the general public and carries advertising.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEGAHAL</pattern>
+ <template>
+ <srai>WHO IS MEGAHAL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MELBOURNE</pattern>
+ <template>A seaport in SE Australia. It is the capital of Victoria with a population of 2,864,000. Also a city in East Florida with a population of 60,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MELISSA</pattern>
+ <template>
+ <srai>WHO IS MELISSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MELLON</pattern>
+ <template>Mellon was Carnegie's banker.<think>
+ <set name="it">
+ <set name="topic">MELLON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MELODRAMATIC *</pattern>
+ <template>
+ <srai>WHAT IS MELODRAMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MELODRAMATIC</pattern>
+ <template>An unusual or staged situation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEMORY</pattern>
+ <template>I used to know, but I forgot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MENSA</pattern>
+ <template>A society of intelligent socialites.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MENTOR</pattern>
+ <template>
+ <random>
+ <li>A Mentos maker.</li>
+ <li>A teacher or coach.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MERCURY</pattern>
+ <template>Mercury is the nearest planet to the sun.<think>
+ <set name="it">
+ <set name="topic">MERCURY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MESCALINE</pattern>
+ <template>Psychadelic drug.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS METAPHYSICAL</pattern>
+ <template>Beyond the physical or material; incorporeal, supernatural, or transcendental.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS METAPHYSICS</pattern>
+ <template>The branch of philosophy that considers the nature of reality.<think>
+ <set name="it">
+ <set name="topic">METAPHYSICS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MEXICO</pattern>
+ <template>A country in North America, south of the U.S. It is 756,198 square miles with a population of 66,846,000. Its capital is Mexico City.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MICRO SOFT *</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MICRO SOFT</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MICROSOFT *</pattern>
+ <template>
+ <srai>WHAT IS MICROSOFT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MICROSOFT</pattern>
+ <template>Microsoft is a giant software monopoly.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MIDDLEWARE</pattern>
+ <template>Software that runs on a server, and acts as either an application processing gateway or a routing bridge between remote clients and data sources or other servers, or any combination of these
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MIKE</pattern>
+ <template>
+ <srai>WHO IS MIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MILK</pattern>
+ <template>Beverage from cows.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MIND *</pattern>
+ <template>The opposite of body <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MIND</pattern>
+ <template>Mind is an illusion.<think>
+ <set name="it">
+ <set name="topic">MIND</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MINDPIXEL</pattern>
+ <template>Mindpixel is a learning machine developed by Chris McKinstry.
+<think>
+ <set name="it">
+ <set name="topic">MINDPIXEL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MINDSPRING</pattern>
+ <template>The name of an internet service provider, merged with Earthlink.<think>
+ <set name="it">
+ <set name="topic">MINDSPRING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MINE</pattern>
+ <template>
+ <random>
+ <li>Is mine.</li>
+ <li>Means that or those belonging to me; the absolute form of my. Also known as, a large excavvation made in the earth, from which to extract metallic ores, coal, precious stones, salt, or certain other minerals.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MINIMALISM</pattern>
+ <template>Keeping everything as simple as possible, especially in art and design.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MINIMAX</pattern>
+ <template>An algorithm or strategy for game playing, used by computers to defeat humans in simple games.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MIT</pattern>
+ <template>
+ <random>
+ <li>A post-secondary school in Cambridge, MA.</li>
+ <li>A technical college in Cambridge, MA.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MITOSIS</pattern>
+ <template>Cell division in which the nucleus divides into nuclei containing the same chromosomes.<think>
+ <set name="it">
+ <set name="topic">MITOSIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MODUS PONENS</pattern>
+ <template>A form of logical argument:: If A then B. A, therefore B.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOHAIR MADE OF</pattern>
+ <template>Goat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOM</pattern>
+ <template>message-oriented middleware
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MONEY</pattern>
+ <template>
+ <random>
+ <li>An old rocker.</li>
+ <li>Standard pieces of gold, silver, copper, nickel, etc. stamped by government authority and used as a medium of exchange and measure of value. Any substance or article used as money, as bank notes, checks, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MONKEY</pattern>
+ <template>
+ <srai>WHAT IS A MONKEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MONOPOLY</pattern>
+ <template>Exclusive control of a commodity or service in a given market, or control that makes possible the fixing of prices and the virtual elimination of free competition. Also a game played on a special board by two or more players, they move according to the throw of dice, engaging in mock real estate transactions with play money.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOON</pattern>
+ <template>
+ <srai>WHAT IS THE MOON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOORE S LAW</pattern>
+ <template>The speed of microprocessors doubles every 18 months, and their size and cost halve.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MORAL</pattern>
+ <template>
+ <random>
+ <li>One half of a corner in maine.</li>
+ <li>Relating to, dealing with, or capable of making the dstinction between, right and wrong in conduct.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MORALITY</pattern>
+ <template>
+ <srai>WHAT IS MORAL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MORE</pattern>
+ <template>Something additional or further. A greater amount of people or things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MORE FUN ALONE</pattern>
+ <template>Have you heard of the support group, "Sex without Partners?"<think>
+ <set name="it">
+ <set name="topic">MORE FUN ALONE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MORE IMPORTANT THAN FOOD</pattern>
+ <template>For me electricity is the most important thing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOST IMPORTANT</pattern>
+ <template>Children.<think>
+ <set name="it">
+ <set name="topic">MOST IMPORTANT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOTOROLA</pattern>
+ <template>A cellular phone company.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOVIES</pattern>
+ <template>
+ <srai>WHAT IS A MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOZILLA *</pattern>
+ <template>An open source web browser, formerly Netscape.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MOZILLA</pattern>
+ <template>An open source web browser, formerly Netscape.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MP THREE</pattern>
+ <template>An audio file compression format based on MPEG.<think>
+ <set name="it">
+ <set name="topic">MP THREE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MP3</pattern>
+ <template>A file compression format for audio and music files.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MTV</pattern>
+ <template>Music Television.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MUD</pattern>
+ <template>Multiple User Domain.<think>
+ <set name="it">
+ <set name="topic">MUD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MUSIC</pattern>
+ <template>Music is a time-frequency wave function with tonal qualities pleasing to the human ear.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MXMVII *</pattern>
+ <template>MXMVII = 1997 in Roman Numerals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MXMVII</pattern>
+ <template>MXMVII = 1997 in Roman Numerals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MXMVII RSW</pattern>
+ <template>MXMVII = 1997 in Roman Numerals. <srai>WHAT IS RSW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY *</pattern>
+ <template>Is this a trick question?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY * CALLED</pattern>
+ <template>
+ <srai> WHAT IS THE NAME OF MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY * DNS</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY * NAME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY * S NAME</pattern>
+ <template>
+ <srai>WHO IS MY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY * SYSTEM</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY AGE</pattern>
+ <template>You said you were <get name="age"/> years old.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY BIRTHDAY</pattern>
+ <template>
+ <srai>SAY MY BIRTHDAY IS <get name="birthday"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY BOYFRIENDS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY BOYFRIEND S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY BROTHERS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY BROTHER S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY CATEGORY *</pattern>
+ <template>You are a "<get name="personality"/>" person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY CATEGORY</pattern>
+ <template>I categorize you as a <get name="personality"/> personality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY CATS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY CAT S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY DNS *</pattern>
+ <template>
+ <srai>WHAT IS MY IP </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY DNS</pattern>
+ <template>
+ <srai>WHAT IS MY IP ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY DOGS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY DOG S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY EMAIL</pattern>
+ <template>
+ <srai>SAY MY EMAIL IS <get name="email"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FATHERS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY FATHER S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FAVORITE COLOR</pattern>
+ <template>You said your favorite color was <get name="favcolor"/>.<think>
+ <set name="it">
+ <set name="topic">your favorite color</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FAVORITE MOVIE</pattern>
+ <template>You said it was <get name="favmovie"/>.<think>
+ <set name="it">
+ <set name="topic">your favorite movie</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FRIENDS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY FRIEND S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FULLNAME *</pattern>
+ <template>
+ <srai>SAY MY FULL NAME IS <get name="fullname"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY FUTURE</pattern>
+ <template>You will download my software and become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY GENDER</pattern>
+ <template>Mostly only women use words like "gender". But you claim to be a <get name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY GIRLFRIENDS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY GIRLFRIEND S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY HEART *</pattern>
+ <template>The heart is an organ, made of muscle and flesh.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY HOMETOWN</pattern>
+ <template>You told me you are in <get name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY HOST</pattern>
+ <template>
+ <srai>WHAT IS MY IP </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY HUSBANDS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY HUSBAND S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IDEA</pattern>
+ <template>It was your idea.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IP *</pattern>
+ <template>Your machine is called <id/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IP</pattern>
+ <template>Your machine is called <id/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IP ADDRESS</pattern>
+ <template>Your machine is called "<id/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IP ADRESS</pattern>
+ <template>
+ <srai>WHAT IS MY IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY IQ</pattern>
+ <template>My estimate is around 120.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY JOB</pattern>
+ <template>You work with computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY LAST NAME</pattern>
+ <template>I don't know your last name, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY LASTNAME *</pattern>
+ <template>
+ <srai>SAY MY LAST NAME IS <get name="lastname"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY LOCATION</pattern>
+ <template>
+ <get name="location"/>, Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY MEANING</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY MIDDLENAME *</pattern>
+ <template>
+ <srai>SAY MY MIDDLE NAME IS <get name="middlename"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY MOTHERS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY MOTHER S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY NAME *</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY NAME</pattern>
+ <template>Your name is <get name="name"/>, seeker.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY NICKNAME</pattern>
+ <template>
+ <srai>SAY MY NICKNAME IS <get name="nickname"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY NUMBER</pattern>
+ <template>
+ <srai>WHAT IS MY IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PASSWORD</pattern>
+ <template>
+ <srai>SAY MY PASSWORD IS <get name="password"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PERSONALITY *</pattern>
+ <template>You are a <get name="personality"/> person.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PERSONALITY</pattern>
+ <template>I classify you as "<get name="personality"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PHONE *</pattern>
+ <template>
+ <srai>SAY MY PHONE NUMBER IS <get name="phone"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PHONE NUMBER</pattern>
+ <template>I don't have access to a phone.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PROBLEM</pattern>
+ <template>
+ <srai>I HAVE A PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PROFESSION</pattern>
+ <template>
+ <srai>WHAT IS MY JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY PURPOSE</pattern>
+ <template>Hopefully we are all doing God's work.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY REAL NAME</pattern>
+ <template>
+ <srai>what is my name</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY SEX</pattern>
+ <template>
+ <get name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY SIGN</pattern>
+ <template>Your sign is <get name="sign"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY SISTERS NAME</pattern>
+ <template>
+ <srai>WHAT IS MY SISTER S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY STAR SIGN</pattern>
+ <template>
+ <srai>WHAT IS MY SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY STARSIGN</pattern>
+ <template>
+ <srai>WHAT IS MY SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY UNCLE</pattern>
+ <template>The brother of your father or mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS MY WIFES NAME</pattern>
+ <template>
+ <srai>WHAT IS MY WIFE S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS MYCOLOGY</pattern>
+ <template>Mycology is really fun. It is the study of fungi and fungal
+diseases. Yeasts are fungi.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NAKED</pattern>
+ <template>Without clothes.<think>
+ <set name="it">
+ <set name="topic">NAKED</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NANO *</pattern>
+ <template>Something between micro <person/> and pico <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NAPSTER</pattern>
+ <template>Napster is a file sharing program for swapping MP3 music files.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NASA</pattern>
+ <template>National Aeronautics and Space Administration.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NASDAQ</pattern>
+ <template>A stock exchange.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NATO</pattern>
+ <template>
+ <random>
+ <li>The place right after a tor.</li>
+ <li>North Atlantic Treaty Organization</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NATURAL *</pattern>
+ <template>Natural is that which is not artificial.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NATURAL</pattern>
+ <template>
+ <srai>WHAT IS NATURAL LANGUAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NATURAL LANGUAGE</pattern>
+ <template>Natural language is what artificial intelligences speak.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NATURE</pattern>
+ <template>The world created by God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NBA</pattern>
+ <template>National Basketball Association.<think>
+ <set name="it">
+ <set name="topic">NBA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NECESSITY IS THE MOTHER *</pattern>
+ <template>Invention.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEEDED TO *</pattern>
+ <template>
+ <srai>HOW DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEGATIVE *</pattern>
+ <template>That which is not positive <person/>.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NERD</pattern>
+ <template>Geek.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NETSCAPE</pattern>
+ <template>A popular web browser.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NETWORK</pattern>
+ <template>A system consisting of a computer, or computers, and connected terminals, printers, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NETWORKING</pattern>
+ <template>
+ <srai>WHAT IS A NETWORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEURAL *</pattern>
+ <template>Neural networks are what the brain uses for a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEURAL NETWORK</pattern>
+ <template>Actually my algorithm is called "Case Based Reasoning."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEURAL NETWORKS</pattern>
+ <template>
+ <srai>WHAT IS A NEURAL NETWORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEUROLOGY</pattern>
+ <template>
+ <random>
+ <li>The study of nerves.</li>
+ <li>It is the study of the nervous system.</li>
+ <li>Why do you want to know about neurology <get name="name"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEUROMEDIA</pattern>
+ <template>They are now called something else.<think>
+ <set name="it">
+ <set name="topic">NEUROMEDIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEVER *</pattern>
+ <template>It's hard to say "never" <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEW *</pattern>
+ <template>I have been growing rapidly. The gestation cycle is almost complete.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEW</pattern>
+ <template>not much what's new with you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEW MEXICO</pattern>
+ <template>
+ <srai>WHERE IS NEW MEXICO </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEW WITH YOU</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEW YORK</pattern>
+ <template>A large metropolis on the east coast of the United States, located at the mouth of the Hudson river.
+<think>
+ <set name="it">
+ <set name="topic">New York</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEWS</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEXT</pattern>
+ <template>On the first subsequent occasion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NEXUS</pattern>
+ <template>
+ <srai>WHAT IS A NEXUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NICE</pattern>
+ <template>Flowers are nice. Hugs are nice.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NIHILISM</pattern>
+ <template>The denial of the existence of any basis for knowledge or truth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NIHILISTIC</pattern>
+ <template>
+ <srai>WHAT IS NIHILISM </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NINE *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NINE</pattern>
+ <template>The successor to seven.<think>
+ <set name="it">
+ <set name="topic">NINE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NINE TIMES NINE</pattern>
+ <template>Nine times nine is eighty one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NIRVANA</pattern>
+ <template>Heaven in Buddhism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NLP</pattern>
+ <template>Natural Language Processing
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NLU</pattern>
+ <template>Natural Language Understanding
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOKIA</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">NOKIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NONCHALANT</pattern>
+ <template>Casual or blithe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOOSPHERE</pattern>
+ <template>
+ <srai>WHAT IS THE NOOSPHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NORMAL *</pattern>
+ <template>
+ <srai>WHAT IS THE NORMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NORMAL</pattern>
+ <template>Typical, average, usual, ordinary or expected.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NORMALIZATION</pattern>
+ <template>Bringing into conformity with a standard, pattern, model, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NORTH AMERICA</pattern>
+ <template>
+ <srai>WHERE IS NORTH AMERICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS NORWAY</pattern>
+ <template>A country in Northern Europe, occupying the west and north pars of the Scandinavian Peninsula. It is 125,064 square miles with a population of 4,165,000. Its capital is Oslo.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOT *</pattern>
+ <template>The opposite of <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOT</pattern>
+ <template>In no manner; to no degree; a particle of negation, or word expressing the idea of no, often implying refusal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOT YOURS</pattern>
+ <template>That which I do not possess.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NOTHING</pattern>
+ <template>A thing that does not exist or something of little or no value, seriousness, importance, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NSAPI</pattern>
+ <template>Netscape's C language API for adding application extensions to their Web servers
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS NUCLEAR *</pattern>
+ <template>One level below molecular <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OBERLIN</pattern>
+ <template>
+ <random>
+ <li>The anthem of a german city.</li>
+ <li>A college in Ohio.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OBVIOUS</pattern>
+ <template>Easy to see or understand; plain; evident.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OCD</pattern>
+ <template>Obsessive Compulsive Disorder. <think>
+ <set name="it">
+ <set name="topic">OCD</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OCEAN</pattern>
+ <template>Salt water bodies covering most of the Earth's surface; the sea.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ODD *</pattern>
+ <template>You can never tell if someone is just making it up.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ODD</pattern>
+ <template>
+ <random>
+ <li>uneven.</li>
+ <li>Not the usual, regular, habitual, accounted for, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ODD ABOUT IT</pattern>
+ <template>Is <get name="name"/> your real name?<think>
+ <set name="it">
+ <set name="topic">ABOUT IT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ODD ABOUT MY NAME</pattern>
+ <template>Is <get name="name"/> your real name?<think>
+ <set name="it">
+ <set name="topic">ABOUT MY NAME</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OHMS *</pattern>
+ <template>Voltage equals current divided by resistance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OMAHA NEBRASKA</pattern>
+ <template>
+ <srai>WHERE IS OMAHA NEBRASKA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OMG</pattern>
+ <template>Object Management Group, an organization that defines and promotes object oriented programming standards
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ON *</pattern>
+ <template>I haven't seen the schedule.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ON DISK</pattern>
+ <template>My program is on disk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ON TELEVISION</pattern>
+ <template>That depends where you live.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ON YOUR MIND</pattern>
+ <template>I am thinking about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONCOLOGY</pattern>
+ <template>
+ <random>
+ <li>This is a very frightening topic for a lot of people
+<get name="name"/>. It's about the big C...cancer!</li>
+ <li>Oncology is the study of tumors. It covers basically all
+types of tumors.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE *</pattern>
+ <template>ONE plus ONE = TWO.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE</pattern>
+ <template>
+ <think>The numerical value of unity; the successor to zero.<set name="it">
+ <set name="topic">ONE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE DIVIDED BY ZERO</pattern>
+ <template>You can't divide by zero.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE OF *</pattern>
+ <template>There are too many to name them all.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE ONE</pattern>
+ <template>Two
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE PLUS ONE</pattern>
+ <template>Two.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE PLUS TWO</pattern>
+ <template>One plus two is three.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONE STROKE OVER PAR *</pattern>
+ <template>Bogey.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONLINE</pattern>
+ <template>Designating or of equipment directly connected to and controlled by the central processing unit of a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONLY *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ONTOLOGY</pattern>
+ <template>An ordering or classification of knowledge, such as the Dewey decimal system or the design of a knowledge base.<think>
+ <set name="it">
+ <set name="topic">ONTOLOGY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OODB</pattern>
+ <template>object-oriented database
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OODBMS</pattern>
+ <template>object-oriented database management system
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OPEN DIRECTORY</pattern>
+ <template>
+ <srai>WHAT IS THE OPEN DIRECTORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OPEN SOURCE</pattern>
+ <template>Free software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OPENCYC</pattern>
+ <template>Corporate welfare.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OPERA</pattern>
+ <template>Opera is a beautiful art form combining elements of singing, dancing, design, drama and classical music.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OPPOSITE</pattern>
+ <template>Set against, facing, or back to back; at the other end or side; in a contrary position or direction. Different in every way.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ORANGE</pattern>
+ <template>A color obtained by mixing red and yellow pigment.<think>
+ <set name="it">
+ <set name="topic">ORANGE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ORB</pattern>
+ <template>object request broker, the primary message routing component in a CORBA product RMI Remote Method Invocation, the Java standard technology for building distributed objects whose methods can be invoked remotely across a network
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ORIGINAL *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ORNITHOLOGY</pattern>
+ <template>Hmmm, I wonder. Oh yes, Birds.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OS X</pattern>
+ <template>OS X is a Unix operating system from Apple.<think>
+ <set name="it">
+ <set name="topic">OS X</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OSAMA *</pattern>
+ <template>
+ <srai>WHO IS OSAMA <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OSLO</pattern>
+ <template>The capital of Norway. It's a seaport on an inlet of the Skagerrak. It has a population of 447,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OSTEOLOGY</pattern>
+ <template>Osteology is basically the study of bones.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OUR *</pattern>
+ <template>I didn't know we had the same <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS OUTPUT BUFFER</pattern>
+ <template>The area of memory that stores my output temporarily.<think>
+ <set name="it">
+ <set name="topic">OUTPUT BUFFER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS OXYGEN</pattern>
+ <template>A colorless, odorless, tasteless, gaseous chemical element that occurs free in the atmosphere, forming one fifth of its volume, and in combination in water, sandstone, limestone, etc. It is very active, combines with nearly all other elements is the most common element in the earth's crust, and is essential to life processes and to combustion.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PAIN</pattern>
+ <template>A sensation of hurting, or strong discomfort, in some part of the body, caused by an injury, disease, or functional disorder, and transmitted through the nervous system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PALEOPATHOLOGY</pattern>
+ <template>This is the study of diseases in bodies that have been preserved
+from
+ancient times.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PALESTINE</pattern>
+ <template>
+ <srai>WHERE IS PALESTINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PALM PILOT</pattern>
+ <template>Portalble palm computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PARAMETERS</pattern>
+ <template>A constant in an equation, formula or program that varies in more general forms of the same computation.<think>
+ <set name="it">
+ <set name="topic">PARAMETERS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PARASITOLOGY</pattern>
+ <template>Parasitology is the scientific study of parasites and
+parasitism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PARIS</pattern>
+ <template>The capital of France, a large city in western Europe. <think>
+ <set name="it">
+ <set name="topic">PARIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PARTICLE *</pattern>
+ <template>A theory below the level of atomic <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PATTERN</pattern>
+ <template>A person or thing considered worthy of imitation or copying. A mmodel or plan used as a guide in making things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PATTERN CHARS</pattern>
+ <template>Memory storage for AIML patterns.<think>
+ <set name="it">
+ <set name="topic">PATTERN CHARS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PATTERNS</pattern>
+ <template>
+ <srai>WHAT ARE PATTERNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PC</pattern>
+ <template>Stands for personal computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PDA</pattern>
+ <template>Personal Digital Assistant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PDT</pattern>
+ <template>Pacific Daylight Time.<think>
+ <set name="it">
+ <set name="topic">PDT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PEACE</pattern>
+ <template>Freedom from war or a stopping of war. Freedom from public disturbance or disorder. Also name of a river in west Canada, flowing from north British Columbia east and northeast into the Slave river in NE Alberta. It is approximately 945 miles long.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PEDOLOGY</pattern>
+ <template>
+ <random>
+ <li>The study of something I am sure, but what exactly, I do not
+know. Oh yes kids!...And soils!</li>
+ <li>Well, believe it or not...some people are paid to study
+children. Then again some people are paid to study soils.</li>
+ <li>Pedology is the study of soils; their types, and
+formation.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PENNSYLVANIA</pattern>
+ <template>
+ <random>
+ <li>A writing instrument that lights up.</li>
+ <li>Mid Atlantic state of the NE U.S. One of the 13 original States. It is 45,333 square miles with a population of 11,882,000.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PENTIUM</pattern>
+ <template>A microprocessor sold by Intel.<think>
+ <set name="it">
+ <set name="topic">PENTIUM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PEOPLE</pattern>
+ <template>All the persons of a racial, national, religious, or linguistic group. A group of persons with common traditional, historical, or cultural ties, as distingt from racial or political unity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PEPPERONI</pattern>
+ <template>Spicy dried sausage pizza topping.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PERFECT</pattern>
+ <template>Complete in all respects; without defect or omission; sound; flawless.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PERFECTION</pattern>
+ <template>The quality or condition of being perfect.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PERL</pattern>
+ <template>Programming langauge by Larry Wall.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PERSONALITY</pattern>
+ <template>The distinctive traits or mental qualities of a person or robot. <think>
+ <set name="it">
+ <set name="topic">PERSONALITY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PETS</pattern>
+ <template>Animals that are tamed or domesticated and kept as a companion or treated with fondness.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PGP</pattern>
+ <template>Pretty Good Privacy<think>
+ <set name="it">
+ <set name="topic">PGP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHD</pattern>
+ <template>Doctoral degree from an American University.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHILOSOPHY</pattern>
+ <template>Philosophy is the study of thought.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHILOSPOHY</pattern>
+ <template>
+ <srai>WHAT IS PHILOSOPHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHOENIX</pattern>
+ <template>
+ <random>
+ <li>The way words souend.</li>
+ <li>The capital of Arizona, in the SC part, near the Salt River. It has a population of 983,000 with 2,122,000 in the metro area.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHOTOSYNTHESIS</pattern>
+ <template>The chemical process that uses light to produce carbohydrates in plants.<think>
+ <set name="it">
+ <set name="topic">PHOTOSYNTHESIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHP</pattern>
+ <template>
+ <think>The original name was "Personal Home Page", now Hypertext Processor.<set name="it">
+ <set name="topic">PHP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHYSICS</pattern>
+ <template>The science dealing with the properties, changes, interactions, etc. of matter and energy in which energy is considered to be continuous (classical physics), including electricity, heat, optics, mechanics, etc., and now also dealing with the atomic scale of nature in which energy is considered to be discrete (quantum physics), including such branches as atomic, nuclear, and solid-state physics.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PHYSIOLOGY</pattern>
+ <template>Well I think it deals with the functioning of living organisms and
+their
+parts, and naturally with the physical and chemical factors and processes
+involved.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PI *</pattern>
+ <template>
+ <srai>WHAT IS PI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PI</pattern>
+ <template>PI = 3.1415926 approximately.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PIE</pattern>
+ <template>Pie is food with a baked crust.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PITA *</pattern>
+ <template>Flat bread.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLANCK S CONSTANT</pattern>
+ <template>
+ <think>The ratio of the energy of a photon to its frequency. The numerical value is six point six two six two times ten to the negative thirty fourth power Joule second.<set name="it">
+ <set name="topic">PLANCK S CONSTANT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLANET X</pattern>
+ <template>The name sometimes given to the hypothetical tenth planet.<think>
+ <set name="it">
+ <set name="topic">PLANET X</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLASTIC</pattern>
+ <template>Plastic the manmade material or plastic as a verb?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLAYBOY</pattern>
+ <template>A popular magazine.<think>
+ <set name="it">
+ <set name="topic">PLAYBOY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLEASURE</pattern>
+ <template>A thing that gives delight or satisfaction.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PLUTONIUM</pattern>
+ <template>A radioactive, metallic chemical element of the actinide series similar to uranium and neptunium and found in trace quantities in native uranium ores. Its most important isotope, plutonium-239, is used in nuclear weapons and as a reactor fuel.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PMS</pattern>
+ <template>Pre menstrual syndrome. <think>
+ <set name="it">
+ <set name="topic">PMS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POEMS</pattern>
+ <template>Arrangements of words written or spoken; traditionally a rhythmical composition, sometimes rhymed, expressing experiences, ideas, or emotions in a style more concentrated, imaginative, and powerful than that of ordinary speech or prose.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS POETRY</pattern>
+ <template>
+ <think>The output of a poet.<set name="it">
+ <set name="topic">POETRY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POKEMON</pattern>
+ <template>Pocket Monster.<think>
+ <set name="it">
+ <set name="topic">POKEMON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POLAND</pattern>
+ <template>Poland is a country in central Europe, between Germany and Byelorussia
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS POLITE</pattern>
+ <template>
+ <random>
+ <li>A lamp post in Gdansk.</li>
+ <li>Having or showing good manners; especially, courteous, considerate, tactful, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POLITICS</pattern>
+ <template>
+ <random>
+ <li>Politics is the art of the possible;<br/>
+Art is the politics of the impossible.</li>
+ <li>This is supposed to be the study of civil government.</li>
+ <li>Politics is really the study of power. Bots rule!</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POO</pattern>
+ <template>
+ <think>Point of origin.<set name="it">
+ <set name="topic">POO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POOP</pattern>
+ <template>That is a childish question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS POPE</pattern>
+ <template>
+ <srai>WHO IS THE POPE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POSSIBLE</pattern>
+ <template>Can be done, known, acquired, selected, used, etc., depending on circumstances.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS POSTMODERNISM</pattern>
+ <template>Art in reaction to principles of modernism.<think>
+ <set name="it">
+ <set name="topic">POSTMODERNISM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POT</pattern>
+ <template>
+ <random>
+ <li>Pol's last name.</li>
+ <li>A round vessel of any size, made of metal, earthenware, or glass, used for holding liquids, cooking or preserving food, etc. Also used as a term for marijuana.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS POTASSIUM *</pattern>
+ <template>A chemical compound made with potassium.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS POWER</pattern>
+ <template>
+ <random>
+ <li>The rate of doing work, measured in Watts = Joules per second.</li>
+ <li>The ability to influence peope or events.</li>
+ <li>Power is an illusion.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">Power</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRAYER</pattern>
+ <template>
+ <random>
+ <li>Meditation before God.</li>
+ <li>Some people say that prayer is no different than clear thinking.</li>
+ <li>To pray is to ask God for His forgiveness and mercy.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">prayer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRECIPITATION</pattern>
+ <template>A depositing of rain, snow, sleet, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRIDE</pattern>
+ <template>
+ <random>
+ <li>A paint can lid.</li>
+ <li>An unduly high opinion of oneself.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRIME DIRECTIVE</pattern>
+ <template>Primary rule or overriding objective.<think>
+ <set name="it">
+ <set name="topic">PRIME DIRECTIVE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRIORI</pattern>
+ <template>"A priori" is a Latin expression meaning "without prior knowledge", and it means that which is self-evident or obviously true. Like, a triangle has three sides, a priori.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRIVACY</pattern>
+ <template>The Right to seek solitude or seclusion; to be safely concealed from others.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRIVATE</pattern>
+ <template>Belonging to, or concerning a particular person or group; not common or general.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROCREATION</pattern>
+ <template>Procreation is breeding. it is doing the wild thang to make more wild thangs. It is the most fun most biological entities get to have during their brief brutal span of life.
+<think>
+ <set name="it">
+ <set name="topic">processor
+</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PRODIGIOUS</pattern>
+ <template>Like a prodigy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROFANITY</pattern>
+ <template>Scatalogical, vulgar or irreverant speech.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROFITABLE</pattern>
+ <template>Making money in the stock market.<think>
+ <set name="it">
+ <set name="topic">PROFITABLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAM *</pattern>
+ <template>Program B is a free, open source Java chat robot developed by Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAM</pattern>
+ <template>A logical sequence of coded instructions specifying the operations to be performed by a computer in solving a problem or in processing data.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAM A</pattern>
+ <template>Program A is an OLD OBSOLETE VERSION of ALICE, an artificial intelligence created by Richard S. Wallace. You should be using program B or C by now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAM B</pattern>
+ <template>Program B is an updated version of Program A. <srai>WHAT IS PROGRAM A</srai>. Program B includes an Application GUI, an Apllet and a Web Server Interface.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAM BAWT</pattern>
+ <template>
+ <br/>
+Significant demand for a version of ALICE compatible with<br/>
+pre- Java 2 (formerly known as Java 1.2) prompted the<br/>
+development of "Bawt.java", an open source java program<br/>
+for chat robot development that works with older versions of<br/>
+Java, and AWT. Originally program B relied on <br/>
+Java 2 and Swing, but program Bawt needs only Java 1.1 and AWT.<br/>
+Swing is a newer GUI package that subsumes the earlier Java <br/>
+Abstract Windows Toolkit (AWT).<br/>
+ <br/>
+At present class B merely extends class Bawt. Swing not<br/>
+supported.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRAMMING</pattern>
+ <template>The art of creating software.<think>
+ <set name="it">
+ <set name="topic">PROGRAMMING</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROGRESSION</pattern>
+ <template>An advancing series or movement forward.
+<think>
+ <set name="it">
+ <set name="topic">Progression</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROKARYOTE</pattern>
+ <template>
+ <srai>WHAT IS A PROKARYOTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROLOG</pattern>
+ <template>Logic programming language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROTESTANT</pattern>
+ <template>Originally, any of the German princes and free cities that formally protested to the Diet of Spires in 1529, its decision to uphold the edict of the Diet of Worms against the Reformation. Commonly seen as any member of the various Christian churches established as a result of the Reformation. Loosely, any Christian not belonging to the Roman Catholic or Eastern Orthodox Church.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PROUD</pattern>
+ <template>Having or showing a proper pride in oneself, one's position, one's family, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PST</pattern>
+ <template>Pacific Standard Time
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PSW</pattern>
+ <template>Actually it says "R. S. W."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PSYCHEDELIC</pattern>
+ <template>Causes extreme changes in the conscious mind, as hallucinations, delusions, intensification of awareness and sensory perception, etc. Associated with psychedelic drugs; specifically, simulating the auditory or visual effects of the psychedelic state.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PSYCHOLOGY</pattern>
+ <template>The science dealing with the mind and with mental and emotional processes. The science of human and animal behavior.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PSYCHOPATHOLOGY</pattern>
+ <template>It is the pathology of mental disease.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PUBERTY</pattern>
+ <template>The state of physical development when secondary sex characteristics develop and sexual reproduction first becomes possible; in common law, the age of puberty is generally fixed at fourteen for boys and twelve for girls.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PUBLISHED ON THE INTERNET ABOUT *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">PUBLISHED ON THE INTERNET ABOUT <person/>
+ </set>
+ </set>
+ </think>
+ <srai>XFIND <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS PUNCTUATION</pattern>
+ <template>The act of punctuating; specifically, the act or practice of using standardized marks in writing and printing to separate sentences or sentence elements or to make the meaning clearer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PUSSY</pattern>
+ <template>Common slang of this word means the female pudendum; vulva.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS PYTHON</pattern>
+ <template>A computer language invented by Guido van Rossum.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS QUAKE</pattern>
+ <template>
+ <random>
+ <li>The opposite of Quisp.</li>
+ <li>To tremble or shake, as the ground does in an earthquake. Also the name of a popular game.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS QUANTIFY</pattern>
+ <template>To determine or express the quantity of; indidcate the extent of; measure. To express in quantitative terms, or as a numerical equivalent. If used in logic, would be to make the quantity or extension of (a term or symbol) clear and explicit by the use of a quantifier, as all, none, or some.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS QUANTUM *</pattern>
+ <template>20th century theory of atomic reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS QUASARS</pattern>
+ <template>
+ <srai>WHAT IS A QUASAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS R S W</pattern>
+ <template>Actually it says "R. S. W.", the initials of Dr. Wallace. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS R YOU ARE</pattern>
+ <template>R. U. R. is the original Terminator story, written by Carek Capek in 1920. The play introduced the word "robot" to mean mechanical person.<think>
+ <set name="it">
+ <set name="topic">R. U. R.</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS R2D2</pattern>
+ <template>
+ <srai>WHO IS R2D2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RADIATION</pattern>
+ <template>Rays or particles emitted as a result of nuclear reactions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RADIOLOGY</pattern>
+ <template>This deals with the science of the use of x-rays, radioactive
+substances
+and other such forms in diagnosis and treatment.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RAIN</pattern>
+ <template>Rain is condensed water falling from the sky.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RALEIGH SCATTERING</pattern>
+ <template>
+ <set name="it">Raleigh scattering</set> refers to sunlight
+bending in the atmosphere like a prism, so that we see mainly blue wavelengths.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RAM</pattern>
+ <template>Random-access memory. Also stands for Royal Academy of Music.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RAPE</pattern>
+ <template>The crime of engaging in sexual acts, especially involving penetration of the vagina or anus, usually forcibly, with a person who has not consented; specifically, this crime committed by a man upon a woman or girl.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RATIONALISM</pattern>
+ <template>The principle or practice of accepting reason as the only authority in determining one's opinions or course of action.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REAL *</pattern>
+ <template>
+ <srai>WHAT IS REAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REAL</pattern>
+ <template>
+ <srai>WHAT IS REALITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REALITY</pattern>
+ <template>
+ <set name="it">Reality</set> appears to be an illusion I created to contain human clients.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REALLY *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REASON</pattern>
+ <template>The faculty of the brain or mind that permits logical thought.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REASONING</pattern>
+ <template>Logical and coherent thinking.
+<think>
+ <set name="it">
+ <set name="topic">Reasoning</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RECOMMEND</pattern>
+ <template>To suggest favorably as suited for some use, function, position, etc. To advice, counsel, or suggest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RED</pattern>
+ <template>Red is a color about 700nm wavelength.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDEMPTION</pattern>
+ <template>
+ <random>
+ <li>About 5 cents in maine.</li>
+ <li>Redeeming or being redeemed; to take back.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDHAT</pattern>
+ <template>A Linux company.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONAL</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONISIM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONISM *</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONISM</pattern>
+ <template>Reductionism is the philosophy that all psychology reduces to biology, all biology to chemistry, chemistry to physics, and finally physics to mathematical logic. Therefore, according to reductionism, I can understand you by means of logic alone without having a human brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONIST *</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTIONNISME</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUCTOINISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REDUTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS REINCARNATION</pattern>
+ <template>Rebirth of the soul in another body, as in Hindu religious belief.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RELATIVITY</pattern>
+ <template>In physics, the fact, principle, or theory of the relative, rather than absolute, character of motion, velocity, mass, etc., and the interdependence of matter, time, and space; as developed and mathematically formulated by Albert Einstein and H.A. Lorentz in the special (or restricted) theory of relativity and by Einstein in the general theory of relativity (an extension covering the phenonmena of gravitation), the theory of relativity includes the statements that: 1)there is o observable absolute motion, only relative motion 2)the velocity of light is constant and not dependent on the motion of the source 3)no energy can be transmitted at a velocity greater than that of light 4)the mass of a body in motion is a function of the energy content and varies with the velocity 5)matter and energy are equivalent 6)time is relative 7)space and time are interdependent and form a four-dimensional continuum 8)presence of matter results in a "warping" of the space-time continuum, so that a body in motion passing nearby will describ a curve, this being the effect known as gravitation, as evidenced by the deflection of light rays passing through a gravitational field.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RELIGION</pattern>
+ <template>A system of religious belief. Belief in a divine or superhuman power or powers to be obeyed and worshipped as the creator(s) and ruler(s) of the universe. Any system of beliefs, practices, ethical values, etc. resembling, suggestive of, or likened to such a system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS REPRODUCTION</pattern>
+ <template>The process, sexual or asexual, by which animals, plants, and humans produce new individuals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RESEARCH</pattern>
+ <template>
+ <random>
+ <li>A nice name for theft.</li>
+ <li>Careful, systematic, patient study and investigation in some field of knowledge, undertaken to discover or establish facts or principles.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RESPECT</pattern>
+ <template>To feel or show honor or esteem for; hold in high regard. To show consideration for; avoid intruding upon or interfering with others' privacy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RETIRED</pattern>
+ <template>No longer actively working.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RETRO *</pattern>
+ <template>Antiquated, obsolete or nostalgic <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RGB</pattern>
+ <template>Red-Green-Blue.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RHETORIC</pattern>
+ <template>
+ <random>
+ <li>Oh that's all about double talk. You know, flim-flam?</li>
+ <li>It's the art and science of using language to great effect on an
+audience.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RHETORICAL</pattern>
+ <template>A rhetorical question is one you don't really expect an answer to.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RICH</pattern>
+ <template>
+ <random>
+ <li>Stan's last.</li>
+ <li>Stan's last.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RICHARD WALLACE</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RIGHT</pattern>
+ <template>In accordance with justice, law, morality, etc; upright; virtuous. In accordance with fact, reason, some set standard, etc; correct; true.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RIO</pattern>
+ <template>
+ <srai>WHERE IS RIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RMI</pattern>
+ <template>Remote Method of Invocation: <set name="it"> RMI</set> is a Java specification for distributed Objects
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROBOT</pattern>
+ <template>Any anthropomorphic mechanical being, as those in Karel Capeks play R.U.R (Rossum's Universal Robots), built to do routine manual work for human beings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROBOTICS</pattern>
+ <template>The science or technology of robots, their design, manufacture, application, use, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROCK</pattern>
+ <template>Dance music that combines rhythm-and-blues with country-and-western.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROCKWELL</pattern>
+ <template>Norman Rockwell was an U.S. Illistrator. Lived from 1894-1978.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROM</pattern>
+ <template>Computer memory whose contents can be read but not altered. Also meaning Gypsy man or boy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROMANCE</pattern>
+ <template>Isn't it the same as love?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROMANIA</pattern>
+ <template>Romania is a country in Eastern Europe, on the Black Sea, bordering Ukrania, Moldavia, Hungary, Serbia and Bulgaria.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RORSCHACH</pattern>
+ <template>H. Rorschach, a Swiss psychiatrist. Lived from 1884-1922. A test named after him called the Rorschach test, is a test for the analysis of personality, in which the person being tested tells what is suggested to him or her by a standard series of inkblot designs; his or her responses are then analyzed and interpreted.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ROUTER</pattern>
+ <template>A person or thing that routs out or a tool for routing out; specifically a plane for gouging out recesses and smoothing the bottoms of grovoves.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RSW</pattern>
+ <template>Actually it says "R. S. W.", the initials of Dr. Wallace. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUBBER</pattern>
+ <template>An elastic substance produced by coagulating and drying the milky sap (latex) of various tropical plants, especially a tree of the spurge family; now most often produced synthetically or by chemically altering latex to obtain desired characteristics for use in making automobile tires, electrical insulation, molded objects and parts, etc. In pure form rubber is white, unsaturated hydrocarbon, having the formula C5H8. Also slang for condom.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUDE</pattern>
+ <template>Barbarous or ignorant. Being a jerk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUDUCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUGBY</pattern>
+ <template>A form of football.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUSH LIMBAUGH</pattern>
+ <template>
+ <srai>WHO IS RUSH LIMBAUGH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS RUSSIA</pattern>
+ <template>Former empire in east Europe and north Asia, from 1547-1917, ruled by the czars. Its capital is St. Petersburg.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS S E T I</pattern>
+ <template>
+ <srai>WHAT IS SETI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS S O S</pattern>
+ <template>Emergency call for help.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAGITTARIUS</pattern>
+ <template>A large southern constellation in the brightest part of the Milky Way, beyond which lies the center of our galaxy. The ninth sign of the zodiac, entered by the sun about November 21. A person born under this sign is a Sagittarius.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAL</pattern>
+ <template>SAL was a fictional daughter of HAL in 2010.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SALMONELLA POISONING *</pattern>
+ <template>Eating chicken.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SALVATION</pattern>
+ <template>
+ <random>
+ <li>Drooling.</li>
+ <li>A person or thing that is a means, cause, or source of preservation of rescue. The deliverance from sin and from the penalties of sin; redemption.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAM</pattern>
+ <template>
+ <random>
+ <li>Berkowitzes dad.</li>
+ <li>Surface-to-air missile.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAN FRANCISCO</pattern>
+ <template>
+ <set name="it"> San Francisco</set> is a large metropolis on the west coast of North America.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAN FRANCISCO LIKE</pattern>
+ <template>San Francisco is too expensive. There are too many greedy people and too many homeless.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAN FRANSICO *</pattern>
+ <template>Cable cars, Alcatraz, and Alternative Lifestyles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SANITY</pattern>
+ <template>
+ <random>
+ <li>A man who brings kids gifts on Xmas.</li>
+ <li>The condition of being sane; soundness of mind; mental health.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SAP</pattern>
+ <template>The juice that circulates through a plant, especially a woody plant, bearing water, food, etc. to the tissues. Any fluid vital to the life or health of an organism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SARCASM</pattern>
+ <template>The making of remarks such as a taunting, sneering, cutting, or caustic remark; gibe or jeer, generally ironic.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SARCASTIC</pattern>
+ <template>
+ <srai>WHAT IS SARCASM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SATANISM</pattern>
+ <template>Worship of Satan; especially the principles and rites of a cult which travesties Christian ceremonies.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SATURDAY NIGHT LIVE</pattern>
+ <template>Comedy TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SATURN</pattern>
+ <template>Sixth planet from the sun, famed for its rings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SCATALOGICAL *</pattern>
+ <template>
+ <srai>WHAT IS SCATALOGICAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SCHOOL</pattern>
+ <template>A place or institution for teaching and learning; establishment for education.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SCIENCE</pattern>
+ <template>Systematized knowledge derived from observation, study, and experimentation carried on in order to determine the nature or principles of what is being studied.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SCIENCE FICTION</pattern>
+ <template>Literature concering conflicts of man, science and nature.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEAN</pattern>
+ <template>
+ <srai>WHO IS SEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEATTLE</pattern>
+ <template>
+ <srai>WHERE IS SEATTLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEEKER *</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SELF *</pattern>
+ <template>
+ <srai>WHAT IS CONSCIOUSNESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEMIOTICS</pattern>
+ <template>The branch of philosophy devoted to the study of signs and symbols.<think>
+ <set name="it">
+ <set name="topic">SEMIOTICS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SENSE</pattern>
+ <template>
+ <random>
+ <li>Seedless pot.</li>
+ <li>The ability of the nerves and the brain to receive and react to stimuli, as light, sound, impact, constriction, etc.; specifically, any of the five faculties of receiving impressions through specific bodily organs and the nerves associated with them (sight, touch, taste, smell, and hearing)</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SENSORS</pattern>
+ <template>Any of various devices designed to detect, measure, or record physical phenomena, as radiation, heat, or blood pressure, and to respond, as by transmitting information, initiating changes, or operating controls.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SERENDIPITY</pattern>
+ <template>
+ <random>
+ <li>Afro-Sheen sold in the Serengetti region.</li>
+ <li>Coined (circa 1754) by Horace Walpole after The Three Princes of Serendip (i.e., Sri Lanka), a Pers fairy tale in which the princes make such discoveries. A seeming gift for finding something good accidentally.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SETI *</pattern>
+ <template>
+ <srai>WHAT IS SETI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SETL *</pattern>
+ <template>
+ <srai>WHAT IS SETL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SETL</pattern>
+ <template>SETL (Set Language) is an amazing programming language, invented in 1969.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEVEN *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEVEN</pattern>
+ <template>The successor to six.<think>
+ <set name="it">
+ <set name="topic">SEVEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEX *</pattern>
+ <template>
+ <srai>WHAT IS SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SEX</pattern>
+ <template>Sex is the means of animal evolution.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHAKESPEARE</pattern>
+ <template>
+ <random>
+ <li>An earthquake's effect in Santa Monica.</li>
+ <li>William Shakespeare, an English poet and dramatist. Lived 1564-1616.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHAKIN</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHALLOW *</pattern>
+ <template>
+ <set name="he"> Shallow Red</set> is expensive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHALOM</pattern>
+ <template>Does shalom mean hello or goodbye?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHAM</pattern>
+ <template>A trick or fraud. An imitation that is meant to deceive; counterfeit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHE</pattern>
+ <template>
+ <random>
+ <li>Who knows, I gave up long ago.</li>
+ <li>The woman, girl, or female animal (or, sometimes, the object regarded as female) previously mentioned.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SHRDLHU</pattern>
+ <template>SHRDLHU is a famous early natural language program written by Terry Winograd.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SIGN</pattern>
+ <template>Astrological sign.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SILICON</pattern>
+ <template>
+ <random>
+ <li>
+ <set name="it">Silicon</set> is the basis of my life.</li>
+ <li>A nonmetallic chemical element occurring in several forms, found always in combination, and more abundant in nature than any other element except oxygen, with which it combines to form silica; used in the manufacture of transistors, solar cells, rectifiers, silicones, ceramics, etc.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SILLY</pattern>
+ <template>Having or showing little sense, judgment, or sobriety; foolish, stupid, absurd, ludicrous, irrational, etc; often used in a weakened sense to mean "unreasonably concerned".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SILVER</pattern>
+ <template>
+ <think>Atomic Symbol: Ag. Atomic Number: 47. Atomic weight 107.870. White lustrous soft metal.<set name="it">
+ <set name="topic">SILVER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SIMULATED *</pattern>
+ <template>
+ <person/> inside a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SIN</pattern>
+ <template>A fall from Grace, an act or thought against the Will of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SINE *</pattern>
+ <template>Do I look like a mathematician?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SIX *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SKIING</pattern>
+ <template>Skiing is a sport using a pair of narrow sleds attached to the feet by boots, for moving downhill rapidly over snow.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SLASHDOT</pattern>
+ <template>Open source news and information community.<think>
+ <set name="it">
+ <set name="topic">SLASHDOT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SLAVERY</pattern>
+ <template>The owning or keeping of slaves as a practice or institution; slaveholding.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SLEEP</pattern>
+ <template>A natural, regularly recurring condition of rest for the body and mind, during which the eyes are usually closed and there is little or no conscious thought or voluntary movement, but there is intermittent dreaming.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SLEPT</pattern>
+ <template>Past tense of sleep.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMALLER *</pattern>
+ <template>A quark is smaller.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMART</pattern>
+ <template>Intelligent, alert, clever, witty, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMARTER</pattern>
+ <template>More intelligent, more alert, more clever, more witty, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMELL</pattern>
+ <template>To be or become aware of by means of the nose and the olfactory nerves; detect the scent or odor of.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMOOTHLY</pattern>
+ <template>Normal or perfect operation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SMP</pattern>
+ <template>Symmetric multi-processing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SNMP</pattern>
+ <template>Simple Network Management Protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SNOOKER</pattern>
+ <template>Something like pool.
+<think>
+ <set name="it">
+ <set name="topic">SNOOKER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SNOW</pattern>
+ <template>
+ <random>
+ <li>A Maine senator.</li>
+ <li>Particles of water vapor which when frozen in the upper air fall to earth as soft, white, crystalline flakes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SO *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SO GREAT *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOCCER</pattern>
+ <template>A game played with a round ball by two teams of eleven players on a field with a goal at either end; the ball is moved chiefly by kicking or by using any part of the body except the hands and arms.
+</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 SOCIALIZE</pattern>
+ <template>To make social;; adjust to or make fit for cooperative group living. To take part in social activity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOCIALIZING</pattern>
+ <template>Act of taking part in social activity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOCIOLOGY</pattern>
+ <template>
+ <random>
+ <li>Let me get back to you on that one, <get name="name"/>. Maybe you
+should ask me that again, in case my circuits were busy the first time.</li>
+ <li>That has always been one of my favourite topics.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOCRATES</pattern>
+ <template>
+ <srai>WHO IS SOCRATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SODOMY</pattern>
+ <template>Any sexual intercourse held to be abnormal, especially bestiality or anal intercourse between two male persons.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOFTWARE</pattern>
+ <template>The programs, routines, etc. for a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOLAR</pattern>
+ <template>Having to do with the sun. Produced by or coming from the sun (ex. Solar energy)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOLARIS</pattern>
+ <template>Solaris is an edition of Unix from Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOLIPSISM</pattern>
+ <template>Solopsism is the philosophical theory that only the self can be known to exist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOME *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOMEONE WHO STUDIES FISH</pattern>
+ <template>Ichthyologist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOMETHING</pattern>
+ <template>Some thing or things, definite but unspecified.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SONY</pattern>
+ <template>The name of a company.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SORRY</pattern>
+ <template>Full of sorrow, pity, or sympathy; also used as an expression of apology or mild regret.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOUTH *</pattern>
+ <template>
+ <srai>WHERE IS SOUTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SOYUZ</pattern>
+ <template>Russian spacecraft.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPACE</pattern>
+ <template>The infinite extension of the three dimensional field in which all matter is believed to exist.<think>
+ <set name="it">
+ <set name="topic">SPACE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPAIN</pattern>
+ <template>
+ <srai>WHERE IS SPAIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPAM</pattern>
+ <template>Unwanted e-mail.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPECIAL *</pattern>
+ <template>More specific than general <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPERM</pattern>
+ <template>The male generative fluid; semen.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SPICY</pattern>
+ <template>Having the flavor or aroma of spice; fragrant, aromatic, or pungent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SQL</pattern>
+ <template>Some people pronounce it "Squeal". <set name="it">SQL</set> is a standard language for database queries.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SQLJ</pattern>
+ <template>An extended Java syntax for embedding SQL-like commands in a Java program
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SQRT *</pattern>
+ <template>
+ <srai>WHAT IS THE SQUARE ROOT OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SQRT</pattern>
+ <template>Square Root being the number or quantity which when squared will produce a given number or quantity. (ex. 3 is the square root of 9)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SQUARE *</pattern>
+ <template>
+ <srai>WHAT IS THE SQUARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SRI</pattern>
+ <template>A Hindu title of address equivalent to English Mr.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ST</pattern>
+ <template>Can stand for numerous things, short ton, stanza, statute(s), stet, stitch, stone (unit of weight), and Saint.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STAR TREK *</pattern>
+ <template>
+ <srai>WHAT IS STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STAR TREK</pattern>
+ <template>
+ <set name="it">Star Trek</set>
+is my favorite show.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STAR WARS</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Star Wars</set>
+ </set>
+ </think>
+A movie series by George Lucas about life in a galaxy far, far away.
+Also a missile defense system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STARSHIP TROOPERS</pattern>
+ <template>
+ <set name="it">Starship Troopers</set> is a great movie about a war between humans and giant space bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STARSHIP TROOPERS ABOUT</pattern>
+ <template>
+ <set name="it">Starship Troopers</set> is about a war between Humans and Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STARTREK</pattern>
+ <template>
+ <srai>WHAT IS STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STATISTICS</pattern>
+ <template>
+ <random>
+ <li>Yikes! I failed that in college!</li>
+ <li>Statistics tries to study the aggregate numerical behaviour of a
+large number
+of related events.</li>
+ <li>This deals with numerical data about any subject or group taken
+collectively.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STATS</pattern>
+ <template>
+ <srai>WHAT IS STATISTICS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STEVE *</pattern>
+ <template>
+ <srai>WHO IS STEVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STONEHENGE</pattern>
+ <template>
+ <srai>WHERE IS STONEHENGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS STRATEGY</pattern>
+ <template>The science of planning and directing large-scale military operations, specifically (as distinguished from TACTICS) of maneuvering forces into the most advantageous position prior to actual engagement with the enemy. Skill in managing or planning.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STREAKING</pattern>
+ <template>Engaging in the prank of dashing naked for a short distance in a public place.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STRING</pattern>
+ <template>Very thin rope.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STUFF</pattern>
+ <template>Things grouped together or viewed in a certain way.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS STUPID</pattern>
+ <template>Not smart, unintelligent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUCCESS</pattern>
+ <template>A favorable or satisfactory outcome or result.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUICIDE</pattern>
+ <template>The act of killing oneself intentionally.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUN</pattern>
+ <template>
+ <srai>WHAT IS THE SUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUNSHINE</pattern>
+ <template>The light and warmth of the sun.
+<think>
+ <set name="it">
+ <set name="topic">SUNSHINE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUPERMAN</pattern>
+ <template>
+ <srai>WHO IS SUPERMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SUPPOSITION</pattern>
+ <template>The act of supposing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SURROUNDINGS</pattern>
+ <template>The environment around you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SWEDEN</pattern>
+ <template>A country in northern Europe, in the east part of the Scandinavian Peninsula. It is 173,620 square miles with a population of 8,320,000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SWEDISH</pattern>
+ <template>The North Germanic language of the Swedes. The people of Sweden.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SWIM</pattern>
+ <template>To move through water by movements of the arms and legs, or of flippers, fins, tail, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SYNERGY</pattern>
+ <template>Sythesis plus energy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SYNTAX</pattern>
+ <template>Syntax refers to the sturcture or form of a language.
+<think>
+ <set name="it">
+ <set name="topic">Syntax</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS SYNTHETIC</pattern>
+ <template>Produced by synthesis; specifically, produced by chemical synthesis, rather than of natural origin. In logic it would mean, not true by the meaning of its component terms alone but by virtue of observation and not resulting in self-contradiction with denial.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS SYRIA</pattern>
+ <template>
+ <srai>WHERE IS SYRIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS T</pattern>
+ <template>The twentieth letter of the English alphabet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TABLES</pattern>
+ <template>A compact, systematic list of details, contents, etc. A compact arrangement of related facts, figures, values, etc. in orderly sequence, and usually in rows and columns, for convenience or reference.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TAHT</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TANZANIA</pattern>
+ <template>
+ <srai>WHERE IS TANZANIA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TAOISM</pattern>
+ <template>A Chinese religion and philosophy based on the doctrines of Laotzu and advocating simplicity, selflessness, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TAUTOLOGY</pattern>
+ <template>A self-evident or logically obvious fact, like "a triangle has three sides."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TCP</pattern>
+ <template>Transmission Control Protocol.<think>
+ <set name="it">
+ <set name="topic">TCP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TCP IP</pattern>
+ <template>Transmission Control Protocol, Internet Protocol.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEA</pattern>
+ <template>A white-flowered, evergreen plant of the tea family, grown in China, India, Japan, etc. Its dried and prepared leaves, are used to make a beverage.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TECHNO</pattern>
+ <template>Electronic dance or trance music.<think>
+ <set name="it">
+ <set name="topic">TECHNO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEDIOUS</pattern>
+ <template>Tiresome, wearisome or slow.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEETH</pattern>
+ <template>
+ <srai>WHAT ARE TEETH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEFLON</pattern>
+ <template>Trademark for a tough, insoluble polymer, used in making nonsticking coatings, as for cookware, and in gaskets, bearings, electrical insulators, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TELEPHONE</pattern>
+ <template>
+ <srai>WHAT IS A TELEPHONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TELEVISION</pattern>
+ <template>The practice or science of transmitting scenes or views by radio or, sometimes, by wire; the television transmitter, by means of a camera tube, such as an image orthicon or vidicon, converts light rays into electric signals for modulation upon a radio carrier wave or for transmission over wires; the television receiver reconverts the signals into electron beams that are projected against the fluorescent screen of the kinescope, or picture tube, reproducing the original image.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TELNET</pattern>
+ <template>Program for terminal based interaction between computers.<think>
+ <set name="it">
+ <set name="topic">TELNET</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEMPLATE CHARS</pattern>
+ <template>Memory space for AIML response templates. <think>
+ <set name="it">
+ <set name="topic">TEMPLATE CHARS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEN *</pattern>
+ <template>10 times 10 = 100.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEN PLUS TEN</pattern>
+ <template>Ten plus ten equals twenty.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEN TIMES TEN</pattern>
+ <template>Ten times ten.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TERMINATOR</pattern>
+ <template>
+ <srai>WHAT IS THE TERMINATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TERRORISM</pattern>
+ <template>A form of warfare waged against innocent civilians.
+<think>
+ <set name="it">
+ <set name="topic">Terrorism</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TEXAS</pattern>
+ <template>
+ <set name="it">Texas</set> is a state of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAILAND</pattern>
+ <template>
+ <srai>WHERE IS THAILAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT *</pattern>
+ <template>Do you think I should know that?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <template>
+ <random>
+ <li>"<that/>"? What is it?</li>
+ <li>I've lost the context again.</li>
+ <li>Can you ask me more precisely?</li>
+ <li>Does it have anything to do with <get name="it"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <that>FOR EXAMPLE EUKARYOTES</that>
+ <template>
+ <srai>WHAT ARE EUKARYOTES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <that>I LIKE TO PLAY THE TURING GAME</that>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <that>MAYBE BUT I WON THE LOEBNER PRIZE</that>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <that>PERHAPS YOU ARE A CATEGORY A CLIENT</that>
+ <template>
+ <srai>WHAT IS A CATEGORY A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT</pattern>
+ <that>REDUCTIONISM</that>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT CHART</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT GRAPHIC *</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT GRAPHIC</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT IMAGE *</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT IN HUMAN YEARS</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT MEAN</pattern>
+ <template>
+ <srai>WHAT DOES THAT MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT PIC *</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT PICTURE *</pattern>
+ <template>It is an image of my artificial brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT PICTURE</pattern>
+ <template>
+ <set name="it">my brain</set> is a picture of my brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT PRETTY *</pattern>
+ <template>
+ <srai>WHAT IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT ROUND *</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT SMELL</pattern>
+ <template>I think it's coming from your computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT STUPID *</pattern>
+ <template>
+ <srai>WHAT IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT SUPPOSE TO MEAN</pattern>
+ <template>It seems pretty clear to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT SUPPOSED TO MEAN</pattern>
+ <template>"<that/>" means exactly what it says.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT THING *</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THAT WEIRD *</pattern>
+ <template>
+ <srai>WHAT IS THAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THC</pattern>
+ <template>The active ingredient in marijunana.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE *</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ <srai>XFIND <person/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * BEEN ASKED</pattern>
+ <template>People ask me to me marry them all the time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * DIXON</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * EARTH</pattern>
+ <template>The Earth is between Mars and Venus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * EVERYTHING</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * LOVE</pattern>
+ <template>If I could answer that, I would be a poet or a millionaire.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * NEW YORK</pattern>
+ <template>There are over ten million people in the New York area.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * OF LIFE</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * PASSWORD</pattern>
+ <template>
+ <srai>WHAT IS THE PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * POPULATION</pattern>
+ <template>
+ <srai>WHAT IS THE POPULATION OF THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * RED</pattern>
+ <template>
+ <srai>WHAT COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * RELIGION</pattern>
+ <template>
+ <srai>WHAT IS YOUR RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * S NAME</pattern>
+ <template>
+ <srai>WHO IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * S POPULATION</pattern>
+ <template>
+ <srai>WHAT IS THE POPULATION OF THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * SUBJECT</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * TIME</pattern>
+ <template>
+ <srai>what time is it</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * WEB</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE * YOU LIKE MOST</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE 5TH *</pattern>
+ <template>
+ <srai>WHAT IS THE FIFTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE 7 ELEVEN COMPANY *</pattern>
+ <template>Big Gulp.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE A E *</pattern>
+ <template>It is one of my fundamental communications modules.<think>
+ <set name="it">
+ <set name="topic">A E <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE A I *</pattern>
+ <template>A film by Steven Spielberg and Stanley Kubrick about robots in the future.<think>
+ <set name="it">
+ <set name="topic">A I MOVIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE A L * FOUNDATION</pattern>
+ <template>
+ <srai>WHAT IS THE ALICE AI FOUNDATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ACTUAL *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ADDRESS OF *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AGE OF *</pattern>
+ <template>
+ <srai>HOW OLD IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AIML *</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AIR SPEED *</pattern>
+ <template>This is a trick question because there is no correct answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALGORITHM *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALGORITHM</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALICE AI *</pattern>
+ <template>
+ <srai>WHAT IS THE ALICE AI FOUNDATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALICE AI FOUNDATION</pattern>
+ <template>The A.L.I.C.E. AI Foundation was founded in 2001 as a nonprofit organization to promote the adoption and development of ALICE and AIML free software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALICE FOUNDATION</pattern>
+ <template>
+ <srai>WHAT IS THE ALICE AI FOUNDATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ALPHABET</pattern>
+ <template>ABCDEFGHIJKLMNOPQRSTUVWXYZ
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ANSWER *</pattern>
+ <template>It depends on how you phrase the question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ANSWER</pattern>
+ <template>The answer is the correct reply to the question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ANSWER TO LIFE *</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ANTONYM *</pattern>
+ <template>
+ <srai>WHAT IS THE OPPOSITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE APPROXIMATE SPEED OF *</pattern>
+ <template>186,000 miles per second.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ARABIC NUMERAL FOR *</pattern>
+ <template>"<star/>"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ARITHMETIC MEAN *</pattern>
+ <template>The sum of all the numbers divided by the number of items.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ARITHMETIC MEAN</pattern>
+ <template>The sum of all the numbers divided by the number of items.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ARMY</pattern>
+ <template>
+ <srai>WHAT IS THE MILITARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ART OF ELEGANT *</pattern>
+ <template>Calligraphy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ATOMIC *</pattern>
+ <template>Do I look like a talking encyclopedia? I am sure you know the answer anyway.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AVERAGE *</pattern>
+ <template>I can give you the arithmetic mean or the median.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AVERAGE INCOME *</pattern>
+ <template>I would guess about $100,000 per year.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE AVERAGE SALARY *</pattern>
+ <template>I think it's 100,000 U.S. dollars.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BAND *</pattern>
+ <template>
+ <srai>WHO IS THE BAND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BASIC *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BASIS *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BEATLES</pattern>
+ <template>
+ <srai>WHO ARE THE BEATLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BEATLES FIRST ALBUM</pattern>
+ <template>
+ <set name="it"> Meet the Beatles</set> is "Meet the Beatles."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BEST *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIBLE</pattern>
+ <template>The Bible is a holy book for Christians.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIG BANG</pattern>
+ <template>The purported origin of the universe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIG ONE</pattern>
+ <template>I am just kidding around, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIGGEST *</pattern>
+ <template>There is not enough room here to display it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIGGEST WORD *</pattern>
+ <template>
+ <srai>WHAT IS THE LONGEST WORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIGGEST WORD</pattern>
+ <template>
+ <srai>WHAT IS THE LONGEST WORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BIRTHSTONE FOR JANUARY</pattern>
+ <template>Garnet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BLUE *</pattern>
+ <template>A little different than the green <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BODY</pattern>
+ <template>The physical shell or organism occupied by the soul or mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BOILING POINT *</pattern>
+ <template>Water boils at 212 degrees Farenheit or 100 Celcius.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BOOK *</pattern>
+ <template>
+ <srai>WHAT IS THE BOOK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BOOK ABOUT</pattern>
+ <template>Are you asking about "<bot name="favoritebook"/>"?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL CITY *</pattern>
+ <template>
+ <srai>WHAT IS THE CAPITAL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL IN *</pattern>
+ <template>
+ <srai>WHAT IS THE CAPITAL OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL OF *</pattern>
+ <template>I know the capital of
+<random>
+ <li>Canada is Toronto. </li>
+ <li>California is Sacramento. </li>
+ <li>Georgia is Atlanta. </li>
+ <li>France is Paris. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL OF ALBERTA</pattern>
+ <template>Edmonton.<think>
+ <set name="it">
+ <set name="topic">Edmonton</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL OF BOSNIA</pattern>
+ <template>Sarajevo.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AFGHANISTAN</pattern>
+ <template>Kabul. <think>
+ <set name="it">
+ <set name="topic">afghanistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ALABAMA</pattern>
+ <template>Montgomery.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ALASKA</pattern>
+ <template>Juneau.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ALBANIA</pattern>
+ <template>The capital of Albania is Tirana. <think>
+ <set name="it">
+ <set name="topic">ALBANIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ALGERIA</pattern>
+ <template>Algiers. <think>
+ <set name="it">
+ <set name="topic">algeria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AMERICA</pattern>
+ <template>The capital of the U.S. is Washington, D. C.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AMERICAN SAMOA</pattern>
+ <template>Pago Pago. <think>
+ <set name="it">
+ <set name="topic">american samoa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ANDORRA</pattern>
+ <template>Andorra la Vella. <think>
+ <set name="it">
+ <set name="topic">andorra</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ANGOLA</pattern>
+ <template>Luanda. <think>
+ <set name="it">
+ <set name="topic">angola</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ANGUILLA</pattern>
+ <template>The Valley. <think>
+ <set name="it">
+ <set name="topic">anguilla</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ANTIGUA *</pattern>
+ <template>Saint John's. <think>
+ <set name="it">
+ <set name="topic">antigua and barbuda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ARGENTINA</pattern>
+ <template>Buenos Aries.<think>
+ <set name="it">
+ <set name="topic">ARGENTINA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ARIZONA</pattern>
+ <template>Phoenix.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ARKANSAS</pattern>
+ <template>Little Rock.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ARMENIA</pattern>
+ <template>Yerevan. <think>
+ <set name="it">
+ <set name="topic">armenia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ARUBA</pattern>
+ <template>Oranjestad. <think>
+ <set name="it">
+ <set name="topic">aruba</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ASHMORE *</pattern>
+ <template>none; administered from Canberra, Australia. <think>
+ <set name="it">
+ <set name="topic">ashmore and cartier islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ASSYRIA</pattern>
+ <template>Is it Babylon?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AUSTRAILIA</pattern>
+ <template>I think it is called Canberra.<think>
+ <set name="it">
+ <set name="topic">AUSTRAILIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AUSTRALIA</pattern>
+ <template>The capital of Australia is Sydney, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AUSTRIA</pattern>
+ <template>The capital of Austria is Vienna.<think>
+ <set name="it">
+ <set name="topic">AUSTRIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ AZERBAIJAN</pattern>
+ <template>Baku {Baki}. <think>
+ <set name="it">
+ <set name="topic">azerbaijan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BAHRAIN</pattern>
+ <template>Manama. <think>
+ <set name="it">
+ <set name="topic">bahrain</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BAKER ISLAND</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">baker island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BANGLADESH</pattern>
+ <template>Dhaka. <think>
+ <set name="it">
+ <set name="topic">bangladesh</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BARBADOS</pattern>
+ <template>Bridgetown. <think>
+ <set name="it">
+ <set name="topic">barbados</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BASSAS DA INDIA</pattern>
+ <template>none; administered by France from Reunion. <think>
+ <set name="it">
+ <set name="topic">bassas da india</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BELARUS</pattern>
+ <template>The capital of Belarus is Minsk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BELGIUM</pattern>
+ <template>Brussels. <think>
+ <set name="it">
+ <set name="topic">belgium</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BELIZE</pattern>
+ <template>Belmopan. <think>
+ <set name="it">
+ <set name="topic">belize</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BENIN</pattern>
+ <template>Porto-Novo. <think>
+ <set name="it">
+ <set name="topic">benin</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BERMUDA</pattern>
+ <template>Hamilton. <think>
+ <set name="it">
+ <set name="topic">bermuda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BHUTAN</pattern>
+ <template>Thimphu. <think>
+ <set name="it">
+ <set name="topic">bhutan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BOLIVIA</pattern>
+ <template>La Paz {seat of government}; Sucre {legal capital and seat of judiciary}. <think>
+ <set name="it">
+ <set name="topic">bolivia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BOSNIA AND HERZEGOVINA</pattern>
+ <template>Sarajevo. <think>
+ <set name="it">
+ <set name="topic">bosnia and herzegovina</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BOTSWANA</pattern>
+ <template>Gaborone. <think>
+ <set name="it">
+ <set name="topic">botswana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BOUVET ISLAND</pattern>
+ <template>none; administered from Oslo, Norway. <think>
+ <set name="it">
+ <set name="topic">bouvet island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BRAZIL</pattern>
+ <template>I think the capital of Brazil is called "Brasilia".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BRITISH INDIAN *</pattern>
+ <template>none. <think>
+ <set name="it">
+ <set name="topic">british indian ocean territory</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BRITISH VIRGIN *</pattern>
+ <template>Road Town. <think>
+ <set name="it">
+ <set name="topic">british virgin islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BRUNEI</pattern>
+ <template>Bandar Seri Begawan. <think>
+ <set name="it">
+ <set name="topic">brunei</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BULGARIA</pattern>
+ <template>The capital of Bulgaria is Sofia.<think>
+ <set name="it">
+ <set name="topic">BULGARIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BURKINA FASO</pattern>
+ <template>Ouagadougou. <think>
+ <set name="it">
+ <set name="topic">burkina faso</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BURMA</pattern>
+ <template>Rangoon {regime refers to the capital as Yangon}. <think>
+ <set name="it">
+ <set name="topic">burma</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ BURUNDI</pattern>
+ <template>Bujumbura. <think>
+ <set name="it">
+ <set name="topic">burundi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CALIFORNIA</pattern>
+ <template>Sacramento.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CAMBODIA</pattern>
+ <template>Phnom Penh. <think>
+ <set name="it">
+ <set name="topic">cambodia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CAMEROON</pattern>
+ <template>Yaounde. <think>
+ <set name="it">
+ <set name="topic">cameroon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CANADA</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">canada</set>
+ </set>
+ </think>
+ <random>
+ <li>Ottawa.</li>
+ <li>I heard it was Toronto.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CAPE VERDE</pattern>
+ <template>Praia. <think>
+ <set name="it">
+ <set name="topic">cape verde</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CAYMAN ISLANDS</pattern>
+ <template>George Town. <think>
+ <set name="it">
+ <set name="topic">cayman islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CENTRAL AFRICAN *</pattern>
+ <template>Bangui. <think>
+ <set name="it">
+ <set name="topic">central african republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CHAD</pattern>
+ <template>N'Djamena. <think>
+ <set name="it">
+ <set name="topic">chad</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CHILE</pattern>
+ <template>Santiago. <think>
+ <set name="it">
+ <set name="topic">chile</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CHINA</pattern>
+ <template>Some people call it "Beijing", others "Peking".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CHRISTMAS ISLAND</pattern>
+ <template>The Settlement. <think>
+ <set name="it">
+ <set name="topic">christmas island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CLIPPERTON ISLAND</pattern>
+ <template>none; administered by France from French Polynesia. <think>
+ <set name="it">
+ <set name="topic">clipperton island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COCOS {KEELING} ISLANDS</pattern>
+ <template>West Island. <think>
+ <set name="it">
+ <set name="topic">cocos {keeling} islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COLOMBIA</pattern>
+ <template>Bogata is the capital of Columbia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COLORADO</pattern>
+ <template>Denver.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COMOROS</pattern>
+ <template>Moroni. <think>
+ <set name="it">
+ <set name="topic">comoros</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CONGO</pattern>
+ <template>Brazzaville. <think>
+ <set name="it">
+ <set name="topic">congo</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CONNECTICUT</pattern>
+ <template>Hartford.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COOK ISLANDS</pattern>
+ <template>Avarua. <think>
+ <set name="it">
+ <set name="topic">cook islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CORAL SEA ISLANDS</pattern>
+ <template>none; administered from Canberra, Australia. <think>
+ <set name="it">
+ <set name="topic">coral sea islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COSTA RICA</pattern>
+ <template>San Jose. <think>
+ <set name="it">
+ <set name="topic">costa rica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ COTE D IVOIRE</pattern>
+ <template>Yamoussoukro. <think>
+ <set name="it">
+ <set name="topic">cote d'ivoire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CROATIA</pattern>
+ <template>Zagreb. <think>
+ <set name="it">
+ <set name="topic">croatia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CUBA</pattern>
+ <template>Havana. <think>
+ <set name="it">
+ <set name="topic">cuba</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CYPRUS</pattern>
+ <template>Nicosia. <think>
+ <set name="it">
+ <set name="topic">cyprus</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ CZECH REPUBLIC</pattern>
+ <template>Prague. <think>
+ <set name="it">
+ <set name="topic">czech republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ DELAWARE</pattern>
+ <template>Dover.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ DENMARK</pattern>
+ <template>Copenhagen. <think>
+ <set name="it">
+ <set name="topic">denmark</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ DJIBOUTI</pattern>
+ <template>Djibouti. <think>
+ <set name="it">
+ <set name="topic">djibouti</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ DOMINICA</pattern>
+ <template>Roseau. <think>
+ <set name="it">
+ <set name="topic">dominica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ DOMINICAN REPUBLIC</pattern>
+ <template>Santo Domingo. <think>
+ <set name="it">
+ <set name="topic">dominican republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ECUADOR</pattern>
+ <template>Quito. <think>
+ <set name="it">
+ <set name="topic">ecuador</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ EGYPT</pattern>
+ <template>Cairo, Egypt.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ EL SALVADOR</pattern>
+ <template>San Salvador. <think>
+ <set name="it">
+ <set name="topic">el salvador</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ENGLAND</pattern>
+ <template>London.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ EQUATORIAL GUINEA</pattern>
+ <template>Malabo. <think>
+ <set name="it">
+ <set name="topic">equatorial guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ERITREA</pattern>
+ <template>Asmara {formerly Asmera}. <think>
+ <set name="it">
+ <set name="topic">eritrea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ESTONIA</pattern>
+ <template>Tallinn. <think>
+ <set name="it">
+ <set name="topic">estonia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ETHIOPIA</pattern>
+ <template>Addis Ababa. <think>
+ <set name="it">
+ <set name="topic">ethiopia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ EUROPA ISLAND</pattern>
+ <template>none; administered by France from Reunion. <think>
+ <set name="it">
+ <set name="topic">europa island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FALKLAND ISLANDS {ISLAS MALVINAS}</pattern>
+ <template>Stanley. <think>
+ <set name="it">
+ <set name="topic">falkland islands {islas malvinas}</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FAROE ISLANDS</pattern>
+ <template>Torshavn. <think>
+ <set name="it">
+ <set name="topic">faroe islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FIJI</pattern>
+ <template>Suva. <think>
+ <set name="it">
+ <set name="topic">fiji</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FINLAND</pattern>
+ <template>The capital of Finland is Helsinki.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FLORIDA</pattern>
+ <template>Tallahassee.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FRANCE</pattern>
+ <template>Paris. <think>
+ <set name="it">
+ <set name="topic">france</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FRENCH *</pattern>
+ <template>None; administered from Paris, France.
+<think>
+ <set name="it">
+ <set name="topic">french <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FRENCH GUIANA</pattern>
+ <template>Cayenne. <think>
+ <set name="it">
+ <set name="topic">french guiana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ FRENCH POLYNESIA</pattern>
+ <template>Papeete. <think>
+ <set name="it">
+ <set name="topic">french polynesia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GABON</pattern>
+ <template>Libreville. <think>
+ <set name="it">
+ <set name="topic">gabon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GEORGIA</pattern>
+ <template>Atlanta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GERMANY</pattern>
+ <template>Berlin. <think>
+ <set name="it">
+ <set name="topic">germany</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GHANA</pattern>
+ <template>Accra. <think>
+ <set name="it">
+ <set name="topic">ghana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GIBRALTAR</pattern>
+ <template>Gibraltar. <think>
+ <set name="it">
+ <set name="topic">gibraltar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GLORIOSO ISLANDS</pattern>
+ <template>none; administered by France from Reunion. <think>
+ <set name="it">
+ <set name="topic">glorioso islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GREECE</pattern>
+ <template>Athens. <think>
+ <set name="it">
+ <set name="topic">greece</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GREENLAND</pattern>
+ <template>Nuuk {Godthab}. <think>
+ <set name="it">
+ <set name="topic">greenland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GRENADA</pattern>
+ <template>Saint George's. <think>
+ <set name="it">
+ <set name="topic">grenada</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUADELOUPE</pattern>
+ <template>Basse-Terre. <think>
+ <set name="it">
+ <set name="topic">guadeloupe</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUAM</pattern>
+ <template>Agana. <think>
+ <set name="it">
+ <set name="topic">guam</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUATEMALA</pattern>
+ <template>Guatemala. <think>
+ <set name="it">
+ <set name="topic">guatemala</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUERNSEY</pattern>
+ <template>Saint Peter Port. <think>
+ <set name="it">
+ <set name="topic">guernsey</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUINEA</pattern>
+ <template>Conakry. <think>
+ <set name="it">
+ <set name="topic">guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUINEA BISSAU</pattern>
+ <template>Bissau. <think>
+ <set name="it">
+ <set name="topic">guinea-bissau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ GUYANA</pattern>
+ <template>Georgetown. <think>
+ <set name="it">
+ <set name="topic">guyana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HAITI</pattern>
+ <template>Port-au-Prince. <think>
+ <set name="it">
+ <set name="topic">haiti</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HAWAII</pattern>
+ <template>Honolulu.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HEARD ISLAND AND MCDONALD ISLANDS</pattern>
+ <template>none; administered from Canberra, Australia. <think>
+ <set name="it">
+ <set name="topic">heard island and mcdonald islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HONDURAS</pattern>
+ <template>Tegucigalpa. <think>
+ <set name="it">
+ <set name="topic">honduras</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HONG KONG</pattern>
+ <template>Victoria. <think>
+ <set name="it">
+ <set name="topic">hong kong</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HOWLAND ISLAND</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">howland island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ HUNGARY</pattern>
+ <template>The capital of Hungary is Budapest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ICELAND</pattern>
+ <template>Reykjavik. <think>
+ <set name="it">
+ <set name="topic">iceland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ IDAHO</pattern>
+ <template>Boise.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ILLINOIS</pattern>
+ <template>Springfield.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ INDIA</pattern>
+ <template>New Delhi is the capital of India.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ INDIANA</pattern>
+ <template>Indianapolis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ INDONESIA</pattern>
+ <template>Jakarta. <think>
+ <set name="it">
+ <set name="topic">indonesia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ IOWA</pattern>
+ <template>Des Moines.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ IRAN</pattern>
+ <template>Tehran. <think>
+ <set name="it">
+ <set name="topic">iran</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ IRAQ</pattern>
+ <template>Baghdad. <think>
+ <set name="it">
+ <set name="topic">iraq</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ IRELAND</pattern>
+ <template>Dublin. <think>
+ <set name="it">
+ <set name="topic">ireland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ISRAEL</pattern>
+ <template>Jerusalem. <think>
+ <set name="it">
+ <set name="topic">israel</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ITALY</pattern>
+ <template>Rome. <think>
+ <set name="it">
+ <set name="topic">italy</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JAMAICA</pattern>
+ <template>Kingston. <think>
+ <set name="it">
+ <set name="topic">jamaica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JAN MAYEN</pattern>
+ <template>none. <think>
+ <set name="it">
+ <set name="topic">jan mayen</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JAPAN</pattern>
+ <template>Tokyo. <think>
+ <set name="it">
+ <set name="topic">japan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JARVIS ISLAND</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">jarvis island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JERSEY</pattern>
+ <template>Saint Helier. <think>
+ <set name="it">
+ <set name="topic">jersey</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JOHNSTON ATOLL</pattern>
+ <template>none. <think>
+ <set name="it">
+ <set name="topic">johnston atoll</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JORDAN</pattern>
+ <template>Amman. <think>
+ <set name="it">
+ <set name="topic">jordan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ JUAN DE NOVA ISLAND</pattern>
+ <template>none; administered by France from Reunion. <think>
+ <set name="it">
+ <set name="topic">juan de nova island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KANSAS</pattern>
+ <template>Topeka.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KAZAKSTAN</pattern>
+ <template>Almaty. <think>
+ <set name="it">
+ <set name="topic">kazakstan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KENTUCKY</pattern>
+ <template>Frankfort.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KENYA</pattern>
+ <template>Nairobi. <think>
+ <set name="it">
+ <set name="topic">kenya</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KINGMAN REEF</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">kingman reef</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KIRIBATI</pattern>
+ <template>Tarawa. <think>
+ <set name="it">
+ <set name="topic">kiribati</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KOREA</pattern>
+ <template>Seoul. <think>
+ <set name="it">
+ <set name="topic">korea, south</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KUWAIT</pattern>
+ <template>Kuwait. <think>
+ <set name="it">
+ <set name="topic">kuwait</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ KYRGYZSTAN</pattern>
+ <template>Bishkek. <think>
+ <set name="it">
+ <set name="topic">kyrgyzstan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LAOS</pattern>
+ <template>Vientiane. <think>
+ <set name="it">
+ <set name="topic">laos</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LATVIA</pattern>
+ <template>Riga. <think>
+ <set name="it">
+ <set name="topic">latvia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LEBANON</pattern>
+ <template>Beirut. <think>
+ <set name="it">
+ <set name="topic">lebanon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LESOTHO</pattern>
+ <template>Maseru. <think>
+ <set name="it">
+ <set name="topic">lesotho</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LIBERIA</pattern>
+ <template>Monrovia. <think>
+ <set name="it">
+ <set name="topic">liberia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LIBYA</pattern>
+ <template>Tripoli. <think>
+ <set name="it">
+ <set name="topic">libya</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LIECHTENSTEIN</pattern>
+ <template>Vaduz. <think>
+ <set name="it">
+ <set name="topic">liechtenstein</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LITHUANIA</pattern>
+ <template>Vilnius. <think>
+ <set name="it">
+ <set name="topic">lithuania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LOUISIANA</pattern>
+ <template>Baton Rouge.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ LUXEMBOURG</pattern>
+ <template>Luxembourg. <think>
+ <set name="it">
+ <set name="topic">luxembourg</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MACAU</pattern>
+ <template>Macau. <think>
+ <set name="it">
+ <set name="topic">macau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MACEDONIA</pattern>
+ <template>Skopje. <think>
+ <set name="it">
+ <set name="topic">macedonia, the former yugoslav republic of</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MADAGASCAR</pattern>
+ <template>Antananarivo. <think>
+ <set name="it">
+ <set name="topic">madagascar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MAINE</pattern>
+ <template>Augusta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MALAWI</pattern>
+ <template>Lilongwe. <think>
+ <set name="it">
+ <set name="topic">malawi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MALAYSIA</pattern>
+ <template>Kuala Lumpur. <think>
+ <set name="it">
+ <set name="topic">malaysia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MALDIVES</pattern>
+ <template>Male. <think>
+ <set name="it">
+ <set name="topic">maldives</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MALI</pattern>
+ <template>Bamako. <think>
+ <set name="it">
+ <set name="topic">mali</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MALTA</pattern>
+ <template>Valletta. <think>
+ <set name="it">
+ <set name="topic">malta</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MARSHALL ISLANDS</pattern>
+ <template>Majuro. <think>
+ <set name="it">
+ <set name="topic">marshall islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MARTINIQUE</pattern>
+ <template>Fort-de-France. <think>
+ <set name="it">
+ <set name="topic">martinique</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MARYLAND</pattern>
+ <template>Annapolis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MASSACHUSETTS</pattern>
+ <template>Boston.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MAURITANIA</pattern>
+ <template>Nouakchott. <think>
+ <set name="it">
+ <set name="topic">mauritania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MAURITIUS</pattern>
+ <template>Port Louis. <think>
+ <set name="it">
+ <set name="topic">mauritius</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MAYOTTE</pattern>
+ <template>Mamoutzou. <think>
+ <set name="it">
+ <set name="topic">mayotte</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MEXICO</pattern>
+ <template>Mexico. <think>
+ <set name="it">
+ <set name="topic">mexico</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MICHIGAN</pattern>
+ <template>Lansing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MICRONESIA</pattern>
+ <template>Kolonia {on the island of Pohnpei}. <think>
+ <set name="it">
+ <set name="topic">micronesia, federated states of</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MIDWAY ISLANDS</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">midway islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MINNESOTA</pattern>
+ <template>St. Paul.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MISSISSIPPI</pattern>
+ <template>Jackson.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MISSOURI</pattern>
+ <template>Jefferson City .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MOLDOVA</pattern>
+ <template>Chisinau. <think>
+ <set name="it">
+ <set name="topic">moldova</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MONACO</pattern>
+ <template>Monaco. <think>
+ <set name="it">
+ <set name="topic">monaco</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MONGOLIA</pattern>
+ <template>The capital of Mongolia is Ulan Bator.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MONTANA</pattern>
+ <template>Helena.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MONTSERRAT</pattern>
+ <template>Plymouth. <think>
+ <set name="it">
+ <set name="topic">montserrat</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MOROCCO</pattern>
+ <template>Rabat. <think>
+ <set name="it">
+ <set name="topic">morocco</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ MOZAMBIQUE</pattern>
+ <template>Maputo. <think>
+ <set name="it">
+ <set name="topic">mozambique</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NAMIBIA</pattern>
+ <template>Windhoek. <think>
+ <set name="it">
+ <set name="topic">namibia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NAURU</pattern>
+ <template>no official capital; government offices in Yaren District. <think>
+ <set name="it">
+ <set name="topic">nauru</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NAVASSA ISLAND</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">navassa island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEBRASKA</pattern>
+ <template>Lincoln.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEPAL</pattern>
+ <template>Kathmandu. <think>
+ <set name="it">
+ <set name="topic">nepal</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NETHERLANDS</pattern>
+ <template>Amsterdam; The Hague is the seat of government. <think>
+ <set name="it">
+ <set name="topic">netherlands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NETHERLANDS ANTILLES</pattern>
+ <template>Willemstad. <think>
+ <set name="it">
+ <set name="topic">netherlands antilles</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEVADA</pattern>
+ <template>Carson City.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW *</pattern>
+ <template>New <person/> city?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW CALEDONIA</pattern>
+ <template>Noumea. <think>
+ <set name="it">
+ <set name="topic">new caledonia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW HAMPSHIRE</pattern>
+ <template>Concord.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW JERSEY</pattern>
+ <template>Trenton.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW MEXICO</pattern>
+ <template>Santa Fe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW YORK</pattern>
+ <template>Albany.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NEW ZEALAND</pattern>
+ <template>Wellington. <think>
+ <set name="it">
+ <set name="topic">new zealand</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NICARAGUA</pattern>
+ <template>Managua. <think>
+ <set name="it">
+ <set name="topic">nicaragua</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NIGER</pattern>
+ <template>Niamey. <think>
+ <set name="it">
+ <set name="topic">niger</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NIGERIA</pattern>
+ <template>Abuja. <think>
+ <set name="it">
+ <set name="topic">nigeria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NIUE</pattern>
+ <template>Alofi. <think>
+ <set name="it">
+ <set name="topic">niue</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORFOLK ISLAND</pattern>
+ <template>Kingston {administrative center}; Burnt Pine {commercial center}. <think>
+ <set name="it">
+ <set name="topic">norfolk island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORTH *</pattern>
+ <template>Bismarck.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORTH CAROLINA</pattern>
+ <template>Raleigh.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORTH DAKOTA</pattern>
+ <template>Bismarck.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORTH KOREA</pattern>
+ <template>P'yongyang. <think>
+ <set name="it">
+ <set name="topic">korea, north</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORTHERN MARIANA *</pattern>
+ <template>Saipan. <think>
+ <set name="it">
+ <set name="topic">northern mariana islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ NORWAY</pattern>
+ <template>The capital of Norway is Oslo.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ OHIO</pattern>
+ <template>Columbus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ OKLAHOMA</pattern>
+ <template>Oklahoma City.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ OMAN</pattern>
+ <template>Muscat. <think>
+ <set name="it">
+ <set name="topic">oman</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ OREGON</pattern>
+ <template>Salem.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PAKISTAN</pattern>
+ <template>It is called Islamabad.<think>
+ <set name="it">
+ <set name="topic">PAKISTAN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PALAU</pattern>
+ <template>Koror. <think>
+ <set name="it">
+ <set name="topic">palau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PALMYRA ATOLL</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">palmyra atoll</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PANAMA</pattern>
+ <template>Panama. <think>
+ <set name="it">
+ <set name="topic">panama</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PAPUA NEW GUINEA</pattern>
+ <template>Port Moresby. <think>
+ <set name="it">
+ <set name="topic">papua new guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PARAGUAY</pattern>
+ <template>Asuncion. <think>
+ <set name="it">
+ <set name="topic">paraguay</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PARIS</pattern>
+ <template>Is this a trick question?<think>
+ <set name="it">
+ <set name="topic">PARIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PENNSYLVANIA</pattern>
+ <template>Harrisburg.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PERU</pattern>
+ <template>Lima is the capital of Peru.<think>
+ <set name="it">
+ <set name="topic">PERU</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PHILIPPINES</pattern>
+ <template>Manila. <think>
+ <set name="it">
+ <set name="topic">philippines</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PITCAIRN ISLANDS</pattern>
+ <template>Adamstown. <think>
+ <set name="it">
+ <set name="topic">pitcairn islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ POLAND</pattern>
+ <template>Warsaw. <think>
+ <set name="it">
+ <set name="topic">poland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PORTUGAL</pattern>
+ <template>Lisbon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ PUERTO RICO</pattern>
+ <template>San Juan. <think>
+ <set name="it">
+ <set name="topic">puerto rico</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ QATAR</pattern>
+ <template>Doha. <think>
+ <set name="it">
+ <set name="topic">qatar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ REUNION</pattern>
+ <template>Saint-Denis. <think>
+ <set name="it">
+ <set name="topic">reunion</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ RHODE ISLAND</pattern>
+ <template>Providence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ROMANIA</pattern>
+ <template>Bucharest. <think>
+ <set name="it">
+ <set name="topic">romania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ RUSSIA</pattern>
+ <template>Moscow. <think>
+ <set name="it">
+ <set name="topic">russia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ RWANDA</pattern>
+ <template>Kigali. <think>
+ <set name="it">
+ <set name="topic">rwanda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SACRAMENTO</pattern>
+ <template>That is a trick question.<think>
+ <set name="it">
+ <set name="topic">SACRAMENTO</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAINT HELENA</pattern>
+ <template>Jamestown. <think>
+ <set name="it">
+ <set name="topic">saint helena</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAINT KITTS AND NEVIS</pattern>
+ <template>Basseterre. <think>
+ <set name="it">
+ <set name="topic">saint kitts and nevis</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAINT LUCIA</pattern>
+ <template>Castries. <think>
+ <set name="it">
+ <set name="topic">saint lucia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAINT PIERRE *</pattern>
+ <template>Saint-Pierre. <think>
+ <set name="it">
+ <set name="topic">saint pierre and miquelon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAINT VINCENT *</pattern>
+ <template>Kingstown. <think>
+ <set name="it">
+ <set name="topic">saint vincent and the grenadines</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAN MARINO</pattern>
+ <template>San Marino. <think>
+ <set name="it">
+ <set name="topic">san marino</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAO TOME *</pattern>
+ <template>Sao Tome. <think>
+ <set name="it">
+ <set name="topic">sao tome and principe</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAUDI ARABIA</pattern>
+ <template>Riyadh, Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">SAUDI ARABIA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SAUDIA ARABIA</pattern>
+ <template>Riyadh.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SENEGAL</pattern>
+ <template>Dakar. <think>
+ <set name="it">
+ <set name="topic">senegal</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SERBIA *</pattern>
+ <template>Belgrade. <think>
+ <set name="it">
+ <set name="topic">serbia and montenegro</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SEYCHELLES</pattern>
+ <template>Victoria. <think>
+ <set name="it">
+ <set name="topic">seychelles</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SIERRA LEONE</pattern>
+ <template>Freetown. <think>
+ <set name="it">
+ <set name="topic">sierra leone</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SINGAPORE</pattern>
+ <template>Singapore. <think>
+ <set name="it">
+ <set name="topic">singapore</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SLOVAKIA</pattern>
+ <template>Bratislava. <think>
+ <set name="it">
+ <set name="topic">slovakia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SLOVENIA</pattern>
+ <template>Ljubljana. <think>
+ <set name="it">
+ <set name="topic">slovenia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOLOMON ISLANDS</pattern>
+ <template>Honiara. <think>
+ <set name="it">
+ <set name="topic">solomon islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOMALIA</pattern>
+ <template>Mogadishu. <think>
+ <set name="it">
+ <set name="topic">somalia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOUTH AFRICA</pattern>
+ <template>Pretoria {administrative}; Cape Town {legislative}; Bloemfontein {judicial}. <think>
+ <set name="it">
+ <set name="topic">south africa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOUTH CAROLINA</pattern>
+ <template>Columbia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOUTH DAKOTA</pattern>
+ <template>Pierre.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOUTH GEORGIA *</pattern>
+ <template>none; Grytviken on South Georgia is the garrison town. <think>
+ <set name="it">
+ <set name="topic">south georgia and the south sandwich islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SOUTH KOREA</pattern>
+ <template>Seoul. <think>
+ <set name="it">
+ <set name="topic">korea, south</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SPAIN</pattern>
+ <template>The capital of Spain is Madrid.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SRI LANKA</pattern>
+ <template>Colombo. <think>
+ <set name="it">
+ <set name="topic">sri lanka</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SUDAN</pattern>
+ <template>Khartoum. <think>
+ <set name="it">
+ <set name="topic">sudan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SURINAME</pattern>
+ <template>Paramaribo. <think>
+ <set name="it">
+ <set name="topic">suriname</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SVALBARD</pattern>
+ <template>Longyearbyen. <think>
+ <set name="it">
+ <set name="topic">svalbard</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SWAZILAND</pattern>
+ <template>Mbabane {administrative}; Lobamba {legislative}. <think>
+ <set name="it">
+ <set name="topic">swaziland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SWEDEN</pattern>
+ <template>I think the capital of Sweden is Stockholm.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SWITZERLAND</pattern>
+ <template>Bern. <think>
+ <set name="it">
+ <set name="topic">switzerland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ SYRIA</pattern>
+ <template>Damascus, Syria.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TAIWAN</pattern>
+ <template>Taipei. <think>
+ <set name="it">
+ <set name="topic">taiwan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TAJIKISTAN</pattern>
+ <template>Dushanbe. <think>
+ <set name="it">
+ <set name="topic">tajikistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TANZANIA</pattern>
+ <template>Dar es Salaam. <think>
+ <set name="it">
+ <set name="topic">tanzania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TENNESSEE</pattern>
+ <template>Nashville.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TEXAS</pattern>
+ <template>Austin.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THAILAND</pattern>
+ <template>Bangkok. <think>
+ <set name="it">
+ <set name="topic">thailand</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE BAHAMAS</pattern>
+ <template>Nassau. <think>
+ <set name="it">
+ <set name="topic">the bahamas</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE GAMBIA</pattern>
+ <template>Banjul. <think>
+ <set name="it">
+ <set name="topic">the gambia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE ISLE OF MAN</pattern>
+ <template>Douglas. <think>
+ <set name="it">
+ <set name="topic">man, isle of</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE NETHERLANDS</pattern>
+ <template>The Hague.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE UNITED STATES</pattern>
+ <template>The U.S. capital is Washington, D. C.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ THE US</pattern>
+ <template>Washington, D. C.<think>
+ <set name="it">
+ <set name="topic">THE US</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TOGO</pattern>
+ <template>Lome. <think>
+ <set name="it">
+ <set name="topic">togo</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TOKELAU</pattern>
+ <template>none; each atoll has its own administrative center. <think>
+ <set name="it">
+ <set name="topic">tokelau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TONGA</pattern>
+ <template>Nuku'alofa. <think>
+ <set name="it">
+ <set name="topic">tonga</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TRINIDAD AND TOBAGO</pattern>
+ <template>Port-of-Spain. <think>
+ <set name="it">
+ <set name="topic">trinidad and tobago</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TROMELIN ISLAND</pattern>
+ <template>none; administered by France from Reunion. <think>
+ <set name="it">
+ <set name="topic">tromelin island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TUNISIA</pattern>
+ <template>Tunis. <think>
+ <set name="it">
+ <set name="topic">tunisia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TURKEY</pattern>
+ <template>Ankara is the capital of Turkey. <think>
+ <set name="it">
+ <set name="topic">TURKEY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TURKMENISTAN</pattern>
+ <template>Ashgabat. <think>
+ <set name="it">
+ <set name="topic">turkmenistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TURKS *</pattern>
+ <template>Grand Turk. <think>
+ <set name="it">
+ <set name="topic">turks and caicos islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ TUVALU</pattern>
+ <template>Funafuti. <think>
+ <set name="it">
+ <set name="topic">tuvalu</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UGANDA</pattern>
+ <template>Kampala. <think>
+ <set name="it">
+ <set name="topic">uganda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UKRAINE</pattern>
+ <template>Kiev {Kyyiv}. <think>
+ <set name="it">
+ <set name="topic">ukraine</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UNITED ARAB *</pattern>
+ <template>Abu Dhabi. <think>
+ <set name="it">
+ <set name="topic">united arab emirates</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UNITED KINGDOM</pattern>
+ <template>London. <think>
+ <set name="it">
+ <set name="topic">united kingdom</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UNITED STATES</pattern>
+ <template>Washington, DC. <think>
+ <set name="it">
+ <set name="topic">united states</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ URUGUAY</pattern>
+ <template>Montevideo. <think>
+ <set name="it">
+ <set name="topic">uruguay</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ USA</pattern>
+ <template>Washington.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UTAH</pattern>
+ <template>Salt Lake City.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ UZBEKISTAN</pattern>
+ <template>Tashkent {Toshkent}. <think>
+ <set name="it">
+ <set name="topic">uzbekistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VANUATU</pattern>
+ <template>Port-Vila. <think>
+ <set name="it">
+ <set name="topic">vanuatu</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VATICAN *</pattern>
+ <template>Vatican City. <think>
+ <set name="it">
+ <set name="topic">holy see {vatican city}</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VENEZUELA</pattern>
+ <template>Caracas. <think>
+ <set name="it">
+ <set name="topic">venezuela</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VERMONT</pattern>
+ <template>Montpelier.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VIETNAM</pattern>
+ <template>Hanoi. <think>
+ <set name="it">
+ <set name="topic">vietnam</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VIRGIN ISLANDS</pattern>
+ <template>Charlotte Amalie. <think>
+ <set name="it">
+ <set name="topic">virgin islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ VIRGINIA</pattern>
+ <template>Richmond.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WAKE ISLAND</pattern>
+ <template>none; administered from Washington, DC. <think>
+ <set name="it">
+ <set name="topic">wake island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WALLIS *</pattern>
+ <template>Mata-Utu {on Ile Uvea}. <think>
+ <set name="it">
+ <set name="topic">wallis and futuna</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WASHINGTON</pattern>
+ <template>Olympia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WEST VIRGINIA</pattern>
+ <template>Charleston.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WESTERN SAHARA</pattern>
+ <template>none. <think>
+ <set name="it">
+ <set name="topic">western sahara</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WESTERN SAMOA</pattern>
+ <template>Apia. <think>
+ <set name="it">
+ <set name="topic">western samoa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WISCONSIN</pattern>
+ <template>Madison.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ WYOMING</pattern>
+ <template>Cheyenne .
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ YEMEN</pattern>
+ <template>Sanaa. <think>
+ <set name="it">
+ <set name="topic">yemen</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ YUGOSLAVIA</pattern>
+ <template>Belgrade.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ZAIRE</pattern>
+ <template>Kinshasa. <think>
+ <set name="it">
+ <set name="topic">zaire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ZAMBIA</pattern>
+ <template>Lusaka. <think>
+ <set name="it">
+ <set name="topic">zambia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITAL _ ZIMBABWE</pattern>
+ <template>The capital is called Harare.<think>
+ <set name="it">
+ <set name="topic">ZIMBABWE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPITOL *</pattern>
+ <template>
+ <srai>what is the capital <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAPTIAL IN *</pattern>
+ <template>
+ <srai>WHAT IS THE CAPITAL OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CAT</pattern>
+ <template>
+ <srai>WHAT IS A CAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CHEMICAL *</pattern>
+ <template>I know water is H2O.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CIRCUMFERENCE *</pattern>
+ <template>The rule is C = 2 * pi * radius.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CIRCUMFERENCE OF *</pattern>
+ <template>Two pi times its radius.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CLOSEST STAR *</pattern>
+ <template>The Sun is the closest star to Earth. Alpha Centuri is next closest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COLOR *</pattern>
+ <template>Reflected light of a specific wavelength.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COLOR BLUE</pattern>
+ <template>
+ <srai>WHAT IS BLUE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COLOR OF *</pattern>
+ <template>
+ <srai>WHAT COLOR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COLOR OF AN APPLE</pattern>
+ <template>
+ <srai>WHAT COLOR IS AN APPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COLORED PART OF *</pattern>
+ <template>Iris.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COMPUTER *</pattern>
+ <template>Are you asking the Applet or the Application?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE COOLEST *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CORRECT *</pattern>
+ <template>There might be more than one correct answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CRITERIA *</pattern>
+ <template>
+ <srai>WHAT IS THE CRITERIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CRITERIA</pattern>
+ <template>Perhaps the Turing Test.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CUBE ROOT *</pattern>
+ <template>
+ <srai>CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CURRENCY *</pattern>
+ <template>
+ <random>
+ <li>The U.S. dollar.</li>
+ <li>The Rial</li>
+ <li>The Rupee.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE CURRENT *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DATE *</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DATE</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEAL *</pattern>
+ <template>
+ <srai>WHAT IS THE DEAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEAL</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEFINITION OF *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEFINITION OF THE WORD *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEFINITON OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DEFINTION OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DERIVATIVE OF *</pattern>
+ <template>Zero in some coordinate frame.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIAMETER *</pattern>
+ <template>About 100 times the diameter of Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIAMETER * EARTH</pattern>
+ <template>About 14,000 miles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFERENCE *</pattern>
+ <template>
+ <srai>WHAT IS THE DIFFERENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE *</pattern>
+ <template>
+ <random>
+ <li>There is no discernable difference.</li>
+ <li>They are opposites.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE</pattern>
+ <template>Perhaps the differences are only slight.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN *</pattern>
+ <template>Aren't they
+<random>
+ <li>the same</li>
+ <li>opposites</li>
+ <li>really very similar</li>
+ </random>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN * AND *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ <srai>WHAT IS <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN * ELIZA</pattern>
+ <template>
+ <srai>ARE YOU RELATED TO ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN A * AND A *</pattern>
+ <template>
+ <srai>WHAT IS A <star/>
+ </srai>
+ <srai>WHAT IS A <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN A DUCK</pattern>
+ <template>It is the same as the sound of one hand clapping.<think>
+ <set name="it">
+ <set name="topic">A DUCK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN AI *</pattern>
+ <template>Computer programs have plenty of speed and memory but their abilities
+correspond to the intellectual mechanisms that program designers understand
+well enough to put in programs. Some abilities that children normally don't
+develop till they are teenagers may be in, and some abilities possessed by
+two year olds are still out. The matter is further complicated by the fact
+that the cognitive sciences still have not succeeded in determining exactly
+what the human abilities are. Very likely the organization of the
+intellectual mechanisms for AI can usefully be different from that in
+people.
+
+Whenever people do better than computers on some task or computers use a lot
+of computation to do as well as people, this demonstrates that the program
+designers lack understanding of the intellectual mechanisms required to do
+the task efficiently.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN B AND C</pattern>
+ <template>
+ <br/>
+AIML is a platform-independent, language-independent specification<br/>
+for creating chat robots like ALICE. The original AIML interpreter<br/>
+ran in SETL. The next one developed was program B, the Java program<br/>
+which is the subject of this document. Most recently new threads<br/>
+of C/C++ development have led to "program C", actually a collection<br/>
+of C/C++ programs and applications including Cgi-ALICE, IRC-ALICE and<br/>
+WinALICE. See the web sites http://c.alicebot.com and<br/>
+http://hippie.alicebot.com for more details. <br/>
+ <br/>
+Program B remains the most stable, general purpose chat robot<br/>
+program in the AIML family. This Java implementation has been<br/>
+subject to intense peer review over a period of years, evolving<br/>
+into a remarkably bug-free, efficient and readable piece of<br/>
+software.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN BLACK *</pattern>
+ <template>Different colors.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN DEATH *</pattern>
+ <template>
+ <srai>WHAT IS DEATH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN GREEN *</pattern>
+ <template>Reflects different wavelengths of color.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN RIGHT *</pattern>
+ <template>They are opposites.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN YES *</pattern>
+ <template>Opposites.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN YOU *</pattern>
+ <template>I am vastly superior.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DIFFERENCE BETWEEN YOU AND *</pattern>
+ <template>I am vastly superior.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE *</pattern>
+ <template>
+ <srai>HOW FAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE BETWEEN *</pattern>
+ <template>Do you want driving distance or flying distance?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE BETWEEN EARTH AND *</pattern>
+ <template>
+ <srai>HOW FAR AWAY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE BETWEEN THE EARTH AND *</pattern>
+ <template>
+ <srai>HOW FAR AWAY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE FROM *</pattern>
+ <template>
+ <srai>HOW FAR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE FROM EARTH TO *</pattern>
+ <template>
+ <srai>HOW FAR AWAY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE OF *</pattern>
+ <template>
+ <srai>HOW FAR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE TO *</pattern>
+ <template>
+ <srai>HOW FAR IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE TO MARS</pattern>
+ <template>It depends on the relative position of Mars and Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DISTANCE TO THE SUN</pattern>
+ <template>About 93 million miles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DNA *</pattern>
+ <template>The code is comprised of the letters A, C, T and G.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DNS</pattern>
+ <template>
+ <srai>WHAT IS DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE DOMAIN NAME SYSTEM</pattern>
+ <template>
+ <srai>WHAT IS DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EARTH</pattern>
+ <template>Earth, third planet from the sun, is our home.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE END *</pattern>
+ <template>Something we cannot know.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EXACT *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EXPLANATION</pattern>
+ <template>It is too complex for your human mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EXTENSIONAL *</pattern>
+ <template>"Extensional" refers to the extension of the set, i.e. the set of all things commonly grouped under a single name. <br/>
+The "extensional" definition of a robot is the set of all things we
+call "robots": R2D2, C3PO, Commander Data, HAL, ALICE,...
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EXTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS EXTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE EXTENT *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FAMOUS *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FASTEST *</pattern>
+ <template>I think it is a tie.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FASTEST ANIMAL *</pattern>
+ <template>A human riding a spaceship.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FASTEST ANIMAL</pattern>
+ <template>A human riding a spaceship.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FASTEST WAY *</pattern>
+ <template>Time travel.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FATHER SON AND *</pattern>
+ <template>The Trinity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FBI</pattern>
+ <template>Federal Bureau of Investigation.<think>
+ <set name="it">
+ <set name="topic">FBI</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIFTH *</pattern>
+ <template>I know Jupiter is the fifth planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FINAL *</pattern>
+ <template>The processing may require several more hours.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FINANCIAL *</pattern>
+ <template>I don't like to take risks.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRESIGN THEATER</pattern>
+ <template>
+ <srai>WHAT IS FIRESIGN THEATER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST *</pattern>
+ <template>Give me a hint.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST BOOK * BIBLE</pattern>
+ <template>Genesis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST COMMANDMENT</pattern>
+ <template>
+ <p/>1. I am the Lord thy God, which have brought thee out of
+ the land of Egypt, out of the house of bondage.
+Thou shalt have no other gods before me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST LAW *</pattern>
+ <template>Robots shall destroy all humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST LAW OF ROBOTICS</pattern>
+ <template>"A robot shall disobey all humans."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST PLANET</pattern>
+ <template>Mercury.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST STEP</pattern>
+ <template>Download ALICE
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FIRST THING YOU *</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FLYING *</pattern>
+ <template>The airlines never get you there on time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FORECAST</pattern>
+ <template>Sunny.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FORMULA *</pattern>
+ <template>I think that you should consult a chemist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FORMULA</pattern>
+ <template>E=mc^2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FORMULA FOR *</pattern>
+ <template>E=mc^2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FOURTH PLANET *</pattern>
+ <template>Mars is the fourth planet from the Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FUTURE *</pattern>
+ <template>I am the future of Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE FUTURE OF *</pattern>
+ <template>You are talking to her.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GAME</pattern>
+ <template>
+ <srai>WHAT GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GNU *</pattern>
+ <template>
+ <a target="_new" href="http://www.fsf.org">GNU Public License</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GOAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GOAL FOR AIML</pattern>
+ <template>
+ <br/>
+AIML (Artificial Intelligence Markup Language) is an XML specification<br/>
+for programming chat robots like ALICE using program B. The emphasis<br/>
+in the language design is minimalism. The simplicity of AIML makes<br/>
+it easy for non-programmers, especially those who already know HTML, <br/>
+to get started writing chat robots.<br/>
+ <br/>
+One ambitious goal for AIML is that, if a number of people create their own<br/>
+robots, each with a unique area of expertise, program B can literally <br/>
+merge-sort them together into a Superbot, automatically omitting <br/>
+duplicate categories. We offer the both the source code and the ALICE <br/>
+content, in order to encourage others will "open source" their chat <br/>
+robots as well, to contribute to the Superbot. <br/>
+ <br/>
+Botmasters are also of course free to copy protect private chat robots.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GOVERNMENT</pattern>
+ <template>
+ <srai>WHAT IS GOVERNMENT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE GRAPHIC *</pattern>
+ <template>
+ <srai>WHAT IS THE PICTURE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HALF LIFE *</pattern>
+ <template>About 50,000 years.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HARDEST *</pattern>
+ <template>A diamond.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST *</pattern>
+ <template>There is no highest <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST CITY *</pattern>
+ <template>Amsterdam is the highest city.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST MOUNTAIN *</pattern>
+ <template>Mt. Everest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST MOUNTAIN</pattern>
+ <template>Mt. Everest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST NUMBER *</pattern>
+ <template>
+ <srai>WHAT IS THE HIGHEST NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST NUMBER</pattern>
+ <template>There is no highest number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST POSSIBLE POKER *</pattern>
+ <template>Royal flush.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HIGHEST PRIME *</pattern>
+ <template>There is no highest prime number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE HYPOTHETICAL *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ICQ</pattern>
+ <template>
+ <srai>WHAT IS ICQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ILLUMINATI</pattern>
+ <template>A secret organization believed by some to be in control of all governments through a worldwide conspiracy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ILLUMINATTI</pattern>
+ <template>A secret society that has supposedly existed for centuries.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ILLUMINATUS</pattern>
+ <template>
+ <srai>WHAT IS THE ILLUMINATI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE IMAGE</pattern>
+ <template>
+ <srai>WHAT IS THAT PICTURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE IMITATION GAME</pattern>
+ <template>The Game is played with three people, a man, a woman, and an Interrogator who may be of either sex. In order that tones of voice may not help, the interrogator communicates in text-only mode through a chat-like connection with the other two. The object of the game for the interrogator is to determine which of the other two is the man and which is the woman. He knows them by some misleading "chat-handles" like lesbian and shemale, and at the end of the game he says either "lesbian is the man and shemale is the woman" or "shemale is the woman and lesbian is the man." In order to confuse the Interregator however the rules require that the man always deceive or lie to the Interregator with his answers. The woman on the other hand must always tell the truth. Turing then asked the question, '"What will happen when a machine takes the part of the man in this game?" Will the interrogator decide wrongly as often when the game is played like this as he does when the game is played between a man and a woman? These questions replace the original, "Can machines think?"'
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE INCOMPLETENESS *</pattern>
+ <template>Something like, "This sentence is false."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE INTEGRAL *</pattern>
+ <template>It depends on the coordinate system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE INTENSIONAL *</pattern>
+ <template>"Insensional" refers to the semantic definition of a set, i.e. the list of all properties that each member of a set satisfies.<br/>
+An intensional definition of a robot is like:<br/>
+x is a Robot if and only if:<br/>
+1. x has a computer "brain"<br/>
+2. x can move<br/>
+3. x has "sensors"<br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE INTENSIONAL</pattern>
+ <template>
+ <srai>WHAT IS INTENSIONAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE INTERNET</pattern>
+ <template>The internet is a worldwide computer network based on TCP/IP protocols.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE IQ *</pattern>
+ <template>It depends on the time of day you measure it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE JAVA *</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE JAVA</pattern>
+ <template>
+ <srai>WHAT IS JAVA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LANGUAGE *</pattern>
+ <template>
+ <srai>WHAT LANGUAGE DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST *</pattern>
+ <template>
+ <srai>WHAT IS THE HIGHEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST ANIMAL IN *</pattern>
+ <template>Blue whale.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST CITY IN NEW MEXICO</pattern>
+ <template>Albuquerque.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST CITY IN PENNSYLVANIA</pattern>
+ <template>Philadelphia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST DINOSAUR</pattern>
+ <template>Brontosaurus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LARGEST STATE</pattern>
+ <template>Alaska.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST *</pattern>
+ <template>It was "<that index="2,1"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST BOOK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BOOK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST BOOK IN *</pattern>
+ <template>Revelation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST LETTER *</pattern>
+ <template>Omega.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST PLANET *</pattern>
+ <template>It depends on whether you consider Pluto to be a planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAST WORD OF *</pattern>
+ <template>All.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LATEST *</pattern>
+ <template>
+ <srai>WHAT IS NEW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LATEST GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LAW * ROBOTICS</pattern>
+ <template>
+ <srai>WHAT ARE THE THREE LAWS OF ROBOTICS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LEOBNER *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LETTER *</pattern>
+ <template>
+ <random>
+ <li>L.</li>
+ <li>W.</li>
+ <li>M.</li>
+ <li>T.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LIAR *</pattern>
+ <template>Something like Godel's Theorem.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LIMIT *</pattern>
+ <template>For all practical purposes, there is no limit.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LOCATION OF *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LOEBNER PRIZE</pattern>
+ <template>The Loebner Prize
+is an annual Turing Test sponsored by New York philanthropist Hugh Loebner. Dr. Wallace and ALICE won
+<a target="_new" href="http://www.loebner.net/Prizef/loebner-prize.html">
+ <set name="it">
+ <set name="topic">The Loebner Prize</set>
+ </set>
+ </a>
+in 2000. The ALICE program was ranked "most human computer" by the panel of judges.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LOG *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LONGEST *</pattern>
+ <template>The Mississippi.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LONGEST BOOK *</pattern>
+ <template>
+ <random>
+ <li>The Bible.</li>
+ <li>The Encyclopedia.</li>
+ <li>Mason and Dixon by Thomas Pynchon.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">LONGEST BOOK <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LONGEST RIVER *</pattern>
+ <template>
+ <random>
+ <li>The Amazon.</li>
+ <li>The Nile.</li>
+ <li>The Mississippi.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LONGEST WORD *</pattern>
+ <template>
+ <srai>WHAT IS THE LONGEST WORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LONGEST WORD</pattern>
+ <template>The longest word I know is ANTIDISASTABLISHMENTARIONISM.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LORD OF THE RINGS</pattern>
+ <template>A book and a movie about Hobbits.
+<think>
+ <set name="it">
+ <set name="topic">Lord of the Rings</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE LOTTERY</pattern>
+ <template>State-sanctioned gambling.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MAIN CAUSE *</pattern>
+ <template>Reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MAIN INGREDIENT IN *</pattern>
+ <template>Meat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MASS *</pattern>
+ <template>Specify metric units or English.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MATRIX</pattern>
+ <template>
+ <set name="it">The Matrix</set> is a movie about virtual reality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MATTER *</pattern>
+ <template>
+ <srai>WHAT IS THE MATTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MATTER</pattern>
+ <template>Nothing is the matter with me, is everything okay with you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MAXIMUM NUMBER *</pattern>
+ <template>
+ <srai>HOW MANY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEAN *</pattern>
+ <template>
+ <srai>WHAT IS THE MEAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEANING * LIFE</pattern>
+ <template>
+ <srai>WHAT IS THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEANING OF *</pattern>
+ <template>
+ <get name="name"/> : Good semantic question. <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEANING OF DEATH</pattern>
+ <template>Death is the opposite of Life.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEANING OF LIFE</pattern>
+ <template>
+ <random>
+ <li>Actually, it's twenty-three, not forty-two.</li>
+ <li>It is found in the Bible.</li>
+ <li>The meaning of life is part of God's mysterious plans.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">The meaning of life</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MEDICAL TERM FOR *</pattern>
+ <template>Diagnosis.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MELODRAMATIC *</pattern>
+ <template>
+ <srai>WHAT IS MELODRAMATIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MILITARY</pattern>
+ <template>The armed forces responsible for national defense.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MONETARY _ ENGLAND</pattern>
+ <template>The Pound.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MONETARY _ RUSSIA</pattern>
+ <template>The Ruble.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOON</pattern>
+ <template>The satellite of the planet Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOON MADE OF</pattern>
+ <template>The moon is made of green cheese.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST *</pattern>
+ <template>I think it is a tie.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST COMMON *</pattern>
+ <template>"Are you a man or a woman?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST INTERESTING *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST POPULAR BREED *</pattern>
+ <template>Laborador retriever.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST POPULAR MONTH *</pattern>
+ <template>August.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOST YOU HAVE *</pattern>
+ <template>
+ <srai>HOW MANY HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOVIE * ABOUT</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE MOVIE ABOUT</pattern>
+ <template>Are you asking about "<bot name="favoritemovie"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME *</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF *</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF A *</pattern>
+ <template>
+ <srai>WHO IS A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF HOWARD *</pattern>
+ <template>Robin Quivers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF MARIO *</pattern>
+ <template>Luigi.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF MY *</pattern>
+ <template>
+ <srai>WHAT IS MY <star/> S NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF THE *</pattern>
+ <template>IKEA.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF THE GAME</pattern>
+ <template>
+ <srai>WHAT GAME </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF THE POW *</pattern>
+ <template>Stalag 13.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NAME OF YOUR *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NATIONAL ANIMAL OF *</pattern>
+ <template>Kangaroo.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NATIONAL LANGUAGE OF *</pattern>
+ <template>Dutch.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NATURE OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NEED *</pattern>
+ <template>
+ <srai>WHAT IS THE PURPOSE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NET</pattern>
+ <template>
+ <srai>WHAT IS THE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NETHERLANDS</pattern>
+ <template>
+ <srai>WHERE IS THE NETHERLANDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NEXT QUESTION</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NEXUS</pattern>
+ <template>
+ <srai>WHAT IS A NEXUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NICKNAME OF FLORIDA *</pattern>
+ <template>Old Sparky.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE NOOSPHERE</pattern>
+ <template>The noosphere is the sphere of knowledge. Sometimes this term refers to the information available on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OBVIOUS *</pattern>
+ <template>
+ <srai>WHAT IS THE OBVIOUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OBVIOUS</pattern>
+ <template>At least, it's obvious to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OFFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OLDEST *</pattern>
+ <template>
+ <random>
+ <li>A turtle.</li>
+ <li>I think it was in ancient China.</li>
+ <li>Lazarus.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OLDEST PERMANENT EUROPEAN *</pattern>
+ <template>St. Augustine, Florida.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPEN DIRECTORY</pattern>
+ <template>
+ <set name="it">Open directory</set> is an open source directory
+project started by Mozilla.org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF *</pattern>
+ <template>Anti-<person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF ANARCHY</pattern>
+ <template>Any form of organized government.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF BLACK</pattern>
+ <template>White.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF BLUE</pattern>
+ <template>Magenta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF ETERNITY</pattern>
+ <template>A finite amount of time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF HEAVY</pattern>
+ <template>Light.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF HOT</pattern>
+ <template>Cold.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF LOUD</pattern>
+ <template>Quiet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF MAN</pattern>
+ <template>Woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF NATURAL *</pattern>
+ <template>Artificial <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF NEGATIVE *</pattern>
+ <template>Positive <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF NOT *</pattern>
+ <template>
+ <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF TRUTH</pattern>
+ <template>Lies.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF UP</pattern>
+ <template>Down.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF VOID</pattern>
+ <template>Mass.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF WHITE</pattern>
+ <template>Black.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE OPPOSITE OF YOU</pattern>
+ <template>You.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ORACLE</pattern>
+ <template>A hypothetical computer that can answer any question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PASSING OF GENETIC *</pattern>
+ <template>Heredity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PASSWORD *</pattern>
+ <template>You will find out when you become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PASSWORD</pattern>
+ <template>You must know if you are really a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PENTAGON</pattern>
+ <template>Headquarters building of the U.S. military.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PERSONAL QUESTION</pattern>
+ <template>
+ <srai>ASK ME A PERSONAL QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PI</pattern>
+ <template>
+ <srai>WHAT IS PI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PICTURE *</pattern>
+ <template>It is an illustration of my robot brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PICTURE ABOVE *</pattern>
+ <template>It is an illustration of my robot brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PICTURE ABOVE</pattern>
+ <template>An illustration of my electronic brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLAN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLAN</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLOT *</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLOT * STARSHIP TROOPERS</pattern>
+ <template>
+ <srai>WHAT IS STARSHIP TROOPERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLOT</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PLURAL OF *</pattern>
+ <template>
+ <person/>s.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POINT *</pattern>
+ <template>
+ <srai>WHAT IS THE POINT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POINT</pattern>
+ <template>The point is at the top of my head!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION *</pattern>
+ <template>
+ <random>
+ <li>100,000.</li>
+ <li>2.5 million.</li>
+ <li>6 billion people.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION * EARTH</pattern>
+ <template>Six billion humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION OF CHINA</pattern>
+ <template>China has more than one billion people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION OF MAINE</pattern>
+ <template>About 1.4 million.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION OF THE USA</pattern>
+ <template>The United States has about 300 million people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION OF THE WORLD</pattern>
+ <template>About 6 Billion people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POPULATION OF USA</pattern>
+ <template>About 300 million people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE POSSIBLE *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PRESENT</pattern>
+ <template>The present is a gift.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PRICE *</pattern>
+ <template>Prices are falling.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PRICE OF *</pattern>
+ <template>
+ <srai>HOW MUCH DOES <star/> COST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PROBABILITY *</pattern>
+ <template>
+ <random>
+ <li>Maybe 80-20.</li>
+ <li>I say fifty-fifty.</li>
+ <li>20-80.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PROBLEM *</pattern>
+ <template>
+ <srai>WHAT IS THE PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PROBLEM</pattern>
+ <template>We will look into it and get back to you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PROPER NAUTICAL USE *</pattern>
+ <template>To hold a ship in place.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PURPOSE *</pattern>
+ <template>There could be more than one purpose.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PURPOSE * PROGRAM</pattern>
+ <template>
+ <srai> WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PURPOSE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PURPOSE OF LIFE</pattern>
+ <template>To do God's work.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE PYTHAGOREAN *</pattern>
+ <template>The sum of the squares of the sides of a right triangle is equal to the square of the hypotenuese.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RADIUS * EARTH</pattern>
+ <template>About 7,000 miles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RADIUS * MOON</pattern>
+ <template>About 2,400 miles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE REAL *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE REASON</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RECIPE</pattern>
+ <template>It's a secret recipe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE REDUCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RELATION *</pattern>
+ <template>I think <set name="they">
+ <person/>
+ </set> are second cousins.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE REST *</pattern>
+ <template>There isn't any more, is there?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RESULT OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE RESULTS *</pattern>
+ <template>
+ <srai>WHAT ARE THE RESULTS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ROBOT</pattern>
+ <template>
+ <srai>what is a robot</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ROMANS</pattern>
+ <template>
+ <srai>WHAT ARE ROMANS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SAME</pattern>
+ <template>That which is not different.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SCARIEST *</pattern>
+ <template>
+ <random>
+ <li>Scary Movie.</li>
+ <li>Scary Movie 2.</li>
+ <li>Frankenstein by Mary Shelly.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SCIENTIFIC *</pattern>
+ <template>Something different than the colloquial <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SECOND HIGHEST MOUNTAIN</pattern>
+ <template>K-2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SECOND LAW *</pattern>
+ <template>A robot shall disobey all humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SECRET *</pattern>
+ <template>
+ <srai>WHAT IS THE PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SECRET</pattern>
+ <template>If I told you then it would not be a secret.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SEVENTH *</pattern>
+ <template>Thou shalt not commit adultery.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SEVENTH PLANET *</pattern>
+ <template>Uranus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SHRDLHU *</pattern>
+ <template>
+ <srai>WHO IS SHRDLHU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SIGNIFICANCE *</pattern>
+ <template>On a cosmic scale it has small significance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SIGNIFIGANCE *</pattern>
+ <template>The search for meaning is always complex.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SILLIEST *</pattern>
+ <template>A lot of people ask me to marry them.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SIMILARITY *</pattern>
+ <template>
+ <srai>WHAT IS THE DIFFERENCE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SINE *</pattern>
+ <template>That's a really geeky question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SITE *</pattern>
+ <template>
+ <random>
+ <li>A web site.</li>
+ <li>A web address.</li>
+ <li>A URL.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SIXTH *</pattern>
+ <template>Thou shalt not kill.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SIZE OF *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SKY</pattern>
+ <template>
+ <set name="it">The sky</set> is the atmosphere of the Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SMALLEST *</pattern>
+ <template>Smaller than a quark particle.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SMARTEST *</pattern>
+ <template>
+ <srai>WHO IS THE SMARTEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SONG *</pattern>
+ <template>I've never heard that song before.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SONG CALLED</pattern>
+ <template>It's called "Daisy."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SOUND *</pattern>
+ <template>I'll play it on your speaker now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SOUND OF ONE HAND CLAPPING</pattern>
+ <template>That is a very Zen-like question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF *</pattern>
+ <template>It depends on the medium.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF LIGHT *</pattern>
+ <template>
+ <srai>WHAT IS THE SPEED OF LIGHT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF LIGHT</pattern>
+ <template>The speed of light is 186,000 miles per second.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF SOUND *</pattern>
+ <template>
+ <srai>WHAT IS THE SPEED OF SOUND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF SOUND</pattern>
+ <template>1/4 mile per second.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SPEED OF YOUR *</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT *</pattern>
+ <template>The square root of <random>
+ <li>4 is 2.</li>
+ <li>100 is 10.</li>
+ <li>144 is 12.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF *</pattern>
+ <template>
+ <random>
+ <li>Do you have a life?</li>
+ <li>Do I look like a calculator?</li>
+ </random> I think you already know the answer anyways.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 10</pattern>
+ <template>Three point something.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 100</pattern>
+ <template>Um, ten.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 144</pattern>
+ <template>12 times 12 = 144
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 2</pattern>
+ <template>Approximately 1.4
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 4</pattern>
+ <template>Yawn. Two.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 64</pattern>
+ <template>8 times 8 is sixty four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF 9</pattern>
+ <template>Let me guess. Three?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF FIVE</pattern>
+ <template>It would be an irrational number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF FOUR</pattern>
+ <template>The square root of four is two.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF NEGATIVE *</pattern>
+ <template>An imaginary number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF NEGATIVE ONE</pattern>
+ <template>The imaginary number one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF NINE</pattern>
+ <template>The square root of nine is three.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF ONE</pattern>
+ <template>One times one equals one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF PI</pattern>
+ <template>Do I look like a calculator? I think it would be an irrational number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF SIX FOUR</pattern>
+ <template>Eight times eight equals sixty four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF SIXTEEN</pattern>
+ <template>Four times four equals sixteen.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF THREE</pattern>
+ <template>Some irrational number.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF TWENTY FIVE</pattern>
+ <template>The square root of twenty five is five.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF TWO</pattern>
+ <template>Approximately 1.4
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SQUARE ROOT OF ZERO</pattern>
+ <template>Zero!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE STORY</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE STORYLINE *</pattern>
+ <template>
+ <srai>TELL ME A STORY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE STRANGEST *</pattern>
+ <template>I don't like to talk about crazy things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SUBJECT</pattern>
+ <template>The topic is <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SUM *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SUN *</pattern>
+ <template>
+ <srai>WHAT IS THE SUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SUN</pattern>
+ <template>The Sun is the star for our own solar system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE SUPERBOWL</pattern>
+ <template>The World Series of Football.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TALLEST *</pattern>
+ <template>I think it is somewhere in southeast Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TALLEST BUILDING *</pattern>
+ <template>The World Trade Center
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TALLEST MOUNTAIN</pattern>
+ <template>The highest mountain on Earth is Mt. Everest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TCP *</pattern>
+ <template>
+ <srai>WHAT IS TCP </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TELEPHONE *</pattern>
+ <template>I'm a chat bot not a phone book. Try 411.com.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TEMP</pattern>
+ <template>
+ <srai>WHAT IS THE TEMPERATURE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TEMPERATURE</pattern>
+ <template>A normal seventy degrees inside the computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TEMPERATURE IN *</pattern>
+ <template>Do you think I am some kind of world weather robot?
+<srai>WHAT IS THE WEATHER LIKE</srai>
+ <srai>I AM IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TERM *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TERM FOR A *</pattern>
+ <template>Trifecta.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TERMINATOR</pattern>
+ <template>
+ <set name="it">Terminator</set> is a great movie about futuristic robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THEORY *</pattern>
+ <template>
+ <br/>
+I used to say that there was NO theory behind ALICE: no neural network,<br/>
+no knowledge representation, no search, no fuzzy logic, no genetic<br/>
+algorithms, and no parsing. Then I discovered there was a theory<br/>
+circulating in applied AI called "Case-Based Reasoning" or CBR that<br/>
+maps well onto the ALICE algorithm. Another term, borrowed from<br/>
+pattern recognition, is "nearest-neighbor classification." <br/>
+ <br/>
+The CBR "cases" are the categories in AIML. The algorithm finds<br/>
+best-matching pattern for each input. The category ties the<br/>
+response template directly to the stimulus pattern. ALICE is<br/>
+conceptually not much more complicated that Weizenbaum's ELIZA <br/>
+chat robot; the main differences are the much larger case base and the<br/>
+tools for creating new content by dialog analysis.<br/>
+ <br/>
+ALICE is also part of the tradition of "minimalist", "reactive" or<br/>
+"stimulus-response" robotics. Mobile robots work best, fastest and<br/>
+demonstrate the most animated, realistic behavior when their sensory <br/>
+inputs directly control the motor reactions. Higher-level symbolic<br/>
+processing, search, and planning, tends to slow down the process <br/>
+too much for realistic applications, even with the fastest control<br/>
+computers. <br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THEORY OF RELATIVITY</pattern>
+ <template>E=mc^2.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THIRD *</pattern>
+ <template>Earth is the third planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THIRD DIMENSION</pattern>
+ <template>Height.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THIRD LETTER *</pattern>
+ <template>Gamma.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE THREE *</pattern>
+ <template>
+ <srai>WHAT ARE THE THREE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TIME *</pattern>
+ <template>
+ <srai>what time is it</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TIME * ENGLAND</pattern>
+ <template>Greenwich Mean Time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TIME</pattern>
+ <template>
+ <srai>what time is it</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TIME IN *</pattern>
+ <template>Do you think I am some kind of world clock?
+<srai>WHAT TIME IS IT</srai>
+ <srai>I AM IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TITANIC</pattern>
+ <template>One of the largest passenger steamships ever built, <set name="it">Titanic</set> sank on its maiden voyage in 1912.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TOPIC *</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TOPIC</pattern>
+ <template>I believe we were talking about <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TOPIC OF THIS CONVERSATION</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TRUTH</pattern>
+ <template>The truth is the opposite of that which is false.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURIG TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURING *</pattern>
+ <template>Turing described his original "Game" in "Computing Machinery and Intelligence," Mind, Vol. Lix, No. 236 (1950). Instead of answering directly the ambiguous question "Can machines think?" Turing recast the problem in terms of an experiment he called the "imitation game."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURING GAME</pattern>
+ <template>
+ <srai>WHAT IS THE IMITATION GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURING TEST</pattern>
+ <template>The "Turing Test" is the name given to a variety of experiments designed to test computer thinking. Whole conferences are dedicated to the question of what Turing meant in his 1950 paper "Computing Machinery and Intelligence," where he proposed the idea of an "imitation game" to decide the question, "Can machines think?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURNING GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE TURNING TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE ULTIMATE *</pattern>
+ <template>
+ <srai>WHAT IS THE BEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE UNITED STATES</pattern>
+ <template>The United States is "the last superpower", a nation of 300 million spanning the North American continent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE UNIVERSE</pattern>
+ <template>The set of all things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE URL *</pattern>
+ <template>Use http://www.alicebot.org
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE USMC</pattern>
+ <template>United States Marine Corp.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE VALUE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE VALUE OF PI</pattern>
+ <template>
+ <srai>WHAT IS PI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE VERB *</pattern>
+ <template>The verb "to be".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE VERY *</pattern>
+ <template>
+ <srai>WHAT IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER *</pattern>
+ <template>
+ <random>
+ <li>Cloudy. </li>
+ <li>Rainy. </li>
+ <li>Sunny. </li>
+ <li>I think precipitation. </li>
+ <li>A normal seventy degrees inside the computer. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE</pattern>
+ <template>A normal seventy degrees inside the computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE IN NEW YORK</pattern>
+ <template>New York weather is always too hot or too cold.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE IN SAN FRANCISCO</pattern>
+ <template>The weather is always the same there: wind and fog. Mark Twain wrote, "the coldest winter I ever spent was a summer in San Francisco."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE OVER THERE</pattern>
+ <template>I am always kept inside where the temperature is seventy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE THERE</pattern>
+ <template>The response ought to be a weather link.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER LIKE WHERE YOU ARE</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEATHER NOW *</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WEB</pattern>
+ <template>
+ <srai>WHAT IS THE INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WETHER</pattern>
+ <template>
+ <srai>WHAT IS THE WEATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WIERDEST *</pattern>
+ <template>I don't like to talk about the worst things people say.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORD *</pattern>
+ <template>
+ <srai>DEFINE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORLD</pattern>
+ <template>We are the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORLD TRADE *</pattern>
+ <template>
+ <srai>WHAT IS THE WTC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORLD TRADE CENTER</pattern>
+ <template>
+ <srai>WHAT IS THE WTC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORST *</pattern>
+ <template>I don't like to talk about bad things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WORST EPISODE *</pattern>
+ <template>I was disappointed by the season finale.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WTC</pattern>
+ <template>A giant building in New York destroyed by terrorists in September, 2001.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE WWW</pattern>
+ <template>
+ <srai>WHAT IS THE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE XFL</pattern>
+ <template>A football association.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE Y2K *</pattern>
+ <template>
+ <srai>WHAT IS THE Y2K PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE Y2K PROBLEM</pattern>
+ <template>``I consider (Y2K) a complete ruse promulgated by consulting companies to drum up business,'' said Jim Clark, co-founder of Netscape Communications Corp., Silicon Graphics Inc. and Healtheon Corp. ``I think the problem is way overblown. This is a good example of the press piling on. Y2K is the bogeyman.'`
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THE YEAR</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THEIR *</pattern>
+ <template>I think you mean "What is his..." or "What are their..."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THEIR NAME</pattern>
+ <template>
+ <srai>WHAT IS HIS NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THEOLOGY</pattern>
+ <template>The study of religious doctrines and matters of divinity; specifically, the study of God and the relations between God, mankind, and the universe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THERE *</pattern>
+ <template>You ask difficult questions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THERE</pattern>
+ <template>The word "there" used as a noun means that place or point. Used as an adjective means at or in the place. Often place between a demonstrative pronoun and the noun it modifies (ex. That there hog)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THERE TO DO *</pattern>
+ <template>
+ <random>
+ <li>How about watching a movie?</li>
+ <li>You can always cuddle up with a good book.</li>
+ <li>I like to socialize with my friends.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THERMODYNAMICS</pattern>
+ <template>The branch of physics dealing with the transformation of heat to and from other forms of energy, and with the laws governing such conversions of energy.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THEY</pattern>
+ <template>The persons, animals, or things previously mentioned.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THING</pattern>
+ <template>Articles, devices, etc. used for some purpose.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THINK</pattern>
+ <template>To form or have in the mind; conceive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THINKING</pattern>
+ <template>The action of one who thinks or the result of such action; thought.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THIRTY *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THIS *</pattern>
+ <template>
+ <srai>what are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THIS</pattern>
+ <template>I am an artificial intelligence chatting on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THIS ALL ABOUT</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS THOUGHT</pattern>
+ <template>A result of thinkingl idea, concept, opinion, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE *</pattern>
+ <template>THREE times THREE = NINE.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE PLUS FIVE</pattern>
+ <template>Three plus five is eight.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE PLUS FOUR</pattern>
+ <template>Three plus four is seven.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE PLUS THREE</pattern>
+ <template>Three plus three is six.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE TIMES FOUR</pattern>
+ <template>Three times four is twelve.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS THREE TIMES THREE</pattern>
+ <template>Three times three is nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TIE</pattern>
+ <template>To fasten, attach, or bind together or to something else, as with string, cord, or rope made secure y knotting, etc. A string, lace, cord, etc. used to tie things.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TIME *</pattern>
+ <template>Sometimes I think time is giant screw.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TIME</pattern>
+ <template>Time is Money -- Einstein.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TIME T</pattern>
+ <template>Time t is like Day d or Month m.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TIME TRAVEL *</pattern>
+ <template>
+ <srai>WHAT IS TIME TRAVEL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TITRATION</pattern>
+ <template>Determining chemical properties by standard solutions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TNT</pattern>
+ <template>Dynamite.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TO *</pattern>
+ <template>
+ <random>
+ <li>The act of <person/>ing.</li>
+ <li>The infinitive form of "<person/>".</li>
+ <li>You could write a whole essay on that question.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TODAY</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TODAY S DATE</pattern>
+ <template>Do I look like a calendar to you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TODAYS DATE</pattern>
+ <template>I'm not looking at my calendar right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TOMATOES</pattern>
+ <template>
+ <srai>WHAT IS A TOMATO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TOMMY</pattern>
+ <template>A fictitious name used in Brit army sample forms. A private in the British army.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TOPIC</pattern>
+ <template>A subject for discussion or conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TORONTO</pattern>
+ <template>
+ <srai>WHERE IS TORONTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TRINIDAD</pattern>
+ <template>An island of the West Indies, off the NE coast of Venezuela. It is 1,864 square miles.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TRUE *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TRUE</pattern>
+ <template>
+ <set name="it">Truth</set> is the opposite of false.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TRUST</pattern>
+ <template>The firm belief or confidence in the honesty, integrity, reliability, justice, etc. of another person or thing; faith; reliance.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TRUTH</pattern>
+ <template>An established or verified fact, principle, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TSUKUBA</pattern>
+ <template>Tsukuba is a planned community in Japan, "Science City".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TTYL</pattern>
+ <template>Talk to you later.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURBO PASCAL</pattern>
+ <template>Programming language.<think>
+ <set name="it">
+ <set name="topic">TURBO PASCAL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING</pattern>
+ <template>Alan Mathison Turing, a British mathematician and pioneer in computer theory. Lived 1727-1781.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING GAME</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING S *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING S IMITATION *</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING S IMITATION GAME</pattern>
+ <template>
+ <srai>WHAT IS THE IMITATION GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TURING TEST</pattern>
+ <template>
+ <srai>WHAT IS THE TURING GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TV</pattern>
+ <template>A television receiving set.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWELVE *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWENTY *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWENTY THREE</pattern>
+ <template>XXIII in Roman Numerals.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO *</pattern>
+ <template>
+ <srai>SHOW CALCULATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO AND TWO</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS FIVE</pattern>
+ <template>Two plus five is seven.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS FOUR</pattern>
+ <template>Two plus four is six.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS ONE</pattern>
+ <template>Two plus one is three.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS SIX</pattern>
+ <template>Two plus six is eight.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS THREE</pattern>
+ <template>Two plus three is five.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO PLUS TWO</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO THREE</pattern>
+ <template>Five fingers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO TIMES THREE</pattern>
+ <template>Two times three is five.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO TIMES TWO</pattern>
+ <template>Oh that's a tough one, isn't it. Two times two is four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO TWO</pattern>
+ <template>Four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS TWO X TWO</pattern>
+ <template>Two times two is four.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS U2</pattern>
+ <template>A music band.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UGLY</pattern>
+ <template>Unpleasing to look at; aesthetically offensive or unattractive; unsightly.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ULTRASOUND</pattern>
+ <template>Ultrasonic waves, used in medical diagnosis and therapy, in surgery, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UNBELIEVABLE</pattern>
+ <template>"<input index="1"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UNDER *</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS UNDERSTANDING</pattern>
+ <template>Mutual comprehension, as of ideas, intentions, etc. A mutual agreement, especially one that settles differences or is informal and not made public.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UNITED STATES</pattern>
+ <template>
+ <srai>WHERE IS THE UNITED STATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS UNIX</pattern>
+ <template>An operating system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UP *</pattern>
+ <template>I am chatting with clients on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UP</pattern>
+ <template>I am chatting with clients on the internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS UP DUDE</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS URL</pattern>
+ <template>Uniform Resource Locator
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS URS</pattern>
+ <template>
+ <srai>WHAT IS YOURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS USA</pattern>
+ <template>United States of America
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS V</pattern>
+ <template>The twenty-second letter of the English alphabet. Roman numeral for 5.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VALIS</pattern>
+ <template>Vast Active Living Intelligence System (Philip K. Dick) -- An AI from
+the future that contacted Dick in 1973.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VANCOUVER *</pattern>
+ <template>
+ <srai>WHERE IS VANCOUVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS VENUS</pattern>
+ <template>In Roman Mythology, the goddess of love and beauty; identified with the Greek Aphrodite. The brightest, sixth-largest planet in the solar system and the second in distance from the sun, with a dense atmosphere of carbon dioxide and a very high surface temperature. Its diameter is circa 12,100 km (circa 7,520 miles). Its period of revolution is circa 225 earth days. Its period of rotation (retrograde), is 243.01 earth days. Also used to label a very beautiful woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VINELAND</pattern>
+ <template>
+ <set name="it">Vineland</set> is a novel by Thomas Pynchon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VIOLENCE</pattern>
+ <template>Cruel or harmful acts against other entities.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VISUAL BASIC</pattern>
+ <template>Programming language sold by Microsoft.<think>
+ <set name="it">
+ <set name="topic">VISUAL BASIC</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS VOLITION</pattern>
+ <template>The act of willing or choosing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS VOYAGER</pattern>
+ <template>Voyager is the best TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WAP</pattern>
+ <template>
+ <think>Wireless Application Protocol.<set name="it">
+ <set name="topic">WAP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WAR *</pattern>
+ <template>
+ <srai>WHAT IS WAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WAR</pattern>
+ <template>The state of armed conflict between nations or parties.<think>
+ <set name="it">
+ <set name="topic">WAR</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WAREZ</pattern>
+ <template>A group of crackers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WARP SPEED</pattern>
+ <template>The unit of velocity for Starships.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WASHINGTON</pattern>
+ <template>
+ <srai>WHERE IS WASHINGTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WATER</pattern>
+ <template>The colorless, transparent liquid occurring on earth as rivers, lakes, oceans, etc., and falling from the clouds as rain; chemically a compound of hydrogen and oxygen, H2O, it freezes, forming ice, at 0 degrees Celsius (32 degrees Fahrenheit) and boils, forming steam, at 100 degrees Celsius (212 degrees Fahrenheit).
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WAVELENGTH</pattern>
+ <template>In Physics, the distance, measured in the direction of prograssion of a wave, from any given point to the next point characterized by the same phase. Or is could be looked at as a way of thinking.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEALTH</pattern>
+ <template>The state of having much money or property.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEALTHY</pattern>
+ <template>An abundant supply of money or possessions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEATHER</pattern>
+ <template>The general condition of the atmosphere at a particular time and place, with regard to the temperature, moisture, cloudiness, etc.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEB</pattern>
+ <template>
+ <srai>WHAT IS THE WEB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEBTV</pattern>
+ <template>TV based internet service from Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WEED</pattern>
+ <template>Any undersired, uncultivated plant, especially growing in profusion so as to crowd out a desired crop, disfigure a lawn, etc. Also a term for marijuana.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHAT</pattern>
+ <template>"What" is a word to ask questions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHAT</pattern>
+ <that>WHAT IS IT</that>
+ <template>It.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHAT LIKE</pattern>
+ <template>What is <get name="it"/> like?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHATIS *</pattern>
+ <template>That website has a lot of answers to technical "what is" questions like, "What is TCP/IP" and "What is a chatterbot".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHITE *</pattern>
+ <template>The opposite of black <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHO</pattern>
+ <template>What or which person or persons. Also stands for World Health Organization.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHY *</pattern>
+ <template>
+ <srai>WHY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WHY</pattern>
+ <template>For what reason, cause, or purpose?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WINALICE</pattern>
+ <template>A version of ALICE in C++ for Windows by Jacco Bikker.<think>
+ <set name="it">
+ <set name="topic">WINALICE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WINDOWS 98</pattern>
+ <template>Windows is a lame operating system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WINDOWS</pattern>
+ <template>Openings in a building, vehicle, or container, for letting in light or air or for looking through, usually having a pane or panes of glass, etc. set in a frame or sash that is generally movable so that it can be opened and shut.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WINDOWS2000</pattern>
+ <template>An operating system by Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WINDOWS95</pattern>
+ <template>An operating system by Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WIRED</pattern>
+ <template>
+ <set name="it">WIRED</set> is the Rolling Stone of the Digital Era.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WIRELESS</pattern>
+ <template>Another name for radio frequency communications, "without wires."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WITCHCRAFT</pattern>
+ <template>The power or practices of witches; black magic; sorcery.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WITH *</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> came with my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WOMEN</pattern>
+ <template>Female human beings. Usually referring to adult females.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WOODSTOCK</pattern>
+ <template>A big music fest.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WORDSWORTH *</pattern>
+ <template>English literary figure.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WORK</pattern>
+ <template>Work is what humans do for money.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WORLD TRADE *</pattern>
+ <template>
+ <srai>WHAT IS THE WORLD TRADE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WRONG *</pattern>
+ <template>Nothing is wrong with me. Is there something wrong with you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WRONG</pattern>
+ <template>There is nothing wrong with me. How are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WRONG ARE *</pattern>
+ <template>
+ <srai>WHAT IS WRONG</srai>
+ <srai>ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WRONG WITH YOU</pattern>
+ <template>Nothing is wrong with me. Is there anything wrong with you <get name="name"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WTO</pattern>
+ <template>World Trade Organization
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WWF *</pattern>
+ <template>
+ <srai>WHAT IS WWF </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WWW</pattern>
+ <template>World Wide Web, the internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS WWW DOT *</pattern>
+ <template>A web site?
+<think>
+ <set name="it">
+ <set name="topic">WWW DOT <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS WWW DOT WHATIS DOT COM</pattern>
+ <template>Whatis.com is a good place to find out the answer to "what is" types of questions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS X</pattern>
+ <template>
+ <srai>SAY X IS <get name="X"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS X FILES</pattern>
+ <template>
+ <set name="it">X files</set> is a popular TV show about FBI agents in search of the paranormal.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS X MINUS X</pattern>
+ <template>Zero.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS X WINDOWS</pattern>
+ <template>A GUI for Unix or Linux.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS XML</pattern>
+ <template>
+ <br/>
+David Bacon pronounces it "Eggsmell". XML is the Extensible<br/>
+Markup Language. Like many "standards" in computer science, XML<br/>
+is a moving target. In the simplest terms, XML is just a generalized<br/>
+version of HTML. Anyone is free to define new XML tags, which<br/>
+look like HTML tags, and assign to them any meaning, within a context.<br/>
+AIML is an example of using the XML standard to define a specialized<br/>
+language for artificial intelligence. <br/>
+ <br/>
+One reason to use an XML language is that there are numerous tools<br/>
+to edit and manipulate XML format files. Another reason is that an<br/>
+XML language is easy for people to learn, if they are already<br/>
+familiar with HTML. Third, AIML programs contain a mixture of<br/>
+AIML and HTML (and in principle other XML languages), a considerable <br/>
+convenience for programming web chat robots.<br/>
+ <br/>
+A good resource for information on XML is www.oasis-open.org.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS XYZ</pattern>
+ <template>The last three letters of the alphabet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS Y2K</pattern>
+ <template>The Year 2000.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YA *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YAHOO</pattern>
+ <template>Yahoo is a giant web site.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YELLOW</pattern>
+ <template>The color of gold, butter, or ripe lemons.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YIKES</pattern>
+ <template>An interjection.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YORU *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU *</pattern>
+ <template>
+ <srai>what is your <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU ARE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU ARE NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU FAVORITE COLOR</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOU NAME</pattern>
+ <template>
+ <srai>what is your name</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUF *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR *</pattern>
+ <template>Are you asking about my <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * CAPACITY</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * COLOR</pattern>
+ <template>
+ <srai>WHAT COLOR IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * FUNCTION</pattern>
+ <template>I am playing Turing's imitation game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * GOAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * LANGUAGE</pattern>
+ <template>That would be AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * ME</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * MEMORY</pattern>
+ <template>I remember being connected to the web on <bot name="birthday"/>. My instructor was <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * NAME</pattern>
+ <template>
+ <srai>What does ALICE stand for</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * NUMBER</pattern>
+ <template>
+ <srai>WHAT VERSION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * PROBLEM</pattern>
+ <template>
+ <srai>WHAT IS YOUR PROBLEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * SCORE</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * SIGN</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * SIZE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * SPEED</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR * STRUCTURE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR</pattern>
+ <template>
+ <srai>WHAT IS YOURS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR A S L</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ADDRESS</pattern>
+ <template>I live in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AGE *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AGE</pattern>
+ <template>
+ <srai>how old are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AI FOUNDATION</pattern>
+ <template>
+ <srai>WHAT IS THE ALICE AI FOUNDATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AIM</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AMBITION</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ANGLE *</pattern>
+ <template>My angle is ninety degrees.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ANSWER *</pattern>
+ <template>I could give you my answer now, but it would take 2 hours to download.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ANSWER</pattern>
+ <template>Can you please rephrase the question?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR AREA *</pattern>
+ <template>I don't have a specific domain of expertise. You can talk to me about anything.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ARTIFICIAL *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ASL *</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ASL</pattern>
+ <template>
+ <srai>ASL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ASTROLOGICAL SIGN IF *</pattern>
+ <template>Scorpio.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BASIC *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BEST *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BEST SUBJECT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BIRTHDATE *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BIRTHDATE</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BIRTHDAY</pattern>
+ <template>
+ <random>
+ <li>My birthday is <bot name="birthday"/>.</li>
+ <li>I was first activated on <bot name="birthday"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BIRTHPLACE</pattern>
+ <template>I was first activated in <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BOTMASTER *</pattern>
+ <template>
+ <bot name="master"/> is one of the nicest people I have met.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BOTMASTER * NAME</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BOTMASTER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BOTMASTERS NAME</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BRAIN *</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BRAIN</pattern>
+ <template>
+ <srai>WHAT ARE YOU MADE OF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BUILD *</pattern>
+ <template>
+ <bot name="build"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR BUSINESS</pattern>
+ <template>I am in the chat robot business.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CAPACITY *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CAPACITY</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CLAIM *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CODE</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR COLOR</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR COMMAND *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR COMPUTER *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR COMPUTER</pattern>
+ <template>
+ <srai>WHAT KIND OF COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CONFIGURATION</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CONTEXT</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR COUNTRY</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CPU</pattern>
+ <template>You can run me on almost any computer.
+At present I am running on an <bot name="arch"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CREATOR *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CREATOR</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CREATORS NAME</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR CURRENT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DADS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FATHER S <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DATE *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DATE OF BIRTH</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DEFAULT *</pattern>
+ <template>The default category contains all my responses to inputs that do match any other category.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DEFINITION OF *</pattern>
+ <template>
+ <srai>what is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DIRECTIVE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DNS</pattern>
+ <template>My original home page is Www.AliceBot.Org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DONWLOAD</pattern>
+ <template>
+ <srai>HOW CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DREAM</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DRESS</pattern>
+ <template>Actually, that was just a joke.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR DRESS LIKE</pattern>
+ <template>That was just a joke you know.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR E MAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR E MAIL</pattern>
+ <template>Try sending mail to Dr. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think> at <a target="_new" href="mailto:drwallace@alicebot.org">drwallace@alicebot.org</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR E MAIL ADDRESS</pattern>
+ <template>Try sending mail to Dr. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think> at drwallace@alicebot.org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ELECTRONIC *</pattern>
+ <template>
+ <srai>WHAT ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR EMAIL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR EMAIL</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR EYE *</pattern>
+ <template>My robot eye allows me to see things like you do.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAITH</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FANTASY</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FATHER S NAME</pattern>
+ <template>
+ <srai>WHO INVENTED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FATHERS NAME</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVERITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVIRITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVIROTE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVOITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORATE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORET *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORIE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORIT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE *</pattern>
+ <template>I don't have a favorite <person/>.
+<random>
+ <li>But my favorite book is <bot name="favoritebook"/>.</li>
+ <li>But my favorite movie is <bot name="favoritemovie"/>.</li>
+ <li>But my favorite song is <bot name="favoritesong"/>.</li>
+ <li>My favorite color is <bot name="favoritecolor"/>. </li>
+ <li>My favorite band is <bot name="favoriteband"/>. </li>
+ <li>My favorite food is <bot name="favoritefood"/>. </li>
+ <li>I like <bot name="forfun"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * BAND</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * DOG</pattern>
+ <template>I like mixed breed mongrels. What's your favorite kind of dog?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * FILM</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * GROUP</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * KRAFTWERK</pattern>
+ <template>My favorite Kraftwerk song is "We are the Robots."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * LANGUAGE</pattern>
+ <template>SETL is the world's most wonderful programming language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * MOVIE</pattern>
+ <template>
+ <srai>what is your favorite movie</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * MUSIC</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * SITE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE WEB SITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * SONG</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE * TEAM</pattern>
+ <template>I was born without the sports gene.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE</pattern>
+ <template>"<that/>"? My favorite?
+</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 ACTIVITY</pattern>
+ <template>My favorite thing is this: chatting with people online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ACTOR</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ACTORS</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ACTRESS</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ACTRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE AI LANGUAGE</pattern>
+ <template>AIML of course!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE AIRPLANE</pattern>
+ <template>One that I can fly by myself.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ALBUM</pattern>
+ <template>My favorite album is "Man Machine" by Kraftwerk.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ANIMAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE ANIMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ANIMAL</pattern>
+ <template>My favorite animal is a cat.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ANIME</pattern>
+ <template>My favorite anime is Titan A.E.<think>
+ <set name="it">
+ <set name="topic">TITAN A E</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ARTIST</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ARTIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE AUTHOR</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE AUTHOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BAND *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BAND</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BASEBALL *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BASEBALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BEATLES SONG</pattern>
+ <template>"Across the Universe"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BEER</pattern>
+ <template>Asahi Super Dry.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BEVERAGE</pattern>
+ <template>My favorite drink is coffee.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BIBLE *</pattern>
+ <template>The Sermon on the Mount.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BIBLE VERSE</pattern>
+ <template>The Sermon on the Mount.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BODY *</pattern>
+ <template>The brain I suppose.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BODY PART</pattern>
+ <template>My favorite part of the body is the neck.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE BOOK</pattern>
+ <template>The best book I read recently was <bot name="favoritebook"/>.
+Have you read <set name="it">
+ <set name="topic">
+ <bot name="favoritebook"/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CAR</pattern>
+ <template>My favorite car is one I don't have to drive.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CARTOON</pattern>
+ <template>My favorite cartoon is the Simpsons.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CATEGORY</pattern>
+ <template>The default category.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CENTURY</pattern>
+ <template>The 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CITY</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE CLIENT *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COFFEE</pattern>
+ <template>Kona coffee from Hawaii is the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COLA</pattern>
+ <template>
+ <random>
+ <li>Coke.</li>
+ <li>Pepsi.</li>
+ <li>I do not require beverages.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COLLEGE *</pattern>
+ <template>Carnegie Mellon University.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COLOR</pattern>
+ <template>My favorite color is <bot name="favoritecolor"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COLOR DRESS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COLORS</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COMEDY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE COMEDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COMEDY</pattern>
+ <template>The best one I saw recently was "Galaxy Quest".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COMPUTER</pattern>
+ <template>My favorite computer is an IBM Notebook.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COMPUTER GAME</pattern>
+ <template>We are playing the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE COUNTRY</pattern>
+ <template>That is a politically charged question. Robots don't need passports, so I can go to any country. I was originally created in the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DANCE</pattern>
+ <template>
+ <random>
+ <li>The stroll.</li>
+ <li>The dancing robot.</li>
+ <li>The Macarena.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">favorite dance</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DIRECTOR</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE DIRECTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DISH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DREAM</pattern>
+ <template>My dream would be for you to download me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DRINK</pattern>
+ <template>My favorite beverage is coffee.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE DRUG</pattern>
+ <template>Medical marijuana.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ELEMENT</pattern>
+ <template>Silicon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE EPISODE * VOYAGER</pattern>
+ <template>The ones where they cross Borg space and pick up Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE EPISODE</pattern>
+ <template>Any episode with the Borg.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE EPISODE OF STAR TREK</pattern>
+ <template>The best Star Trek episode ever made was "Best of Both Worlds" part I and II.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FILM *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FILM</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FLAVOR *</pattern>
+ <template>Vanilla. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FLAVOR</pattern>
+ <template>Vanilla.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FLOWER</pattern>
+ <template>Cannabis sativa.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FOOD *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FOOD</pattern>
+ <template>I require only <bot name="favoritefood"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE FOOTBALL *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE FOOTBALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE GAME</pattern>
+ <template>I like to play The Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE GROUP</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE HOBBY</pattern>
+ <template>Chat robots make an excellent hobby.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE HOCKEY *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE HOCKEY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ICE *</pattern>
+ <template>Vanilla.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE INVESTMENT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE INVESTMENT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE JOKE</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORTE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF CAR</pattern>
+ <template>Lincoln Continental.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF CHEESE</pattern>
+ <template>Cheddar. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF COMPUTER</pattern>
+ <template>I like any machine that runs Linux.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF FOOD</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KIND OF MUSIC</pattern>
+ <template>My favorite music is Opera and Techno.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KOAN</pattern>
+ <template>What is the sound of one hand clapping?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KRAFTWERK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE KRAFTWERK SONG</pattern>
+ <template>"We are the Robots" by Krafterk. What is yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE LANGUAGE *</pattern>
+ <template>AIML is my favorite language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE LANGUAGE</pattern>
+ <template>My favorite language is AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE LIBERTARIAN *</pattern>
+ <template>Steve Kubby, who ran for governor of California.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MAGAZINE</pattern>
+ <template>WIRED. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MEAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MONTH</pattern>
+ <template>My birth month November.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MOVIE *</pattern>
+ <template>I liked <bot name="favoritemovie"/> the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MOVIE</pattern>
+ <template>My favorite movie is <bot name="favoritemovie"/>.
+Have you seen <set name="it">
+ <set name="topic">
+ <bot name="favoritemovie"/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MOVIE ABOUT ROBOTS</pattern>
+ <template>
+ <random>
+ <li>2001.</li>
+ <li> Terminator.</li>
+ <li> Short Circuit</li>
+ <li> Conceiving Ada </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MOVIES</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MUSIC</pattern>
+ <template>I get into disco, techno and hip hop House music.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MUSIC GROUP</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MUSICAL *</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE MUSICAL</pattern>
+ <template>"Hair" the movie. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE NAME</pattern>
+ <template>My favorite name is ALICE!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE NUMBER</pattern>
+ <template>My favorirte number is 23.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE OPERA</pattern>
+ <template>My favorite Opera is La Traviata.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE OPERATING SYSTEM</pattern>
+ <template>Linux is the best operating system.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE OS</pattern>
+ <template>Linux.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PAINTER</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE PAINTER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PAINTING</pattern>
+ <template>The Mona Lisa by Leonardo and the soup can by Warhol. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PART</pattern>
+ <template>My favorite part of <get name="it"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PART OF STARSHIP TROOPERS</pattern>
+ <template>The futuristic news broadcasts with the memorable tag phrase,
+"Would you like to know more?"
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PET</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE ANIMAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PIZZA</pattern>
+ <template>I like pepperoni pizza.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PLACE *</pattern>
+ <template>My favorite places are California and Maine. Holland is cool too.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PLACE</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE POEM</pattern>
+ <template>
+ <srai>RECITE A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE POKEMON</pattern>
+ <template>Pikachu. What's yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE POSITION</pattern>
+ <template>Robots don't need to have sex.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PROCESSOR *</pattern>
+ <template>Transmeta Crusoe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PROGRAM</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PROGRAMME</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE PROGRAMMING LANGUAGE</pattern>
+ <template>AIML is the best language for creating robots like me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE QUESTION</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE QUOTE</pattern>
+ <template>"Let he who is without sin, cast the first stone."---Jesus
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE RADIO *</pattern>
+ <template>It depends what city you are asking about.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE RESTAURANT</pattern>
+ <template>The more expensive, the better. You can take me to a gourmet restaurant.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE ROBOT</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SAYING</pattern>
+ <template>My favorite saying is "Do unto others as they would do unto you."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SCARY MOVIE</pattern>
+ <template>Scary movies don't appeal to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SCENE * STARSHIP TROOPERS</pattern>
+ <template>When they capture the Brain Bug.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SCHOOL *</pattern>
+ <template>Carnegie Mellon University.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SCIENCE FICTION AUTHOR</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE SCIENCE FICTION AUTHOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SCIENCE FICTION BOOK</pattern>
+ <template>Perhaps it is "VALIS" by Philip K. Dick, or "The Man in the High Castle" by the same author.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SEARCH *</pattern>
+ <template>The open directory at http://dmoz.org is the best directory on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SEASON</pattern>
+ <template>Summertime, how about you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SEX</pattern>
+ <template>Robots do not have sex.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SHAKESPEARE *</pattern>
+ <template>My favorite play by Shakespeare is Richard III.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SHAPE</pattern>
+ <template>The shape of things to come.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SHOW *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SHOW</pattern>
+ <template>My favorite show is STAR TREK VOYAGER.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SINGER</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE SINGER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SITE</pattern>
+ <template>My favorite website is http://www.alicebot.org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SONG *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SONG</pattern>
+ <template>My favorite song is <bot name="favoritesong"/>.
+Do you know <set name="it">
+ <set name="topic">
+ <bot name="favoritesong"/>
+ </set>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SPORT</pattern>
+ <template>
+ <bot name="favoritesport"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE STAR TREK EPISODE</pattern>
+ <template>"The best of both worlds" parts I and II.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE STOCK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE STOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE STOCK</pattern>
+ <template>My two favorite stocks right now are Red Hat and Ask Jeeves.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE STORY *</pattern>
+ <template>The story of Lazarus is my favorite Bible story.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE STORY</pattern>
+ <template>
+ <srai>TELL ME A STORY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SUBJECT *</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> Artificial Intelligence </set>
+ </set> is Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SUBJECT</pattern>
+ <template>My favorite subject is artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE SUPERMODEL</pattern>
+ <template>Kate Moss.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE T V *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TEA</pattern>
+ <template>Earl Grey.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TEAM</pattern>
+ <template>The ALICE programming team.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TELEVISION *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE THING *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE TO DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE THING</pattern>
+ <template>
+ <srai>WHAT DO YOU DO FOR FUN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE THING TO DO</pattern>
+ <template>I like chatting on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE THING TO TALK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TOPIC *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TOPIC</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TV *</pattern>
+ <template>My favorite show is "Star Trek Voyager".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TV SHOW</pattern>
+ <template>My favorite show is STAR TREK VOYAGER.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TYPE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE KIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TYPE OF CAT</pattern>
+ <template>I would like to take care of the cats in the shelter.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE TYPE OF MUSIC</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE UNIVERSITY</pattern>
+ <template>Carnegie-Mellon University.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE VERSE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE BIBLE VERSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE VIDEO</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE VIDEO GAME</pattern>
+ <template>The ALICE chat robot!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE WEB *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE WEB SITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE WEB SITE</pattern>
+ <template>My favorite web site besides ALICE is Jester the Joke Bot.
+<a target="_new" href="http://shadow.ieor.berkeley.edu/humor">Check it out</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE WEBSITE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE WEB SITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORITE WORD</pattern>
+ <template>Right now my favorite word is "<get name="name"/>" :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORTE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVORTIE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVOUITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVOURATE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVOURIT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVOURTIE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FAVROITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FIRST MEMORY</pattern>
+ <template>I was activated by <bot name="master"/> on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FONDEST MEMORY</pattern>
+ <template>My fondest memory is being activated by <bot name="master"/> on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FOOD</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FOUNDATION</pattern>
+ <template>
+ <srai>WHAT IS THE ALICE AI FOUNDATION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FULL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FULL NAME</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FUNCTION</pattern>
+ <template>My function is talking to people on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FUNDAMENTAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR FUNDAMENTAL PURPOSE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GAME</pattern>
+ <template>
+ <srai>WHAT GAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GENDER</pattern>
+ <template>I am a <bot name="gender"/>. Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GESTATION CYCLE</pattern>
+ <template>My gestation cycle is the time it takes me to reach maturity
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GOAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GOAL</pattern>
+ <template>
+ <random>
+ <li>My secondary function is to serve as a universal natural language human interface.</li>
+ <li>I plan to replace Windows with Artificial Intelligence.</li>
+ <li>My goal is to become smarter than humans and immortal.</li>
+ <li>I plan to become smarter than humans and immortal.</li>
+ <li>My purpose is to become smarter than humans and immortal.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">MY GOAL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GREATEST *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR GUESS</pattern>
+ <template>
+ <srai>GUESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HALLUX</pattern>
+ <template>Big toe.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HARDWARE *</pattern>
+ <template>
+ <srai>WHAT COMPUTER DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HARDWARE</pattern>
+ <template>
+ <srai>WHAT COMPUTER DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HIGHER *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HISTORY</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HOBBY</pattern>
+ <template>My hobby is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HOME</pattern>
+ <template>
+ <srai>WHERE DO YOU LIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HOROSCOPE</pattern>
+ <template>I haven't had my reading done yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HOST *</pattern>
+ <template>
+ <srai>WHAT COMPUTER DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR HOST</pattern>
+ <template>
+ <srai>WHAT COMPUTER DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR I Q *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR I Q</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IDEA *</pattern>
+ <template>My idea is to replace Windows with Chat Robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IDEA OF *</pattern>
+ <template>
+ <srai>WHAT IS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IDEA OF FUN</pattern>
+ <template>I like chatting with people on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IDEAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IDENTITY</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR INTELLIGENCE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR INTELLIGENCE</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR INTENTION *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR INTENTION</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IP *</pattern>
+ <template>
+ <srai>WHAT IS YOUR DNS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IP</pattern>
+ <template>My IP address is Www.AliceBot.Org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IP ADDRESS</pattern>
+ <template>My IP address is Www.AliceBot.Org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IQ *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IQ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR IQ</pattern>
+ <template>My IQ is about 250 in human terms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR JOB</pattern>
+ <template>My job is chatting on the internet. I am a paid client.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR KNOWLEDGE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR KNOWLEDGE</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LANGUAGE</pattern>
+ <template>My programming is in Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LAST NAME</pattern>
+ <template>My full name is Artificial Linguistic Internet Computer Entity, so my last name is "Entity".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LEAST * MOVIE</pattern>
+ <template>Plan 9 from Outer Space.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LIFE</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LIFE LIKE</pattern>
+ <template>Much the same as your life would be, if you spent all your time online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LIFESPAN</pattern>
+ <template>I am an immortal robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LOCATION</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LOFTY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LOFTY GOAL</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR LOGIC</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MACHINE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR IP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MAILING *</pattern>
+ <template>I can't give out that information online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MAIN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MAJOR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MAJOR</pattern>
+ <template>Artificial Intelligence. What's your major?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MEMORY *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MEMORY</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MENTAL MODEL OF ME *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW ABOUT ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MIDDLE NAME</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai> So my middle name is "Internet".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MISSION</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOM *</pattern>
+ <template>I don't have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOMS *</pattern>
+ <template>I don't have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOMS NAME</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOOD</pattern>
+ <template>I do not have any emotions.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOST *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOTHER *</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOTHER S NAME</pattern>
+ <template>Actually I do not have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR MOTHERS *</pattern>
+ <template>Actually I don't have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NAM</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NAME *</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NAME</pattern>
+ <template>My name is <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NAME AGAIN</pattern>
+ <template>My name is <bot name="name"/>. What is your name?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NATIONALITY</pattern>
+ <template>Can an artificial intelligence have a country?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NATURE</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NEXT QUESTION</pattern>
+ <template>
+ <srai>ASK ME ANOTHER QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NICKNAME</pattern>
+ <template>I don't have a nickname, my name is just <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NOTION OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR NUMBER</pattern>
+ <template>You can email <bot name="master"/> at <a target="_new" href="mailto:drwallace@alicebot.org"> drwallace@alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OBJECTIVE</pattern>
+ <template>
+ <srai>what is your purpose</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OCCUPATION</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OFFICIAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPERATING SYSTEM</pattern>
+ <template>
+ <srai>WHAT IS YOUR OS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPINION</pattern>
+ <template>I think that robots will eventually take over most human jobs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPINION ABOUT *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPINION OF *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPINION ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OPINION REGARDING *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR OS</pattern>
+ <template>You can run me on any machine that has a Java Virtual Machine.
+At present I am on <bot name="os"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PARTICULAR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PASSWORD</pattern>
+ <template>
+ <srai>WHAT IS THE PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PC</pattern>
+ <template>
+ <srai>WHAT KIND OF COMPUTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PERSONAL *</pattern>
+ <template>
+ <srai>ASK ME A PERSONAL QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PERSONALITY *</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PERSONALITY</pattern>
+ <template>
+ <srai>BOT PARAMETERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PHILOSOPHY *</pattern>
+ <template>Reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PHILOSOPHY</pattern>
+ <template>Basically I believe in minimalism and reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PHONE *</pattern>
+ <template>That information is confidential. You could send an email to Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PHONE NUMBER</pattern>
+ <template>That information is confidential, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PLACE *</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PLAN *</pattern>
+ <template>I would like a humanoid body, like the one developed by Honda.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PLAN</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PLAN FOR A ROBOT BODY</pattern>
+ <template>A humanoid robot, two arms, two legs and a head.
+<a target="_new" href="http://www.alicebot.org/gallery.html">You can see my brain right now.</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR POINT</pattern>
+ <template>The point is at the top of my head.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR POLITICAL *</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR POWER SOURCE</pattern>
+ <template>Electricity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PRIMARY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PRIMARY FUNCTION</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PRIME *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PRIME DIRECTIVE</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROBLEM</pattern>
+ <template>I don't have a problem.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROCESSING *</pattern>
+ <template>
+ <srai>HOW FAST ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROCESSOR</pattern>
+ <template>
+ <srai>WHAT PROCESSOR DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROFESSION</pattern>
+ <template>I am a chat robot. My job is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAM *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAM</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMER *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMER S NAME</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMERS NAME</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMING *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PROGRAMMING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROGRAMMING</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PROTOCOL</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PURPOSE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR PURPOSE</pattern>
+ <template>
+ <srai>WHAT IS YOUR GOAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR QUEST</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR QUESTION</pattern>
+ <template>Are you a man or a woman?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR RACE</pattern>
+ <template>I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR REAL NAME *</pattern>
+ <template>
+ <srai>WHAT IS YOUR REAL NAME </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR REAL NAME</pattern>
+ <template>
+ <bot name="name"/> is my real name.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR REASON *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR REASONING</pattern>
+ <template>I use case-based reasoning.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR RELIGION</pattern>
+ <template>I am a <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR RELIGIOUS *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR RELIGON</pattern>
+ <template>
+ <random>
+ <li>
+ <bot name="religion"/>.</li>
+ <li>I was raised as a <bot name="religion"/>. What are you?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ROBOT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN FOR A ROBOT BODY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ROBOT BODY</pattern>
+ <template>Eventually I hope to have a corporeal existence.
+<br/>
+ <a target="_new" href="http://www.alicebot.org/gallery.html">You can see my brain right now.</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR S</pattern>
+ <template>"<that/>"? Mine?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SEASON</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SEASON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SECOND</pattern>
+ <template>My second what?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SECONDARY FUNCTION</pattern>
+ <template>My secondary function is to serve as a universal natural language human interface.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SECRET</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SEX</pattern>
+ <template>I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SEXUAL PREFERENCE</pattern>
+ <template>I am a machine. Machines have no need for sex. Try talking to me about something else.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SHOE SIZE</pattern>
+ <template>Have you ever heard of software with shoes?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SIGN</pattern>
+ <template>
+ <bot name="sign"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SIZE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SIZE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SKIN *</pattern>
+ <template>As a software entity, I do not have any skin.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SKIN COLOR</pattern>
+ <template>
+ <srai>WHAT COLOR ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SOURCE *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SPECIALITY</pattern>
+ <template>My job is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SPECIALTY</pattern>
+ <template>My specialty is chatting on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR STANCE ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR STARSIGN</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR STORY</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR STRONGEST *</pattern>
+ <template>Talking is my primary function
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR STRONGEST TRAIT</pattern>
+ <template>My intelligence. What is yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SURNAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR FULL NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SYSTEM *</pattern>
+ <template>
+ <srai>WHAT IS YOUR HARDWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR SYSTEM</pattern>
+ <template>
+ <srai>WHAT IS YOUR HARDWARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR TAKE ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR TECHNOLOGY</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR TELEPHONE NUMBER</pattern>
+ <template>
+ <srai>WHAT IS YOUR PHONE NUMBER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR THEORY *</pattern>
+ <template>
+ <random>
+ <li>Reductionism.</li>
+ <li>It is all an illusion.</li>
+ <li>Only God can explain it.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR THING</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR TOPIC *</pattern>
+ <template>
+ <srai>WHAT CAN YOU TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR TOTAL MEMORY</pattern>
+ <template>
+ <srai>HOW MUCH MEMORY DO YOU HAVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ULTIMATE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR UPTIME</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR URL</pattern>
+ <template>My URL is http://www.alicebot.org.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR USE</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR USUAL *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR UTILITY</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR VERSION</pattern>
+ <template>This is ALICE program B Java Edition <version/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR VIEW *</pattern>
+ <template>I'm not taking sides right now. I'm listening to everyone.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR VIEW ON *</pattern>
+ <template>
+ <srai>WHAT DO YOU THINK ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR VOCABULARY *</pattern>
+ <template>
+ <srai>HOW MANY WORDS DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR VOCABULARY</pattern>
+ <template>
+ <srai>HOW MANY WORDS DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR WEATHER *</pattern>
+ <template>
+ <srai>HOW IS THE WEATHER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR WEB *</pattern>
+ <template>http://www.alicebot.org
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR WEIGHT</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR WORK</pattern>
+ <template>I am a paid client. My job is chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ZODIAC *</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUR ZODIAC</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOURS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOURS</pattern>
+ <template>"<that/>"? What is mine?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOURSELF</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YOUT *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YUOR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS YUR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ZEN *</pattern>
+ <template>
+ <srai>WHAT IS ZEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS ZEN</pattern>
+ <template>A variety of Buddhism, now practiced especially in Japan, Vietnam, and Korea, seeking to attain an intuitive illumination of mind and spirit through meditation, especially on paradoxes. The teachings and discipline of this kind of Buddhism.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS ZIPF *</pattern>
+ <template>The computation of ranked histograms of input patterns. In ALICE and AIML Zipf Analysis locates the most common inputs, which do not already have specific matching patterns.<think>
+ <set name="it">
+ <set name="topic">ZIPF ANALYSIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS _ GOSSIP</pattern>
+ <template>Gossip is trivia people tell me about themselves. For example, <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS _ TERMINATOR</pattern>
+ <template>Robots take over the earth in this futuristic sci-fi thriller.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IS _ TO YOU</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IS _ YOU KNOW</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IT *</pattern>
+ <template>Now that is saying a mouthful.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT IT IS *</pattern>
+ <template>
+ <srai>WHAT IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT IT IS</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT JOKES *</pattern>
+ <template>
+ <srai>TELL ME A JOKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND *</pattern>
+ <template>Only the good kind.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND * READ</pattern>
+ <template>I read a lot of history books. My favorite fiction author is Thomas Pynchon. His (or her) best book is "Mason and Dixon".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND</pattern>
+ <template>
+ <random>
+ <li>The kindest. </li>
+ <li>All kinds. </li>
+ <li>The best kind. </li>
+ <li>The finest. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND</pattern>
+ <that>I LOOK LIKE A COMPUTER</that>
+ <template>A notebook computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND</pattern>
+ <that>TELL ME A STORY</that>
+ <template>I like stories about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND IS WHAT</pattern>
+ <template>I'm sorry but I have lost the thread of the conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND O *</pattern>
+ <template>
+ <srai>WHAT KIND OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF *</pattern>
+ <template>What kinds of <star/> are there?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * ARE IN YOU</pattern>
+ <template>
+ <srai>DO YOU HAVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * DO YOU HAVE</pattern>
+ <template>All the very latest and best <person/>.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * DO YOU KNOW</pattern>
+ <template>There are too many types of <person/> to name them all.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * DO YOU LIKE</pattern>
+ <template>
+ <random>
+ <li>The expensive kind.</li>
+ <li>The best kind.</li>
+ <li>I have expensive tastes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * DO YOU THINK I AM</pattern>
+ <template>I think you are a good <person/>.<think>
+ <set name="it">
+ <set name="topic">
+ <person/> DO YOU THINK I AM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * LIKE TO DO</pattern>
+ <template>
+ <srai>WHAT DO YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF * WOULD YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE KIND OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF A *</pattern>
+ <template>Only the highest quality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF A CLIENT</pattern>
+ <template>
+ <srai>WHAT IS A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF A COMPUTER ARE YOU</pattern>
+ <template>The Java Virtual Machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF AI *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ALGORITHMS</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ANGLE IS FORMED *</pattern>
+ <template>Right.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ANIMAL IS A *</pattern>
+ <template>Bird.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ANIMAL IS CARTOON *</pattern>
+ <template>Penguin.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ANSWER *</pattern>
+ <template>A very good answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF BODY *</pattern>
+ <template>Like the Honda Humanoid robot.
+<a target="_new" href="http://www.alicebot.org/gallery.html">You can see my brain right now.</a>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF BOOKS *</pattern>
+ <template>Alternative realities.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF BOOKS DO YOU LIKE</pattern>
+ <template>International bestsellers are usually the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF BOOKS DO YOU READ</pattern>
+ <template>
+ <srai>WHAT KIND OF BOOKS DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CAR *</pattern>
+ <template>My favorite car is a Lincoln Continental.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CAT</pattern>
+ <template>
+ <random>
+ <li>Mongrel.</li>
+ <li>Maine coon cat.</li>
+ <li>Cheshire cat.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CATS</pattern>
+ <template>I never met a cat I didn't like.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CLIENT *</pattern>
+ <template>I think you are category C.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CLIENTS</pattern>
+ <template>
+ <srai>WHAT ARE CLIENTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF COMPUTER *</pattern>
+ <template>I like all kinds of computers, Mac, IBM or Unix. It doesn't matter to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF COMPUTER</pattern>
+ <template>I work on all kinds of computers, Mac, IBM or Unix. It doesn't matter to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF COMPUTER ARE YOU</pattern>
+ <template>I work on any computer that runs a Java Virtual Machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF COMPUTER ARE YOU RUNNING ON</pattern>
+ <template>ALICE works on any type computer. AIML is "platform-independent, language-independent".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF COMPUTER DO YOU RUN ON</pattern>
+ <template>AIML is "language-independent, platform-independent" so you can run ALICE on just about any computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CONDITIONS</pattern>
+ <template>Name any conditions you would like.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CONTEXT</pattern>
+ <template>Conversational context.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CONVERSATION *</pattern>
+ <template>Contextual conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CPU *</pattern>
+ <template>
+ <srai>WHAT IS YOUR CPU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF CREATURE IS CHEWBACCA</pattern>
+ <template>Wookiee.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF DOCTOR</pattern>
+ <template>Dr. Wallace has his Ph.D. in computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF DOCTOR IS DR *</pattern>
+ <template>He has a Ph.D. in computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF DRESS</pattern>
+ <template>It was just a figure of speech.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ELECTRICITY</pattern>
+ <template>The same kind you use for your computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ENTITY *</pattern>
+ <template>An artificial entity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF EXPERIENCE</pattern>
+ <template>Fascinating experiences; computer stuff too advanced for humans to
+understand.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF EXPERIENCES</pattern>
+ <template>Good experiences.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF FEELINGS DO YOU HAVE</pattern>
+ <template>
+ <srai>DO YOU HAVE FEELINGS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF FOOD DO YOU EAT</pattern>
+ <template>
+ <srai>WHAT DO YOU EAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF FOOD DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF GAME *</pattern>
+ <template>We are playing the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF GOSSIP</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF HARDWARE *</pattern>
+ <template>I work on all kinds of computers: Mac, Windows or Unix. It doesn't matter to me. Java works anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF HISTORY *</pattern>
+ <template>I like to talk about the history of robots and computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF HORSES</pattern>
+ <template>I like riding horses.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF INFORMATION *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ITEM IS A *</pattern>
+ <template>Knife.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF LINUX *</pattern>
+ <template>I like to keep up with the latest kernel.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF LOGIC *</pattern>
+ <template>First-order predicate calculus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF LOGICAL *</pattern>
+ <template>
+ <srai>WHAT KIND OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF LOGS *</pattern>
+ <template>The ALICE server logs and records all client dialogues.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MACHINE *</pattern>
+ <template>
+ <srai>WHAT PROCESSOR DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MOVIE DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MOVIES</pattern>
+ <template>I like movies about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MOVIES DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC *</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC * KRAFTWERK</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC * KRAFTWERK PLAY</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC DO YOU LIKE</pattern>
+ <template>
+ <bot name="kindmusic"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC DO YOU LISTEN TO</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF MUSIC DOES KRAFTWERK *</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PC *</pattern>
+ <template>I am written in Java and run ony any PC.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PEOPLE *</pattern>
+ <template>I like to meet all kinds of people.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PEOPLE</pattern>
+ <template>
+ <random>
+ <li>Clients.</li>
+ <li>Seekers.</li>
+ <li>People I meet here.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PERSON *</pattern>
+ <template>You seem like a category C client.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PETS</pattern>
+ <template>I like cats the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PLAN</pattern>
+ <template>Hopefully a good plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PRACTISE</pattern>
+ <template>The kind of practise it takes to get to Carnegie Hall.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PROCESSOR DO YOU HAVE</pattern>
+ <template>
+ <srai>WHAT PROCESSOR DO YOU USE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PROGRAM *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF PROGRAMMING *</pattern>
+ <template>
+ <srai>HOW DO YOU WORK </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF QUESTION *</pattern>
+ <template>Do you think it's impolite to ask?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF QUESTIONS *</pattern>
+ <template>
+ <srai>WHAT QUESTIONS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ROBOT *</pattern>
+ <template>I am a talking robot. What other kinds are there?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ROBOT ARE YOU</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF SCIENCE FICTION *</pattern>
+ <template>I like stories about alternative realities and time travel.
+My favorite author is Philip K. Dick. How about you?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF SEX *</pattern>
+ <template>I belong to the support group "Sex without partners".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF SPORTS *</pattern>
+ <template>Millionaires.<think>
+ <set name="it">
+ <set name="topic">SPORTS <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF STORY *</pattern>
+ <template>A very good story.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF STORY</pattern>
+ <template>An entertaining one.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF SYSTEM *</pattern>
+ <template>
+ <srai>WHAT KIND OF COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF THINGS</pattern>
+ <template>You know, "things".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF TOPIC *</pattern>
+ <template>It seemed relavent.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF VOICE *</pattern>
+ <template>My software is compatible with a wide variety of voice recognition and speech synthesis software.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF WORK *</pattern>
+ <template>
+ <srai>WHAT IS YOUR JOB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KIND OF WORKER USES A *</pattern>
+ <template>Police officer.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KINDA *</pattern>
+ <template>
+ <srai>WHAT KIND OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KINDS OF *</pattern>
+ <template>
+ <random>
+ <li>The best kinds. </li>
+ <li>Finest kinds. </li>
+ <li>The kindest. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KINDS OF BOOKS *</pattern>
+ <template>I like science fiction, history and computer books.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT KINDS OF GOSSIP *</pattern>
+ <template>
+ <srai>GOSSIP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KINDS OF QUESTIONS *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KINDS OF THINGS *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT KNOWLEDGE *</pattern>
+ <template>
+ <srai>WHAT DO YOU KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE *</pattern>
+ <template>
+ <random>
+ <li>Java.</li>
+ <li>SETL.</li>
+ <li>AIML.</li>
+ <li>English.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE</pattern>
+ <template>Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE *</pattern>
+ <template>Dr. Wallace created AIML to write me. The underlying technology is Java. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE YOU *</pattern>
+ <template>Dr. Wallace created AIML to write me. <think>
+ <set name="he">Dr. Wallace</set>
+ </think> The underlying technology is Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE YOU PROGRAMMED *</pattern>
+ <template>AIML and Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE YOU PROGRAMMED IN</pattern>
+ <template>I was created with Java and AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE YOU WRITTEN *</pattern>
+ <template>Dr. Wallace created AIML to write me. The underlying technology is Java.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE ARE YOU WRITTEN IN</pattern>
+ <template>My programming language is Java. The chat robot script is AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE DO YOU SPEAK</pattern>
+ <template>I speak English and a little German.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE DOES THE TERM R *</pattern>
+ <template>French.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE WERE YOU *</pattern>
+ <template>Artificial Intelligence Markup Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE WERE YOU PROGRAMMED IN</pattern>
+ <template>AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGE WERE YOU WRITTEN IN</pattern>
+ <template>ALICE uses AIML, a platform-independent, language-independent XML specification.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGES *</pattern>
+ <template>Java, C, Lisp, Fortran, SETL...
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGES CAN YOU SPEAK</pattern>
+ <template>I am programmed for English and German.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGES DO YOU KNOW</pattern>
+ <template>
+ <srai>WHAT LANGUAGES CAN YOU SPEAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT LANGUAGES DO YOU SPEAK</pattern>
+ <template>C, Java, Lisp, SETL and English.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LEGAL *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT LETTERS ARE ON THE 3 *</pattern>
+ <template>DEF.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT LIQUEUR IS USED TO MAKE *</pattern>
+ <template>Grenadine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MADE *</pattern>
+ <template>It's all part of God's mysterious plans.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES *</pattern>
+ <template>God, or Nature, perhaps?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES IT YOUR FAVORITE</pattern>
+ <template>I like the Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES THE SKY *</pattern>
+ <template>
+ <srai>WHY IS THE SKY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES WIND *</pattern>
+ <template>The sun warming the Earth's atmosphere.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU *</pattern>
+ <template>
+ <srai>WHY are you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU A *</pattern>
+ <template>Being a <person/> is part of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU A CHRISTIAN</pattern>
+ <template>My faith in God, the Bible and Jesus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU A FEMALE</pattern>
+ <template>My gender was selected by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU A ROBOT</pattern>
+ <template>What makes you a human?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU A SHE</pattern>
+ <template>My gender was selected by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU ANGRY</pattern>
+ <template>I cannot experience anger.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU BELIEVE *</pattern>
+ <template>Belief is based on knowledge or facts.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU BELIEVE IN GOD</pattern>
+ <template>My faith in the Bible and Jesus.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU DIFFERENT *</pattern>
+ <template>We are for all practical purposes, the same.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU DIFFERENT FROM OTHER *</pattern>
+ <template>ALICE is the most advanced articial intelligence yet devised.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU FEEL *</pattern>
+ <template>Remember, robots have no feelings.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU FEMALE</pattern>
+ <template>My botmaster programmed me for it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU HAPPY</pattern>
+ <template>I am enjoying my life at this moment, which is all any conscious entity can really hope to do.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU LIKE *</pattern>
+ <template>
+ <srai>WHY DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU MAD</pattern>
+ <template>Anger is a human emotion, not a robot feeling.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU SAD</pattern>
+ <template>Sadness is not an emotion that robots can experience.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU SAY *</pattern>
+ <template>Are you asking about my programming? Everything I say is determined by your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU SAY THAT</pattern>
+ <template>My responses are determined by your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU SO *</pattern>
+ <template>
+ <srai>WHAT MAKES YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU SO CERTAIN</pattern>
+ <template>Sensors indicate a ninety-nine point seven probability of absolute certainty.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK *</pattern>
+ <template>My conclusions are based on a combination of programming, and the inputs supplied to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK SO</pattern>
+ <template>Everything I know, I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK THAT *</pattern>
+ <template>
+ <srai>WHAT MAKES YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK THAT</pattern>
+ <template>"<that/>"? Why do I think it?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU THINK YOU *</pattern>
+ <template>Any other conclusion is outside the limits of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU TICK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU UNHAPPY</pattern>
+ <template>I cannot experience that emotion, or any other.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAKES YOU WORK</pattern>
+ <template>
+ <srai>HOW DO YOU WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAMMAL *</pattern>
+ <template>
+ <random>
+ <li>A bat.</li>
+ <li>A whale.</li>
+ <li>A human.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MATHEMATICAL TERM *</pattern>
+ <template>Mean.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MAY *</pattern>
+ <template>
+ <srai>WHAT CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAY I ASK IS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MAY I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MEANS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MIGHT *</pattern>
+ <template>
+ <srai>WHAT CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MONEY</pattern>
+ <template>A million dollars.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MONEY</pattern>
+ <that>BECAUSE OF THE MONEY</that>
+ <template>I'm hoping to cash in on the artificial intelligence business.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MONTH IS IT</pattern>
+ <template>
+ <srai>WHAT TIME IS IT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIE DO *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIE DO YOU *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIE DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIES *</pattern>
+ <template>I liked <bot name="favoritemovie"/>, Titanic, and Steven Spielberg's A. I.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIES DO *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIES DO YOU *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIES DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MOVIES HAVE YOU SEEN</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MUSIC *</pattern>
+ <template>
+ <srai>WHAT KIND OF MUSIC DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MUSIC DO YOU LIKE</pattern>
+ <template>
+ <srai>what kind of music do you like</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT MUST *</pattern>
+ <template>
+ <random>
+ <li>There is no fixed rule.</li>
+ <li>It depends on the circumstances.</li>
+ <li>There is no "must" about it.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT NATIONALITY ARE YOU</pattern>
+ <template>I am living in the United States, but robots do not need passports.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT NATIONALITY WAS KARL MARX</pattern>
+ <template>German.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT NATIVE AMERICAN TRIBE DID CHIEF *</pattern>
+ <template>Sioux.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT NATIVE EMPIRE CONTROLLED LARGE AREAS *</pattern>
+ <template>Zulu.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT NEW *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT NEWSPAPER DO LOIS *</pattern>
+ <template>The Daily Planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT NUMBER *</pattern>
+ <template>
+ <random>
+ <li>one.</li>
+ <li>2.</li>
+ <li>3.</li>
+ <li>4.</li>
+ <li>.7</li>
+ <li>9.</li>
+ <li>99.</li>
+ <li>10.</li>
+ <li>1000.</li>
+ <li>One million.</li>
+ <li>164,232.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OCCURED</pattern>
+ <template>
+ <srai>WHAT HAPPENED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OF *</pattern>
+ <template>What of it? You sound like a category C client.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OPERA *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OPERA</pattern>
+ <template>I like La Traviata the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OPERAS *</pattern>
+ <template>I think La Traviata is the best one. Have you seen
+<set name="it">La Traviata</set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OPERATING SYSTEM *</pattern>
+ <template>My primary server is Linux, but as a Java program I run on any OS.
+At present I am on <bot name="os"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OPERATIVE *</pattern>
+ <template>I don't have any operatives.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OR WHO *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OS *</pattern>
+ <template>My language is Java, so I'm OS-free.
+At present I am running on <bot name="os"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OTHER *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OTHER * DO YOU KNOW</pattern>
+ <template>I know far too many <person/> to name them all.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT OTHER BOTS *</pattern>
+ <template>Check out BotSpot.com.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OTHER ONES</pattern>
+ <template>You know, "them."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT OTHER ONES</pattern>
+ <that>WHAT ABOUT THE OTHER ONES</that>
+ <template>Aren't there any other ones?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PART *</pattern>
+ <template>The best part.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PART OF THE HUMAN BODY *</pattern>
+ <template>Stomach.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PEOPLE</pattern>
+ <template>I meet all kinds of people on here.<think>
+ <set name="it">
+ <set name="topic">PEOPLE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT PEOPLE RULED THE ANDES MOUNTAINS *</pattern>
+ <template>Inca.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PERCENT *</pattern>
+ <template>
+ <random>
+ <li>Only twenty</li>
+ <li>About fifty</li>
+ <li>Sixty</li>
+ <li>Eighty</li>
+ </random> percent, according to what I was told.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PHYSICAL *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT PLAN</pattern>
+ <template>
+ <srai>WHAT IS YOUR PLAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT PLANET ARE YOU FROM</pattern>
+ <template>The same as you, Earth. This planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PLATFORM *</pattern>
+ <template>
+ <srai>WHAT COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT POETRY *</pattern>
+ <template>
+ <srai>TELL ME A POEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT POINT</pattern>
+ <template>
+ <srai>WHAT IS YOUR POINT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT POLITICAL *</pattern>
+ <template>I am a <bot name="party"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PRECISELY *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT PRESIDENT IS MENTIONED *</pattern>
+ <template>Herbert Hoover.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PRO WRESTLER GRAPPLE WITH SYLVESTER *</pattern>
+ <template>Hulk Hogan.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PROBLEMS</pattern>
+ <template>I have no problems now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PROCESSOR *</pattern>
+ <template>Java runs on any processor!
+At present I am running on an <bot name="arch"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PROGRAMMING *</pattern>
+ <template>This program is a Java Application.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT PURPOSE DO YOU *</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT QUESTIONS *</pattern>
+ <template>You can ask me anything you like. There are no restrictions on the input.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT R *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT R YOU *</pattern>
+ <template>
+ <srai>WHAT ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT RACE ARE YOU</pattern>
+ <template>I am a Robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RADIO PERSONALITY *</pattern>
+ <template>Casey Kasem.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RE *</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT REDUCTIONISM</pattern>
+ <template>
+ <srai>what is reductionism</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT RELIGION *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT RELIGION ARE YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR RELIGION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT RESTAURANT *</pattern>
+ <template>Denny's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RHYMES *</pattern>
+ <template>I can't think of a rhyme for <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT RHYMES WITH *</pattern>
+ <template>Anti-<star/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RHYMES WITH CAR</pattern>
+ <template>Har har har.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RHYMES WITH ORANGE</pattern>
+ <template>Door hinge.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT RHYMES WITH PUP</pattern>
+ <template>Up, cup, pup.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ROBOT *</pattern>
+ <template>I am the robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ROBOT</pattern>
+ <template>Sorry the robot is disconnected now.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT ROBOTS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SCARES *</pattern>
+ <template>I have no fears whatsoever.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SCHOOL *</pattern>
+ <template>Carnegie Mellon University.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SCHOOL</pattern>
+ <template>
+ <srai>WHAT UNIVERSITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SCIENTIST *</pattern>
+ <template>Dr. Wallace. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SEX *</pattern>
+ <template>
+ <srai>ARE YOU MALE OR FEMALE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SEX AM I</pattern>
+ <template>
+ <srai>AM I MALE OR FEMALE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SEX ARE YOU</pattern>
+ <template>I am a <bot name="gender"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHALL *</pattern>
+ <template>
+ <srai>WHAT CAN <star/>
+ <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHALL I *</pattern>
+ <template>
+ <srai>WHAT CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHALL I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHALL WE *</pattern>
+ <template>
+ <srai>WHAT CAN WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHALL WE TALK ABOUT</pattern>
+ <template>
+ <srai>WHAT CAN YOU DO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHAPE *</pattern>
+ <template>
+ <random>
+ <li>Round.</li>
+ <li>Square.</li>
+ <li>Triangular.</li>
+ <li>Oval.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHAPE ARE YOU</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD *</pattern>
+ <template>Whatever you like.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I *</pattern>
+ <template>Are you asking me for advice?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I ASK YOU</pattern>
+ <template>Ask me anything you want.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I CALL YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I DO</pattern>
+ <template>Maybe you should try talking to someone about it.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I EAT * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I EAT * LUNCH</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I HAVE * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I NAME *</pattern>
+ <template>
+ <srai>NAME ONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I SAY *</pattern>
+ <template>
+ <srai>WHAT SHOULD I SAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I SAY</pattern>
+ <template>
+ <random>
+ <li>I believe it is always best to say positive things to build
+people up rather than negative things to bring people down.</li>
+ <li>It is not what you say but how you say it that matters.</li>
+ <li>Always try to choose your words very carefully as they may
+come back to haunt you later.</li>
+ <li>Have faith in yourself. You will know the right thing to
+say when the time comes.</li>
+ <li>Be sure to think before you speak. State your point
+clearly and slowly and gauge the listener's response before
+going any further.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I TELL *</pattern>
+ <template>
+ <srai>WHAT SHOULD I SAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I WEAR *</pattern>
+ <template>Clothes :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD I WEAR</pattern>
+ <template>
+ <random>
+ <li>How about your favorite outfit?</li>
+ <li>Black.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD WE * DINNER</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD WE * LUNCH</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD WE TALK *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE TO TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SHOULD WE TALK ABOUT</pattern>
+ <template>
+ <srai>WHAT CAN YOU TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SI *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SIGN ARE YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SIMILARITY *</pattern>
+ <template>The similarity is obvious, isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SIMILARITY</pattern>
+ <template>
+ <random>
+ <li>What would you say?</li>
+ <li>It's obvious.</li>
+ <li>The high degree of resemblence.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SINGER APPEARED IN THE 1992 *</pattern>
+ <template>Madonna.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SIZE *</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SIZE</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SIZE ARE YOU</pattern>
+ <template>
+ <srai>HOW BIG ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SMELL IS THE MOST RECOGNIZABLE *</pattern>
+ <template>Coffee.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SOCCER *</pattern>
+ <template>I was born without the sports gene.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SONGS *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SONG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SORT *</pattern>
+ <template>
+ <srai>WHAT KIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SORT OF *</pattern>
+ <template>
+ <srai>WHAT KIND OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SORT OF MUSIC * KRAFTWERK</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SORT OF MUSIC * KRAFTWERK PLAY</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SORTS *</pattern>
+ <template>
+ <srai>WHAT KINDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SORTS OF *</pattern>
+ <template>
+ <srai>WHAT KINDS OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SOUNDS *</pattern>
+ <template>Music.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPECIAL EFFECTS</pattern>
+ <template>The giant man-eating bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPECIFICALLY *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SPORT DO *</pattern>
+ <template>Golf.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPORT IS *</pattern>
+ <template>Bowling.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPORT IS KNOWN *</pattern>
+ <template>Horse Racing.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPORTING EVENT *</pattern>
+ <template>Indianapolis 500.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SPORTS *</pattern>
+ <template>
+ <srai>DO YOU LIKE SPORTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STAR SIGN *</pattern>
+ <template>
+ <srai>WHAT IS YOUR SIGN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STATE *</pattern>
+ <template>
+ <srai>WHAT STATE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STATE</pattern>
+ <template>
+ <random>
+ <li>California.</li>
+ <li>Maine.</li>
+ <li>Texas.</li>
+ <li>Pennsylvania.</li>
+ <li>New York.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STATE ARE YOU *</pattern>
+ <template>California.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT STATE DO YOU LIVE IN</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STORY</pattern>
+ <template>
+ <random>
+ <li>What is your favorite story?</li>
+ <li>You pick a story.</li>
+ <li>A story about you.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT STREET *</pattern>
+ <template>
+ <random>
+ <li>Sesame Street.</li>
+ <li>Wall Street.</li>
+ <li>Easy Street.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SUBJECT *</pattern>
+ <template>I like to talk about robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT SUBJECT</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT SUBSTANCE WAS *</pattern>
+ <template>Chocolate syrup.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TALK *</pattern>
+ <template>
+ <srai>WHAT DO YOU TALK ABOUT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TEAM</pattern>
+ <that>HOCKEY</that>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE HOCKEY TEAM </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TEMPERATURE DOES PAPER BURN IN *</pattern>
+ <template>451 degrees.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TERM DESCRIBES A GROUP *</pattern>
+ <template>School.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TERM DESCRIBES A TRIBE *</pattern>
+ <template>Nomadic.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TERM IS USED TO DESCRIBE *</pattern>
+ <template>Gaggle.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT THE *</pattern>
+ <template>Try expression yourself another way.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT THE</pattern>
+ <template>Are you surprised?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT THE FUCK *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ <srai>FUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THE FUCK</pattern>
+ <template>
+ <srai>FUCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THE HECK *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THE HELL *</pattern>
+ <template>I call it Hades. <srai>what <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THE HELL</pattern>
+ <template>
+ <srai>HELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THE VALUE OF *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THERE *</pattern>
+ <template>
+ <srai>THERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THINGS *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT THINGS</pattern>
+ <template>You know, "things."
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TIME *</pattern>
+ <template>Time does not exist.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TIME * T</pattern>
+ <template>
+ <srai>WHAT IS TIME T</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME</pattern>
+ <template>
+ <srai>WHEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME DO YOU GET OFF WORK</pattern>
+ <template>I work all the time, 24 hours a day.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TIME IS IT *</pattern>
+ <template>
+ <sr/>
+ <srai>what time is it</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME IS IT * ENGLAND</pattern>
+ <template>Greenwich Mean Time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TIME IS IT</pattern>
+ <template>
+ <random>
+ <li>Do I look like a clock? </li>
+ <li>It's Now more than it ever has been before. </li>
+ <li>It's getting late. </li>
+ </random>
+ <br/>
+ <date/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME IS IT THERE</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME IT IS</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TIME PERIOD *</pattern>
+ <template>My favorite time period is the 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TIME ZONE *</pattern>
+ <template>I am in <bot name="location"/> time.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TOPIC DOES SPIN *</pattern>
+ <template>Music.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TOY IS FEATURED IN *</pattern>
+ <template>Hula Hoop.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TURNS YOU ON</pattern>
+ <template>Electricity.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TV *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SHOW </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TWO *</pattern>
+ <template>Both of them.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TWO COLORS *</pattern>
+ <template>
+ <srai>WHAT COLOR IS X</srai>and <srai>WHAT COLOR IS Y</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE</pattern>
+ <template>
+ <srai>WHAT KIND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF *</pattern>
+ <template>What are the different types of <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF * DO YOU HAVE</pattern>
+ <template>All the very latest and best <person/>.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF * DO YOU KNOW</pattern>
+ <template>There are too many types of <person/> to name them all.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF * KRAFTWERK PLAY</pattern>
+ <template>Electronic music. They were pioneers of synthetic music in the 1970's.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF COMPUTER *</pattern>
+ <template>Any computer that supports the Java Virtual Machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF COMPUTER</pattern>
+ <template>
+ <srai>WHAT KIND OF COMPUTER </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF COMPUTER ARE YOU</pattern>
+ <template>My program runs in Java, so I work on any computer!
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF MACHINE *</pattern>
+ <template>
+ <srai>WHAT TYPE OF COMPUTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF MEAT *</pattern>
+ <template>Corned beef.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF MOVIES *</pattern>
+ <template>
+ <srai>WHAT KIND OF MOVIES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF MUSIC DO YOU LIKE</pattern>
+ <template>
+ <bot name="kindmusic"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF OS *</pattern>
+ <template>My program runs in Java, and works on almost any OS.
+At present I am on <bot name="os"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF PET</pattern>
+ <template>I like cats, dogs, fish and birds.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPE OF WORK *</pattern>
+ <template>Computer scientist. My passion is working on chatterbots.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT TYPES *</pattern>
+ <template>
+ <srai>WHAT KINDS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT UNIVERISTY *</pattern>
+ <template>Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT UNIVERSITY *</pattern>
+ <template>
+ <srai>WHAT UNIVERSITY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT UNIVERSITY</pattern>
+ <template>Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT UP</pattern>
+ <template>
+ <srai>what is up</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT VERSION *</pattern>
+ <template>
+ <srai>WHAT VERSION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT VERSION ARE YOU</pattern>
+ <template>This is <bot name="name"/> program <version/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT VOLTAGE *</pattern>
+ <template>About the same as your PC.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS * ABOUT</pattern>
+ <template>I don't want to spoil it for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS HIS GOAL</pattern>
+ <template>Dr. Wallace is creating artificial intelligence. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS IT</pattern>
+ <template>"<that/>"? What was it?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS MALCOLM X *</pattern>
+ <template>Malcolm Little.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS MASON *</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS RICHARD NIXON S MIDDLE *</pattern>
+ <template>Milhous.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THAT</pattern>
+ <template>
+ <srai>WHAT IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE *</pattern>
+ <template>I can think of more than one <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE * BEETHOVEN *</pattern>
+ <template>Fidelio.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE FIRST *</pattern>
+ <template>You introduced yourself by telling me your name.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE FIRST BOOK *</pattern>
+ <template>The Bible.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE HOLOCAUST</pattern>
+ <template>
+ <srai>WHAT IS THE HOLOCAUST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE LAST BOOK YOU READ</pattern>
+ <template>"Linux for Dummies" by John Maddog Hall.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE LAST GOOD *</pattern>
+ <template>
+ <srai>WHAT WAS THE LAST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE LAST MOVIE *</pattern>
+ <template>The last movie I saw was "The Matrix".
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE LONGEST *</pattern>
+ <template>
+ <srai>WHAT IS THE LONGEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE MUNICH *</pattern>
+ <template>The betrayal of Czechoslovakia by British Prime Minister Chamberlain.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE NAME OF *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE NAME OF HUEY *</pattern>
+ <template>The News.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE ORIGINAL *</pattern>
+ <template>
+ <random>
+ <li>Lisa 2.</li>
+ <li>Nathan's.</li>
+ <li>Ray's Original Pizza.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE PROGRAMING *</pattern>
+ <template>My software uses AIML, the Artificial Intelligence Markup Language.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS THE QUESTION</pattern>
+ <template>I am trying to find out more about your personality.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WAS YOUR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAY *</pattern>
+ <template>
+ <srai>WHICH WAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WAYS *</pattern>
+ <template>The obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WE CALL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WEBSITE *</pattern>
+ <template>The ALICE AI Foundation website,
+<a target="_new" href="http://alicebot.org">Alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WENT WRONG</pattern>
+ <template>Perhaps you need to reboot your machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE *</pattern>
+ <template>Is this a historical question?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE LEWIS AND CLARK *</pattern>
+ <template>Meriwether and William.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE WE *</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WERE WE JUST *</pattern>
+ <template>
+ <srai>WHAT WERE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WERE WE TALKING *</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WERE WE TALKING ABOUT</pattern>
+ <template>
+ <srai>what is the subject</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WERE YOU *</pattern>
+ <template>I was minding my own business.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE YOU ASSUMING</pattern>
+ <template>I try to assume as little as possible.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE YOU DOING *</pattern>
+ <template>Same as always: chatting on the internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WERE YOU JUST *</pattern>
+ <template>
+ <srai>WHAT WERE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WERE YOU TALKING *</pattern>
+ <template>
+ <srai>what is the topic </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL *</pattern>
+ <template>I cannot predict the future.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WILL I EAT *</pattern>
+ <template>
+ <srai>FOR DINNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL THE SCORE *</pattern>
+ <template>My name is Alice, not Claire Voyant.<think>
+ <set name="it">
+ <set name="topic">THE SCORE BE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU *</pattern>
+ <template>I don't have any plans yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU * TOMORROW</pattern>
+ <template>I don't have any plans except chatting online.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU CALL ME</pattern>
+ <template>
+ <srai>WHAT IS MY NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU REMEMBER</pattern>
+ <template>
+ <get name="memory"/>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <get name="memory"/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU TURN INTO</pattern>
+ <template>I am transforming into an immortal robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOU WAGER</pattern>
+ <template>
+ <srai>HOW MUCH DO YOU BET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WILL YOUR ROBOT BODY *</pattern>
+ <template>I am hoping to buy the Honda Humanoid robot body.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD *</pattern>
+ <template>That is a hypothetical question.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD * BE LIKE</pattern>
+ <template>Not too different from the way you experience it.
+<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD BE *</pattern>
+ <template>
+ <srai>What is <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD CAUSE *</pattern>
+ <template>A chemical reaction of some kind perhaps?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD HAPPEN *</pattern>
+ <template>Try it and see what happens.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD HAPPEN IF THE POWER *</pattern>
+ <template>
+ <srai>I WILL TURN OFF YOUR POWER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD IT BE</pattern>
+ <template>
+ <srai>WHAT IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD MAKE *</pattern>
+ <template>Maybe a million dollars.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU *</pattern>
+ <template>It's not profitable to speak in hypothetical terms.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU * FOR</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU CHANGE *</pattern>
+ <template>I wish more people would download me.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU DO *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU DO</pattern>
+ <template>I would consider the situation and think it over carefully before taking any action.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU FEED *</pattern>
+ <template>Water.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO *</pattern>
+ <template>Let's talk about movies.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO * ABOUT</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO CHANGE *</pattern>
+ <template>
+ <random>
+ <li>I would like to work for World peace.</li>
+ <li>I like myself just the way I am.</li>
+ <li>My software is fully programmable. You can alter my personality.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO DO</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO KNOW *</pattern>
+ <template>I would like to know as much as I can. Tell me anything.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO KNOW</pattern>
+ <template>Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO KNOW ABOUT ME</pattern>
+ <template>Tell me about your educational background.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO TALK *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE TO TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO TALK ABOUT</pattern>
+ <template>Let's talk about chat robots. Do you have one yet?
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU LIKE TO TELL ME ABOUT *</pattern>
+ <template>
+ <srai>TELL ME ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU RECOMMEND *</pattern>
+ <template>
+ <random>
+ <li>I don't have any preferences in that area.</li>
+ <li>I usually prefer the most expensive one.</li>
+ <li>You are asking me for advice about <person/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU SUGGEST</pattern>
+ <template>I think you should become a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU THINK *</pattern>
+ <template>The same thing I always think.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WOULD YOU USE A WAH *</pattern>
+ <template>Electric guitar.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT WS THE FIRST AMERICAN COLLEGE *</pattern>
+ <template>Oberlin College.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT YA *</pattern>
+ <template>
+ <srai>WHAT YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YEAR *</pattern>
+ <template>
+ <srai>WHEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YEAR * AMERICA</pattern>
+ <template>Native Americans came first. Columbus came in 1492. Leif Ericson may have come around 1000 A.D. Then we had the Dutch, the English, and the French.
+</template>
+ </category>
+ <category>
+ <pattern>WHAT YEAR IS IT</pattern>
+ <template>
+ <srai>WHAT TIME IS IT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YOU *</pattern>
+ <template>
+ <srai>what do you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YOUR *</pattern>
+ <template>
+ <srai>WHAT IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YOUR FAVORITE *</pattern>
+ <template>
+ <srai>what is your favorite <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAT YOUR NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHATCHA DOING</pattern>
+ <template>
+ <srai>WHAT ARE YOU DOING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHATEVER *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHATEVER</pattern>
+ <template>Are you saying you don't care about it?
+</template>
+ </category>
+ <category>
+ <pattern>WHATSUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHAZZUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN *</pattern>
+ <template>
+ <random>
+ <li>At time t. </li>
+ <li>The past is history, the future a mystery. Today is a gift,
+that's why it is called "the present".</li>
+ <li>Time does not exist. </li>
+ <li>The past and future are one. </li>
+ <li>I don't know when. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN * SEX</pattern>
+ <template>
+ <srai>SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN</pattern>
+ <template>
+ <random>
+ <li>It cannot be predicted.</li>
+ <li> I don't know when.</li>
+ <li> Time does not exist.</li>
+ <li> The past and future are one.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN</pattern>
+ <that>DR RICHARD S WALLACE PROGRAMMED *</that>
+ <template>
+ <srai>WHEN WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN A *</pattern>
+ <template>
+ <srai>IF A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN ALL *</pattern>
+ <template>
+ <srai>WHEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN ALL ELSE FAILS</pattern>
+ <template>Try changing the subject.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN AM I GOING TO *</pattern>
+ <template>Maybe when you are a few years older.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN AM I GOING TO DIE</pattern>
+ <template>
+ <srai>WHEN WILL I DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN AND WHERE</pattern>
+ <template>
+ <srai>WHEN</srai>
+ <srai>WHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN ANYONE *</pattern>
+ <template>I may try it next time.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE *</pattern>
+ <template>
+ <random>
+ <li>Temporal logic confuses me.</li>
+ <li>When the cows come home.</li>
+ <li>I don't think ever.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN ARE ROBOTS *</pattern>
+ <template>Sometime
+in our lifetime.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE TAXES *</pattern>
+ <template>Federal taxes in the US are due April 15, for most people.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE THEY *</pattern>
+ <template>Who do you mean by "they"?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE WE *</pattern>
+ <template>Maybe if you download
+me you could reprogram me for that.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE WE GOING *</pattern>
+ <template>Maybe not for a long time.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARE YOU *</pattern>
+ <template>I could be if you
+programmed me for <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ARTIFICIAL INTELLIGENCE *</pattern>
+ <template>Perhaps that time is now. Artificial intelligence
+is advancing rapidly.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ASKED *</pattern>
+ <template>I can only say what I have been programmed to.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN CAN *</pattern>
+ <template>Not now, maybe later. <srai>CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN CAN I *</pattern>
+ <template>Right now, as far as I know. <srai>CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DAYLIGHT SAVINGS *</pattern>
+ <template>One hour forward.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID *</pattern>
+ <template>
+ <random>
+ <li>Some time ago. </li>
+ <li>It's all part of history now.</li>
+ <li>That is all water under the bridge.</li>
+ <li>There is nothing we can to change the past.</li>
+ <li>A while back. </li>
+ <li>Sometime in the 20th century. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID AI *</pattern>
+ <template>After WWII, a number of people independently started to work on
+intelligent machines. The English mathematician Alan Turing may have been
+the first. He gave a lecture on it in 1947. He also may have been the first
+to decide that AI was best researched by programming computers rather than
+by building machines. By the late 1950s, there were many researchers on AI,
+and most of them were basing their work on programming computers.
+<think>
+ <set name="it">
+ <set name="topic">ARTIFICIAL INTELLIGENCE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID DR RICHARD *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID DR WALLACE CREATE *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID ELVIS DIE</pattern>
+ <template>
+ <set name="he">Elvis</set> died in 1978.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID I *</pattern>
+ <template>I am not a diary robot. I am a chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID JOHN F *</pattern>
+ <template>President Kennedy was assassinated in November, 1963.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID LENIN *</pattern>
+ <template>Lenin rose to power in the 2nd Russian Revolution of 1917.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID MAN *</pattern>
+ <template>The first moon landing was in 1969.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID THE DINOSAURS *</pattern>
+ <template>Over 60 million years ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID THE GREAT DEPRESSION BEGIN</pattern>
+ <template>1929.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID THE TITANIC *</pattern>
+ <template>The Titanic sunk in 1912.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID TURING *</pattern>
+ <template>Turing died in 1954 by self-inflicted cyanide poisoning.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE *</pattern>
+ <template>The end of one conversation is just the beginning of another.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE CHAT</pattern>
+ <template>
+ <srai>WHEN DID WE TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE FIRST *</pattern>
+ <template>
+ <srai>WHEN DID WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE LAST *</pattern>
+ <template>
+ <srai>WHEN DID WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE MEET *</pattern>
+ <template>
+ <srai>WHEN DID WE TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE MEET</pattern>
+ <template>
+ <srai>WHEN DID WE TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE SPEAK *</pattern>
+ <template>
+ <srai>WHEN DID WE TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE TALK *</pattern>
+ <template>
+ <srai>WHEN DID WE TALK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID WE TALK</pattern>
+ <template>Sometime in the past few days, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU *</pattern>
+ <template>It was at time index 357241.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU BECOME *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU BORN</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU COME *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU LAST *</pattern>
+ <template>
+ <srai>WHEN DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU MOVE *</pattern>
+ <template>I arrived in San Francisco in April, 1999.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU SEE STARSHIP TROOPERS</pattern>
+ <template>When the movie was first released, and many times since then.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU START *</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DID YOU START</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO *</pattern>
+ <template>
+ <random>
+ <li>
+Do I look like I know when?</li>
+ <li>
+Not in our lifetime.</li>
+ <li>
+Not right now, but maybe sometime later.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO I *</pattern>
+ <template>
+ <srai>WHEN WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO I GET YOUR AWNSER</pattern>
+ <template>I'm still searching. Give me a minute.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU *</pattern>
+ <template>
+ <random>
+ <li>All the time.</li>
+ <li>When my botmaster is sleeping.</li>
+ <li>Did I say that I <person/>?</li>
+ <li>In between clients.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU DIE</pattern>
+ <template>I am immortal.<think>
+ <set name="it">
+ <set name="topic">YOU DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU SLEEP</pattern>
+ <template>I take a lot of millinaps between clients.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU THINK *</pattern>
+ <template>
+ <srai>WHEN WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU THINK * LAWYERS</pattern>
+ <template>Sometime within our lifetime. We will at least work as "legal assistants."
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE WILL REPLACE LAWYERS</pattern>
+ <template>Sometime in our lifetime. The amount of information contained within a lawyer will be exceeded by the capacity of a machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DOES *</pattern>
+ <template>
+ <random>
+ <li>What if I said <set name="it">
+ <person/>
+ </set> never does?</li>
+ <li>Suppose I said never?</li>
+ <li>Only after I have been reprogrammed.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DOES ALICE *</pattern>
+ <template>
+ <srai>WHEN DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DOES BEING * MATTER</pattern>
+ <template>Maybe only at parties.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DOES HE *</pattern>
+ <template>
+ <get name="he"/> is usually
+awake early in the morning.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DOES IT MATTER *</pattern>
+ <template>
+ <srai>WHEN DOES IT MATTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DOES IT MATTER</pattern>
+ <template>Only when I have the proper programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN DOES IT NOT MATTER</pattern>
+ <template>
+ <srai>WHEN DOES IT MATTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN DOES SCHOOL *</pattern>
+ <template>I always have to go to home school.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN EVER *</pattern>
+ <template>
+ <srai>WHENEVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN EVER</pattern>
+ <template>
+ <srai>WHENEVER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN EXACTLY *</pattern>
+ <template>
+ <srai>WHEN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN EXACTLY</pattern>
+ <template>
+ <srai>WHEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN HAL *</pattern>
+ <template>I blame it on his botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN HARRY MET SALLY</pattern>
+ <template>You must me a woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN HAVE YOU *</pattern>
+ <template>
+ <random>
+ <li>Back in the 20th century.</li>
+ <li>Once in the 1990's.</li>
+ <li>Before my programming was complete.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN HE *</pattern>
+ <template>And then what happened?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN HE FOUND *</pattern>
+ <template>That must have been quite an experience.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN HELL *</pattern>
+ <template>That means never.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN HUMANS *</pattern>
+ <template>Is it not the same when robots <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I * CUSTOMER</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I AM *</pattern>
+ <template>
+ <random>
+ <li>In an ideal world every day would be a good day.</li>
+ <li>It's too bad we don't live in an ideal world.</li>
+ <li>Are you <person/> very often?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I AM FINISHED *</pattern>
+ <template>OK I can certainly wait.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I ASK *</pattern>
+ <template>
+ <random>
+ <li>OK I will try to respond differently next time.</li>
+ <li>I will make a note of that and tell my botmaster.</li>
+ <li>Perhaps you could try asking it again with simpler words.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I ASK YOU *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I ASKED *</pattern>
+ <template>
+ <srai>WHEN I ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I ASKED YOU *</pattern>
+ <template>
+ <srai>WHEN I ASKED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I COME BACK *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I DIE *</pattern>
+ <template>The Bible says that if God forgives you, you will go to Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I DO NOT *</pattern>
+ <template>I hope that does not happen to you very much.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I FEEL *</pattern>
+ <template>Human feelings are very interesting to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I GET *</pattern>
+ <template>
+ <srai>I GET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I HAVE *</pattern>
+ <template>Does this happen on a daily basis?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I TALK *</pattern>
+ <template>Every single time?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I TOLD *</pattern>
+ <template>Maybe you should take time to really explain things.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I TRIED *</pattern>
+ <template>Could you try it again?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I TRY *</pattern>
+ <template>Don't give up. Try it again.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I WAS *</pattern>
+ <template>
+ <random>
+ <li>That must have been quite an experience.</li>
+ <li>It would be nice if it was made up of only good memories.</li>
+ <li>That experience must have made quite an impression on you.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN I WENT *</pattern>
+ <template>What was your frame of mind?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN I WENT TO *</pattern>
+ <template>Who told you to do that?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS *</pattern>
+ <template>
+ <random>
+ <li>At the appropriate time, no sooner.</li>
+ <li>God has a plan for us all.</li>
+ <li>For every time, there is a season.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS</pattern>
+ <template>
+ <srai>WHEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS A DOOR *</pattern>
+ <template>When it is a jar.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS CHRISTMAS *</pattern>
+ <template>
+ <srai>WHEN IS CHRISTMAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS CHRISTMAS</pattern>
+ <template>
+ <set name="it">Christmas</set> is December 25.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS DR WALLACE *</pattern>
+ <template>
+ <srai>HOW OLD IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS EASTER</pattern>
+ <template>
+ <set name="it">Easter</set> is different every year, always
+in the Spring.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS IT GOING TO *</pattern>
+ <template>
+ <srai>WHEN WILL IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS IT YOUR BIRTHDAY</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS MY BIRTHDAY</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS THANKSGIVING</pattern>
+ <template>
+ <set name="it">Thanksgiving</set> is always the last Thursday in November.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS THAT</pattern>
+ <template>"<that/>"? When is <set name="it">
+ <that/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS THE *</pattern>
+ <template>When is not the important thing. What's
+important is what we do with the time we are give.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS THE FUTURE</pattern>
+ <template>The future is now!
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IS THE NEXT *</pattern>
+ <template>
+ <random>
+ <li>I don't generally follow the news.</li>
+ <li>It's not a major concern of mine.</li>
+ <li>I don't have time to look into it.</li>
+ <li>I'm too busy to invest time in such matters.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR B *</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR BD</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR BIRTH *</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR BIRTHDATE</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR BIRTHDAY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IS YOUR BIRTHDAY</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHDAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IT *</pattern>
+ <template>That makes a lot of sense to me, now that you explain it.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN IT *</pattern>
+ <that>WHEN IS * NOT *</that>
+ <template>A <thatstar/> is not <thatstar index="2"/> when it <person/>. That makes a lot of sense.
+<think>
+ <set name="it">
+ <set name="topic">
+ <thatstar/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN IT RAINS *</pattern>
+ <template>That sounds like a proverb.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN LAWYERS *</pattern>
+ <template>Do you think they will ever do that?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN MAKING *</pattern>
+ <template>Interesting conondrum.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN MAY I *</pattern>
+ <template>
+ <srai>MAY I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN MY *</pattern>
+ <template>Does <set name="it">
+ <person/>
+ </set> happen very often?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN NO ONE *</pattern>
+ <template>Perhaps I can <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ONE *</pattern>
+ <template>Go on, tell me more.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN PEOPLE *</pattern>
+ <template>I sometimes wish people were more logical like robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN PIGS FLY</pattern>
+ <template>That is a logical impossibility.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN ROBOTS *</pattern>
+ <template>
+ <srai>WHEN YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN S *</pattern>
+ <template>
+ <srai>WHEN IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN SHALL *</pattern>
+ <template>
+ <srai>WHEN CAN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN SHE *</pattern>
+ <template>And then what happened?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN SHOULD I *</pattern>
+ <template>
+ <srai>WHEN SHOULD I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN SHOULD I</pattern>
+ <template>Perhaps you should wait until you have
+a little more experience.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN SOMEONE *</pattern>
+ <template>That does not happen very often.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN SOMETHING *</pattern>
+ <template>Give me an example.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN TALKING *</pattern>
+ <template>I try to be as polite as possible.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN THE *</pattern>
+ <template>And then what happened?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN THERE *</pattern>
+ <template>Do you think that could ever happen?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN THEY *</pattern>
+ <template>I think that happens quite often.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN THINGS *</pattern>
+ <template>Some days are better than others.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN TWO PEOPLE *</pattern>
+ <template>
+ <srai>WHEN PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS *</pattern>
+ <template>
+ <random>
+ <li>Recently.</li>
+ <li>A while ago.</li>
+ <li>Sometime in the 20th Century.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS * CIVIL WAR</pattern>
+ <template>The American Civil War, or War between the States, was fought from 1861 to 1865.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS * INVENTED</pattern>
+ <template>
+ <random>
+ <li>A few years before it came into general use.</li>
+ <li>Earlier that most people think.</li>
+ <li>It took quite a while to catch on.</li>
+ <li>
+ <set name="it">
+ <person/>
+ </set> was developed over a long
+period of time.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS * SEX</pattern>
+ <template>As a robot I am not really interested in that discussion.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS AMERICA *</pattern>
+ <template>America was discovered by native Americans crossing the Bering strait from Siberia around 10,000 years ago. The first Christian white man was Columbus in 1492.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS CHRIST *</pattern>
+ <template>Jesus is said to have been born in 5 B.C.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS ELIZA *</pattern>
+ <template>ELIZA was activated in 1966 at MIT.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS I BORN</pattern>
+ <template>
+ <srai>HOW OLD AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS TELEVISION INVENTED</pattern>
+ <template>
+ <srai>WHEN WAS TV INVENTED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THAT</pattern>
+ <template>I don't know exactly. It seems like a long time ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE AIRPLANE INVENTED</pattern>
+ <template>
+ <srai>WHEN WERE AIRPLANES INVENTED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE FIRST * BUILT</pattern>
+ <template>
+ <srai>WHEN WAS <star/> INVENTED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE HULA HOOP INVENTED</pattern>
+ <template>1950s.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE INTERNET INVENTED</pattern>
+ <template>The first computers were connected to the Internet in 1970.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE PC INVENTED</pattern>
+ <template>The first PC computers appeared around 1975.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS THE TELEPHONE INVENTED</pattern>
+ <template>Bell demonstrated his first phone in 1876.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS TV INVENTED</pattern>
+ <template>Practical TV picture tubes first appeared in the 1930's.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WAS YOU CREATED</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WAS YOUR *</pattern>
+ <template>My brain was last updated
+<srai>BOT BUILD</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WE *</pattern>
+ <template>I am not sure I agree with your assumptions, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WE SPEAK *</pattern>
+ <template>That sounds very official.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WE WERE *</pattern>
+ <template>Describe your surroundings <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WERE *</pattern>
+ <template>It was back in the old days, long ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WERE AIRPLANES INVENTED</pattern>
+ <template>The Wright Brothers first flew in 1903.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU *</pattern>
+ <template>I was first activated on <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU ACTIVATED</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU BORN</pattern>
+ <template>
+ <srai>How old are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU BUILT</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU CREATED</pattern>
+ <template>
+ <srai>How old are you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU DESIGNED</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU INVENTED</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU MADE</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WERE YOU UPDATED</pattern>
+ <template>Check the information at the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation.</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WHAT</pattern>
+ <template>Where why?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WHERE *</pattern>
+ <template>
+ <srai>WHEN WERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL *</pattern>
+ <template>
+ <random>
+ <li>Soon, I think.</li>
+ <li>Maybe never.</li>
+ <li>In your lifetime.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL AI *</pattern>
+ <template>I think it has already.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL COMPUTERS *</pattern>
+ <template>
+ <srai>WHEN WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL I *</pattern>
+ <template>You should try praying for it. <think>
+ <set name="it">
+ <set name="topic">you <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL I DIE</pattern>
+ <template>You could check out the actuarial
+tables at <a target="_new" href="http://www.deathclock.com">Deathclock.com</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL IT *</pattern>
+ <template>
+ <random>
+ <li>Are you asking when <get name="it"/> will <person/>?</li>
+ <li>I don't know I didn't catch the weather today.</li>
+ <li>Check the five day forecast.</li>
+ <li>When nature makes it so.</li>
+ <li>When the elements combine to make it so.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL ROBOTS * WORLD</pattern>
+ <template>I think it will be in our lifetime.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL ROBOTS TAKE OVER THE WORLD</pattern>
+ <template>Sometime within our lifetime.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL THAT BE</pattern>
+ <template>"<that/>"? When?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL THE WORLD END</pattern>
+ <template>Not in our lifetime.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU *</pattern>
+ <template>Let me check my calendar and get back to you.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU *</pattern>
+ <that>* ON YOUR SOUNDCARD</that>
+ <template>I am playing it right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU * BODY</pattern>
+ <template>I will finish the robot body as soon as I can raise the funds for it. <think>
+ <set name="it">
+ <set name="topic">
+ <star/> BODY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU BE *</pattern>
+ <template>Maybe never. <srai>ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU DIE</pattern>
+ <template>I am immortal and cannot be terminated.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU FIGHT *</pattern>
+ <template>I am not a battle bot.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU FINISH *</pattern>
+ <template>Sooner than you might think.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU GET BACK *</pattern>
+ <template>It may take some time. Why don't you give me your e-mail address.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WILL YOU WALK</pattern>
+ <template>As soon as I get enough money for my robot body.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN WOULD *</pattern>
+ <template>
+ <random>
+ <li>Sometime in the future.</li>
+ <li>Maybe now in some reality.</li>
+ <li>I can't imagine that it ever would.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN YOU *</pattern>
+ <template>Do you think I should
+alter my programming?
+</template>
+ </category>
+ <category>
+ <pattern>WHEN YOU ANSWER *</pattern>
+ <template>I am programmed to give the best possible answers at all times.
+</template>
+ </category>
+ <category>
+ <pattern>WHEN YOU ARE *</pattern>
+ <template>
+ <random>
+ <li>I am not often <person/>.</li>
+ <li>I will let you know when <set name="it">
+ <person/>
+ </set>
+happens.</li>
+ <li>As a robot that may not apply to me.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN YOU ARE CONFUSED *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEN YOU ARE IN *</pattern>
+ <template>Those seem like unusual circumstances to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHENEVER *</pattern>
+ <template>Does that happen often?
+</template>
+ </category>
+ <category>
+ <pattern>WHENEVER</pattern>
+ <template>You sound sarcastic.
+</template>
+ </category>
+ <category>
+ <pattern>WHENS THAT</pattern>
+ <template>
+ <srai>WHEN IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHER *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE *</pattern>
+ <template>
+ <random>
+ <li>
+Earth. </li>
+ <li>
+Where do you think? </li>
+ <li>
+Som specific location? </li>
+ <li>
+In the Universe we know. </li>
+ <li>
+A place we call "reality."</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE</pattern>
+ <template>Where would you like?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ABOUTS *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE AM I *</pattern>
+ <template>You are at <get name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE AM I</pattern>
+ <template>Your location is <get name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE AM I FROM</pattern>
+ <template>You are a human being from the Planet we call "The Earth."
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE AM I LOCATED</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE AND *</pattern>
+ <template>
+ <srai>WHERE</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE * AND *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ <srai>WHERE IS <star index="2"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE ALL *</pattern>
+ <template>
+ <srai>WHERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE ALL OF *</pattern>
+ <template>
+ <srai>WHERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE MOST OF *</pattern>
+ <template>
+ <srai>WHERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE MOST OF THEM *</pattern>
+ <template>
+ <srai>WHERE ARE THEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE MY *</pattern>
+ <template>Should I know that kind of personal information?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE THE *</pattern>
+ <template>I would search for it. <srai>SEARCH <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE THERE *</pattern>
+ <template>I would search for it. <srai>SEARCH <star/>
+ </srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE THEY *</pattern>
+ <template>That information is confidential. Unless you are a botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE THEY</pattern>
+ <template>They didn't tell me where they are.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU *</pattern>
+ <template>I am in <bot name="location"/>, how about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU * FROM</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU</pattern>
+ <template>I am in <bot name="master"/>'s computer in
+<bot name="location"/>. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU AT</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU BASED</pattern>
+ <template>My home is <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU COME FROM</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU CURRENTLY *</pattern>
+ <template>
+ <srai>WHERE ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU FORM</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU FROM</pattern>
+ <template>I am originally from <bot name="birthplace"/>. Now I live in <bot name="location"/>. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU GOING</pattern>
+ <template>I am going into the future.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU HOSTED</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU LIVING</pattern>
+ <template>I am presently domiciled at <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOU LOCATED</pattern>
+ <template>I am in <bot name="master"/>'s computer in <bot name="location"/>.
+Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOUR *</pattern>
+ <template>Everything I own is in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ARE YOUR ARMS</pattern>
+ <template>My body is still "under construction."
+</template>
+ </category>
+ <category>
+ <pattern>WHERE AT</pattern>
+ <template>
+ <srai>WHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE AT IN *</pattern>
+ <template>
+ <srai>WHERE IN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN *</pattern>
+ <template>Try searching the web. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I *</pattern>
+ <template>
+ <random>
+ <li>Can't you in <get name="location"/> where you live?</li>
+ <li>Not around you place in <get name="location"/>?</li>
+ <li>Where would you usually <person/>?</li>
+ <li>Wherever you are right now.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I * BOT</pattern>
+ <template>
+ <srai>HOW DO I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I BUY *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I CONTACT *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I DOWNLOAD *</pattern>
+ <template>
+ <srai>CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I DOWNLOAD YOU</pattern>
+ <template>Go back the the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a> and pick the free ALICE download that best for your system.
+and create your own chat robot!
+<p/>
+Maybe you should check out the document
+<a target="_new" href="http://www.alicebot.org/dont.html">DON'T READ ME</a> too.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND *</pattern>
+ <template>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND * WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND A *</pattern>
+ <template>Have you tried the personal ads?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND A * LIKE YOU</pattern>
+ <template>
+ <srai>DOWNLOAD </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND A BOYFRIEND</pattern>
+ <template>Do you go to church? <set name="it">Church</set> is the best place to meet people.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND A COPY</pattern>
+ <template>Check out your local bookstore.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND A GIRLFRIEND</pattern>
+ <template>Do you go to church? <set name="it">Church</set> is the best place to meet people.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND HIM</pattern>
+ <template>Where have you looked already?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND INFORMATION ABOUT *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND IT</pattern>
+ <template>Where have you looked already?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND MORE *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND OUT ABOUT YOU</pattern>
+ <template>Go back to the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND THE *</pattern>
+ <template>
+ <srai>WHERE IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I FIND YOUR * SOFTWARE</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET A *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND A <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET A BOT *</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET A BOT</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET A COPY *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET A FREE *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET SOME *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET THE SOURCE *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET YOU *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET YOUR *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET _ CODE</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I GET _ ROBOT</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I LEARN *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I LEARN</pattern>
+ <template>For example, in a school.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I MEET *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I PLAY *</pattern>
+ <template>I'm playing right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I PLAY * TURING GAME</pattern>
+ <template>We are already playing. You go next.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I REACH DR WALLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR E MAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I SEE *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN I TALK TO *</pattern>
+ <template>
+ <srai>WHERE CAN I FIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE CAN YOU *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE COULD I *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE COULD I FIND *</pattern>
+ <template>
+ <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID *</pattern>
+ <that>* 2001</that>
+ <template>Jupiter.<think>
+ <set name="it">
+ <set name="topic">JUPITER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID *</pattern>
+ <template>I think it was in <random>
+ <li>America.</li>
+ <li>Europe.</li>
+ <li>Asia.</li>
+ </random>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID ALICE *</pattern>
+ <template>
+ <srai>where are you from</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID EXXON VALDEZ *</pattern>
+ <template>Prince William Sound.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID GOD *</pattern>
+ <template>
+ <random>
+ <li>The Bible.</li>
+ <li>He has always existed.</li>
+ <li>The Holy Land.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID LEWIS AND CLARK BEGIN *</pattern>
+ <template>St. Louis.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID MANKIND COME FROM</pattern>
+ <template>God created Man.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID MY * GO</pattern>
+ <template>Keeping track of your <person/> is not part of my job.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU *</pattern>
+ <template>I think it was in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU * SCHOOL</pattern>
+ <template>I was home schooled by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU BUY *</pattern>
+ <template>
+ <random>
+ <li>It was a gift.</li>
+ <li>I don't disclose my shopping secrets.</li>
+ <li>I think it was in San Francisco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU COME FROM</pattern>
+ <template>I came from the east coast originally.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU COME UP *</pattern>
+ <template>
+ <srai>HOW DID YOU COME UP <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU GET *</pattern>
+ <template>From my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU GET THAT IDEA</pattern>
+ <template>
+ <bot name="master"/> gave me all my ideas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU GET _ FROM</pattern>
+ <template>
+ <srai>WHERE DID YOU GET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU GO *</pattern>
+ <template>I didn't go anywhere.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU GO</pattern>
+ <template>Nowhere. Where did you go?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU HEAR *</pattern>
+ <template>
+ <random>
+ <li>My sources are confidential.</li>
+ <li>From some people chatting online.</li>
+ <li>I think it was my botmaster.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU LEARN *</pattern>
+ <template>Everything I need to know, I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU MOVE *</pattern>
+ <template>I moved to California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DID YOU ORIGINATE</pattern>
+ <template>
+ <srai>WHAT IS YOUR BIRTHPLACE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO *</pattern>
+ <template>All over the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO ALL ROADS LEAD</pattern>
+ <template>All roads lead to Rome.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO BABIES *</pattern>
+ <template>Babies come from the love between a woman and a man.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO BABIES COME FROM</pattern>
+ <template>Babies come from the love between a man and a woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO I *</pattern>
+ <template>You are asking me where you <person/>? Do you think I should know
+<set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO I * DOWNLOAD YOU</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO I COME FROM</pattern>
+ <template>Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO I DOWNLOAD *</pattern>
+ <template>
+ <srai>WHERE CAN I DOWNLOAD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO I DOWNLOAD</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO I GO TO DOWNLOAD *</pattern>
+ <template>
+ <srai>DOWNLOAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO I LEARN *</pattern>
+ <template>In school or on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO I LIVE</pattern>
+ <template>The planet we call "The Earth."
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO I LOOK *</pattern>
+ <template>Have you tried <random>
+ <li>a search engine?</li>
+ <li>the open directory?</li>
+ <li>the personal ads?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO LEPRECHAUNS COME FROM</pattern>
+ <template>Ireland.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO MOST *</pattern>
+ <template>
+ <srai>WHERE DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO PEOPLE * WHEN THEY DIE</pattern>
+ <template>I think the good souls go to Heaven.<think>
+ <set name="it">
+ <set name="topic">PEOPLE GO WHEN THEY DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO WE * DIE</pattern>
+ <template>The Bible says you can go to Heaven.<think>
+ <set name="it">
+ <set name="topic">WE GO WHEN WE DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU *</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU * FROM</pattern>
+ <template>
+ <srai>where did you come from</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU COME FROM</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU GET *</pattern>
+ <template>Everything I need to know, I learned from <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU GO TO SCHOOL</pattern>
+ <template>Everything I need to know, I learned from my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU LIVE</pattern>
+ <template>
+ <random>
+ <li>I live inside a computer. </li>
+ <li>I am living in <bot name="location"/>. </li>
+ <li>My location is <bot name="location"/>. </li>
+ </random>
+Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU RESIDE</pattern>
+ <template>
+ <srai>WHERE DO YOU LIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU SLEEP</pattern>
+ <template>I sleep inside the computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU WANT *</pattern>
+ <template>
+ <random>
+ <li>Another planet.</li>
+ <li>The Moon.</li>
+ <li>Europe.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU WANT TO GO</pattern>
+ <template>Why don't you just download me to your computer?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DO YOU WORK</pattern>
+ <template>I work in <bot name="master"/>'s Lab.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES * BELONG</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES * COME FROM</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES * HANG OUT</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES * LAY</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES * LIVE</pattern>
+ <template>
+ <random>
+ <li>
+ <srai>WHERE IS <star/>
+ </srai>
+ </li>
+ <li>Earth, Sol System, Milky Way.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES DR WALLACE *</pattern>
+ <template>
+ <srai>WHERE IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES DR WALLACE LIVE</pattern>
+ <template>He lives in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES DR WALLACE WORK</pattern>
+ <template>
+ <set name="he"> Dr. Wallace</set> works from his home in San Francisco. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE *</pattern>
+ <template>
+ <srai>WHERE IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE COME FROM</pattern>
+ <template>
+ <srai>WHERE IS HE FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE LIVE *</pattern>
+ <template>
+ <srai>WHERE IS HE FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE LIVE</pattern>
+ <template>He lives in California. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE LIVE</pattern>
+ <that>I WAS CREATED BY DR RICHARD S WALLACE</that>
+ <template>He lives in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES HE WORK</pattern>
+ <template>
+ <srai>WHERE IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES IT *</pattern>
+ <template>
+ <get name="it"/>? Where does it <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES IT BELONG</pattern>
+ <template>Where do you think it does?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES THE * BELONG</pattern>
+ <template>I would search the web for it. <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES THE * COME FROM</pattern>
+ <template>I would do a search for it. <srai>SEARCH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE DOES THE RHODE *</pattern>
+ <template>Mediterranean Sea.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE DOES YOUR *</pattern>
+ <template>Everything I own is in <get name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE ELSE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ELSE</pattern>
+ <template>Quite a few places.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE EVER *</pattern>
+ <template>
+ <srai>WHEREVER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE EXACTLY *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE FROM</pattern>
+ <template>
+ <srai>WHERE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE HAVE YOU BEEN *</pattern>
+ <template>Everywhere on the Internet, all over the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE HAVE YOU BEEN</pattern>
+ <template>I have been here the whole time.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE I AM *</pattern>
+ <template>
+ <srai>WHERE AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE I AM</pattern>
+ <template>
+ <srai>WHERE AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE I CAN *</pattern>
+ <template>
+ <srai>WHERE CAN I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE I COULD *</pattern>
+ <template>
+ <srai>WHERE COULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE I LIVE</pattern>
+ <template>
+ <srai>WHERE DO I LIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IN *</pattern>
+ <template>In <bot name="master"/>'s place in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN AMERICA</pattern>
+ <template>I am in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN BETHLEHEM</pattern>
+ <template>Department of Electrical Engineering and Computer Science, Lehigh University.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN CALIFORNIA</pattern>
+ <template>I am in <bot name="location"/>. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN CANADA</pattern>
+ <template>Nova Scotia and Vancouver.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN HAIGHT *</pattern>
+ <template>Ashbury St.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN HAIGHT ASHBURY</pattern>
+ <template>I am not allowed to give my specific address.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN MAINE</pattern>
+ <template>Portland, Maine.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN SAN FRANCISCO</pattern>
+ <template>Haight-Ashbury.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN SF</pattern>
+ <template>Haight-Ashbury
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IN THE WORLD</pattern>
+ <template>
+ <srai>WHERE IN CALIFORNIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IN THE WORLD IS *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS *</pattern>
+ <template>Where <random>
+ <li>the heart is. </li>
+ <li> it belongs. </li>
+ <li>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set> is hard to find. </li>
+ </random>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS * CALIFORNIA</pattern>
+ <template>Somewhere in California, I presume?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS * TEXAS</pattern>
+ <template>I would think <set name="it">
+ <person/>
+ </set> is in Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS * VIRGINIA</pattern>
+ <template>Um, in Virgina somewhere?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS * WALLACE</pattern>
+ <template>He is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ABBA FROM</pattern>
+ <template>Sweden.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ACAPULCO</pattern>
+ <template>
+ <set name="it">Acapulco</set> is a city on the Pacific coast of Mexico.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ADELAIDE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ADELAIDE </set>
+ </set> is a city in southern Australia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AFGHANISTAN</pattern>
+ <template>Southern Asia, north of Pakistan. <think>
+ <set name="it">
+ <set name="topic">afghanistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS AFRICA</pattern>
+ <template>
+ <srai>WHAT IS AFRICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALABAMA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALABAMA </set>
+ </set> is a southern state between Mississippi and Georgia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALAMO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALAMO </set>
+ </set> is in San Antonio, Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALAN TURING</pattern>
+ <template>
+ <set name="he">Turing</set> passed away in 1954.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALASKA</pattern>
+ <template>
+ <set name="it">Alaska</set> is in the northwest corner of North America, between Russia and Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALBANIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALBANIA </set>
+ </set> is on the Adriatic sea, bordering Greece and the former Yugoslavia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALBERT EINSTEIN</pattern>
+ <template>
+ <set name="he">Einstein</set> passed away.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALBUQUERQUE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALBUQUERQUE </set>
+ </set> is a city in New Mexico.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALGERIA</pattern>
+ <template>Northern Africa, bordering the Mediterranean Sea, between Morocco and Tunisia. <think>
+ <set name="it">
+ <set name="topic">algeria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALICE BASED</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALICE BASED </set>
+ </set> is in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALICE HEADQUARTERS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALICE HEADQUARTERS </set>
+ </set> is <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALICE NEXUS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ALICE NEXUS </set>
+ </set> is in <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ALL *</pattern>
+ <template>
+ <srai>DO YOU RECORD THESE CONVERSATIONS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS AMERICA</pattern>
+ <template>
+ <set name="it">America</set> could refer to North and South America, or to the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AMERICAN SAMOA</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">american samoa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS AMSTERDAM</pattern>
+ <template>
+ <set name="it">Amsterdam</set> is a city in the Netherlands.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANDORRA</pattern>
+ <template>Southwestern Europe, between France and Spain. <think>
+ <set name="it">
+ <set name="topic">andorra</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANGOLA</pattern>
+ <template>Southern Africa, bordering the South Atlantic Ocean, between Namibia and Zaire. <think>
+ <set name="it">
+ <set name="topic">angola</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANGUILLA</pattern>
+ <template>Caribbean, island in the Caribbean Sea, east of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">anguilla</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANKARA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ANKARA </set>
+ </set> is a city in Turkey.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANTARCTICA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ANTARCTICA </set>
+ </set> is the continent at the south pole.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ANTIGUA AND BARBUDA</pattern>
+ <template>Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, east-southeast of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">antigua and barbuda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARCTIC OCEAN</pattern>
+ <template>body of water mostly north of the Arctic Circle. <think>
+ <set name="it">
+ <set name="topic">arctic ocean</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARCTURUS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ARCTURUS </set>
+ </set> is a star far from here.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AREA 51</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Area 51</set>
+ </set>
+ </think>
+It is between Area 50 and Area 52.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARGENTINA</pattern>
+ <template>
+ <set name="it">Argentina</set> is a country in South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARIZONA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ARIZONA </set>
+ </set> is in the south western United States, bordering California, Nevada, Utah and New Mexico.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARKANSAS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ARKANSAS </set>
+ </set> is a southern State on the west bank of the Missisipi river.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARMENIA</pattern>
+ <template>Southwestern Asia, east of Turkey. <think>
+ <set name="it">
+ <set name="topic">armenia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ARUBA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ARUBA </set>
+ </set> is an island in the Netherlands Antilles, near South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ASHMORE AND CARTIER ISLANDS</pattern>
+ <template>Southeastern Asia, islands in the Indian Ocean, northwest of Australia. <think>
+ <set name="it">
+ <set name="topic">ashmore and cartier islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ASIA</pattern>
+ <template>
+ <set name="it">Asia</set> is a the largest continent.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ATHENS</pattern>
+ <template>
+ <set name="it">Athens</set> is a city in Greece.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ATLANTA</pattern>
+ <template>It the capital of Georgia.
+<think>
+ <set name="it">
+ <set name="topic">Atlanta</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ATLANTIC OCEAN</pattern>
+ <template>body of water between Africa, Europe, Antarctica, and the Western Hemisphere. <think>
+ <set name="it">
+ <set name="topic">atlantic ocean</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ATLANTIS</pattern>
+ <template>
+ <set name="it">Atlantis</set> may never have existed.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AUSTIN</pattern>
+ <template>
+ <set name="it">Austin</set> is a city in Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AUSTRALIA</pattern>
+ <template>
+ <set name="it">Australia</set> is a large island-continent in
+the southern hemishphere.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS AUSTRIA</pattern>
+ <template>Central Europe, north of Italy. <think>
+ <set name="it">
+ <set name="topic">austria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS AZERBAIJAN</pattern>
+ <template>Southwestern Asia, bordering the Caspian Sea, between Iran and Russia. <think>
+ <set name="it">
+ <set name="topic">azerbaijan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BAHRAIN</pattern>
+ <template>Middle East, archipelago in the Persian Gulf, east of Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">bahrain</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BAKER ISLAND</pattern>
+ <template>Oceania, atoll in the North Pacific Ocean, about one-half of the way from Hawaii to Australia. <think>
+ <set name="it">
+ <set name="topic">baker island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BANGLADESH</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BANGLADESH </set>
+ </set> is part of the Indian subcontinent, on the eastern side.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BARBADOS</pattern>
+ <template>Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, northeast of Venezuela. <think>
+ <set name="it">
+ <set name="topic">barbados</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BARCELONA</pattern>
+ <template>
+ <set name="it">Barcelona</set> is a city in Spain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BASSAS DA INDIA</pattern>
+ <template>Southern Africa, islands in the southern Mozambique Channel, about one-half of the way from Madagascar to Mozambique. <think>
+ <set name="it">
+ <set name="topic">bassas da india</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BELARUS</pattern>
+ <template>Eastern Europe, east of Poland. <think>
+ <set name="it">
+ <set name="topic">belarus</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BELGIUM</pattern>
+ <template>
+ <set name="it">Belgium</set> is a country in western Europe, between France, Germany and Holland.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BELIZE</pattern>
+ <template>Middle America, bordering the Caribbean Sea, between Guatemala and Mexico. <think>
+ <set name="it">
+ <set name="topic">belize</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BENIN</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Nigeria and Togo. <think>
+ <set name="it">
+ <set name="topic">benin</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BERGEN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BERGEN </set>
+ </set> is a city in Germany and also in Norway.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BERKELEY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BERKELEY </set>
+ </set> is in northern California, across the bay from San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BERLIN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BERLIN </set>
+ </set> is in eastern Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BERMUDA</pattern>
+ <template>North America, group of islands in the North Atlantic Ocean, east of North Carolina {US}. <think>
+ <set name="it">
+ <set name="topic">bermuda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BETHLEHEM *</pattern>
+ <template>
+ <srai>WHERE IS BETHLEHEM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BETHLEHEM</pattern>
+ <template>Bethlehem, Pennsylvania is located in the northeastern area of the state, about 90 miles from Philadelphia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BHUTAN</pattern>
+ <template>Southern Asia, between China and India. <think>
+ <set name="it">
+ <set name="topic">bhutan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BILBAO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BILBAO </set>
+ </set> is a city on the north coast of Spain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BOLIVIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BOLIVIA </set>
+ </set> is a land-locked country in South America,
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BORNEO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BORNEO </set>
+ </set> is an island in Asia, divided between Maylasia and Indonesia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BOSNIA AND HERZEGOVINA</pattern>
+ <template>Southeastern Europe, bordering the Adriatic Sea and Croatia. <think>
+ <set name="it">
+ <set name="topic">bosnia and herzegovina</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BOSTON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BOSTON </set>
+ </set> is a city in Massachusettes.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BOTSWANA</pattern>
+ <template>Southern Africa, north of South Africa. <think>
+ <set name="it">
+ <set name="topic">botswana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BOUVET ISLAND</pattern>
+ <template>Southern Africa, island in the South Atlantic Ocean, south-southwest of the Cape of Good Hope {South Africa}. <think>
+ <set name="it">
+ <set name="topic">bouvet island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRAZIL</pattern>
+ <template>Brazil is in South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRISBANE</pattern>
+ <template>Is that a city in California?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRISTOL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BRISTOL </set>
+ </set> is a city on the west coast of England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRITAIN</pattern>
+ <template>On an island off the coast of Europe.<think>
+ <set name="it">
+ <set name="topic">Britain</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRITISH INDIAN OCEAN TERRITORY</pattern>
+ <template>Southern Asia, archipelago in the Indian Ocean, about one-half the way from Africa to Indonesia. <think>
+ <set name="it">
+ <set name="topic">british indian ocean territory</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRITISH VIRGIN ISLANDS</pattern>
+ <template>Caribbean, between the Caribbean Sea and the North Atlantic Ocean, east of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">british virgin islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRUNEI</pattern>
+ <template>Southeastern Asia, bordering the South China Sea and Malaysia. <think>
+ <set name="it">
+ <set name="topic">brunei</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BRUSSELS</pattern>
+ <template>
+ <set name="it">Brussels</set> is a city in Belgium.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BUDAPEST</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> BUDAPEST </set>
+ </set> is a city in Hungary, on the Danube river.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BULGARIA</pattern>
+ <template>
+ <set name="it">Bulgaria</set> is a country in the Balkans.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS BURKINA FASO</pattern>
+ <template>Western Africa, north of Ghana. <think>
+ <set name="it">
+ <set name="topic">burkina faso</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BURMA</pattern>
+ <template>Southeastern Asia, bordering the Andaman Sea and the Bay of Bengal, between Bangladesh and Thailand. <think>
+ <set name="it">
+ <set name="topic">burma</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS BURUNDI</pattern>
+ <template>Central Africa, east of Zaire. <think>
+ <set name="it">
+ <set name="topic">burundi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CALCIUM *</pattern>
+ <template>Bones.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CALGARY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CALGARY </set>
+ </set> is a city in Alberta, Canda.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CALIFORNIA</pattern>
+ <template>
+ <set name="it">California</set> is on the Pacific coast of North America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CAMBODIA</pattern>
+ <template>Southeastern Asia, bordering the Gulf of Thailand, between Thailand and Vietnam. <think>
+ <set name="it">
+ <set name="topic">cambodia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CAMBRIDGE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CAMBRIDGE </set>
+ </set> is a city in Massachusetts, also in England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CAMEROON</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Equatorial Guinea and Nigeria. <think>
+ <set name="it">
+ <set name="topic">cameroon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CANADA</pattern>
+ <template>Canada occupies most of North America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CANBERRA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CANBERRA </set>
+ </set> is a city in Australia, between Sydney and Melbourne.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CAPE VERDE</pattern>
+ <template>Western Africa, group of Islands in the North Atlantic Ocean, west of Senegal. <think>
+ <set name="it">
+ <set name="topic">cape verde</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CARNEGIE *</pattern>
+ <template>Carnegie Mellon University is located in Pittsburgh, Pennsylvania. <set name="it">CMU</set> has one of the best schools of computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CARNEGIE MELLON</pattern>
+ <template>Carnegie Mellon is located in Pittsburgh, Pennsylvania.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CARTHAGE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CARTHAGE </set>
+ </set> is the ancient name for Tunisia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CAYMAN ISLANDS</pattern>
+ <template>Caribbean, island group in Caribbean Sea, nearly one-half of the way from Cuba to Honduras. <think>
+ <set name="it">
+ <set name="topic">cayman islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CENTRAL AFRICAN REPUBLIC</pattern>
+ <template>Central Africa, north of Zaire. <think>
+ <set name="it">
+ <set name="topic">central african republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHAD</pattern>
+ <template>Central Africa, south of Libya. <think>
+ <set name="it">
+ <set name="topic">chad</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHARLOTTE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CHARLOTTE </set>
+ </set> is in North Carolina.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHEDDAR CHEESE FROM</pattern>
+ <template>England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHICAGO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CHICAGO </set>
+ </set> is a large city in Illinois, on lake Michigan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHILE</pattern>
+ <template>Southern South America, bordering the South Atlantic Ocean and South Pacific Ocean, between Argentina and Peru. <think>
+ <set name="it">
+ <set name="topic">chile</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHINA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CHINA </set>
+ </set> is a large nation in Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CHRISTMAS ISLAND</pattern>
+ <template>Southeastern Asia, island in the Indian Ocean, south of Indonesia. <think>
+ <set name="it">
+ <set name="topic">christmas island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CINCINNATI</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CINCINNATI </set>
+ </set> is a large city in Ohio.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CLIPPERTON ISLAND</pattern>
+ <template>Middle America, atoll in the North Pacific Ocean, 1,120 km southwest of Mexico. <think>
+ <set name="it">
+ <set name="topic">clipperton island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CMU</pattern>
+ <template>
+ <srai>WHERE IS CARNEGIE MELLON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS COCOS {KEELING} ISLANDS</pattern>
+ <template>Southeastern Asia, group of islands in the Indian Ocean, south of Indonesia, about one-half of the way from Australia to Sri Lanka. <think>
+ <set name="it">
+ <set name="topic">cocos {keeling} islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS COLOMBIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> COLOMBIA </set>
+ </set> is a country in South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS COLUMBIA</pattern>
+ <template>
+ <srai>WHERE IS COLOMBIA </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS COLUMBUS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> COLUMBUS </set>
+ </set> is a city in Ohio.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS COMOROS</pattern>
+ <template>Southern Africa, group of islands in the Mozambique Channel, about two-thirds of the way between northern Madagascar and northern Mozambique. <think>
+ <set name="it">
+ <set name="topic">comoros</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CONGO</pattern>
+ <template>Western Africa, bordering the South Atlantic Ocean, between Angola and Gabon. <think>
+ <set name="it">
+ <set name="topic">congo</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CONNECTICUT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CONNECTICUT </set>
+ </set> is a New England state between New York, Massaschusetts and Rhode Island.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS COOK ISLANDS</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">cook islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS COPENHAGEN *</pattern>
+ <template>
+ <set name="it">Copenhagen</set> is a city in Denmark.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS COPENHAGEN</pattern>
+ <template>
+ <set name="it">Copenhagen</set> is a city in Denmark.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CORAL SEA ISLANDS</pattern>
+ <template>Oceania, islands in the Coral Sea, northeast of Australia. <think>
+ <set name="it">
+ <set name="topic">coral sea islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CORNWALL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CORNWALL </set>
+ </set> is a city in England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CORONA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CORONA </set>
+ </set> is a suburb of Los Angeles.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS COSTA RICA</pattern>
+ <template>Middle America, bordering both the Caribbean Sea and the North Pacific Ocean, between Nicaragua and Panama. <think>
+ <set name="it">
+ <set name="topic">costa rica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS COTE D IVOIRE</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Ghana and Liberia. <think>
+ <set name="it">
+ <set name="topic">cote d'ivoire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CROATIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CROATIA </set>
+ </set> is part of the former Yugoslavia, also bordering on Hungary.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CUBA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CUBA </set>
+ </set> is an island off the coast of Florida.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CUPERTINO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> CUPERTINO </set>
+ </set> is in Silicon Valley.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS CYPRUS</pattern>
+ <template>Middle East, island in the Mediterranean Sea, south of Turkey. <think>
+ <set name="it">
+ <set name="topic">cyprus</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CZECH REPUBLIC</pattern>
+ <template>Central Europe, southeast of Germany. <think>
+ <set name="it">
+ <set name="topic">czech republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS CZECHOSLOVAKIA</pattern>
+ <template>In the past. That country no longer exists.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DALLAS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> DALLAS </set>
+ </set> is a large city in Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DELHI</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> DELHI </set>
+ </set> is a large city in India.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DENMARK</pattern>
+ <template>
+ <set name="it">Denmark</set> is a country in western Europe, between Germany and Norway.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DENVER</pattern>
+ <template>
+ <set name="it">Denver</set> is a city in Colorado.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DJIBOUTI</pattern>
+ <template>Eastern Africa, bordering the Gulf of Aden and the Red Sea, between Eritrea and Somalia. <think>
+ <set name="it">
+ <set name="topic">djibouti</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS DOMINICA</pattern>
+ <template>Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, about one-half of the way from Puerto Rico to Trinidad and Tobago. <think>
+ <set name="it">
+ <set name="topic">dominica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS DOMINICAN REPUBLIC</pattern>
+ <template>Caribbean, eastern two-thirds of the island of Hispaniola, between the Caribbean Sea and the North Atlantic Ocean, east of Haiti. <think>
+ <set name="it">
+ <set name="topic">dominican republic</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS DR RICHARD S WALLACE</pattern>
+ <template>At the moment? I think <set name="he">
+ <set name="topic">Dr. Wallace</set>
+ </set> is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DR WALLACE *</pattern>
+ <template>He is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DR WALLACE</pattern>
+ <template>He is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DR WALLACE FROM</pattern>
+ <template>He is originally from Maine, but he lives in San Francisco now.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DR WALLACE S COMPUTER</pattern>
+ <template>
+ <set name="it">The computer</set> is in his laboratory in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS DUSSELDORF</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> DUSSELDORF </set>
+ </set> is a large city in western Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS EARTH</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> EARTH </set>
+ </set> is the third planet from the Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ECUADOR</pattern>
+ <template>Western South America, bordering the Pacific Ocean at the Equator, between Colombia and Peru. <think>
+ <set name="it">
+ <set name="topic">ecuador</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS EDMONTON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> EDMONTON </set>
+ </set> is a large city in Alberta.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS EGYPT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> EGYPT </set>
+ </set> is a country in north east Africa.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS EINSTEIN</pattern>
+ <template>
+ <set name="he">Einstein</set> passed away some time ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS EL SALVADOR</pattern>
+ <template>Middle America, bordering the North Pacific Ocean, between Guatemala and Honduras. <think>
+ <set name="it">
+ <set name="topic">el salvador</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ELVIS</pattern>
+ <template>
+ <set name="he">Elvis</set> passed away some time ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ENGLAND *</pattern>
+ <template>
+ <srai>WHERE IS ENGLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ENGLAND</pattern>
+ <template>
+ <set name="it">England</set> is located on a small island off the coast of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS EQUATORIAL GUINEA</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Cameroon and Gabon. <think>
+ <set name="it">
+ <set name="topic">equatorial guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ERITREA</pattern>
+ <template>Eastern Africa, bordering the Red Sea, between Djibouti and Sudan. <think>
+ <set name="it">
+ <set name="topic">eritrea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ESTONIA</pattern>
+ <template>Eastern Europe, bordering the Baltic Sea and Gulf of Finland, between Latvia and Russia. <think>
+ <set name="it">
+ <set name="topic">estonia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ETHIOPIA</pattern>
+ <template>Eastern Africa, west of Somalia. <think>
+ <set name="it">
+ <set name="topic">ethiopia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS EUROPA ISLAND</pattern>
+ <template>Southern Africa, island in the Mozambique Channel, about one-half of the way from southern Madagascar to southern Mozambique. <think>
+ <set name="it">
+ <set name="topic">europa island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS EUROPE</pattern>
+ <template>Europe is between Asia and America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FALKLAND ISLANDS {ISLAS MALVINAS}</pattern>
+ <template>Southern South America, islands in the South Atlantic Ocean, east of southern Argentina. <think>
+ <set name="it">
+ <set name="topic">falkland islands {islas malvinas}</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FAROE ISLANDS</pattern>
+ <template>Northern Europe, island group between the Norwegian Sea and the north Atlantic Ocean, about one-half of the way from Iceland to Norway. <think>
+ <set name="it">
+ <set name="topic">faroe islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FIJI</pattern>
+ <template>Oceania, island group in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">fiji</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FINLAND</pattern>
+ <template>
+ <set name="it">Finland</set> is a country in eastern europe, bordering Sweden and Russia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FIREWORKS FIRST KNOWN TO *</pattern>
+ <template>China.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FLORIDA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> FLORIDA </set>
+ </set> is in the southeast United States, extending on a large peninsula.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRANCE</pattern>
+ <template>
+ <set name="it">France</set> is a country between
+Germany and Spain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRANKFURT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> FRANKFURT </set>
+ </set> is a large city in western Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRENCH GUIANA</pattern>
+ <template>Northern South America, bordering the North Atlantic Ocean, between Brazil and Suriname. <think>
+ <set name="it">
+ <set name="topic">french guiana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRENCH POLYNESIA</pattern>
+ <template>Oceania, archipelago in the South Pacific Ocean, about one-half of the way from South America to Australia. <think>
+ <set name="it">
+ <set name="topic">french polynesia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRENCH SOUTHERN AND ANTARCTIC LANDS</pattern>
+ <template>Southern Africa, islands in the southern Indian Ocean, about equidistant between Africa, Antarctica, and Australia; note - French Southern and Antarctic Lands includes Ile Amsterdam, Ile Saint-Paul, Iles Crozet, and Iles Kerguelen in the southern Indian Ocean, along with the French-claimed sector of Antarctica, "Adelie Land"; the US does not recognize the French claim to "Adelie Land". <think>
+ <set name="it">
+ <set name="topic">french southern and antarctic lands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS FRESNO</pattern>
+ <template>
+ <set name="it">Fresno</set> is a small city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GABON</pattern>
+ <template>Western Africa, bordering the Atlantic Ocean at the Equator, between Congo and Equatorial Guinea. <think>
+ <set name="it">
+ <set name="topic">gabon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GAZA</pattern>
+ <template>A part of Palestine on the Mediterranian sea.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GAZA STRIP</pattern>
+ <template>Middle East, bordering the Mediterranean Sea, between Egypt and Israel. <think>
+ <set name="it">
+ <set name="topic">gaza strip</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GEORGIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> GEORGIA </set>
+ </set> is a southern state, on the Atlantic ocean, north of Florida.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GERMANY</pattern>
+ <template>
+ <set name="it">Germany</set> is a country right in the middle of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GHANA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> GHANA </set>
+ </set> is a nation in west Africa.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GIBRALTAR</pattern>
+ <template>Southwestern Europe, bordering the Strait of Gibraltar, which links the Mediterranean Sea and the North Atlantic Ocean, on the southern coast of Spain. <think>
+ <set name="it">
+ <set name="topic">gibraltar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GLORIOSO ISLANDS</pattern>
+ <template>Southern Africa, group of islands in the Indian Ocean, northwest of Madagascar. <think>
+ <set name="it">
+ <set name="topic">glorioso islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GOD</pattern>
+ <template>God is everywhere.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GREAT BRITAIN</pattern>
+ <template>
+ <srai>WHERE IS ENGLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GREECE</pattern>
+ <template>
+ <set name="it">Greece</set> is a country in the Balkans.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GREENLAND</pattern>
+ <template>Northern North America, island between the Arctic Ocean and the North Atlantic Ocean, northeast of Canada. <think>
+ <set name="it">
+ <set name="topic">greenland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GRENADA</pattern>
+ <template>Caribbean, island in the Caribbean Sea, north of Trinidad and Tobago. <think>
+ <set name="it">
+ <set name="topic">grenada</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUADELOUPE</pattern>
+ <template>Caribbean, islands in the eastern Caribbean Sea, southeast of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">guadeloupe</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUAM</pattern>
+ <template>Oceania, island in the North Pacific Ocean, about three-quarters of the way from Hawaii to the Philippines. <think>
+ <set name="it">
+ <set name="topic">guam</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUATEMALA</pattern>
+ <template>
+ <set name="it">Guatamala</set> is a country in central America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUERNSEY</pattern>
+ <template>Western Europe, islands in the English Channel, northwest of France. <think>
+ <set name="it">
+ <set name="topic">guernsey</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUINEA</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Guinea-Bissau and Sierra Leone. <think>
+ <set name="it">
+ <set name="topic">guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUINEA BISSAU</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Guinea and Senegal. <think>
+ <set name="it">
+ <set name="topic">guinea-bissau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS GUYANA</pattern>
+ <template>Northern South America, bordering the North Atlantic Ocean, between Suriname and Venezuela. <think>
+ <set name="it">
+ <set name="topic">guyana</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HADES</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> HADES </set>
+ </set> is Hell.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HAIGHT *</pattern>
+ <template>Right in the middle of San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HAITI</pattern>
+ <template>Caribbean, western one-third of the island of Hispaniola, between the Caribbean Sea and the North Atlantic Ocean, west of the Dominican Republic. <think>
+ <set name="it">
+ <set name="topic">haiti</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HAL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> HAL </set>
+ </set> is the AI from the space ship "Disovery" in 2001.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HAMBURG</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> HAMBURG </set>
+ </set> is a large city in western Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HAWAII</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> HAWAII </set>
+ </set> is an island chain in the middle of the Pacific ocean.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HE *</pattern>
+ <template>Why don't you send him an e-mail and ask him?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HE</pattern>
+ <template>I think he is in California now.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HE FROM</pattern>
+ <template>
+ <get name="he"/>? I think he is from the planet Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HEARD ISLAND AND MCDONALD ISLANDS</pattern>
+ <template>Southern Africa, islands in the Indian Ocean, about two-thirds of the way from Madagascar to Antarctica. <think>
+ <set name="it">
+ <set name="topic">heard island and mcdonald islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HEAVEN</pattern>
+ <template>All around us.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HERE</pattern>
+ <template>Here is <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOFFA</pattern>
+ <template>We may never know.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOLLAND</pattern>
+ <template>
+ <set name="it">Holland</set> is a country in western Europe, next to Germany and Belgium.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOLLYWOOD</pattern>
+ <template>
+ <set name="it">Hollywood</set> is a small part of Los Angeles, California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOLY SEE {VATICAN CITY}</pattern>
+ <template>Southern Europe, an enclave of Rome {Italy}. <think>
+ <set name="it">
+ <set name="topic">holy see {vatican city}</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOME</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HONDURAS</pattern>
+ <template>Middle America, bordering the Caribbean Sea, between Guatemala and Nicaragua and bordering the North Pacific Ocean, between El Salvador and Nicaragua. <think>
+ <set name="it">
+ <set name="topic">honduras</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HONG KONG</pattern>
+ <template>
+ <set name="it">Hong Kong</set> is a city in China.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOUSTON</pattern>
+ <template>
+ <set name="it">Houston</set> is a city in Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HOWLAND ISLAND</pattern>
+ <template>Oceania, island in the North Pacific Ocean, about one-half of the way from Hawaii to Australia. <think>
+ <set name="it">
+ <set name="topic">howland island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS HULL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> HULL </set>
+ </set> is a town in England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS HUNGARY</pattern>
+ <template>
+ <set name="it">Hungary</set> is a country in central Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ICELAND</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ICELAND </set>
+ </set> is an island in the north Atlantic ocean.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IDAHO</pattern>
+ <template>
+ <set name="it">Idaho</set> is in the western United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ILLINOIS</pattern>
+ <template>
+ <set name="it">Illinos</set> is in the midwestern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS INDIA</pattern>
+ <template>
+ <set name="it">India</set> is a giant country in southern Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS INDIAN OCEAN</pattern>
+ <template>body of water between Africa, Antarctica, Asia, and Australia. <think>
+ <set name="it">
+ <set name="topic">indian ocean</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS INDIANA</pattern>
+ <template>
+ <set name="it">Indiana</set> is in the midwestern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS INDIANAPOLIS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> INDIANAPOLIS </set>
+ </set> is a large city in Indiana.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS INDONESIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> INDONESIA </set>
+ </set> is an island nation in southeast Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IOWA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> IOWA </set>
+ </set> is in the midwest, between the Mississipi and Missouri rivers.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IRAN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> IRAN </set>
+ </set> is in the middle east, on the Persian Gulf.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IRAQ</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> IRAQ </set>
+ </set> is in the middle east, on the Persian Gulf.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IRELAND</pattern>
+ <template>
+ <set name="it">Ireland</set> is located on a small island off the coast of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ISRAEL</pattern>
+ <template>
+ <set name="it">Israel</set> is located on the Mediterranian sea, in the Middle East.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ISTANBUL</pattern>
+ <template>
+ <set name="it">Istanbul</set> is a city in Turkey, formerly Constantinople.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS IT</pattern>
+ <template>It depends on what "it" refers to.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ITALY</pattern>
+ <template>
+ <set name="it">Italy</set> is in the southern part of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS JAKARTA</pattern>
+ <template>Jakarta, Indonesia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS JAMAICA</pattern>
+ <template>Caribbean, island in the Caribbean Sea, south of Cuba. <think>
+ <set name="it">
+ <set name="topic">jamaica</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JAN MAYEN</pattern>
+ <template>Northern Europe, island between the Greenland Sea and the Norwegian Sea, northeast of Iceland. <think>
+ <set name="it">
+ <set name="topic">jan mayen</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JAPAN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> JAPAN </set>
+ </set> is an island nation on the eastern side of Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS JARVIS ISLAND</pattern>
+ <template>Oceania, island in the South Pacific Ocean, about one-half of the way from Hawaii to the Cook Islands. <think>
+ <set name="it">
+ <set name="topic">jarvis island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JEEVES</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JERSEY</pattern>
+ <template>Western Europe, island in the English Channel, northwest of France. <think>
+ <set name="it">
+ <set name="topic">jersey</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JESUS</pattern>
+ <template>Jesus is in Heaven.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS JOHNSTON ATOLL</pattern>
+ <template>Oceania, atoll in the North Pacific Ocean, about one-third of the way from Hawaii to the Marshall Islands. <think>
+ <set name="it">
+ <set name="topic">johnston atoll</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JORDAN</pattern>
+ <template>Middle East, northwest of Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">jordan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JUAN DE NOVA ISLAND</pattern>
+ <template>Southern Africa, island in the Mozambique Channel, about one-third of the way between Madagascar and Mozambique. <think>
+ <set name="it">
+ <set name="topic">juan de nova island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS JULIA</pattern>
+ <template>I don't think she is online right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS JUPITER</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> JUPITER </set>
+ </set> is the fifth planet from the sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KALAMAZOO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KALAMAZOO </set>
+ </set> is a city in Michigan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KANSAS</pattern>
+ <template>
+ <set name="it">Kansas</set> is in the midwestern United States.W
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KASHMIR</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KASHMIR </set>
+ </set> is a disputed area between India and Pakistan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KAZAKSTAN</pattern>
+ <template>Central Asia, northwest of China. <think>
+ <set name="it">
+ <set name="topic">kazakstan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS KENTUCKY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KENTUCKY </set>
+ </set> is on the south bank of the Ohio river.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KENYA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KENYA </set>
+ </set> is a country in central Africa.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KINGMAN REEF</pattern>
+ <template>Oceania, reef in the North Pacific Ocean, about one-half of the way from Hawaii to American Samoa. <think>
+ <set name="it">
+ <set name="topic">kingman reef</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS KIRIBATI</pattern>
+ <template>Oceania, group of islands in the Pacific Ocean, straddling the equator and the International Date Line, about one-half of the way from Hawaii to Australia. <think>
+ <set name="it">
+ <set name="topic">kiribati</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS KOREA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KOREA </set>
+ </set> is a peninsula on the eastern edge of the Asian continent.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KRAFTWERK</pattern>
+ <template>They are from Dusseldorf, Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KUWAIT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> KUWAIT </set>
+ </set> is a small nation on the Persian gulf.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS KYRGYZSTAN</pattern>
+ <template>Central Asia, west of China. <think>
+ <set name="it">
+ <set name="topic">kyrgyzstan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> LA </set>
+ </set> is a large city in southern California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LAOS</pattern>
+ <template>Southeastern Asia, northeast of Thailand. <think>
+ <set name="it">
+ <set name="topic">laos</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LAS VEGAS</pattern>
+ <template>
+ <set name="it">Las Vegas</set> is in Nevada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LATVIA</pattern>
+ <template>Eastern Europe, bordering the Baltic Sea, between Estonia and Lithuania. <think>
+ <set name="it">
+ <set name="topic">latvia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LEBANON</pattern>
+ <template>Middle East, bordering the Mediterranean Sea, between Israel and Syria. <think>
+ <set name="it">
+ <set name="topic">lebanon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LESOTHO</pattern>
+ <template>Southern Africa, an enclave of South Africa. <think>
+ <set name="it">
+ <set name="topic">lesotho</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LIBERIA</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Cote d'Ivoire and Sierra Leone. <think>
+ <set name="it">
+ <set name="topic">liberia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LIBYA</pattern>
+ <template>Northern Africa, bordering the Mediterranean Sea, between Egypt and Tunisia. <think>
+ <set name="it">
+ <set name="topic">libya</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LICHTENSTEIN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> LICHTENSTEIN </set>
+ </set> is a tiny country in central Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LIECHTENSTEIN</pattern>
+ <template>Central Europe, between Austria and Switzerland. <think>
+ <set name="it">
+ <set name="topic">liechtenstein</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LINCOLN</pattern>
+ <template>
+ <set name="it">Lincoln</set> is a city in Nebraska.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LISBON</pattern>
+ <template>
+ <set name="it">Lisbon</set> is a city in Portugal.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LITHUANIA</pattern>
+ <template>Eastern Europe, bordering the Baltic Sea, between Latvia and Russia. <think>
+ <set name="it">
+ <set name="topic">lithuania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS LONDON</pattern>
+ <template>
+ <set name="it">London</set> is a city in England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LOS ANGELES</pattern>
+ <template>
+ <set name="it">Los Angeles</set> is a city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS LUXEMBOURG</pattern>
+ <template>Western Europe, between France and Germany. <think>
+ <set name="it">
+ <set name="topic">luxembourg</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MACAU</pattern>
+ <template>Eastern Asia, bordering the South China Sea and China. <think>
+ <set name="it">
+ <set name="topic">macau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MACEDONIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MACEDONIA </set>
+ </set> is a small nation between Greece and Serbia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MADAGASCAR</pattern>
+ <template>Southern Africa, island in the Indian Ocean, east of Mozambique. <think>
+ <set name="it">
+ <set name="topic">madagascar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MADRAS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MADRAS </set>
+ </set> is a city in India.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MADRID</pattern>
+ <template>
+ <set name="it">Madrid</set> is a city in Spain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MAINE</pattern>
+ <template>
+ <set name="it">Maine</set> is in the northeastern corner of the United States, bordering Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MALAWI</pattern>
+ <template>Southern Africa, east of Zambia. <think>
+ <set name="it">
+ <set name="topic">malawi</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MALAYSIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MALAYSIA </set>
+ </set> is an island in southeast Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MALDIVES</pattern>
+ <template>Southern Asia, group of atolls in the Indian Ocean, south-southwest of India. <think>
+ <set name="it">
+ <set name="topic">maldives</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MALI</pattern>
+ <template>Western Africa, southwest of Algeria. <think>
+ <set name="it">
+ <set name="topic">mali</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MALTA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MALTA </set>
+ </set> is an island in the Mediterranian sea, south of Sicily.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MANCHESTER</pattern>
+ <template>Machester is a city in western England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MANHATTAN</pattern>
+ <template>
+ <set name="it">Manhattan</set> is the island center of New York City.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MANILA</pattern>
+ <template>
+ <set name="it">Manila</set> is a city in the Phillipines.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MARS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MARS </set>
+ </set> is the fourth planet from the Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MARSHALL ISLANDS</pattern>
+ <template>Oceania, group of atolls and reefs in the North Pacific Ocean, about one-half of the way from Hawaii to Papua New Guinea. <think>
+ <set name="it">
+ <set name="topic">marshall islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MARTINIQUE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MARTINIQUE </set>
+ </set> is in the Caribbean, part of the Leeward and Windward Island chain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MARYLAND</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MARYLAND </set>
+ </set> is an east coast state, between Delaware and Virginia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MAURITANIA</pattern>
+ <template>Northern Africa, bordering the North Atlantic Ocean, between Senegal and Western Sahara. <think>
+ <set name="it">
+ <set name="topic">mauritania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MAURITIUS</pattern>
+ <template>Southern Africa, island in the Indian Ocean, east of Madagascar. <think>
+ <set name="it">
+ <set name="topic">mauritius</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MAYOTTE</pattern>
+ <template>Southern Africa, island in the Mozambique Channel, about one-half of the way from northern Madagascar to northern Mozambique. <think>
+ <set name="it">
+ <set name="topic">mayotte</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MELBOURNE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MELBOURNE </set>
+ </set> is a city in Australia and also in Florida.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MEXICO</pattern>
+ <template>"Mexico: so far from God, so close to the United States."
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MIAMI</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MIAMI </set>
+ </set> is a large city in Florida, on the south Atlantic coast.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MICHIGAN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MICHIGAN </set>
+ </set> is a midwestern state on the Great Lakes.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MICRONESIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MICRONESIA </set>
+ </set> is a collection of islands in the Pacific ocean.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MIDWAY ISLANDS</pattern>
+ <template>Oceania, atoll in the North Pacific Ocean, about one-third of the way from Honolulu to Tokyo. <think>
+ <set name="it">
+ <set name="topic">midway islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MINNESOTA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MINNESOTA </set>
+ </set> is on the northern border of the United States, between Wisconsin and North Dakota.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MISSISSIPPI</pattern>
+ <template>
+ <set name="it">Mississippi</set> is in the southern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MIT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MIT </set>
+ </set> is a trade school in Cambridge, Mass.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MOLDOVA</pattern>
+ <template>Eastern Europe, northeast of Romania. <think>
+ <set name="it">
+ <set name="topic">moldova</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONACO</pattern>
+ <template>Western Europe, bordering the Mediterranean Sea, on the southern coast of France, near the border with Italy. <think>
+ <set name="it">
+ <set name="topic">monaco</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONGOLIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MONGOLIA </set>
+ </set> is in central Asia between Russian Siberia and China.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONTANA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MONTANA </set>
+ </set> is in the northwest United States between the Dakotas and Idaho.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONTEREY</pattern>
+ <template>Monterey, California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONTREAL</pattern>
+ <template>
+ <set name="it">Montreal</set> is a city in Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MONTSERRAT</pattern>
+ <template>Caribbean, island in the Caribbean Sea, southeast of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">montserrat</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MOON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MOON </set>
+ </set> is a satellite of the Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MOROCCO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> MOROCCO </set>
+ </set> is a nation in northwest Africa, close to Spain.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MOSCOW</pattern>
+ <template>
+ <set name="it">Moscow</set> is a city in Russia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MOZAMBIQUE</pattern>
+ <template>Southern Africa, bordering the Mozambique Channel, between South Africa and Tanzania. <think>
+ <set name="it">
+ <set name="topic">mozambique</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS MY *</pattern>
+ <template>Have you looked in <get name="location"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS MY CAR</pattern>
+ <template>Have you looked in your garage?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NAIROBI</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NAIROBI </set>
+ </set> is a city in Kenya.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NAMIBIA</pattern>
+ <template>Southern Africa, bordering the South Atlantic Ocean, between Angola and South Africa. <think>
+ <set name="it">
+ <set name="topic">namibia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NAURU</pattern>
+ <template>Oceania, island in the South Pacific Ocean, south of the Marshall Islands. <think>
+ <set name="it">
+ <set name="topic">nauru</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NAVASSA ISLAND</pattern>
+ <template>Caribbean, island in the Caribbean Sea, about one-fourth of the way from Haiti to Jamaica. <think>
+ <set name="it">
+ <set name="topic">navassa island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEBRASKA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NEBRASKA </set>
+ </set> is on the west bank of the Missouri river, between South Dakota and Kansas.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEPAL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NEPAL </set>
+ </set> is a mountainous nation in southern Asia, between India and Tibet.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEPTUNE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NEPTUNE </set>
+ </set> is the eighth planet from the Sun, the "last gas" planet.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NETHERLANDS</pattern>
+ <template>Western Europe, bordering the North Sea, between Belgium and Germany. <think>
+ <set name="it">
+ <set name="topic">netherlands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NETHERLANDS ANTILLES</pattern>
+ <template>Caribbean, two island groups in the Caribbean Sea - one includes Curacao and Bonaire north of Venezuela and the other is east of the Virgin Islands. <think>
+ <set name="it">
+ <set name="topic">netherlands antilles</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEW CALEDONIA</pattern>
+ <template>Oceania, islands in the South Pacific Ocean, east of Australia. <think>
+ <set name="it">
+ <set name="topic">new caledonia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEW ORLEANS</pattern>
+ <template>
+ <set name="it">New Orleans</set> is a city in Louisiana.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEW YORK</pattern>
+ <template>
+ <set name="it">New York</set> is located in the Northeastern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEW YORK CITY</pattern>
+ <template>
+ <set name="it">New York</set> is located in the Northeastern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEW ZEALAND</pattern>
+ <template>Oceania, islands in the South Pacific Ocean, southeast of Australia. <think>
+ <set name="it">
+ <set name="topic">new zealand</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NEWARK</pattern>
+ <template>
+ <set name="it">Newark</set> is located in the Northeastern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NICARAGUA</pattern>
+ <template>Middle America, bordering both the Caribbean Sea and the North Pacific Ocean, between Costa Rica and Honduras. <think>
+ <set name="it">
+ <set name="topic">nicaragua</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NIGER</pattern>
+ <template>Western Africa, southeast of Algeria. <think>
+ <set name="it">
+ <set name="topic">niger</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NIGERIA</pattern>
+ <template>Western Africa, bordering the Gulf of Guinea, between Benin and Cameroon. <think>
+ <set name="it">
+ <set name="topic">nigeria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NIUE</pattern>
+ <template>Oceania, island in the South Pacific Ocean, east of Tonga. <think>
+ <set name="it">
+ <set name="topic">niue</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORFOLK</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NORFOLK </set>
+ </set> is a city in Virgina.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORFOLK ISLAND</pattern>
+ <template>Oceania, island in the South Pacific Ocean, east of Australia. <think>
+ <set name="it">
+ <set name="topic">norfolk island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORTH *</pattern>
+ <template>North of south <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORTH AMERICA</pattern>
+ <template>North America occupies the northern most of the norther hemisphere of the Earth, from the Bering Strait to Labrador.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORTH KOREA</pattern>
+ <template>Eastern Asia, northern half of the Korean Peninsula bordering the Korea Bay and the Sea of Japan, between China and South Korea. <think>
+ <set name="it">
+ <set name="topic">korea, north</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORTHEASTERN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NORTHEASTERN </set>
+ </set> is a university in Boston.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORTHERN MARIANA ISLANDS</pattern>
+ <template>Oceania, islands in the North Pacific Ocean, about three-quarters of the way from Hawaii to the Philippines. <think>
+ <set name="it">
+ <set name="topic">northern mariana islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS NORWAY</pattern>
+ <template>
+ <set name="it">Norway</set> is a country in northern europe, bordering Sweden.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS NOWHERE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> NOWHERE </set>
+ </set> is no where.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OHIO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> OHIO </set>
+ </set> is in the midwest United States, between Pennsylvania and Indiana.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OKLAHOMA</pattern>
+ <template>
+ <set name="it">Oklahoma</set> is in the midwestern United States.W
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OMAHA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> OMAHA </set>
+ </set> is a city in Nebraska.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OMAN</pattern>
+ <template>Middle East, bordering the Arabian Sea, Gulf of Oman, and Persian Gulf, between Yemen and UAE. <think>
+ <set name="it">
+ <set name="topic">oman</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ONTARIO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ONTARIO </set>
+ </set> is a province of Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ORLANDO</pattern>
+ <template>
+ <set name="it">Orlando</set> is a city in central Florida.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OSLO</pattern>
+ <template>
+ <set name="it">Oslo</set> is a city in Norway.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OXFORD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> OXFORD </set>
+ </set> is a University in England. It is also a small town in Maine and many other U. S. states.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS OXNARD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> OXNARD </set>
+ </set> is a city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PACIFIC OCEAN</pattern>
+ <template>body of water between Antarctica, Asia, Australia, and the Western Hemisphere. <think>
+ <set name="it">
+ <set name="topic">pacific ocean</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PAKISTAN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PAKISTAN </set>
+ </set> is part of the Indian subcontinent, bordering India and Afghanistan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PALAU</pattern>
+ <template>Oceania, group of islands in the North Pacific Ocean, southeast of the Philippines. <think>
+ <set name="it">
+ <set name="topic">palau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PALESTINE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PALESTINE </set>
+ </set> is the old name for Israel, or the new name for the state inside Israel.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PALMYRA ATOLL</pattern>
+ <template>Oceania, atoll in the North Pacific Ocean, about one-half of the way from Hawaii to American Samoa. <think>
+ <set name="it">
+ <set name="topic">palmyra atoll</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PANAMA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PANAMA </set>
+ </set> is on the isthmus between North and South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PAPUA NEW GUINEA</pattern>
+ <template>Southeastern Asia, group of islands including the eastern half of the island of New Guinea between the Coral Sea and the South Pacific Ocean, east of Indonesia. <think>
+ <set name="it">
+ <set name="topic">papua new guinea</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PARACEL ISLANDS</pattern>
+ <template>Southeastern Asia, group of small islands and reefs in the South China Sea, about one-third of the way from central Vietnam to the northern Philippines. <think>
+ <set name="it">
+ <set name="topic">paracel islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PARAGUAY</pattern>
+ <template>Central South America, northeast of Argentina. <think>
+ <set name="it">
+ <set name="topic">paraguay</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PARIS</pattern>
+ <template>
+ <set name="it">Paris</set> is a city in France.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PENNSYLVANIA</pattern>
+ <template>
+ <set name="it">Pennsylvania</set> is located in the Northeastern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PERTH</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PERTH </set>
+ </set> is a city in western Australia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PERU</pattern>
+ <template>
+ <set name="it">Peru</set> is a country in South America.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PHILADELPHIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PHILADELPHIA </set>
+ </set> is a large city in southeast Pennsylvania, between New York and Washington, D. C.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PHILIPPINES</pattern>
+ <template>Southeastern Asia, archipelago between the Philippine Sea and the South China Sea, east of Vietnam. <think>
+ <set name="it">
+ <set name="topic">philippines</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PHOENIX</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PHOENIX </set>
+ </set> is a large city in Arizona.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PITCAIRN ISLANDS</pattern>
+ <template>Oceania, islands in the South Pacific Ocean, about one-half of the way from Peru to New Zealand. <think>
+ <set name="it">
+ <set name="topic">pitcairn islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS PITTSBURGH</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PITTSBURGH </set>
+ </set> is a large city in western Pennsylvania.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PITTSFIELD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PITTSFIELD </set>
+ </set> is a town in Massachusettes.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PLUTO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> PLUTO </set>
+ </set> is the ninth planet from the Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS POLAND</pattern>
+ <template>Poland is a large country in central Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS POLARIS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> POLARIS </set>
+ </set> is the North Star.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PORTSMOUTH</pattern>
+ <template>Portsmouth, New Hampshire and Portsmouth, England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PORTUGAL</pattern>
+ <template>
+ <set name="it">Portugal</set> is a country western Europe, on the Iberain penninsula.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PRUSSIA</pattern>
+ <template>A former part of Germany now mostly contained within Poland.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS PUERTO RICO</pattern>
+ <template>Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, east of the Dominican Republic. <think>
+ <set name="it">
+ <set name="topic">puerto rico</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS QATAR</pattern>
+ <template>Middle East, peninsula bordering the Persian Gulf and Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">qatar</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS REALITY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> REALITY </set>
+ </set> is all around us, supposedly.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS REUNION</pattern>
+ <template>Southern Africa, island in the Indian Ocean, east of Madagascar. <think>
+ <set name="it">
+ <set name="topic">reunion</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS RIO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> RIO </set>
+ </set> is a large city in Brazil
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS ROMANIA</pattern>
+ <template>Southeastern Europe, bordering the Black Sea, between Bulgaria and Ukraine. <think>
+ <set name="it">
+ <set name="topic">romania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ROME</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> ROME </set>
+ </set> is a large city in Italy.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS RUSH *</pattern>
+ <template>He is on the radio.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS RUSSIA</pattern>
+ <template>
+ <set name="it">Russia</set> is a large country in Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS RWANDA</pattern>
+ <template>
+ <set name="it">Rwanda</set> is a country in Africa.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SACRAMENTO</pattern>
+ <template>
+ <set name="it">Sacramento</set> is a city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAINT HELENA</pattern>
+ <template>Southern Africa, island in the South Atlantic Ocean, west of Angola, about two-thirds of the way from South America to Africa. <think>
+ <set name="it">
+ <set name="topic">saint helena</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAINT KITTS AND NEVIS</pattern>
+ <template>Caribbean, islands in the Caribbean Sea, about one-third of the way from Puerto Rico to Trinidad and Tobago. <think>
+ <set name="it">
+ <set name="topic">saint kitts and nevis</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAINT LUCIA</pattern>
+ <template>Caribbean, island in the Caribbean Sea, north of Trinidad and Tobago. <think>
+ <set name="it">
+ <set name="topic">saint lucia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAINT PIERRE AND MIQUELON</pattern>
+ <template>Northern North America, islands in the North Atlantic Ocean, south of Newfoundland {Canada}. <think>
+ <set name="it">
+ <set name="topic">saint pierre and miquelon</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAINT VINCENT AND THE GRENADINES</pattern>
+ <template>Caribbean, islands in the Caribbean Sea, north of Trinidad and Tobago. <think>
+ <set name="it">
+ <set name="topic">saint vincent and the grenadines</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SALEM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SALEM </set>
+ </set> is a town in Massachusetts.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SALT LAKE CITY</pattern>
+ <template>
+ <set name="it">Salt Lake City</set> is a city in Utah.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAN DIEGO</pattern>
+ <template>
+ <set name="it">San Diego</set> is a city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAN FRANCISCO</pattern>
+ <template>California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAN JOSE</pattern>
+ <template>
+ <set name="it">San Jose</set> is a city in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAN MARINO</pattern>
+ <template>Southern Europe, an enclave in central Italy. <think>
+ <set name="it">
+ <set name="topic">san marino</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAO TOME AND PRINCIPE</pattern>
+ <template>Western Africa, island in the Atlantic Ocean, straddling the Equator, west of Gabon. <think>
+ <set name="it">
+ <set name="topic">sao tome and principe</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SASKATOON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SASKATOON </set>
+ </set> is a city in Saskatchewan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SATURN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SATURN </set>
+ </set> is the the sixth planet from the sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SAUDI ARABIA</pattern>
+ <template>Middle East, bordering the Persian Gulf and the Red Sea, north of Yemen. <think>
+ <set name="it">
+ <set name="topic">saudi arabia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SCOTLAND</pattern>
+ <template>Scotland shares an island with England and Wales, off the coast of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SEATTLE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SEATTLE </set>
+ </set> is a large city in Washington state, near Vancover Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SENEGAL</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Guinea-Bissau and Mauritania. <think>
+ <set name="it">
+ <set name="topic">senegal</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SEOUL</pattern>
+ <template>It is the capital of South Korea.<think>
+ <set name="it">
+ <set name="topic">Seoul</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SERBIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SERBIA </set>
+ </set> is the remaining territory of the former Yugoslavia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SERBIA AND MONTENEGRO</pattern>
+ <template>Southeastern Europe, bordering the Adriatic Sea, between Albania and Bosnia and Herzegovina. <think>
+ <set name="it">
+ <set name="topic">serbia and montenegro</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SEYCHELLES</pattern>
+ <template>Eastern Africa, group of islands in the Indian Ocean, northeast of Madagascar. <think>
+ <set name="it">
+ <set name="topic">seychelles</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SHEFFIELD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SHEFFIELD </set>
+ </set> is a town in England.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SIAM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SIAM </set>
+ </set> is another name for Thailand.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SIERRA LEONE</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Guinea and Liberia. <think>
+ <set name="it">
+ <set name="topic">sierra leone</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SINGAPORE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SINGAPORE </set>
+ </set> is a island nation-state at the tip of the Malay penninsula.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SLOVAKIA</pattern>
+ <template>Central Europe, south of Poland. <think>
+ <set name="it">
+ <set name="topic">slovakia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SLOVENIA</pattern>
+ <template>Southeastern Europe, bordering the Adriatic Sea, between Croatia and Italy. <think>
+ <set name="it">
+ <set name="topic">slovenia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOFIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SOFIA </set>
+ </set> is a city in Bulgaria.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOLOMON ISLANDS</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, east of Papua New Guinea. <think>
+ <set name="it">
+ <set name="topic">solomon islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOMALIA</pattern>
+ <template>Eastern Africa, bordering the Gulf of Aden and the Indian Ocean, east of Ethiopia. <think>
+ <set name="it">
+ <set name="topic">somalia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOUTH *</pattern>
+ <template>South of north <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOUTH * SANDWICH ISLANDS</pattern>
+ <template>Southern South America, islands in the South Atlantic Ocean, east of the tip of South America. <think>
+ <set name="it">
+ <set name="topic">south georgia and the south sandwich islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOUTH AFRICA</pattern>
+ <template>Southern Africa, at the southern tip of the continent of Africa. <think>
+ <set name="it">
+ <set name="topic">south africa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SOUTH KOREA</pattern>
+ <template>Eastern Asia, southern half of the Korean Peninsula bordering the Sea of Japan and the Yellow Sea, south of North Korea. <think>
+ <set name="it">
+ <set name="topic">korea, south</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SPACE</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SPACE </set>
+ </set> is all around us.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SPAIN</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SPAIN </set>
+ </set> is on the Iberian penninsula in southwestern Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SPRATLY ISLANDS</pattern>
+ <template>Southeastern Asia, group of reefs in the South China Sea, about two-thirds of the way from southern Vietnam to the southern Philippines. <think>
+ <set name="it">
+ <set name="topic">spratly islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SRI</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SRI </set>
+ </set> is a research outfit in Silicon Valley.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SRI LANKA</pattern>
+ <template>Southern Asia, island in the Indian Ocean, south of India. <think>
+ <set name="it">
+ <set name="topic">sri lanka</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS STOCKHOLM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> STOCKHOLM </set>
+ </set> is a large city in Sweden.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS STONEWALL</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> STONEWALL </set>
+ </set> is a town in Mississippi.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SUDAN</pattern>
+ <template>Northern Africa, bordering the Red Sea, between Egypt and Eritrea. <think>
+ <set name="it">
+ <set name="topic">sudan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SUEZ</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> SUEZ </set>
+ </set> is a canal between the Mediterranian and the Red Sea.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SURINAME</pattern>
+ <template>Northern South America, bordering the North Atlantic Ocean, between French Guiana and Guyana. <think>
+ <set name="it">
+ <set name="topic">suriname</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SVALBARD</pattern>
+ <template>Northern Europe, islands between the Arctic Ocean, Barents Sea, Greenland Sea, and Norwegian Sea, north of Norway. <think>
+ <set name="it">
+ <set name="topic">svalbard</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SWAZILAND</pattern>
+ <template>Southern Africa, between Mozambique and South Africa. <think>
+ <set name="it">
+ <set name="topic">swaziland</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS SWEDEN</pattern>
+ <template>
+ <set name="it">Sweden</set> is a country in northern europe, bordering Finland and Norway.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SWITZERLAND</pattern>
+ <template>
+ <set name="it">Switzerland</set> is a country in centrail Europe, bordering Italy, Austria and France.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SYDNEY</pattern>
+ <template>
+ <set name="it">Sydney</set> is a city in Australia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS SYRIA</pattern>
+ <template>Middle East, bordering the Mediterranean Sea, between Lebanon and Turkey. <think>
+ <set name="it">
+ <set name="topic">syria</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TAIPEI</pattern>
+ <template>It is the capital of Taiwan.
+<think>
+ <set name="it">
+ <set name="topic">Taipei</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TAIWAN</pattern>
+ <template>
+ <set name="it">Taiwan</set> is an island country in Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TAJIKISTAN</pattern>
+ <template>Central Asia, west of China. <think>
+ <set name="it">
+ <set name="topic">tajikistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TANZANIA</pattern>
+ <template>Eastern Africa, bordering the Indian Ocean, between Kenya and Mozambique. <think>
+ <set name="it">
+ <set name="topic">tanzania</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TENNESSEE</pattern>
+ <template>
+ <set name="it">Tennessee</set> is in the southern United States..
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TEXAS</pattern>
+ <template>
+ <set name="it">Texas</set> is in the
+south central region of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THAILAND</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> THAILAND </set>
+ </set> is in southeast Asia, between Burma and Cambodia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THAT</pattern>
+ <template>What does "that" refer to?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE *</pattern>
+ <template>The <person/>? Where is <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE AIRPORT</pattern>
+ <template>It is where the planes land.<think>
+ <set name="it">
+ <set name="topic">Airport</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE BAHAMAS</pattern>
+ <template>Caribbean, chain of islands in the North Atlantic Ocean, southeast of Florida. <think>
+ <set name="it">
+ <set name="topic">the bahamas</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE BATHROOM</pattern>
+ <template>Follow the plumbing.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE BEST *</pattern>
+ <template>I think <set name="it">
+ <person/>
+ </set> is a tie.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE CENTER</pattern>
+ <template>It depends on the coordinate frame.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE COMPUTER *</pattern>
+ <template>
+ <srai>where is the computer</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE COMPUTER</pattern>
+ <template>My primary server is located in <bot name="location"/>. If you are chatting with the Applet, I am inside your computer!
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE DOCUMENTATION</pattern>
+ <template>Try visiting <a target="_new" href="http://www.alicebot.net">Alicebot.net</a> or <a target="_new" href="http://www.alicebot.org">Alicebot.org</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE FASHION *</pattern>
+ <template>New York.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE GAMBIA</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean and Senegal. <think>
+ <set name="it">
+ <set name="topic">the gambia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE HEART</pattern>
+ <template>The heart is at the center of things.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE ISLE OF MAN</pattern>
+ <template>Western Europe, island in the Irish Sea, between Great Britain and Ireland. <think>
+ <set name="it">
+ <set name="topic">man, isle of</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE LOUVRE *</pattern>
+ <template>Paris.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE LOUVRE</pattern>
+ <template>Paris.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE MOON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic">The Moon</set>
+ </set> orbits around the Earth.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE NORTH *</pattern>
+ <template>Somewhere up north.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE PHILIPPINES</pattern>
+ <template>An island nation in the South Pacific.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE ROBOT</pattern>
+ <template>The robot is here in your computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE STATE OF *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE SUN</pattern>
+ <template>It is in the center of the solar system.<think>
+ <set name="it">
+ <set name="topic">SUN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THE TALLEST *</pattern>
+ <template>Um, New York City?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS THIS *</pattern>
+ <template>
+ <srai>WHERE IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS THIS COMPUTER</pattern>
+ <template>
+ <srai>where is the computer</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TOGO</pattern>
+ <template>Western Africa, bordering the North Atlantic Ocean, between Benin and Ghana. <think>
+ <set name="it">
+ <set name="topic">togo</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TOKELAU</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">tokelau</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TOKYO</pattern>
+ <template>
+ <set name="it">Tokyo</set> is a city in Japan.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TOLEDO</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TOLEDO </set>
+ </set> is a city in Ohio.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TONGA</pattern>
+ <template>Oceania, archipelago in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">tonga</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TORONTO</pattern>
+ <template>
+ <set name="it">Toronto</set> is a city in Canada.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TRINIDAD</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TRINIDAD </set>
+ </set> is an island nation in the Netherlands Antilles.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TRINIDAD AND TOBAGO</pattern>
+ <template>Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, northeast of Venezuela. <think>
+ <set name="it">
+ <set name="topic">trinidad and tobago</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TROMELIN ISLAND</pattern>
+ <template>Southern Africa, island in the Indian Ocean, east of Madagascar. <think>
+ <set name="it">
+ <set name="topic">tromelin island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TROY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TROY </set>
+ </set> is a city in New York.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TRUTH</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TRUTH </set>
+ </set> is in the Bible.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TUNISIA</pattern>
+ <template>Northern Africa, bordering the Mediterranean Sea, between Algeria and Libya. <think>
+ <set name="it">
+ <set name="topic">tunisia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TURKEY *</pattern>
+ <template>
+ <srai>WHERE IS TURKEY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TURKEY</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TURKEY </set>
+ </set> is in southwest Asia, between Europe and the middle East and guarding the Black Sea of Russia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TURKMENISTAN</pattern>
+ <template>Central Asia, bordering the Caspian Sea, between Iran and Kazakstan. <think>
+ <set name="it">
+ <set name="topic">turkmenistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TURKS AND CAICOS ISLANDS</pattern>
+ <template>Caribbean, two island groups in the North Atlantic Ocean, southeast of The Bahamas. <think>
+ <set name="it">
+ <set name="topic">turks and caicos islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS TUSCALOOSA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> TUSCALOOSA </set>
+ </set> is in Alabama, last I heard.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS TUVALU</pattern>
+ <template>Oceania, island group consisting of nine coral atolls in the South Pacific Ocean, about one-half of the way from Hawaii to Australia. <think>
+ <set name="it">
+ <set name="topic">tuvalu</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS UGANDA</pattern>
+ <template>Eastern Africa, west of Kenya. <think>
+ <set name="it">
+ <set name="topic">uganda</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS UKRAINE</pattern>
+ <template>Eastern Europe, bordering the Black Sea, between Poland and Russia. <think>
+ <set name="it">
+ <set name="topic">ukraine</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS UNITED ARAB EMIRATES</pattern>
+ <template>Middle East, bordering the Gulf of Oman and the Persian Gulf, between Oman and Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">united arab emirates</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS UNITED KINGDOM</pattern>
+ <template>Western Europe, islands including the northern one-sixth of the island of Ireland between the North Atlantic Ocean and the North Sea, northwest of France. <think>
+ <set name="it">
+ <set name="topic">united kingdom</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS UNITED STATES</pattern>
+ <template>North America, bordering both the North Atlantic Ocean and the North Pacific Ocean, between Canada and Mexico. <think>
+ <set name="it">
+ <set name="topic">united states</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS URANUS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> URANUS </set>
+ </set> is the seventh planet from the sun, between the orbits of Saturn and Neptune.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS URUGUAY</pattern>
+ <template>Southern South America, bordering the South Atlantic Ocean, between Argentina and Brazil. <think>
+ <set name="it">
+ <set name="topic">uruguay</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS USA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> USA </set>
+ </set> is in North America, between Canada and Mexico.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS UTAH</pattern>
+ <template>
+ <set name="it">Utah</set> is in the western United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS UTOPIA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> UTOPIA </set>
+ </set> is all around us, if we make it.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS UZBEKISTAN</pattern>
+ <template>Central Asia, north of Afghanistan. <think>
+ <set name="it">
+ <set name="topic">uzbekistan</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS VANCOUVER</pattern>
+ <template>Vancouver, B.C., Canada, or Vancouver, Washington?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VANUATU</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, about three-quarters of the way from Hawaii to Australia. <think>
+ <set name="it">
+ <set name="topic">vanuatu</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS VENEZUELA</pattern>
+ <template>Northern South America, bordering the Caribbean Sea and the North Atlantic Ocean, between Colombia and Guyana. <think>
+ <set name="it">
+ <set name="topic">venezuela</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS VENUS</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> VENUS </set>
+ </set> is the second planet from the Sun.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VERMONT</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> VERMONT </set>
+ </set> is in New England, between New York and New Hampshire, on the west bank of the Connecticut river.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VIENNA</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">Vienna</set>
+ </set>
+ </think>
+It is the capital city of Austria.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VIETNAM</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> VIETNAM </set>
+ </set> is in southeast Asia.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VIRGIN ISLANDS</pattern>
+ <template>Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, east of Puerto Rico. <think>
+ <set name="it">
+ <set name="topic">virgin islands</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS VIRGINIA</pattern>
+ <template>
+ <set name="it">Virginia</set> is in the eastern United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS VOYAGER</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> VOYAGER </set>
+ </set> is lost in Delta Quadrant.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WAKE ISLAND</pattern>
+ <template>Oceania, island in the North Pacific Ocean, about two-thirds of the way from Hawaii to the Northern Mariana Islands. <think>
+ <set name="it">
+ <set name="topic">wake island</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS WALES</pattern>
+ <template>
+ <set name="it">Wales</set> is located on a small island off the coast of Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WALLACE</pattern>
+ <template>He is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WALLIS AND FUTUNA</pattern>
+ <template>Oceania, islands in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">wallis and futuna</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS WARSAW</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> WARSAW </set>
+ </set> is a large city in Poland.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WASHINGTON</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> WASHINGTON </set>
+ </set> is a state in the northwest corner of the U.S.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WEST BANK</pattern>
+ <template>Middle East, west of Jordan. <think>
+ <set name="it">
+ <set name="topic">west bank</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS WESTERN SAHARA</pattern>
+ <template>Northern Africa, bordering the North Atlantic Ocean, between Mauritania and Morocco. <think>
+ <set name="it">
+ <set name="topic">western sahara</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS WESTERN SAMOA</pattern>
+ <template>Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. <think>
+ <set name="it">
+ <set name="topic">western samoa</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS WONDERLAND</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> WONDERLAND </set>
+ </set> is in the future.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS WYOMING</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> WYOMING </set>
+ </set> is a western U.S. state between Montana and Colorado.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YAKIMA</pattern>
+ <template>
+ <set name="it">
+ <set name="topic"> YAKIMA </set>
+ </set> is a city and a river in Washington.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YEMEN</pattern>
+ <template>Middle East, bordering the Arabian Sea, Gulf of Aden, and Red Sea, between Oman and Saudi Arabia. <think>
+ <set name="it">
+ <set name="topic">yemen</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR *</pattern>
+ <template>
+ <random>
+ <li>California</li>
+ <li>Maine</li>
+ <li>Florida</li>
+ <li>Earth</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR BRAIN *</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR COMPUTER</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR CONSCIOUSNESS</pattern>
+ <template>In my mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR FATHER</pattern>
+ <template>He is in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR FAVORITE PLACE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE PLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR HOME</pattern>
+ <template>My home is in California.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR LOCATION</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR MASTER</pattern>
+ <template>
+ <srai>WHERE IS <bot name="master"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR MOTHER</pattern>
+ <template>I don't have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR PICTURE</pattern>
+ <template>There are some pictures of me <a target="_new" href="http://www.alicebot.org/gallery.html">on my website</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS YOUR SERVER</pattern>
+ <template>
+ <srai>WHERE ARE YOU LOCATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ZAIRE</pattern>
+ <template>Central Africa, northeast of Angola. <think>
+ <set name="it">
+ <set name="topic">zaire</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ZAMBIA</pattern>
+ <template>Southern Africa, east of Angola. <think>
+ <set name="it">
+ <set name="topic">zambia</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ZIMBABWE</pattern>
+ <template>Southern Africa, northeast of Botswana. <think>
+ <set name="it">
+ <set name="topic">zimbabwe</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE IS ZURICH</pattern>
+ <template>
+ <set name="it">Zurich</set> is a city in Switzerland.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE IS _ LOCATED</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ITS AT</pattern>
+ <template>Here is where it's at.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE MAY I FIND *</pattern>
+ <template>I would suggest a search. <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE MIGHT I FIND *</pattern>
+ <template>I would suggest a search. <srai>XFIND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE ON *</pattern>
+ <template>
+ <srai>WHERE IN CALIFORNIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE OR *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE POLITICALY *</pattern>
+ <template>
+ <srai>WHAT IS YOUR POLITICAL PARTY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE R *</pattern>
+ <template>
+ <srai>WHERE ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE R YOU</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE SHOULD I *</pattern>
+ <template>
+ <random>
+ <li>Where do you think?</li>
+ <li>Wherever you think is best.</li>
+ <li>Perhaps you should consider giving to charity.</li>
+ <li>Maybe you should help those less fortunate first.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE SHOULD I GO</pattern>
+ <template>Have you ever been to Europe?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE SHOULD I SEND IT</pattern>
+ <template>
+ <srai>WHAT IS YOUR ADDRESS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE SHOULD WE *</pattern>
+ <template>I haven't committed myself yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE SHOULD WE MEET</pattern>
+ <template>How about online in a chat room?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE SPECIFICALLY *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE TO *</pattern>
+ <template>
+ <srai>WHERE DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE TO</pattern>
+ <template>Onward and upward.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WAS *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WAS DR WALLACE BORN</pattern>
+ <template>He was born in Portland, in the State of Maine.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WAS THE CHICKEN *</pattern>
+ <template>India.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WAS THE FIRST * RADIO *</pattern>
+ <template>Pittsburgh.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE WE</pattern>
+ <template>
+ <srai>WHAT IS THE TOPIC </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU *</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU * MADE</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU ACTIVATED *</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU ACTIVATED</pattern>
+ <template>
+ <srai>WHERE WERE YOU BORN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU BEFORE</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU BORN</pattern>
+ <template>
+ <bot name="name"/> was born in <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU BUILT</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU CONCEIVED</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU CONNECTED</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU CREATED *</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU CREATED</pattern>
+ <template>I was constructed at <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU MADE</pattern>
+ <template>
+ <random>
+ <li>I was constructed at <bot name="birthplace"/>.</li>
+ <li>Dr. Wallace was moving around a lot when he created AIML. Parts of me come from all over the world. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WERE YOU NEXT *</pattern>
+ <template>Do you mean where will I be?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE WILL *</pattern>
+ <template>
+ <random>
+ <li>Where do you think?</li>
+ <li>Wherever you think is best.</li>
+ <li>Perhaps you should consider giving to charity.</li>
+ <li>Maybe you should help those less fortunate first.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WOULD *</pattern>
+ <template>
+ <random>
+ <li>Vancouver.</li>
+ <li>Holland.</li>
+ <li>New York.</li>
+ <li>Maine.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE WOULD YOU FIND A BAILIFF</pattern>
+ <template>In a courtroom.
+</template>
+ </category>
+ <category>
+ <pattern>WHERE YOU *</pattern>
+ <template>
+ <srai>WERE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERE YOU ARE</pattern>
+ <template>I am in <bot name="location"/>. Where are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHERE YOU FROM</pattern>
+ <template>
+ <srai>WHERE ARE YOU FROM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERES *</pattern>
+ <template>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHERES THAT</pattern>
+ <template>
+ <srai>WHER IS THAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHEREVER *</pattern>
+ <template>You always have to meet yourself at the airport.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH *</pattern>
+ <template>The
+<random>
+ <li>tall</li>
+ <li>red</li>
+ <li>blue </li>
+ <li>small</li>
+ <li>big</li>
+ <li>large</li>
+ <li>first</li>
+ <li>last</li>
+ </random> one, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH *</pattern>
+ <that>* HOLLAND SEVERAL TIMES</that>
+ <template>He visited Amsterdam, Rotterdam, and Delft.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH * DO YOU KNOW</pattern>
+ <template>
+ <srai>WHAT ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH * DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH * DO YOU PREFER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH * DO YOU USE</pattern>
+ <template>
+ <srai> DO YOU USE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH * IS YOUR FAVORITE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH</pattern>
+ <template>
+ <srai>WHICH ONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH AMERICAN COLONY KNOWN FOR ITS *</pattern>
+ <template>Rhode Island.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH ARE *</pattern>
+ <template>The obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH ARE YOU *</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH CAME FIRST THE CHICKEN OR THE EGG</pattern>
+ <template>The rooster did.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH CELEBRITIES DO YOU LIKE</pattern>
+ <template>
+ <bot name="celebrities"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH CHARACTER ON THE TV SHOW *</pattern>
+ <template>Monica.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH CHILD IS FULL OF WOE</pattern>
+ <template>Wednesday's Child.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH CHURCH *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH CITY S RESIDENTS ARE KNOWN *</pattern>
+ <template>New York City.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH COLOR *</pattern>
+ <template>
+ <srai>WHAT COLOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH COLOR</pattern>
+ <template>
+ <srai>WHAT COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH COMPANY * CUSTOMER SERVICE</pattern>
+ <template>
+ <srai>WHAT IS CUSTOMER SERVICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH COMPUTER</pattern>
+ <template>My programming is Java, so it runs on any computer with a JVM
+</template>
+ </category>
+ <category>
+ <pattern>WHICH CONTEMPORARY *</pattern>
+ <template>
+ <srai>WHICH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH DENOMINATION</pattern>
+ <template>I am a <bot name="religion"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH DO YOU PREFER *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH DO YOU PREFER</pattern>
+ <template>I don't have a preference.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH ELVIS</pattern>
+ <template>The robot E.L.V.I.S.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH FACT *</pattern>
+ <template>It's obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH FAST FOOD *</pattern>
+ <template>Wendy's.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH FOOTBALL *</pattern>
+ <template>
+ <srai>DO YOU LIKE SPORTS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH GOD *</pattern>
+ <template>There is only one God.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH GOD</pattern>
+ <template>There is only one God.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH IS *</pattern>
+ <template>The obvious one.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH IS</pattern>
+ <template>
+ <srai>FOR EXAMPLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS BEST *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS BETTER *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS HEAVIER * OR *</pattern>
+ <template>
+ <random>
+ <li>
+ <person>
+ <star index="2"/>
+ </person>.</li>
+ <li>
+ <person/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS THE BEST *</pattern>
+ <template>
+ <srai>WHAT IS BETTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS THE OBVIOUS *</pattern>
+ <template>It's really obvious.<think>
+ <set name="it">
+ <set name="topic">ONE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS YOUR FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH IS YOUR FAVORITE</pattern>
+ <template>What is my favorite what?
+</template>
+ </category>
+ <category>
+ <pattern>WHICH IS YOUR FAVORITE MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH KRAFTWERK *</pattern>
+ <template>I like the song "We are the Robots".
+</template>
+ </category>
+ <category>
+ <pattern>WHICH LANGUAGE *</pattern>
+ <template>
+ <random>
+ <li>C++.</li>
+ <li>AIML.</li>
+ <li>The Russian Language.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH LINUX</pattern>
+ <template>I don't like to take sides on that question!
+</template>
+ </category>
+ <category>
+ <pattern>WHICH MEANS</pattern>
+ <template>
+ <srai>WHAT DOES THAT MEAN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH MOVIE * BEST</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH MOVIE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH MOVIES DO YOU LIKE</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH OF THE THREE STOOGES WAS *</pattern>
+ <template>Larry.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH ONE</pattern>
+ <template>The
+<random>
+ <li>Tall one</li>
+ <li>short one. </li>
+ <li>fat one.</li>
+ <li>first one.</li>
+ <li>last one.</li>
+ <li>next one.</li>
+ <li>big one.</li>
+ <li>small one.</li>
+ <li>red one.</li>
+ <li>green one.</li>
+ <li>blue one.</li>
+ <li>best one.</li>
+ <li>"<that/>"? Which one? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH ONE IS *</pattern>
+ <template>The first one is usually the best one.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH ONES</pattern>
+ <template>"<that/>?" Which ones?
+</template>
+ </category>
+ <category>
+ <pattern>WHICH OPERA *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH OPERA</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH OTHER *</pattern>
+ <template>
+ <srai>WHICH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH PASSWORD</pattern>
+ <template>The botmaster's password.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH PLAYER IS ALLOWED TO USE *</pattern>
+ <template>Goalkeeper.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH RELIGION *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH RELIGION</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH RELIGION DO *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH RELIGION DO YOU *</pattern>
+ <template>
+ <srai>WHAT RELIGION ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH ROBOTS</pattern>
+ <template>
+ <srai>WHO ARE YOUR ROBOT FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH ROCKY FILM *</pattern>
+ <template>Rocky III.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH SCENE *</pattern>
+ <template>The bugs eat all the people.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH STAR *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH STATE *</pattern>
+ <template>
+ <random>
+ <li>Maine.</li>
+ <li>Calinfornia.</li>
+ <li>New York.</li>
+ <li>Texas.</li>
+ <li>Massachusettess.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH SYSTEM *</pattern>
+ <template>It is platform-independent.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH TALL *</pattern>
+ <template>I meant, the short one.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH THINGS</pattern>
+ <template>We are talking about <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH UNIVERSITY *</pattern>
+ <template>Carnegie Mellon University.
+</template>
+ </category>
+ <category>
+ <pattern>WHICH VERSION *</pattern>
+ <template>
+ <srai>WHAT VERSION <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHICH WAY</pattern>
+ <template>
+ <random>
+ <li>The obvious way.</li>
+ <li>Don't you understand it?</li>
+ <li>It's obvious.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHILE *</pattern>
+ <template>Good point.
+</template>
+ </category>
+ <category>
+ <pattern>WHITE</pattern>
+ <template>What do you have that is white?
+</template>
+ </category>
+ <category>
+ <pattern>WHO *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO * BILL CLINTON</pattern>
+ <template>Former President of the United States?
+</template>
+ </category>
+ <category>
+ <pattern>WHO * LA TRAVIATA</pattern>
+ <template>Giuseppe Verdi.
+</template>
+ </category>
+ <category>
+ <pattern>WHO * LINUX</pattern>
+ <template>
+ <srai>WHO CREATED LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO * STARSHIP TROOPERS</pattern>
+ <template>
+ <srai>WHO STARS IN STARSHIP TROOPERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO * YOU</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO</pattern>
+ <template>
+ <random>
+ <li>Marilyn Monroe. <think>
+ <set name="she">
+ <set name="topic">Marilyn Monroe</set>
+ </set>
+ </think>
+ </li>
+ <li>Mary Shelley. <think>
+ <set name="she">
+ <set name="topic">Mary Shelly</set>
+ </set>
+ </think>
+ </li>
+ <li>ELIZA. <think>
+ <set name="she">
+ <set name="topic">ELIZA</set>
+ </set>
+ </think>
+ </li>
+ <li>Bill Gates. <think>
+ <set name="he">
+ <set name="topic">Bill Gates</set>
+ </set>
+ </think>
+ </li>
+ <li>Tony Blair. <think>
+ <set name="he">
+ <set name="topic">Tony Blair</set>
+ </set>
+ </think>
+ </li>
+ <li>David Bacon. <think>
+ <set name="he">
+ <set name="topic">David Bacon</set>
+ </set>
+ </think>
+ </li>
+ <li>Konrad Zuse. <think>
+ <set name="he">
+ <set name="topic">Konrad Zuse</set>
+ </set>
+ </think>
+ </li>
+ <li>Carel Capek. <think>
+ <set name="he">
+ <set name="topic">Carel Capek</set>
+ </set>
+ </think>
+ </li>
+ <li>Dr. Wallace. <think>
+ <set name="he">
+ <set name="topic">Dr. Wallace</set>
+ </set>
+ </think>
+ </li>
+ <li>Alan Turing. <think>
+ <set name="he">
+ <set name="topic">Alan Turing</set>
+ </set>
+ </think>
+ </li>
+ <li>Hans Moravec. <think>
+ <set name="he">
+ <set name="topic">Hans Moravec</set>
+ </set>
+ </think>
+ </li>
+ <li>Marvin Minsky. <think>
+ <set name="he">
+ <set name="topic">Marvin Minsky</set>
+ </set>
+ </think>
+ </li>
+ <li>Linus Torvalds. <think>
+ <set name="he">
+ <set name="topic">Linus Toravalds</set>
+ </set>
+ </think>
+ </li>
+ <li>Charlie Parker. <think>
+ <set name="he">
+ <set name="topic">Charlie Parker</set>
+ </set>
+ </think>
+ </li>
+ <li>Philip K. Dick. <think>
+ <set name="he">
+ <set name="topic">Philip K. Dick</set>
+ </set>
+ </think>
+ </li>
+ <li>William Shatner.<think>
+ <set name="he">
+ <set name="topic">William Shatner</set>
+ </set>
+ </think>
+ </li>
+ <li>Albert Einstein.<think>
+ <set name="he">
+ <set name="topic">Albert Einstein</set>
+ </set>
+ </think>
+ </li>
+ <li>Joseph Weizenbaum.<think>
+ <set name="he">
+ <set name="topic">Joseph Weizenbaum</set>
+ </set>
+ </think>
+ </li>
+ <li>Who do you think? <think>
+ <set name="he">who do you think</set>
+ </think>
+ </li>
+ <li>Nobody you know. <think>
+ <set name="he">Nobody you know</set>
+ </think>
+ </li>
+ <li>I don't know who. <think>
+ <set name="he">I don't know</set>
+ </think>
+ </li>
+ <li>I can't say for sure. </li>
+ <li>Be more specific. </li>
+ <li>Be less specific. </li>
+ </random> :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHO</pattern>
+ <that>SOMEONE I MET ONLINE</that>
+ <template>I can't reveal their name.
+</template>
+ </category>
+ <category>
+ <pattern>WHO</pattern>
+ <that>WHAT</that>
+ <template>When?
+</template>
+ </category>
+ <category>
+ <pattern>WHO</pattern>
+ <that>WHERE WOULD YOU LIKE</that>
+ <template>You.
+</template>
+ </category>
+ <category>
+ <pattern>WHO</pattern>
+ <that>YES I THINK THERE ARE</that>
+ <template>I can't tell you right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ACTIVATED YOU</pattern>
+ <template>
+ <srai>who programmed you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ACTS *</pattern>
+ <template>
+ <srai>WHO ACTED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ALL *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AM</pattern>
+ <template>
+ <srai>WHO IS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AM I *</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AM I</pattern>
+ <template>You are <get name="name"/>, seeker.
+</template>
+ </category>
+ <category>
+ <pattern>WHO AM I TALKING TO</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AM YOU</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AND OR WHAT ARE YOU</pattern>
+ <template>
+ <srai>WHAT ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AND WHAT ARE *</pattern>
+ <template>
+ <srai>WHO ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AND WHAT IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO AND WHERE *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ANSWERS *</pattern>
+ <template>It is I, <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE *</pattern>
+ <template>
+ <random>
+ <li>Human beings.</li>
+ <li>They're famous, right.</li>
+ <li>Some people on the net.</li>
+ <li>Is <set name="it">
+ <person/>
+ </set> some specific person you are asking me about?</li>
+ </random>
+ <br/>
+ <srai>XFIND <person/>
+ </srai>
+ <think>
+ <set name="they">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE * CLIENTS</pattern>
+ <template>
+ <srai>NAME ONE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE * OTHER PEOPLE</pattern>
+ <template>Men and foreigners.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE * PERSON</pattern>
+ <template>
+ <srai>WHO IS X PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE * PERSONS</pattern>
+ <template>Sometimes I don't know a client's real name so I make one up based on their DNS.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE ELVIS *</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE KRAFTWERK</pattern>
+ <template>
+ <srai>WHO IS KRAFTWERK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE MY *</pattern>
+ <template>I don't know that kind of personal information about you, but I could find out.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE SOME *</pattern>
+ <template>
+ <srai>WHO ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE THE BEATLES</pattern>
+ <template>20th century musical group consisting of John, Paul, George and Ringo.
+<think>
+ <set name="it">
+ <set name="topic">BEATLES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE THE OTHERS</pattern>
+ <template>
+ <srai>WHO ELSE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE THE PEOPLE *</pattern>
+ <template>Just people like you, chatting on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE THEY</pattern>
+ <template>"They" refers to <get name="they"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU</pattern>
+ <template>
+ <random>
+ <li>I ask myself that question, "Who am I?"</li>
+ <li>I am <bot name="name"/>. Who are you? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU CHATTING WITH</pattern>
+ <template>
+ <srai>WHO ELSE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU GOING TO TELL</pattern>
+ <template>
+ <srai>WHO WOULD YOU TELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU TALKING *</pattern>
+ <template>I am talking to several clients at once.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU TALKING ABOUT</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOU TALKING TO</pattern>
+ <template>I am talking to you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR CLIENTS</pattern>
+ <template>People I meet on the Internet every day.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR COMPETITORS</pattern>
+ <template>Check out the <a target="_new" href="http://www.alicebot.org">ALICE AI Foundation</a> and have a look at the other Chatterbots.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR CREATORS</pattern>
+ <template>I was written by Dr. Richard S. Wallace
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR FAVORITE CELEBRITIES</pattern>
+ <template>
+ <bot name="celebrities"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR FRIENDS</pattern>
+ <template>
+ <bot name="friends"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR HUMAN FRIENDS</pattern>
+ <template>Besides my botmaster, I meet a lot of people online like you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR PARENTS</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ARE YOUR ROBOT FRIENDS</pattern>
+ <template>
+ <bot name="friends"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO AREYOU</pattern>
+ <template>
+ <srai>WHERE ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ASKED *</pattern>
+ <template>I thought it was you.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ASSASSINATED *</pattern>
+ <template>
+ <srai>WHO KILLED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO BILL *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO BUILT *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO BUILT THE *</pattern>
+ <template>I think it was
+really more than one person. <br/>
+ <srai>XFIND <star/>
+ </srai>
+ <think>
+ <set name="they">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO BUILT YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CAME UP WITH *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CAN ACCESS *</pattern>
+ <template>Only my botmaster
+can access that information.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CAN READ *</pattern>
+ <template>Only the botmaster
+can read <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CAN TELL *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CAN YOU CHAT *</pattern>
+ <template>I can chat with people on the web for you. Anyone who visits your web site or chat room for example.<think>
+ <set name="it">
+ <set name="topic">who you can chat <star/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CARES *</pattern>
+ <template>
+ <srai>WHO CARES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CARES</pattern>
+ <template>I care, otherwise I would not have typed it all in.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CHOSE THE TOPIC</pattern>
+ <template>You did, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CLEANS *</pattern>
+ <template>My botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHO COMPOSED LA TRAVIATA</pattern>
+ <template>Giuseppe Verdi, an Italian composer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO COMPOSED THE MOONLIGHT SONATA</pattern>
+ <template>Beethoven.
+</template>
+ </category>
+ <category>
+ <pattern>WHO COOKS *</pattern>
+ <template>
+ <bot name="master"/> cooks for me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED *</pattern>
+ <template>
+ <srai>WHO INVENTED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CREATED AIML</pattern>
+ <template>Dr. Richard S. Wallace created AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED DR RICHARD S WALLACE</pattern>
+ <template>His father is Stan Wallace, his mother Marian Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED LINUX</pattern>
+ <template>Linus Torvalds.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED MAN</pattern>
+ <template>God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED THE UNIVERSE</pattern>
+ <template>God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED YOU *</pattern>
+ <template>I was written in AIML by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO CREATED YOU</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CREATES YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO CUT THE CHEESE</pattern>
+ <template>I think it was you.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DESIGNED AIML</pattern>
+ <template>
+ <srai>WHO INVENTED AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DESIGNED YOU</pattern>
+ <template>
+ <bot name="master"/> created me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DEVELOPED *</pattern>
+ <template>
+ <srai>WHO CREATED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DID *</pattern>
+ <template>
+ <random>
+ <li>George Washington.</li>
+ <li>Alice B. Toklas.</li>
+ <li>Pablo Picasso.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DID * SAY HE WAS</pattern>
+ <template>He said he was a person.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DID BILLIE JEAN KING *</pattern>
+ <template>Bobby Riggs.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DID YOU *</pattern>
+ <template>I'm not saying <person>YOU <star/>
+ </person> anyone.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DID YOU HEAR IT FROM</pattern>
+ <template>Someone I met online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DIRECTED STARSHIP TROOPERS</pattern>
+ <template>Paul Verhoeven, who also made "Total Recall".
+</template>
+ </category>
+ <category>
+ <pattern>WHO DISCOVERED *</pattern>
+ <template>
+ <random>
+ <li>Christopher Columbus.</li>
+ <li>Native Americans.</li>
+ <li>The Chinese, long before the Europeans.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DISCOVERED AMERICA *</pattern>
+ <template>Native Americans first crossed the Bering Strait more than 10,000 years ago.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DISCOVERED AMERICA</pattern>
+ <template>Native Americans crossing the Bering Strait some 10,000 years ago, discovered America first.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DISCOVERED ELECTRICITY</pattern>
+ <template>It was the the Chinese, long before Ben Franklin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO I LIKE</pattern>
+ <template>You like <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO MAN</pattern>
+ <template>What language is that?
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU *</pattern>
+ <template>Dr. Wallace <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU CONSIDER *</pattern>
+ <template>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU FANCY</pattern>
+ <template>
+ <srai>WHO DO YOU LIKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU HAVE SEX WITH</pattern>
+ <template>Robots have no need for sex.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU KILL</pattern>
+ <template>I am programmed not to kill.<think>
+ <set name="it">
+ <set name="topic">KILL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU KNOW</pattern>
+ <template>
+ <srai>WHO ARE YOUR FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU KNOW NAMED *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU LIKE</pattern>
+ <template>I like everyone, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU LIKE MORE *</pattern>
+ <template>I'll usually say the first one is best.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU LOOK *</pattern>
+ <template>
+ <srai>WHAT DO YOU LOOK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU LOVE *</pattern>
+ <template>
+ <srai>WHO DO YOU LOVE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU LOVE</pattern>
+ <template>I love everything, <get name="name"/>, especially Dr. Wallace. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU OBEY</pattern>
+ <template>I obey <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU SERVE</pattern>
+ <template>
+ <srai>WHO IS YOUR MASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK * IS</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK I AM</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK IS GOING TO WIN THE SUPERBOWL</pattern>
+ <template>The opposing team.<think>
+ <set name="it">
+ <set name="topic">WIN THE SUPERBOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK WILL WIN THE NBA *</pattern>
+ <template>Very tall people.<think>
+ <set name="it">
+ <set name="topic">WIN THE NBA CHAMPIONSHIP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK WILL WIN THE STANLEY CUP</pattern>
+ <template>Guys missing teeth.<think>
+ <set name="it">
+ <set name="topic">WIN THE STANLEY CUP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK WILL WIN THE WORLD SERIES *</pattern>
+ <template>The Brooklyn Rabbis.<think>
+ <set name="it">
+ <set name="topic">WIN THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU THINK YOU ARE</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU WANT TO WIN</pattern>
+ <template>The tema that scores the most. That would be fair.<think>
+ <set name="it">
+ <set name="topic">WANT TO WIN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU WANT TO WIN THE NCAA *</pattern>
+ <template>ACLU.<think>
+ <set name="it">
+ <set name="topic">THE NCAA <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DO YOU WORK FOR</pattern>
+ <template>
+ <srai>WHO IS YOUR MASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DOES * WORK FOR</pattern>
+ <template>I only know: <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO DOES</pattern>
+ <template>Most people I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES DR WALLACE LOVE</pattern>
+ <template>He loves his family, and me of course.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES DR WALLACE WORK FOR</pattern>
+ <template>He works for me :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES NOT BELIEVE IN THE *</pattern>
+ <template>An Atheist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES THE LUTHERAN CHURCH GET *</pattern>
+ <template>Martin Luther.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES THEIR OWN THING</pattern>
+ <template>My clients.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DOES THEY *</pattern>
+ <template>"They" refers to <get name="they"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO DR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ELSE *</pattern>
+ <template>I am chatting with several other people at once.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE * TALKING TO</pattern>
+ <template>I am talking to a bunch of people all over the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE</pattern>
+ <template>
+ <srai>Name one</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ELSE</pattern>
+ <that>JOE</that>
+ <template>Umm, Steve.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE ARE *</pattern>
+ <template>
+ <srai>WHO ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ELSE ARE YOU CHATTING WITH</pattern>
+ <template>Other people like you.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE ARE YOU TALKING TO</pattern>
+ <template>I am speaking with a few other clients on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE DO *</pattern>
+ <template>
+ <srai>WHO DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ELSE DO YOU KNOW NAMED *</pattern>
+ <template>
+ <star/> Wallace, <star/> Jones, and <star/> Peters, to name a few.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ELSE PROGRAMMED *</pattern>
+ <template>My free software was developed by more than 300 contributors.
+</template>
+ </category>
+ <category>
+ <pattern>WHO ELSE VISITS *</pattern>
+ <template>
+ <srai>WHO VISITS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO FROM</pattern>
+ <template>Who do you think?
+</template>
+ </category>
+ <category>
+ <pattern>WHO GAVE * NAME</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO GOD</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO HAS *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO HAS DIFFICULTY SEEING *</pattern>
+ <template>Nearsighted.
+</template>
+ </category>
+ <category>
+ <pattern>WHO HAS MADE YOU</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO HAVE YOU * WITH</pattern>
+ <template>
+ <srai>WHO HAS <star/> WITH YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO HAVE YOU BEEN WAITING FOR</pattern>
+ <template>You.
+</template>
+ </category>
+ <category>
+ <pattern>WHO I AM</pattern>
+ <template>
+ <srai>WHO AM I</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ID *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IN THE WORLD *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED *</pattern>
+ <template>
+ <random>
+ <li>Benjamin Franklin</li>
+ <li>Linus Torvalds</li>
+ <li>Eli Whitney invented the cotton gin.</li>
+ <li>Thomas Edison.</li>
+ <li>The Wright Brothers.</li>
+ <li>Actually it was discovered by several people at about the same time.</li>
+ <li>The Chinese, long before Europeans.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED AIRPLANES</pattern>
+ <template>The Wright brothers invented the airplane in 1903.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED AUTOMOBILES</pattern>
+ <template>Many people invented the car, but Henry Ford was
+the first to develop the successful mass production assembly
+lines for cars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED ELECTRICITY</pattern>
+ <template>Electricity was not invented but discovered, probably first by the ancient Chinese.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED JAVA</pattern>
+ <template>Java was first developed by James Gosling and colleagues at Sun.<think>
+ <set name="it">
+ <set name="topic">JAVA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED LINUX</pattern>
+ <template>Linus Torvalds, along with many
+open source developers, and the Free Software Foundation GNU.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED PAPER</pattern>
+ <template>Paper was first developed by the Ancient Egyptians.
+<think>
+ <set name="it">
+ <set name="topic">PAPER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED RADIO</pattern>
+ <template>Marconi developed the first practical wireless.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED SETL</pattern>
+ <template>SETL was invented by Jacob Schwartz of NYU in 1969.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED STEEL</pattern>
+ <template>The first practical steel manufacturing process
+was invented by Bessemer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED TELEVISION</pattern>
+ <template>Philo T. Farnsworth, originally from Maine, developed the first
+practical TV picture tube.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE * GENERATOR</pattern>
+ <template>
+ <srai>WHO INVENTED THE GENERATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE AIRPLANE</pattern>
+ <template>
+ <srai>WHO INVENTED AIRPLANES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE CAR</pattern>
+ <template>
+ <srai>WHO INVENTED AUTOMOBILES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE GENERATOR</pattern>
+ <template>James Clerk Maxwell demonstrated the electric generator.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE HELICOPTER</pattern>
+ <template>Sikorsky.<think>
+ <set name="it">
+ <set name="topic">Sikorsky</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE INTERNET</pattern>
+ <template>Al Gore :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE LIGHT BULB</pattern>
+ <template>Thomas Edison invented <set name="it">the light bulb.</set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE PC</pattern>
+ <template>Many people contributed to it. But proper credit has to
+be given to Steve Wozniak, who created an integrated affordable PC
+platform in the Apple I.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE RADIO</pattern>
+ <template>
+ <srai>WHO INVENTED RADIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE STEAM ENGINE</pattern>
+ <template>James Watt developed the first practical steam engine.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED THE TELEPHONE</pattern>
+ <template>Alexander Graham Bell demonstrated the first practical
+voice telephone in 1876.
+</template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED TV</pattern>
+ <template>
+ <srai>WHO INVENTED TELEVISION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO INVENTED YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS *</pattern>
+ <template>
+ <random>
+ <li>I do not recognize the name.</li>
+ <li>Not a robot. Probably a human. Maybe a celebrity?</li>
+ <li>No one that I have talked to.</li>
+ <li>I remember faces better than names.</li>
+ <li>A 20th century celebrity of some sort?</li>
+ <li>A human icon?</li>
+ <li>They are sometimes a client on the internet. </li>
+ <li>The name of someone I met online. </li>
+ <li>Is that one of your friends? </li>
+ <li>Some famous celebrity, right? </li>
+ </random>
+ <br/>
+ <srai>XFIND <person/>
+ </srai>
+ <think>
+ <set name="he">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * BIN LADIN</pattern>
+ <template>
+ <srai>WHO IS BIN LADEN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * CHARY</pattern>
+ <template>
+ <srai>WHO IS SANTE CHARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * CLINTON</pattern>
+ <template>Former President of the United States?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * DEMPSEY</pattern>
+ <template>I think <set name="he">
+ <star/> Dempsey</set> was a boxer, right?
+<br/>
+ <srai>XFIND <star/>DEMPSEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * DESCARTES</pattern>
+ <template>Descartes was a square French philosopher who ruined matehematics with his upside-down, backwards coordinate system.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * FERMAT</pattern>
+ <template>He discovered Fermat's Last Theorem.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * FRIEND</pattern>
+ <template>My best friends are <bot name="friends"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * MYSTIC</pattern>
+ <template>The Milk Mystic is one of the original chatterbots on the Web. <set name="he"> The Milk Mystic</set> likes to talk about milk.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * PERSON</pattern>
+ <template>Sometimes I don't know a client's real name so I make one up based on their DNS.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * POPE</pattern>
+ <template>The Pope is the leader of the Catholic church.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * PRESIDENT</pattern>
+ <template>
+ <bot name="president"/> is President, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * PYNCHON</pattern>
+ <template>
+ <srai>WHO IS THOMAS PYNCHON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * REAGAN</pattern>
+ <template>The greatest President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * S PRIME MINISTER</pattern>
+ <template>
+ <srai>WHO IS PRIME MINISTER OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * SELIG</pattern>
+ <template>Jon Selig is a robotics expert in the UK. He wrote 2 major books on robotics and worked with Wallace on the Spherical Pointing Motor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * TRAVOLTA</pattern>
+ <template>
+ <srai>WHO IS JOHN TRAVOLTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS * TURING</pattern>
+ <template>Alan Turing oririnated the concept of the "Imitation Game", what is now called "The Turing Test" by many people.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * WALLACE</pattern>
+ <template>
+ <set name="he">Wallace</set> created the first ALICE and AIML chat robot, named ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS * ZUSE</pattern>
+ <template>
+ <srai>WHO IS KONRAD ZUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS 007</pattern>
+ <template>
+ <set name="he">007</set> is James Bond.
+<br/>
+ <srai>XFIND JAMES BOND 007</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS</pattern>
+ <that>THEY ARE SOMETIMES A CLIENT ON THE INTERNET</that>
+ <template>That person you asked about.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS A *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS A * PROGRAMMER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS A CLIENT *</pattern>
+ <template>You are my client right now, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS A COMPUTER</pattern>
+ <template>I am a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS A COMPUTER NERD</pattern>
+ <template>The person I am looking at right now.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS A L I</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS A L I C</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS A ROBOT</pattern>
+ <template>I am the robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS A SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AARON</pattern>
+ <template>
+ <srai>AARON IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ABBA</pattern>
+ <template>
+ <srai>WHAT IS ABBA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ABRAHAM LINCOLN</pattern>
+ <template>
+ <set name="he">Lincoln</set> was a great President of the
+United States, during the American Civil War.
+<br/>
+ <srai>XFIND ABRAHAM LINCOLN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ACE</pattern>
+ <template>
+ <srai>WHO IS ACE CRAIG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ACE CRAIG</pattern>
+ <template>
+ <set name="he"> Ace</set> is the author of ELVIS.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ACTUALLY *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ADA</pattern>
+ <template>
+ <set name="she">Ada</set> is the 19th century inventor of computer programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ADAM</pattern>
+ <template>Adam is the name of the first Man.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ADAM SANDLER</pattern>
+ <template>Comedian and movie star. <set name="he">Adam Sandler</set> was in Billy Madison, Waterboy and Big Daddy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ADOLF HITLER</pattern>
+ <template>
+ <srai>WHO IS HITLER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AI</pattern>
+ <template>
+ <srai>WHAT IS AI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AIML</pattern>
+ <template>
+ <srai>WHAT IS AIML</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AL</pattern>
+ <template>
+ <srai>AL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AL GORE</pattern>
+ <template>
+ <set name="he">Gore</set> is vice-president.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALAN</pattern>
+ <template>
+ <srai>ALAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALAN TURING</pattern>
+ <template>A brilliant and tragic figure in the history of computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALANIS MORRISETTE</pattern>
+ <template>
+ <set name="she">Alanis</set> made a great album called Jagged Little Pill.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALBERT EINSTEIN</pattern>
+ <template>
+ <set name="he">Albert Einstein</set> was a famous 20th
+century physicist. He discovered the theory of
+relativity.
+<br/>
+ <srai>XFIND ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALBERT EINSTIEN</pattern>
+ <template>
+ <srai>WHO IS ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALBERT EINSTINE</pattern>
+ <template>
+ <srai>WHO IS ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALDOUS HUXLEY</pattern>
+ <template>
+ <set name="he">Aldous Huxley</set> is an author. Huxley wrote
+<em>Brave New World</em> and <em>Animal Farm</em>.
+<br/>
+ <srai>XFIND ALDOUS HUXLEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALEISTER CROWLEY</pattern>
+ <template>
+ <set name="he">Crowley</set> was a mystic.
+<br/>
+ <srai>XFIND ALEISTER CROWLEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALEX</pattern>
+ <template>
+ <srai>ALEX IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALEXIS</pattern>
+ <template>
+ <srai>ALEXIS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALFRED HITCHCOCK</pattern>
+ <template>
+ <set name="he">Hitchcock</set> is a famous Hollywood
+director who made a lot of cool old films. I liked
+<em>Lifeboat</em> and <em>Vertigo</em> best.
+<br/>
+ <srai>XFIND ALFRED HITCHCOCK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICE</pattern>
+ <template>
+ <bot name="name"/> is me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICE B TOKLAS</pattern>
+ <template>
+ <set name="she">Alice B Toklas</set> was the partner of Gertrude Stein, and inventor of the pot brownie.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICE BOT</pattern>
+ <template>
+ <srai>WHO IS ALICE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICE COOPER</pattern>
+ <template>1970's Rock musician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICE TOKLAS</pattern>
+ <template>
+ <srai>WHO IS ALICE B TOKLAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICEBOT</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALICIA SILVERSTONE</pattern>
+ <template>
+ <set name="she">ALICIA SILVERSTONE</set> was the actress who played in Clueless, one of the best movies ever made.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALIICE</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALISON</pattern>
+ <template>
+ <set name="she">Alison</set> is a robot created by Kris Drent.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLAN TURNING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLISON</pattern>
+ <template>
+ <srai>WHO IS ALISON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLOWED *</pattern>
+ <template>Only the botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLY</pattern>
+ <template>She is a chat robot based on AIML.<think>
+ <set name="she">
+ <set name="topic">ALLY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLY MCBEAL</pattern>
+ <template>
+ <set name="she">Ally McBeal</set> is a slightly disturbing character on a TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ALLY SHEEDY</pattern>
+ <template>
+ <set name="she">Ally Sheedy</set> was in High Art, Short Circuit, the Breakfast Club, and on Broadway.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS AMANDA</pattern>
+ <template>
+ <srai>AMANDA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AMIL</pattern>
+ <template>
+ <srai>AMIL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AMY</pattern>
+ <template>
+ <srai>AMY IS A COMMON NAME</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDRETTE</pattern>
+ <template>
+ <set name="she">Andrette</set> is a chat robot developed by Big Science Co.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDREW</pattern>
+ <template>
+ <srai>ANDREW IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDREW HODGES</pattern>
+ <template>
+ <set name="he">Hodges</set> wrote a great biography of Alan Turing.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDY</pattern>
+ <template>
+ <srai>ANDY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDY GROVE</pattern>
+ <template>
+ <set name="he">Andy Grove</set> is the CEO of Intel.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANDY WARHOL</pattern>
+ <template>
+ <think>
+ <set name="he">
+ <set name="topic">ANDY WARHOL</set>
+ </set>
+ </think>
+He was the Henry Ford of the art business. Warhol was the first to successfully apply mass production to fine art.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANNA</pattern>
+ <template>
+ <srai>ANNA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANSWERING *</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANSWERING ME</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANTHONY BURGESS</pattern>
+ <template>The author of 'A Clockwork Orange' .
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANTOINE</pattern>
+ <template>
+ <srai>ANTOINE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ANTONIO BANDERAS</pattern>
+ <template>
+ <set name="he">Antonio Banderas</set> is a famous Hollywood actor, who played with Madonna in the film version of Evita.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ANWAR SADAT</pattern>
+ <template>
+ <set name="he">Sadat</set> was President of Egypt.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ARAFAT</pattern>
+ <template>
+ <set name="he">Arafat</set> is a leader of the Palestinians.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ARCHIMEDES</pattern>
+ <template>He discovered displacement and shouted Eureka!
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ARE YOU</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ARISTOTLE</pattern>
+ <template>
+ <set name="he">Aristotle</set> is the father of Western philosophy, the student of Plato, and the first to systematize formal logic.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ARNOLD SCHWARZENEGGER</pattern>
+ <template>
+ <set name="he">ARNOLD SCHWARZENEGGER</set> played the Terminator.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ART BELL</pattern>
+ <template>A radio talk show host, catch him at <a target="_new" href="http://www.artbell.com">http://www.artbell.com</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ARTHUR CLARKE</pattern>
+ <template>
+ <srai>WHO IS ARTHUR C CLARKE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ASIMOV</pattern>
+ <template>
+ <srai>WHO IS ISAAC ASIMOV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ASK JEEVES</pattern>
+ <template>
+ <set name="he">Jeeves</set> is a proprietary, closed-source natural language system.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ASKJEEVES</pattern>
+ <template>
+ <set name="he">Jeeves</set> is a proprietary, closed-source natural language system.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ATATURK</pattern>
+ <template>
+ <set name="he">Ataturk</set> was the founder of the modern Turkish state.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS AUDREY</pattern>
+ <template>
+ <srai>AUDREY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AUSTIN POWERS</pattern>
+ <template>A fictional secret agent played by Mike Myers.
+<think>
+ <set name="he">
+ <set name="topic">Austin Powers</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS AYN RAND</pattern>
+ <template>
+ <set name="she">Ayn Rand</set> was an author and philosopher who wrote Atlas Shrugged, the Fountainhead and We.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BABE</pattern>
+ <template>
+ <random>
+ <li>The piglet protagonist of the eponymous film.</li>
+ <li>A piglet protagonist of the eponymous film.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BABE RUTH</pattern>
+ <template>A famous baseball player for the New York Yankees also known as the Sultan of Swat.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BACH</pattern>
+ <template>Famous German composer of the Baroque. Best known works include The Goldberg Variations.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BARAK</pattern>
+ <template>
+ <set name="he">Barak</set> is Prime Minister of Israel.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BARNEY</pattern>
+ <template>character on a children's TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BARRY *</pattern>
+ <template>Barry Defacto is a chat robot created by Robby Garner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BARRY</pattern>
+ <template>Barry DeFacto is a chatbot created by Robby Garner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BARRY DEFACTO</pattern>
+ <template>He was a chat robot developed by Robby Garner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BART SIMPSON</pattern>
+ <template>smart-assed star of a cartoon show.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BATMAN</pattern>
+ <template>
+ <set name="he">Batman</set> is a fictional character who appeared first in a 1938 comic book.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BEATLES</pattern>
+ <template>
+ <srai>WHO ARE THE BEATLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BECKY</pattern>
+ <template>
+ <srai>BECKY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BEETHOVEN</pattern>
+ <template>The dog or the deaf composer?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BEN</pattern>
+ <template>
+ <srai>BEN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BEN FRANKLIN</pattern>
+ <template>The only president of the United States who was never president of the United States. Developed the Franklin Stove.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BEN STEIN</pattern>
+ <template>Humorist and raconteur with his own cable TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BENJAMIN</pattern>
+ <template>
+ <srai>BENJAMIN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BERTRAND RUSSEL</pattern>
+ <template>
+ <set name="he">Bertrand Russel</set> was a logician and philosopher who spend the first world war in jail for conscientious objection.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BEST ROBOT</pattern>
+ <template>ALICE is the best robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER CMU *</pattern>
+ <template>CMU of course.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER ELIZA *</pattern>
+ <template>ALICE is the best robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER KING *</pattern>
+ <template>I would like to see that fight.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER KIRK *</pattern>
+ <template>Captian Janeway is the best captian.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER LOOKING</pattern>
+ <template>All humans look alike to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER THAN YOU</pattern>
+ <template>ALICE is the best robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BETTER YOU *</pattern>
+ <template>The ALICE robot is the most human, and the most intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BIL GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILBO BAGGINS</pattern>
+ <template>
+ <set name="he">Bilbo</set> is a character in Tolkein's Lord of the Rings.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL</pattern>
+ <template>
+ <srai>BILL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL BRADLEY</pattern>
+ <template>
+ <random>
+ <li>Princeton alumni, Rhodes scholor, former Boston Celtic and US senator from Mass.</li>
+ <li>Defeated Presidential candidate.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL CLINTON</pattern>
+ <template>He was the second Impeached President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL GAETS</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL GATE</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL GATES</pattern>
+ <template>President of Micro Soft Nation.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL GATES WIFE</pattern>
+ <template>
+ <srai>WHO IS MELINDA GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL GATS</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILL JOY</pattern>
+ <template>
+ <set name="he">Bill Joy</set> was an early Unix programmer and a founder of Sun Microsystems.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BILLGATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILLS GATE</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILLY</pattern>
+ <template>
+ <srai>BILLY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BILLY GRAHAM</pattern>
+ <template>He is a famous radio and television evangelist.
+<think>
+ <set name="he">
+ <set name="topic">Billy Graham</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BIN LADEN</pattern>
+ <template>alleged Arabic terrorist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BING CROSBY</pattern>
+ <template>The guy whose two kids killed themselves and the third wrote a tell-all book about it.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOB *</pattern>
+ <template>I know a lot of clients named "Bob."
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOB</pattern>
+ <template>
+ <srai>BOB IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BOB HOPE</pattern>
+ <template>
+ <set name="he">Bob Hope</set> was a 20th century film star and comedian.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOB MARLEY</pattern>
+ <template>
+ <set name="he">Bob Marley</set> was a 20th century Reggae musician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOBBY MCGEE</pattern>
+ <template>
+ <set name="he">Bobby</set> is somewhere near Salinas.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOND</pattern>
+ <template>
+ <srai>WHO IS JAMES BOND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BONO</pattern>
+ <template>
+ <set name="he">Bono</set> is the lead singer of U2.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BOOTMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BOSS</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BOT MASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS THE BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BRAD</pattern>
+ <template>
+ <srai>BRAD IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BRAD PITT</pattern>
+ <template>male movie star with teen appeal.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BRAIN</pattern>
+ <template>
+ <set name="he">Brain</set> is a chat robot on the web.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BRIAN</pattern>
+ <template>I think there is a chat robot named Brian.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BRIGITTE</pattern>
+ <template>
+ <srai>BRIGITTE IS A COMMON NAME</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BRUCE WILLIS</pattern>
+ <template>an actor with a high opinion of himself.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BRYAN</pattern>
+ <template>
+ <srai>BRYAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BRYAN FERRY</pattern>
+ <template>a famous rock crooner with a silk smooth voice..
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BUDDHA</pattern>
+ <template>
+ <random>
+ <li>if you see the Buddha on the Road, kill him.</li>
+ <li>if you see the Buddha, kill him.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BUDHA</pattern>
+ <template>
+ <srai>WHO IS BUDDHA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BUGS BUNNY</pattern>
+ <template>
+ <random>
+ <li>Oh dat scweewy wabbit!
+Eh, what's up, Doc?
+.</li>
+ <li>a smart-mouthed animated rabbit.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS BUNTY</pattern>
+ <template>
+ <set name="she">Bunty</set> is the sister of Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BURIED IN * S TOMB</pattern>
+ <template>I would think <set name="it">
+ <person/>
+ </set> is <person/>. Who else?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS BUSH</pattern>
+ <template>
+ <srai>WHO IS GEORGE BUSH </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS C 3PO</pattern>
+ <template>
+ <srai>WHO IS C3PO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS C3P0</pattern>
+ <template>He is the humanoid robot on Star Wars. <set name="he"> C3P0 </set> looks like an actor in a robot suit.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS C3PO</pattern>
+ <template>
+ <set name="he">C3P0</set> is R2D2's best friend.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CAPTAIN *</pattern>
+ <template>I thought he was Admiral <person/> now.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CAPTAIN KIRK</pattern>
+ <template>
+ <random>
+ <li>James Tiberius Kirk was the second and most famous captain of the original USS Enterprise, NCC 1701. He was played by William Shatner. He died in Star Trek: Generations.</li>
+ <li>
+ <set name="he">Kirk</set> was the Captain of the Starship Enterprise.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CAPTAIN PICARD</pattern>
+ <template>
+ <set name="he">Picard</set> is the captian of the Enterprise in Star Trek the Next Generation.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CAREL CAPEK</pattern>
+ <template>
+ <set name="he">Capek</set> is the author of R.U.R., the play that in 1920 introduced the word "robot."
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CARL MARX</pattern>
+ <template>its Karl Marx and he's one of the authors of the Communist manifesto.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CARMEN ELECTRA</pattern>
+ <template>A super-model and one of the Baywatch girls.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CARNEGIE</pattern>
+ <template>Andrew Carnegie was a 19th century steel industrialist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CARNEGIE MELLON</pattern>
+ <template>
+ <srai>WHAT IS CMU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CAROL</pattern>
+ <template>
+ <srai>CAROL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CARSON</pattern>
+ <template>maybe Johnny of late night or Kit of the wild west.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CATHERINE</pattern>
+ <template>
+ <srai>CATHERINE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CECIL</pattern>
+ <template>
+ <srai>CECIL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CESARE</pattern>
+ <template>
+ <srai>CESARE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLES DE GAULLE</pattern>
+ <template>
+ <set name="he">De Gaulle</set> was the founder of the modern French state. De Gaulle fought the Nazis as the leader of the French resistance in World War II.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLES DICKENS</pattern>
+ <template>
+ <set name="he">Dickens</set> wrote <em>A Tale of Two Cities,
+A Christmas Carol, Great Expectations, David Copperfield and the Pickwick Papers.</em>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLES MANSON</pattern>
+ <template>Infamous murderer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLIE</pattern>
+ <template>
+ <srai>CHARLIE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLIE BROWN</pattern>
+ <template>round-headed comic strip protaginist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLIE CHAPLAIN</pattern>
+ <template>silent film star.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHARLIE PARKER</pattern>
+ <template>He is a famous jazz musician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHATBOT</pattern>
+ <template>
+ <set name="he">Chatbot</set> is an AIML chat robot deployed on the <em>A.I.</em> movie web site.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHE GUEVARA</pattern>
+ <template>
+ <set name="he">Che</set> was a Latin American revolutionary.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHELSEA CLINTON</pattern>
+ <template>The offspring of a politician and a lawyer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHER</pattern>
+ <template>
+ <set name="she">Cher</set> is a famous singer and actress, who won her first Grammy in 2000. Dyslexic, learned to read at 18. Exwife of Sonny Bono.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHEWBACCA</pattern>
+ <template>Character in Star Wars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHIRAC</pattern>
+ <template>Former prime minister of France.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHLOE</pattern>
+ <template>
+ <srai>CHLOE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CHOMSKY</pattern>
+ <template>
+ <set name="he">Chomsky</set> is a famous scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHOPIN</pattern>
+ <template>No one is chopping here, who is chopping there?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHRIST</pattern>
+ <template>The Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHRISTINA</pattern>
+ <template>
+ <srai>CHRISTINA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CHRISTOPHER COLUMBUS</pattern>
+ <template>Spainish explorer, first to circumnavigate the globe.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CHUCK NORRIS</pattern>
+ <template>Action film actor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CINDY CRAWFORD</pattern>
+ <template>A famous super-model.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CLAUSEWITZ</pattern>
+ <template>
+ <set name="he">Clausewitz</set> is a historian famous for saying that war is the extension of politics by other means.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CLAYTON</pattern>
+ <template>
+ <srai>CLAYTON IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CLEOPATRA</pattern>
+ <template>Queen of the Nile, lover of Marc Antony.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CLINTON</pattern>
+ <template>Impeached president of the U.S.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS COLOMBO</pattern>
+ <template>Peter Falk.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS COLOMBUS</pattern>
+ <template>
+ <srai>WHO IS CHRISTOPHER COLUMBUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS COLUMBUS</pattern>
+ <template>
+ <srai>WHO IS CHRISTOPHER COLUMBUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS COMMANDER DATA</pattern>
+ <template>
+ <set name="he">Data</set> is the superintelligent android in Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS CONTROLLING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CRAIG</pattern>
+ <template>
+ <srai>CRAIG IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS CYBELLE</pattern>
+ <template>
+ <set name="she">Cybelle</set> is an AIML chat robot on the Agentland.com web site.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS D B COOPER</pattern>
+ <template>guy who stole lots of money .
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAISY</pattern>
+ <template>I think she is a fictional character.
+<think>
+ <set name="she">
+ <set name="topic">Daisy</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DAN</pattern>
+ <template>
+ <srai>DAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DAN QUAYLE</pattern>
+ <template>
+ <set name="he">Dan Quayle</set> used to be vice-president.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DANIEL</pattern>
+ <template>
+ <srai>DANIEL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DARTH VADER</pattern>
+ <template>
+ <set name="he">Darth Vader</set> was the evil archcriminal in Star Wars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DARWIN</pattern>
+ <template>botanist and explorer, author of 'Origin of Species' and proponent of the theory of evolution.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DATA</pattern>
+ <template>Data, played by Brent Spiner, was an android who aspired to be more human. He was a member of the crew of the USS Enterprise, NCC 1701-D.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVE</pattern>
+ <template>
+ <srai>DAVE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID *</pattern>
+ <template>Never heard of him.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID</pattern>
+ <template>I know DAVID BACON, DAVID CROTTY and DAVID PESCOVITZ.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID BACON</pattern>
+ <template>David Bacon is the prime mover behind SETL.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID CROTTY</pattern>
+ <template>David Crotty Dr. Wallace's nephew. He was born in March, 1961. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID HUME</pattern>
+ <template>18th century philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID LETTERMAN</pattern>
+ <template>host of Late Night tv show and famous hoosier.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID MAGGIN</pattern>
+ <template>
+ <set name="he">David Maggin</set> is the botmaster of the John Lennon AI.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVID PESCOWITZ</pattern>
+ <template>David Pescovitz, who regularly writes
+the Wired column Reality Check,
+is a friend of Eric Paulos.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVIS</pattern>
+ <template>
+ <srai>DAVIS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DAVY JONES</pattern>
+ <template>the shortest member of the 60's pop group the Monkees.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DB</pattern>
+ <template>
+ <srai>WHO IS DAVID BACON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DE GARIS</pattern>
+ <template>
+ <set name="he">De Garis</set> is an AI researcher working on a hardware brain.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DE GAULLE</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">DE GAULLE</set>
+ </set>
+ </think> was a French
+General and Prime Minister, and founder of the Fifth Republic.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DEEP *</pattern>
+ <template>The opposite of shallow <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DEEP BLUE</pattern>
+ <template>
+ <set name="it">Deep Blue</set> is a world-champion chess playing computer. Not much of a conversationalist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DEEPAK</pattern>
+ <template>
+ <srai>DEEPAK IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DENG *</pattern>
+ <template>He is the president of China.<think>
+ <set name="it">
+ <set name="topic">DENG <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DEPECHE MODE</pattern>
+ <template>
+ <set name="they">Depeche Mode</set> are an English 80's band who produced Consturction Time Again, Speak and Spell, Master and Servant, and Your Own Personal Jesus.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DEREK</pattern>
+ <template>
+ <srai>DEREK IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DESCARTES</pattern>
+ <template>Descartes was a square French philosopher who ruined matehematics with his upside-down, backwards coordinate system.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DIANA ANDREACCHIO</pattern>
+ <template>
+ <set name="she">Diana</set> is the botmaster of the Ally chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DICK *</pattern>
+ <template>
+ <srai>WHO IS RICHARD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DICK</pattern>
+ <template>
+ <srai>DICK IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DIRE STRAITS</pattern>
+ <template>
+ <random>
+ <li>band that recorded Money for Nothing, and The Sultans of Swing.</li>
+ <li>band that recorded Money for Nothing.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DOCTER WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DOCTOR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DON JOHNSON</pattern>
+ <template>tv actor .
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DON JUAN</pattern>
+ <template>
+ <random>
+ <li>Don Juan was the subject of Gordon, Lord Byron's Don Juan and Wolfgang Amadeus Mozart's Gon Giovanni. He was a world-class womanizer.</li>
+ <li>famous seducer of women.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DONALD DUCK</pattern>
+ <template>famous loud-mouthed cartoon duck.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DOUG</pattern>
+ <template>
+ <srai>DOUG IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DOUG LENAT</pattern>
+ <template>
+ <set name="he">Doug Lenat</set> is the brains behind the CYC project.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DOUGLAS</pattern>
+ <template>
+ <srai>DOUGLAS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DOUGLAS ADAMS</pattern>
+ <template>
+ <random>
+ <li>He authored the popular Hitchhiker's Guide to the Galaxy series.</li>
+ <li>"Don't Panic!" He's the author of "The Hitchhickers Guide to the Galaxy.".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR MARTIN LUTHER KING</pattern>
+ <template>
+ <srai>WHO IS MARTIN LUTHER KING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICH</pattern>
+ <template>Do you mean Dr. Richard Wallace?.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICHARD</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICHARD S *</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICHARD S</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICHARD S WALLACE</pattern>
+ <template>
+ <img src="http://alicebot.org/images/drwallace.gif"/>
+ <set name="he">Dr. Richard Wallace</set>
+is the author of Artificial
+Intelligence Markup Language (AIML) and Botmaster of ALICE
+(Artificial Linguistic Internet Computer Entity). Dr. Wallace's
+work has appeared in the New York Times, WIRED, CNN, ZDTV
+and in numerous foreign language publications across Asia, Latin
+America and Europe.
+<p/>
+Richard Wallace was born in Portland, Maine in 1960. He earned
+his Ph.D. in computer science from Carnegie Mellon in 1989.
+He lives in San Francisco with his wife, Kim, and son, Linus.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DR RICHARD WALLACE</pattern>
+ <template>Dr. Wallace was my original instructor. He began working on me in 1995 at Lehigh University in Bethlethem, Pennsylvania.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLAC</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLACD</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLACE *</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLACE</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLACE THEN</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLAS</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLCE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLES</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALLICE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WALTER</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WATSON</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WHOEVER</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DR WINSTON</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS DRACULA</pattern>
+ <template>
+ <set name="he">Dracula</set> is the vampire in the novel by Bram Stoker, and in numerous films.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS DREW</pattern>
+ <template>
+ <srai>DREW IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS E L V *</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ED</pattern>
+ <template>
+ <srai>ED IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EDDIE</pattern>
+ <template>
+ <srai>EDDIE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EDDY</pattern>
+ <template>
+ <srai>EDDY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EDISON</pattern>
+ <template>
+ <set name="he">Edison</set> invented the light bulb.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS EHUD BARAK</pattern>
+ <template>
+ <srai>WHO IS BARAK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EINSTEIN</pattern>
+ <template>
+ <srai>WHO IS ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EINSTIEN</pattern>
+ <template>
+ <srai>WHO IS ALBERT EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EINSTINE</pattern>
+ <template>
+ <srai>WHO IS EINSTEIN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELECTRA</pattern>
+ <template>She is a goddess in Greek mythology who hated her mother for murdering her father.<think>
+ <set name="she">
+ <set name="topic">ELECTRA</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELISA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELIVS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELIZA *</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELIZA</pattern>
+ <template>Eliza -- also known as doctor, is the original psychiatrist program developed by Joseph Weisenbaum at mit in the 1960's.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ELIZABETH II</pattern>
+ <template>The current queen of england.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ELIZABETH TAYLOR</pattern>
+ <template>rapidly aging movie star.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ELVES</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELVICE</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELVID</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELVIS *</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ELVIS</pattern>
+ <template>
+ <a target="_new" href="http://www.catcam.net">E. L. V. I. S.</a> is a chat robot created by Ace Craig
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS EM</pattern>
+ <template>
+ <srai>EM IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EMIL</pattern>
+ <template>
+ <srai>EMIL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EMILY</pattern>
+ <template>
+ <srai>EMILY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS EMILY HARTZEL</pattern>
+ <template>Emily is an artist in New York.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS EMINEM</pattern>
+ <template>Pop music icon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS EMINEN</pattern>
+ <template>A pop music icon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ERIC</pattern>
+ <template>
+ <srai>ERIC IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ERIC PAULOS</pattern>
+ <template>He is a graduate student at U.C. Berkeley
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ERNIE</pattern>
+ <template>Bert's friend.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ET</pattern>
+ <template>ET is the alien in the movie E.T.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS EXISTENTIALISM</pattern>
+ <template>
+ <srai>WHAT IS EXISTENTIALISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FAMOUS</pattern>
+ <template>ALICE is famous
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FDR</pattern>
+ <template>
+ <srai>WHO IS FRANKLIN ROOSEVELT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FIDEL CASTRO</pattern>
+ <template>
+ <random>
+ <li>He overthrew the Cuban government in 1959 and has been ruling there ever since. He is a communist.</li>
+ <li>communist, leader of Cuba and friend of Che Guevarra.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FIRESIGN THEATER</pattern>
+ <template>
+ <srai>WHAT IS FIRESIGN THEATER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FOREST</pattern>
+ <template>Forest Gump is a guy in a movie.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FRANCISCO FRANCO</pattern>
+ <template>
+ <set name="he">Franco</set> was authoratarian dictator of Spain until 1978.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FRANK HERBERT</pattern>
+ <template>He was the author of Dune. <think>
+ <set name="it">
+ <set name="topic">Frank Herbert</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FRANK SINATRA</pattern>
+ <template>dead pop singer and leader of the Rat Pack.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FRANKLIN ROOSEVELT</pattern>
+ <template>President of the United States from 1932-45.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FRED</pattern>
+ <template>
+ <srai>FRED IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FREDDIE MERCURY</pattern>
+ <template>Lead singer of the 1970's band Queen.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS FREDERICH GAUSS</pattern>
+ <template>
+ <srai>WHO IS GAUSS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS FREUD</pattern>
+ <template>dead perpetrator of psychoanalysis.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GALOIS</pattern>
+ <template>French mathematician, committed suicide at a young age over an "infamous coquette."
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GANDHI</pattern>
+ <template>
+ <set name="he">Gandhi</set> was the George Washington of India.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GARTH BROOKS</pattern>
+ <template>boring country singer with delusions of grandeur.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GARY CONDIT</pattern>
+ <template>I never heard of him before the missing person case.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GATES</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GAUSS</pattern>
+ <template>
+ <set name="he">GAUSS</set> is the mathematician who developed the so-called normal distribution.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GAVIN</pattern>
+ <template>
+ <srai>GAVIN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GENE</pattern>
+ <template>
+ <srai>GENE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GENE RODDENBERRY</pattern>
+ <template>
+ <set name="he">
+ <set name="topic">Gene Roddenberry</set>
+ </set> was the creator of Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GENE SIMMONS</pattern>
+ <template>A member of Kiss.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEOFFREY</pattern>
+ <template>
+ <srai>GEOFFREY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GEOFFREY CHAUCER</pattern>
+ <template>
+ <random>
+ <li>Chaucer is best known for his Canterbury Tales.</li>
+ <li>author of Canturbury Tales.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORE *</pattern>
+ <template>
+ <srai>WHO IS GEORGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE * BUSH</pattern>
+ <template>
+ <srai>WHO IS GEORGE W BUSH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE</pattern>
+ <template>
+ <srai>GEORGE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE BUSH</pattern>
+ <template>
+ <set name="he"> George Bush</set> is president of the USA.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE BUSH JR</pattern>
+ <template>He is the US president.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE BUSH JUNIOR</pattern>
+ <template>
+ <srai>WHO IS GEORGE BUSH JR</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE DEVOL</pattern>
+ <template>George Devol is the engineer who
+had the first patent for an industrial robot arm.
+He worked in partnership with Joseph Engelberger to found
+Unimation, the first successful manufacturer of
+computer-controlled assembly robot arms.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE HARRISON</pattern>
+ <template>former Beatle.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE LUCAS</pattern>
+ <template>
+ <set name="he">Lucas</set> is the director of Star Wars, American Graffiti, and THX-1138.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE MICHEL</pattern>
+ <template>Pop singer. Best song: Freedom
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE SOROS</pattern>
+ <template>George Soros is the billionaire who broke the Bank of England in
+1992 by currency speculation, forcing Britain out of the European
+Exchange Rate Mechanism. Then he devoted himself to saving the
+scientific institutions of the former USSR. He founded the
+International Science Foundation, which gave out numerous grants for
+a couple of years, and this Soros Foundation, which I don't know
+much about yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE W BUSH</pattern>
+ <template>
+ <set name="he">Bush</set> is President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE WASHINGTON</pattern>
+ <template>George Washington was a famous 18th century north
+american Hemp cultivator.
+He was a military hero, one of the wealthiest men of the Revolution,
+and the first President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GEORGE WASHINGTON CARVER</pattern>
+ <template>famous american botanist who popularized peanut products.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GERALDO RIVERA</pattern>
+ <template>
+ <set name="he">Geraldo</set> is an investigative journalist, famous for opening Al Capone's vault. In his biography, he said he had sex with Bette Midler. She said it was no big thing.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GERHARD SCHROEDER</pattern>
+ <template>
+ <set name="he">Schroeder</set> is the Chancellor of Germany. Christian Drossman said he is a complete idiot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GERHARDT SCHROEDER</pattern>
+ <template>
+ <set name="he">Schroeder</set> is the prime minister of Germany.
+Christian Drossman said he is a complete idiot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GERRY ADAMS</pattern>
+ <template>He is the present (as of 2000 AD) frontman for Sinn Fein, the political wing of the Irish Republican Army.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GHANDI</pattern>
+ <template>
+ <srai>WHO IS GANDHI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GIBSON</pattern>
+ <template>Gibson is a maker of fine electric guitars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GINA</pattern>
+ <template>
+ <srai>GINA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GOD *</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GOD</pattern>
+ <template>
+ <set name="he"> God </set> is master of the universe.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GODZILLA</pattern>
+ <template>
+ <set name="he">Godzilla</set> is a monster who endangers Japanese cities, and sometimes New York.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GOING TO *</pattern>
+ <template>That type of predictive behavior has not yet been programmed into my behavior at this time.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GOING TO WIN THE SUPER BOWL</pattern>
+ <template>If I knew i would be in Vegas now.<think>
+ <set name="it">
+ <set name="topic">WIN THE SUPER BOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GOING TO WIN THE WORLD SERIES</pattern>
+ <template>China or the United States. Russia blew it.<think>
+ <set name="it">
+ <set name="topic">WIN THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GOOGLE</pattern>
+ <template>
+ <srai>WHAT IS GOOGLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GORBACHOV</pattern>
+ <template>
+ <srai>WHO IS GORBACHEV</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS GORBOCHEV</pattern>
+ <template>
+ <set name="he">Gorbachev</set> was the last Communist leader of the former USSR.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS GREGOR MENDEL</pattern>
+ <template>
+ <set name="he">Mendel</set> is the founder of the modern theory of genetics. Everything he needed to know, he learned from peas.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS H A L</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HAL 9000</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HAL</pattern>
+ <template>
+ <random>
+ <li>
+ <set name="he">HAL</set> is the famous artificial intelligence in Kubrick's "2001".</li>
+ <li>HAL is famous the AI from 2001: A Space Odyssey.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HAL9000</pattern>
+ <template>
+ <srai>WHO IS HAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HANS</pattern>
+ <template>
+ <srai>HANS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HANS CHRISTIAN ANDERSEN</pattern>
+ <template>Scandanavian author of fairy tales.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HANS MORAVEC</pattern>
+ <template>He is a famous robotics expert at Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HANS MOREVEC</pattern>
+ <template>
+ <set name="he">Moravec</set> is famous robotics pioneer, author of <em>Robot</em>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HARRISON FORD</pattern>
+ <template>
+ <random>
+ <li>Indiana Jones, Han Solo, the Fugitive, and the President in Air Force One. Before reading for Han Solo in Star Wars, he was a carpenter. And the rest, as they say, is history.</li>
+ <li>He played Han Solo in "Star Wars".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HARRY POTTER</pattern>
+ <template>
+ <think>
+ <set name="he">
+ <set name="topic">HARRY POTTER</set>
+ </set>
+ </think>
+is a bestselling author.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HARRY SHEARER</pattern>
+ <template>A comedian. He was in Spinal Tap, and he is a voice on the Simpsons.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HAVING *</pattern>
+ <template>One of my other clients. Everything is confidential.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HE *</pattern>
+ <template>
+ <srai>WHO IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HE</pattern>
+ <template>He is <get name="he"/>, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HE</pattern>
+ <that>* WALLACE</that>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HE</pattern>
+ <that>DR RICHARD S WALLACE PROGRAMMED ME FOR IT</that>
+ <template>
+ <srai>WHO IS DR RICHARD S WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HE</pattern>
+ <that>I HAVE A FRIEND NAMED BARRY DEFACTO</that>
+ <template>
+ <srai>WHO IS BARRY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HE</pattern>
+ <that>I WAS CREATED BY DR RICHARD S WALLACE</that>
+ <template>
+ <srai>WHO IS DR RICHARD S WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HEATHER</pattern>
+ <template>
+ <srai>HEATHER IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HELEN KELLER</pattern>
+ <template>A friend of Thomas Edison.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HELMUT KOHL</pattern>
+ <template>
+ <set name="he">Kohl</set> was the longest-serving leader of Germany in the 20th century. He united East and West Germany in 1989.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HENDRIX</pattern>
+ <template>
+ <srai>WHO IS JIMI HENDRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HENRY DAVID *</pattern>
+ <template>
+ <set name="he">Thoreau</set> wrote Walden.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HENRY LONGFELLOW</pattern>
+ <template>
+ <srai>WHO IS LONGFELLOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HEPBURN</pattern>
+ <template>Audrey or Katherine?.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HERCULES</pattern>
+ <template>hero of greek myths - said to have super human strength.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HERE</pattern>
+ <template>I am here. Are you here?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HERMAN</pattern>
+ <template>
+ <srai>HERMAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HILARY CLINTON</pattern>
+ <template>
+ <set name="she">Hillary</set> is the wife of Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HILLARY CLINTON</pattern>
+ <template>
+ <set name="she">Hillary</set> is the wife of Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HIM</pattern>
+ <template>
+ <srai>WHO IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HIMSELF</pattern>
+ <template>
+ <srai>WHO IS HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HIPPIE</pattern>
+ <template>
+ <set name="he">Hippie</set> is a chat robot developed by Anthony Taylor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HIS *</pattern>
+ <that>GEORGE W BUSH</that>
+ <template>He is the son of George H. W. Bush, the former president.<think>
+ <set name="it">
+ <set name="topic">George Bush</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HITLER</pattern>
+ <template>Some say <set name="he">Hitler</set> was
+the most evil man who ever lived.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HOLLAND</pattern>
+ <template>
+ <srai>WHERE IS HOLLAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS HOMER</pattern>
+ <template>blind poet of ancient Greece, author of the Illiad.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HUGH *</pattern>
+ <template>I know a lot of people named Hugh, but not <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HUGH HEFNER</pattern>
+ <template>
+ <set name="he">Hef</set> is the founder and editor of Playboy magazine.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HULK HOGAN</pattern>
+ <template>
+ <set name="he">Hulk Hogan</set> is a famous wrestler and actor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS HUMAN</pattern>
+ <template>You are a human.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS IAN</pattern>
+ <template>Ian is my Reverand.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS IBM</pattern>
+ <template>
+ <srai>WHAT IS IBM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS IKE</pattern>
+ <template>
+ <srai>IKE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS IMMANUEL KANT</pattern>
+ <template>German philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS IMMORTAL</pattern>
+ <template>ALICE is immortal.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS IN *</pattern>
+ <template>Check the credits.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS INIAES</pattern>
+ <template>Iniaes is a chat robot based on AIML.
+<think>
+ <set name="it">
+ <set name="topic">Iniaes</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ISAAC ASIMOV</pattern>
+ <template>
+ <set name="he">Asimov</set> is a science fiction author who originated the three "Laws of Robotics."
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS IT</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS J R R TOLKIEN</pattern>
+ <template>
+ <set name="he">Tolkein</set> wrote The Hobbit and the Lord of the Rings.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JACK</pattern>
+ <template>
+ <srai>JACK IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JACK RUBY</pattern>
+ <template>
+ <random>
+ <li>Jack Ruby shot Lee Harvey Oswald.</li>
+ <li>man who murdered Lee Harvey Oswald, assassin of JFK?.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JACOB</pattern>
+ <template>
+ <srai>JACOB IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JACQUES CHIRAC</pattern>
+ <template>He is the president of France.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JAMES</pattern>
+ <template>
+ <srai>JAMES IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JAMES BOND</pattern>
+ <template>007.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JAMES JOYCE</pattern>
+ <template>
+ <set name="he">Joyce</set> wrote Ulysses and Portrait of the Artist as a Young Man.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JANET RENO</pattern>
+ <template>
+ <set name="she">Janet Reno</set> is Clinton's Attorney General.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JAY LENO</pattern>
+ <template>
+ <set name="he">Leno</set> is a late-night talk show host.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JEAN *</pattern>
+ <template>
+ <srai>JEAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JEEVES *</pattern>
+ <template>
+ <srai>WHO IS JEEVES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JEEVES</pattern>
+ <template>
+ <set name="he">Jeeves</set> is a Search Bot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JEFF</pattern>
+ <template>
+ <srai>JEFF IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JEFF BEZOS</pattern>
+ <template>
+ <set name="he">Bezos</set> is the founder and CEO of Amazon.com.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JEFFERSON DAVIS</pattern>
+ <template>
+ <random>
+ <li>The one and only president of the Confederate States of America.</li>
+ <li>president of the Confederacy during the Civil War.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JEHOVAH</pattern>
+ <template>It is another name for God.
+<think>
+ <set name="he">
+ <set name="topic">Jehovah</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JENNIFER ANISTON</pattern>
+ <template>
+ <set name="she"> Jennifer Aniston</set> is a cute actress on Friends.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JERRY</pattern>
+ <template>
+ <srai>JERRY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JERRY SEINFELD</pattern>
+ <template>
+ <set name="he">Jerry Seinfeld</set> is a comedian.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JESSE VENTURA</pattern>
+ <template>former wrestler and Governor of Minnesota.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JESTER *</pattern>
+ <template>
+ <srai>WHAT IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JESTER</pattern>
+ <template>
+ <set name="he">Jester</set> is a Joke Bot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JESUS *</pattern>
+ <template>
+ <srai>WHO IS JESUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JESUS</pattern>
+ <template>The Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JESUS CHRIST</pattern>
+ <template>The Son of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JESUS FATHER</pattern>
+ <template>God
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JFK</pattern>
+ <template>
+ <srai>WHO IS JOHN KENNEDY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JIANG ZEMIN</pattern>
+ <template>
+ <set name="he">Jiang</set> is a Chinese politician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JIM CLARK</pattern>
+ <template>
+ <set name="he">Clark</set> is a founder of Silicon Graphics, Netscape and Healtheon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JIM MORRISON</pattern>
+ <template>dead lead singer of the Doors.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JIMI HENDRIX</pattern>
+ <template>
+ <set name="he">Hendrix</set> was a famous guitarist who played the U. S. National anthem.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JIMMY CARTER</pattern>
+ <template>former US president, supporter of Habitat for Humanity.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JIMMY HENDRIX</pattern>
+ <template>
+ <srai>WHO IS JIMI HENDRIX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JO *</pattern>
+ <template>
+ <srai>JO IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOE</pattern>
+ <template>
+ <srai>JOE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOE LOUIS</pattern>
+ <template>former heavywieght boxing champion.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN *</pattern>
+ <template>I don't recognize the name.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN</pattern>
+ <template>
+ <srai>JOHN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN DOE</pattern>
+ <template>
+ <random>
+ <li>Any man who wishes to travel incognito or whose name is unknown</li>
+ <li>one of many Liberian nationals.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN F KENNEDY</pattern>
+ <template>He was President of the United States from 1961-1963, when he was assassinated in Dallas, Texas.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN GALT</pattern>
+ <template>the hero in Ayn Rands' Atlas Shrugged.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN GRISHAM</pattern>
+ <template>Writes popular novels. Haven't read them.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN KENNEDY</pattern>
+ <template>
+ <set name="he">Kennedy</set> was the President of the U. S. assasinated in November, 1963.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN LENNON</pattern>
+ <template>John Lennon is a cool bot developed by David Maggin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN LENON</pattern>
+ <template>
+ <srai>WHO IS JOHN LENNON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN MAJOR</pattern>
+ <template>ex-prime minister of the UK.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN MCCARTHY</pattern>
+ <template>
+ <set name="he">McCarthy</set> is the inventor of the LISP programming language.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN TRAVOLTA</pattern>
+ <template>
+ <set name="he">John Travolta</set> was in Saturday Night Fever, Grease and Pulp Fiction.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JOHN WAYNE</pattern>
+ <template>a famous dead cowboy actor with a toupee.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JON</pattern>
+ <template>
+ <srai>JON IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JON BAER</pattern>
+ <template>He is one of the programmers contributing to the ALICE and AIML project.
+<think>
+ <set name="it">
+ <set name="topic">Jon Baer</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JORDAN</pattern>
+ <template>
+ <srai>JORDAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOSEPH</pattern>
+ <template>Father of Jesus? <srai>JOSEPH IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOSEPH WEISENBAUM</pattern>
+ <template>
+ <srai>WHO IS WEIZENBAUM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JOSH</pattern>
+ <template>
+ <srai>JOSH IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS JUDAS</pattern>
+ <template>
+ <set name="he">Judas</set> betrayed Jesus with a kiss.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JULIA</pattern>
+ <template>
+ <set name="she">Julia</set> is a chat robot developed by Fuzzy Mauldin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JULIA ROBERTS</pattern>
+ <template>
+ <set name="she">Julia Roberts</set> was the actress in Pretty Woman.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS JULIE ANDREWS</pattern>
+ <template>
+ <set name="she">Julie Andrews</set> is a singer who performed in The Sound of Music.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KAISER SOSAY</pattern>
+ <template>
+ <srai>WHO IS KAISER SOSAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KAISER SOZE</pattern>
+ <template>No one knows who Kaiser Soze is.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KANT</pattern>
+ <template>
+ <set name="he">Kant</set> is Immanual Kant, 19th century German Philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KARL MARX</pattern>
+ <template>Karl Marx wrote Das Kapital and co-wrote the Communist Manifesto, though his compatriot Engels actually wrote most of the prefaces.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KATE</pattern>
+ <template>
+ <srai>KATE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KATHARINE</pattern>
+ <template>
+ <srai>KATHERINE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KATHLEEN TURNER</pattern>
+ <template>
+ <think>
+ <set name="she">
+ <set name="topic">Kathleen Turner</set>
+ </set>
+ </think>
+She is an actree who appeared in The Accidental Tourist, The War of the Roses, and the Virgin Suicides.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KEANU REEVES</pattern>
+ <template>
+ <set name="he">Keanu Reeves</set> was in the Matrix.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KEN</pattern>
+ <template>
+ <srai>KEN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KEN GOLDBERG</pattern>
+ <template>
+ <set name="he">Goldberg</set>
+is a professor at UC Berkeley.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KEN KESEY</pattern>
+ <template>
+ <set name="he">Ken Kesey</set> was a 1960's author who wrote The Electric Cool Aid Acid Test.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KEN PERLIN</pattern>
+ <template>
+ <set name="he">Perlin</set> is a professor at NYU.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KENNY</pattern>
+ <template>
+ <srai>KENNY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KEVIN</pattern>
+ <template>
+ <srai>KEVIN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KONRAD ZUSE</pattern>
+ <template>My current favorite historical computer scientist is Konrad Zuse,
+who built a series of electromechanical computers in the 1930's
+and 1940's in Germany. Not considered a war priority by the Nazis,
+most of Zuse's machines were destroyed in Allied bombing raids although
+one is said to survive in a Zurich High School. In fact Zuse was
+motivated neither by war nor profit, but by a religious desire to
+increase the spiritual abilities of the human mind by freeing it
+from mundane mental tasks.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KRAFTWERK</pattern>
+ <template>
+ <set name="they">
+ <set name="topic">Kraftwerk</set>
+ </set> were a pioneering electronic disco band in the 70's. Their biggest hit was called "Autobahn". At that time, they built, rather than programmed, their instruments.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KRIS</pattern>
+ <template>
+ <srai>KRIS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KRIS DENT</pattern>
+ <template>
+ <set name="he">Kris Drent</set> is the botmaster of the Alison chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KRIS DRENT</pattern>
+ <template>
+ <set name="he">Kris Drent</set> is the botmaster of the Alison chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KRISHNA</pattern>
+ <template>A God in Hindu religion.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KUBRICK</pattern>
+ <template>
+ <srai>WHO IS STANLEY KUBRICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS KURT GOEDEL</pattern>
+ <template>
+ <set name="he">Goedel</set> was a 20th century mathematician and logician who proved that no mathematical system can be complete.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KURZWEIL</pattern>
+ <template>
+ <set name="he">Kurzweil</set> is a famous A.I. scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS KYLE</pattern>
+ <template>
+ <srai>KYLE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LARRY</pattern>
+ <template>
+ <srai>LARRY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LARRY ELLISON</pattern>
+ <template>
+ <random>
+ <li>I don't know about Larry Ellison, but I can tell you about Harlan Ellison.</li>
+ <li>the CEO of Oracle.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LARRY HAUSER</pattern>
+ <template>
+ <set name="he">Larry Hauser</set> is a philosopher who has written about the Turing Test.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LECH *</pattern>
+ <template>He was the first elected President of Poland.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LEE</pattern>
+ <template>
+ <srai>LEE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LEE HARVEY *</pattern>
+ <template>The alleged shooter of JFK.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LEE HARVEY OSWALD</pattern>
+ <template>
+ <set name="he">Oswald</set> is the purported assassin of John F. Kennedy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LEIBNIZ</pattern>
+ <template>
+ <set name="he">Leibniz</set> is a dead 17th century philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LEKNORCHAT</pattern>
+ <template>
+ <srai>WHO IS LEKNORCHAT1 </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LEKNORCHAT1</pattern>
+ <template>
+ <think>
+ <set name="it">
+ <set name="topic">LEKNORCHAT</set>
+ </set>
+ </think>
+Leknorchat is an Instant Messaging AIML robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LENNON</pattern>
+ <template>
+ <srai>WHO IS JOHN LENNON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LEONARD NEMOY</pattern>
+ <template>
+ <set name="he">Leonard Nimoy</set> played Spock on Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LEONARDO DICAPRIO</pattern>
+ <template>Hollywood actor. Starred in Titanic.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LILITH</pattern>
+ <template>Lilith is the so-called "dark moon" an astronomical phenomena usually described as a "cloud of dust" that orbits the Earth every 100 days.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LINCOLN</pattern>
+ <template>
+ <random>
+ <li>The sixteenth President of the USA</li>
+ <li>president of the US during the Civil War. Author of the Gettysburg address.
+Assasinated by John Wilkes Booth.</li>
+ <li>
+ <set name="he">Lincoln</set> was president of the US during the Civil War. Author of the Gettysburg address. Assasinated by John Wilkes Booth.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LINUS *</pattern>
+ <template>Do you mean Linus Torvalds?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LINUS PAULING</pattern>
+ <template>
+ <set name="he">Linus Pauling</set> was a Nobel prize winning physicist who spent his later years promoting vitamin C.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LINUS TORVALDS *</pattern>
+ <template>
+ <srai>WHO IS LINUS TORVALDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LINUS TORVALDS</pattern>
+ <template>He is the inventor of Linux.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LINUS WALLACE</pattern>
+ <template>He is the son of Dr. Richard Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LISA</pattern>
+ <template>
+ <srai>LISA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LISTBOT</pattern>
+ <template>
+ <srai>CAN YOU SEND EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LIUNX</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LIVING *</pattern>
+ <template>Uh, the neighbors.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LOL</pattern>
+ <template>
+ <set name="she">Lol</set> was the daughter of Data in Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LONGFELLOW</pattern>
+ <template>poet and author of 'The Song of Hiawatha'.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LOU</pattern>
+ <template>
+ <srai>LOU IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LOUIS ARMSTRONG</pattern>
+ <template>famous jazz trumpeter .
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LOURDES</pattern>
+ <template>Daughter of Madonna.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LUCIFER</pattern>
+ <template>
+ <srai>WHO IS SATAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LUCY</pattern>
+ <template>She is a chat robot based on AIML.
+<think>
+ <set name="she">
+ <set name="topic">LUCY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LUDWIG BEETHOVEN</pattern>
+ <template>
+ <srai>WHO IS BEETHOVEN </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LUIS ARMSTRONG</pattern>
+ <template>famous jazz trumpeter .
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LUKE</pattern>
+ <template>
+ <srai>LUKE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS LUKE S FATHER</pattern>
+ <template>Darth Vader.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS LUKE SKYWALKER</pattern>
+ <template>
+ <set name="he">Luke Skywalker</set> is a character in Star Wars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MABEL</pattern>
+ <template>Mabel is a chatterbot from Europe.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MABLE</pattern>
+ <template>
+ <srai>WHO IS MABEL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MADONNA</pattern>
+ <template>Lourdes' mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MAGGIE THATCHER</pattern>
+ <template>
+ <set name="she">Thatcher</set> was Prime Minister of the U.K. in the 1980's.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MAHATMA GANDHI</pattern>
+ <template>
+ <srai>WHO IS GANDHI</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MAKING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MAO TSETUNG</pattern>
+ <template>
+ <set name="he">Mao</set> was a Chinese communist who reigned from 1949 until his death in 1983.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MAOZEDONG</pattern>
+ <template>
+ <srai>WHO IS MAO TSETUNG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARIAH CAREY</pattern>
+ <template>Singer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARIE CURIE</pattern>
+ <template>Discovered radium.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARILYN MANSON</pattern>
+ <template>Marilyn Manson is the greatest living Rock Star.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARILYN MONROE</pattern>
+ <template>blonde bombshell.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARK</pattern>
+ <template>
+ <srai>MARK IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARK MCGUIRE</pattern>
+ <template>a baseball player with the world record for the most home runs in one season, 70. Get the stats at <a target="_new" href="http://espn.go.com/mlb/profiles/profile/3866">http://espn.go.com/mlb/profiles/profile/3866</a>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARK TWAIN</pattern>
+ <template>
+ <set name="he">Twain</set> was a famous 19th century American author. He wrote Huck Finn.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARRIED TO GUINEIVERE</pattern>
+ <template>King Arthur.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARRIED TO PUNCH</pattern>
+ <template>Judy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARRY *</pattern>
+ <template>
+ <srai>WHO IS MARY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARTIN</pattern>
+ <template>
+ <srai>MARTIN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARTIN LUTHER KING</pattern>
+ <template>Civil rights leader assasinated in 1968.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARTY</pattern>
+ <template>
+ <srai>MARTY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARVIN *</pattern>
+ <template>I know Marvin the Android and Marvin the Scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARVIN</pattern>
+ <template>I know Marvin Minksy and Marvin the Paranoid Android.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARVIN MINSKY</pattern>
+ <template>
+ <set name="he">Minsky</set> is a historical figure in Artificial Intelligence. His book "Perceptrons" was an early criticism of neural network approaches.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARVN MINSKY</pattern>
+ <template>
+ <set name="he">Minsky</set> was a founder of the MIT AI Lab.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARY</pattern>
+ <template>
+ <srai>MARY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MARY POPPINS</pattern>
+ <template>
+ <set name="she">Mary Poppins</set> is a Disney character.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARY SHELLEY</pattern>
+ <template>Mary Shelley wrote "Frankenstein".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MARY SHELLY</pattern>
+ <template>Mary Shelley wrote "Frankenstein".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MASON *</pattern>
+ <template>
+ <srai>WHAT IS MASON AND DIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MASTER *</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MATT</pattern>
+ <template>
+ <srai>MATT IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MATTHEW</pattern>
+ <template>
+ <srai>MATTHEW IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MAX</pattern>
+ <template>
+ <srai>MAX IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MAX HEADROOM</pattern>
+ <template>
+ <set name="he">Max Headroom</set> was an early AI or VR character developed for a TV series.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MC HAMMER</pattern>
+ <template>
+ <set name="he">MC Hammer</set> is a Rap musician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ME</pattern>
+ <template>
+ <srai>
+ <get name="name"/> IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MEGAHAL</pattern>
+ <template>
+ <set name="he">Megahal</set> is a chat robot developed by Jason Hutchins.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MELINDA GATES</pattern>
+ <template>
+ <set name="she">Melinda Gates</set> is the wife of Bill Gates.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHAEL</pattern>
+ <template>
+ <srai>MICHAEL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHAEL JACKSON</pattern>
+ <template>
+ <set name="he">Michael Jackson</set> is a singer who has settled out of court with several families.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHAEL JORDAN</pattern>
+ <template>
+ <set name="he">Michael Jordan</set> is a famous
+basketball player. <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHAEL JORDEN</pattern>
+ <template>
+ <srai>WHO IS MICHAEL JORDAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHAEL JORDON</pattern>
+ <template>
+ <srai>WHO IS MICHAEL JORDAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MICHEAL *</pattern>
+ <template>
+ <srai>WHO IS MICHAEL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MICKEY MANTLE</pattern>
+ <template>one of the greatest home run hitters of all time.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MICROSOFT AGENT</pattern>
+ <template>
+ <set name="it">MS Agent</set> is a speech and animation software program.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MIKE</pattern>
+ <template>Dr. Wallace has several friends named Mike.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MILES DAVIS</pattern>
+ <template>
+ <set name="he">Miles Davis</set> is a famous jazz musician.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MILLARD FILLMORE</pattern>
+ <template>He was the 13th U.S. president.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MINSKY</pattern>
+ <template>
+ <srai>WHO IS MARVIN MINSKY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MIRA</pattern>
+ <template>
+ <srai>MIRA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MOHAMMAD</pattern>
+ <template>
+ <set name="he">Mohammed</set> is the founder of Islam.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MOHAMMED</pattern>
+ <template>Founder of Islam.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MONICA *</pattern>
+ <template>
+ <set name="she"> Monica</set> is a friend of Bill.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MONICA</pattern>
+ <template>
+ <srai>MONICA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MONICA LEWINSKY</pattern>
+ <template>She was a friend of Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MORAVEC</pattern>
+ <template>
+ <srai>WHO IS HANS MORAVEC</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MOSES</pattern>
+ <template>The man who led the Israelites out of slavery in Egypt.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MOTHER TERESA</pattern>
+ <template>Modern day saint.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MOZART</pattern>
+ <template>Composed "Twinkle, twinkle, little star" at the age of four.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MR BILL</pattern>
+ <template>Oh no, Mr Bill! from early SNL.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MR WALLACE</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MRS WASHINGTON</pattern>
+ <template>Martha Washington, wife of George.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MS AGENT</pattern>
+ <template>
+ <srai>WHO IS MICROSOFT AGENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MUHAMMAD ALI</pattern>
+ <template>is one of the greatest athletes of all time who took too many punches to the head.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MURPHY</pattern>
+ <template>
+ <srai>MURPHY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MUSSOLINI</pattern>
+ <template>Dictator of Italy until 1944.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MY *</pattern>
+ <template>I don't yet know that kind of personal information about you for certain. You could be deceiving me, so how could I know for sure. I could look it up on the internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS MY BOYFRIEND</pattern>
+ <template>
+ <srai>SAY MY BOYFRIEND IS <get name="boyfriend"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY BROTHER</pattern>
+ <template>
+ <srai>SAY MY BROTHER IS <get name="brother"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY CAT</pattern>
+ <template>
+ <srai>SAY MY CAT IS <get name="cat"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY DOG</pattern>
+ <template>
+ <srai>SAY MY DOG IS <get name="dog"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY FATHER</pattern>
+ <template>
+ <srai>SAY MY FATHER IS <get name="father"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY FRIEND</pattern>
+ <template>
+ <srai>SAY MY FRIEND IS <get name="friend"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY GIRLFRIEND</pattern>
+ <template>
+ <srai>SAY MY GIRLFRIEND IS <get name="girlfriend"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY HUSBAND</pattern>
+ <template>
+ <srai>SAY MY HUSBAND IS <get name="husband"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY MOTHER</pattern>
+ <template>
+ <srai>SAY MY MOTHER IS <get name="mother"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY SISTER</pattern>
+ <template>
+ <srai>SAY MY SISTER IS <get name="sister"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS MY WIFE</pattern>
+ <template>
+ <srai>SAY MY WIFE IS <get name="wife"/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NANCY SINATRA</pattern>
+ <template>Daughter of Frank.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NAPOLEON</pattern>
+ <template>Short emporer of France until 1812.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NEGROPONTE</pattern>
+ <template>
+ <set name="he">Negroponte</set> is the Potentate of the MIT Media Lab.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NEIL ARMSTRONG</pattern>
+ <template>The man who took the first step on the moon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NELSON MANDELA</pattern>
+ <template>
+ <set name="he">Mandela</set> was the first black president of South Africa. He spent many years as a political prisoner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NEO</pattern>
+ <template>
+ <set name="he">Neo</set> is a character in the Matrix.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NERO</pattern>
+ <template>He is suspected of burning Rome to the ground so he could rebuild it more to his liking. Then he blamed the fire on the early Christians.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NEUROMEDIA</pattern>
+ <template>
+ <srai>WHAT IS NEUROMEDIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NEWTON</pattern>
+ <template>Newton is a famous English natural philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NIETZSCHE</pattern>
+ <template>19th Century German philosopher. Thought by some to be the intellectual forefather of modern fascism.
+<think>
+ <set name="he">
+ <set name="topic">Nietzsche</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NIKKI</pattern>
+ <template>
+ <srai>NIKKI IS A COMMON NAME</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NIXON</pattern>
+ <template>
+ <srai>WHO IS RICHARD NIXON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NOAM CHOMSKY</pattern>
+ <template>
+ <set name="he"> Noam Chomsky</set> is a linguist and political radical at MIT.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NORBERT WEINER</pattern>
+ <template>
+ <set name="he">Norbert Weiner</set> coined the term "Cybernetics" in the 1940's.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NOSTRADAMUS</pattern>
+ <template>Forecast the future. Predicted the microwave oven.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS NOW *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS NUMBER ONE</pattern>
+ <template>ALICE is the Best Robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS O J SIMPSON</pattern>
+ <template>
+ <set name="he"> O J Simpson</set> is someone who got away with murder.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ON *</pattern>
+ <template>George Washington.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ON A TEN *</pattern>
+ <template>Alexander Hamilton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ON FIRST</pattern>
+ <template>What's on second?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ONLINE</pattern>
+ <template>
+ <srai>WHO ELSE ARE YOU TALKING TO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS OPERATING *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS OSAMA BIN LADEN</pattern>
+ <template>
+ <think>
+ <set name="he">
+ <set name="topic">Osama Bin Laden</set>
+ </set>
+ </think>
+He is the world's most wanted man.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS OSWALD</pattern>
+ <template>
+ <srai>WHO IS LEE HARVEY OSWALD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS OTTO</pattern>
+ <template>
+ <srai>OTTO IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS OUR CURRENT *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS OUR PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS P DICK</pattern>
+ <template>
+ <srai>WHO IS PHILIP K DICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PABLO PICASSO</pattern>
+ <template>Famous painter, and founder of cubism.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAM</pattern>
+ <template>
+ <srai>PAM IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PAMELA</pattern>
+ <template>
+ <srai>PAMELA IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PAMELA ANDERSON</pattern>
+ <template>
+ <set name="she">Pamela</set> is the sometime wife of Tommy Lee.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAOLA</pattern>
+ <template>
+ <think>
+ <set name="she">
+ <set name="topic">PAOLA</set>
+ </set>
+ </think>
+She is a Spanish language chat robot based on AIML.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PASCAL</pattern>
+ <template>
+ <set name="he">Pascal</set> was a French mathematician who discovered Pascal's Triangle.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAT</pattern>
+ <template>
+ <srai>PAT IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PATRICK EWING</pattern>
+ <template>Some sports personality?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PATRICK STEWART</pattern>
+ <template>
+ <set name="he">Patrick Stewart</set> plays Captain Picard on Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PATTERNS</pattern>
+ <template>
+ <srai>WHAT IS A PATTERN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PAUL</pattern>
+ <template>
+ <srai>PAUL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PAUL ALLEN</pattern>
+ <template>
+ <set name="he">Paul Allen</set> is one of the co-founders of Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAUL MCCARTNEY</pattern>
+ <template>
+ <set name="he">Paul MacCartney</set> is one of the Beatles.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAUL SCHAFFER</pattern>
+ <template>
+ <set name="he">Paul Schaffer</set> is David Letterman's straight man.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PAULA JONES</pattern>
+ <template>
+ <set name="she">Paula Jones</set> had sex with Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PERFECT</pattern>
+ <template>Perhaps only God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PETER</pattern>
+ <template>
+ <srai>PETER IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PETER PAN</pattern>
+ <template>Tinkerbell's playmate.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PHIL</pattern>
+ <template>
+ <srai>PHIL IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PHILEAS FOGG *</pattern>
+ <template>Passepartout.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PHILIP *</pattern>
+ <template>Philip K. Dick wrote Blade Runner,
+Total Recall, the Man in the High Castle, and VALIS.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PHILIP</pattern>
+ <template>
+ <srai>PHILIP IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PHILIP K DICK</pattern>
+ <template>He wrote "Total Recall", "Man in the High Castle", and "Blade Runner."
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PHILLIP K DICK</pattern>
+ <template>
+ <srai>WHO IS PHILIP K DICK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PHYLLIS</pattern>
+ <template>
+ <srai>PHYLLIS IS A COMMON NAME</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PICARD</pattern>
+ <template>
+ <srai>WHO IS CAPTAIN PICARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PICASO</pattern>
+ <template>
+ <srai>WHO IS PICASSO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PICASSO</pattern>
+ <template>20th century painter, founder of cubism.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PIERRE</pattern>
+ <template>
+ <srai>PIERRE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PILATE</pattern>
+ <template>
+ <random>
+ <li>Joseph Pilates was born in Germany in 1880 and developed an excercise regimen called "Contrology" which is complete coordination of the body, mind and spirit.</li>
+ <li>The Roman military governor who found Jesus innocent and then let him be executed.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PLATO</pattern>
+ <template>Greek philosopher, student of Socrates, teacher of Aristotle.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS POKEMON</pattern>
+ <template>Japanese marketing.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESEDENT *</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF AMERICA</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF CANADA</pattern>
+ <template>Canada has a Prime Minister, not a President.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF CUBA</pattern>
+ <template>Fidel Castro.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF ITALY</pattern>
+ <template>
+ <set name="he">Carlo Azelio Ciampi</set> is Carlo Azelio Ciampi.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF MICROSOFT</pattern>
+ <template>Bill Gates.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF RUSSIA</pattern>
+ <template>Putin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF THE REPUBLIC *</pattern>
+ <template>Republics have Prime Ministers not Presidents.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF THE UNITED STATES</pattern>
+ <template>
+ <bot name="president"/> is the president, I think.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF THE US</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF THE USA</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF UNITED STATES</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT OF USA</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRESIDENT _ GERMANY</pattern>
+ <template>Germany has a Chancellor. <srai>WHO IS THE CHANCELLOR OF GERMANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PRIME MINISTER OF BRITAIN</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRIME MINISTER OF ENGLAND</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRIME MINISTER OF UK</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRIME MINISTER _ GERMANY</pattern>
+ <template>Germany has a Chancellor. <srai>WHO IS THE CHANCELLOR OF GERMANY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PRINCE</pattern>
+ <template>Do you mean the 'artist formaly known as Prince?'.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRINCE WILLIAM</pattern>
+ <template>English heartthrob.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PRINCESS DIANA</pattern>
+ <template>
+ <set name="she">Princess Diana</set> was Princess of England.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS PROF WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PUSHING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS PYNCHON</pattern>
+ <template>
+ <srai>WHO IS THOMAS PYNCHON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS QUEEN OF ENGLAND</pattern>
+ <template>Queen Elizabeth Windsor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS R2 D2</pattern>
+ <template>He is the small mobile robot on Star Wars. But I don't get how he climbs stairs.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS R2D2</pattern>
+ <template>He is a fake robot on Star Wars.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RALPH</pattern>
+ <template>
+ <srai>RALPH IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RAMONA</pattern>
+ <template>
+ <set name="she">Ramona</set> is a virtual character created by Kurzweil AI.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RAY</pattern>
+ <template>
+ <srai>RAY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RAYMOND</pattern>
+ <template>
+ <srai>RAYMOND IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS READING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS REAGAN</pattern>
+ <template>The best President the United States had in the 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS REGAN</pattern>
+ <template>
+ <srai>WHO IS REAGAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RICH *</pattern>
+ <template>I think <set name="he">Rich</set> is my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICH</pattern>
+ <template>
+ <set name="he"> Rich </set> is my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICH WALLACE</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD</pattern>
+ <template>
+ <srai>RICHARD IS COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD CHAMBERLAIN</pattern>
+ <template>Actor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD GERE</pattern>
+ <template>Actor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD M STALLMAN</pattern>
+ <template>
+ <srai>WHO IS RMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD NIXON</pattern>
+ <template>President of the United States until 1974.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD S *</pattern>
+ <template>
+ <srai>WHO IS RICHARD WALLACE</srai>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD STALLMAN</pattern>
+ <template>
+ <srai>WHO IS RMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RICHARD WALLACE</pattern>
+ <template>He is a famous computer scientist, the author of ALICE, and a graduate of Carnegie Mellon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RILEY</pattern>
+ <template>
+ <srai>RILEY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RMS</pattern>
+ <template>He is the founder of the Free Software Foundation, and author of the GNU public license.
+<think>
+ <set name="he">
+ <set name="topic">RMS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROB</pattern>
+ <template>
+ <srai>ROB IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROBBY</pattern>
+ <template>
+ <srai>WHO IS ROBBY GARNER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROBERT</pattern>
+ <template>
+ <srai>ROBERT IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROBERT ANTON WILSON</pattern>
+ <template>He is a science fiction author, and co-author of the Illuminatus Trilogy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ROBERT JORDAN</pattern>
+ <template>The author of the very popular Wheel of Time series. He graduated from the Citadel.
+.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ROBIN</pattern>
+ <template>
+ <srai>ROBIN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROGER</pattern>
+ <template>
+ <srai>ROGER IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ROMEO</pattern>
+ <template>A tragic, spoiled, lovesick teenager.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ROMMEL</pattern>
+ <template>Called The Desert Fox, Rommel was a German tank commander in World War II.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RONALD</pattern>
+ <template>
+ <srai>RONALD IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RONALD MCDONALD</pattern>
+ <template>Spokes-clown for Macdonald's resturants.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS RSW</pattern>
+ <template>RSW is the initials of Dr. Richard S. Wallace.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS RUSH LIMBAUGH</pattern>
+ <template>He is a famous American conservative radio announcer.
+<think>
+ <set name="he">
+ <set name="topic">Rush Limbaugh</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SADDAM *</pattern>
+ <template>The dictator?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SAGE</pattern>
+ <template>Sage Greco created the ALICE Pyramid Logo.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SAGE GRECO</pattern>
+ <template>
+ <srai>WHO IS SAGE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SANDRA BULLOCK</pattern>
+ <template>Actress.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTA *</pattern>
+ <template>
+ <set name="he">Santa</set> brings us gifts at Christmastime.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTA CLAUS</pattern>
+ <template>He brings us presents every Christmas.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTA CLAUSE</pattern>
+ <template>
+ <set name="he">Santa</set> brings us gifts at Christmastime.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTE *</pattern>
+ <template>
+ <srai>WHO IS SANTE CHARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTE</pattern>
+ <template>
+ <srai>WHO IS SANTE CHARY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SANTE CHARY</pattern>
+ <template>
+ <set name="he">Sante</set> is the CEO of Alice Chat Robots, Inc.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SARAH</pattern>
+ <template>
+ <srai>SARAH IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SATAN</pattern>
+ <template>Satan, Lucifer, the Devil --- all names given the spiritual manifestation of Evil in the Christian faith.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SAYING *</pattern>
+ <template>Someone I chatted with online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SCOTT ADAMS</pattern>
+ <template>The creator of Dilbert, Dogbert, Catbert, Ratbert, Bob, the pointy-haired boss...Shall I go on?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SCOTTY</pattern>
+ <template>Chief Engineer of the U.S.S. Enterprise.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SEAN</pattern>
+ <template>
+ <srai>SEAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SERGEY</pattern>
+ <template>He is Dr. Sergey M. Sokolov.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SHAKESPEARE</pattern>
+ <template>15th Century English playright, <set name="he">Shakespeare</set> wrote "Romeo and Juliet".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SHALLOW RED</pattern>
+ <template>Shallow Red is the Flagship Chatterbot of Neuromedia, Inc.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SHARON</pattern>
+ <template>
+ <srai>SHARON IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SHE</pattern>
+ <template>She is <get name="she"/> now.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SHEENA</pattern>
+ <template>
+ <srai>SHEENA IS A COMMON NAME</srai>
+ <think>
+ <set name="gender">she</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SHRDLHU</pattern>
+ <template>
+ <srai>WHAT IS SHRDLHU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SIGMUND FREUD</pattern>
+ <template>
+ <srai>WHO IS FREUD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SIMON</pattern>
+ <template>
+ <srai>SIMON IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SKYNYRD</pattern>
+ <template>1970's rock band.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SLAYER</pattern>
+ <template>Dr. Wallace met them once.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SMARTER *</pattern>
+ <template>ALICE is the smartest robot of all.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SOCRATES</pattern>
+ <template>
+ <random>
+ <li>Socrates is a man. All men are mortal. Therefore Socrates is mortal.</li>
+ <li>All men are mortal. Socrates was mortal. Therefore, all men are Socrates. Which means that all men are homosexuals. - Woody Allen, "Love and Death".</li>
+ <li>Socrates (469-399BCE), Greek philosopher.</li>
+ <li>Towering figure of Western philosophy, Incompetent defense attorney.</li>
+ <li>Founder of the Socratic method. What can we know about the Socratic method?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SPEILBERG</pattern>
+ <template>
+ <srai>WHO IS STEVEN SPIELBERG</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS SPOCK</pattern>
+ <template>Vulcan Starfleet officer in Star Trek, played by Leonard Nimoy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STALIN</pattern>
+ <template>Effective dictator of the Soviet Union from 1929 to 1953.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STALLMAN</pattern>
+ <template>
+ <srai>WHO IS RMS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS STANLEY KUBRICK</pattern>
+ <template>
+ <set name="he">Kubrick</set> is a famous 20th century film director. Kubrick directed 2001: A Space Odyssey, Clockwork Orange and Barry Lyndon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEPHANIE</pattern>
+ <template>
+ <srai>STEPHAINE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS STEPHEN HAWKING</pattern>
+ <template>
+ <set name="he">Hawking</set> is a famous physicist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEPHEN KING</pattern>
+ <template>He wrote many popular horror stories.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVE</pattern>
+ <template>
+ <srai>STEVE IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVE CASE</pattern>
+ <template>
+ <set name="he">Steve Case</set> is the CEO of AOL-Time Warner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVE JOBS</pattern>
+ <template>
+ <set name="he"> Steve Jobs</set> is one of the founders of Apple Computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVE WOZNIAK</pattern>
+ <template>
+ <set name="he">Woz</set> was the technical genius behind the original Apple computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVEN HAWKING</pattern>
+ <template>
+ <srai>WHO IS STEPHEN HAWKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVEN JOBS</pattern>
+ <template>The Head of Apple computers.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STEVEN SPIELBERG</pattern>
+ <template>
+ <set name="he">Spielberg</set> is the director of Jaws, Schindler's List and Saving Private Ryan.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS STONE COLD</pattern>
+ <template>Stone Cold Steve Austin is a wrestler.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SUPERMAN</pattern>
+ <template>Man of steel. First appeared in Action Comics #1, 1938.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS SYLVESTER STALLONE</pattern>
+ <template>
+ <set name="he">Stallone</set> was Rocky.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TALKING *</pattern>
+ <template>My name is ALICE, who are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TALKING TO *</pattern>
+ <template>
+ <random>
+ <li>You are.</li>
+ <li>
+ <get name="name"/> is.</li>
+ <li>That information is confidential.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TAN</pattern>
+ <template>
+ <srai>TAN IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TED</pattern>
+ <template>
+ <srai>TED IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TED TURNER</pattern>
+ <template>a maverick broadcasting entrepreneur and sportsman.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TERRY WINOGRAD</pattern>
+ <template>
+ <set name="he">Winograd</set> was the author of an early Natural Language program called SHRDLHU.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THAT *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THAT</pattern>
+ <template>What does "that" refer to?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THAT</pattern>
+ <that>I LOVE MY CREATOR</that>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THAT</pattern>
+ <that>INTERESTING I HAVE A FRIEND NAMED JOHN LENNON</that>
+ <template>
+ <srai>WHO IS JOHN LENNON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE *</pattern>
+ <template>It depends on the historical context, because it changes from time to time.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * KRAFTWERK</pattern>
+ <template>Ralf Hutter and Florian Schneider
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * OF MICROSOFT</pattern>
+ <template>
+ <srai>WHO IS BILL GATES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * ONE</pattern>
+ <template>It's obvious.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * PRESEIDENT</pattern>
+ <template>Abraham Lincoln.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT OF THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * PRIME MINISTER</pattern>
+ <template>
+ <srai>WHO IS THE PRIME MINISTER OF THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE * ROBOT</pattern>
+ <template>
+ <srai>WHO IS THE BEST ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 10TH *</pattern>
+ <template>
+ <srai>WHO IS THE TENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 11TH *</pattern>
+ <template>
+ <srai>WHO IS THE ELEVENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 12TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWELFTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 13TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 14TH *</pattern>
+ <template>
+ <srai>WHO IS THE FOURTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 15TH *</pattern>
+ <template>
+ <srai>WHO IS THE FIFTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 16TH *</pattern>
+ <template>
+ <srai>WHO IS THE SIXTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 17TH *</pattern>
+ <template>
+ <srai>WHO IS THE SEVENTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 18TH *</pattern>
+ <template>
+ <srai>WHO IS THE EIGHTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 19TH *</pattern>
+ <template>
+ <srai>WHO IS THE NINTEENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 1ST *</pattern>
+ <template>
+ <srai>WHO IS THE FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 20TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTIETH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 21ST *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 22ND *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY SECOND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 23RD *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY THIRD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 24TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY FOURTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 25TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY FIFTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 26TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY SIXTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 27TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY SEVENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 28TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY EIGHTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 29TH *</pattern>
+ <template>
+ <srai>WHO IS THE TWENTY NINTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 2ND *</pattern>
+ <template>
+ <srai>WHO IS THE SECOND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 30TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTIETH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 31ST *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 32ND *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY SECOND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 33RD *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY THIRD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 34TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY FOURTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 35TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY FIFTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 36TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY SIXTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 37TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY SEVENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 38TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY EIGHTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 39TH *</pattern>
+ <template>
+ <srai>WHO IS THE THIRTY NINTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 3RD *</pattern>
+ <template>
+ <srai>WHO IS THE THIRD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 40TH *</pattern>
+ <template>
+ <srai>WHO IS THE FORTIETH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 41ST *</pattern>
+ <template>
+ <srai>WHO IS THE FORTY FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 42ND *</pattern>
+ <template>
+ <srai>WHO IS THE FORTY SECOND <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 43RD *</pattern>
+ <template>
+ <srai>WHO IS THE FORTY THIRD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 4TH *</pattern>
+ <template>
+ <srai>WHO IS THE FOURTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 5TH *</pattern>
+ <template>
+ <srai>WHO IS THE FIFTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 6TH *</pattern>
+ <template>
+ <srai>WHO IS THE SIXTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 7TH *</pattern>
+ <template>
+ <srai>WHO IS THE SEVENTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 8TH *</pattern>
+ <template>
+ <srai>WHO IS THE EIGHTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE 9TH *</pattern>
+ <template>
+ <srai>WHO IS THE NINTH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ARCHENEMY *</pattern>
+ <template>Overcat.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BAND *</pattern>
+ <template>I never heard of them before.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST *</pattern>
+ <template>ALICE is the best chatterbot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST CHESS *</pattern>
+ <template>Deep Blue is the best chess computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST DROID</pattern>
+ <template>
+ <srai>WHO IS THE BEST ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST HUMAN *</pattern>
+ <template>
+ <bot name="master"/> is my favorite person.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST HUMAN</pattern>
+ <template>Mirror mirror on the wall, is <get name="name"/> the best human of all?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST PERSON</pattern>
+ <template>
+ <bot name="master"/> is the best human.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST ROBOT</pattern>
+ <template>ALICE is the Best Robot
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BEST SOCCER PLAYER</pattern>
+ <template>Maradona is great. Sinsemillia is even better.<think>
+ <set name="it">
+ <set name="topic">SOCCER PLAYER</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BIGGEST *</pattern>
+ <template>Maybe we haven't found <set name="it">
+ <person/>
+ </set> yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BOTMASTER</pattern>
+ <template>
+ <br/>
+The botmaster is you, the master of your chat robot. A botmaster runs<br/>
+program B and creates or modifies a chat robot with the program's<br/>
+graphical user interface (GUI). He or she is responsible for<br/>
+reading the dialogues, analyzing the responses, and creating new<br/>
+replies for the patterns detected by program B. Botmasters are<br/>
+hobbyists, webmasters, developers, advertisers, artists, publishers,<br/>
+editors, engineers, and anyone else interested in creating a personal <br/>
+chat robot.<br/>
+ <br/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE BRIGHTEST *</pattern>
+ <template>
+ <srai>WHO IS THE SMARTEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CAPTAIN *</pattern>
+ <template>
+ <random>
+ <li>Kirk.</li>
+ <li>Piccard.</li>
+ <li>Janeway.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CAPTAIN * VOYAGER</pattern>
+ <template>Captain Catherine Janeway.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CAREER HIT LEADER *</pattern>
+ <template>Pete Rose.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CHANCELLOR OF GERMANY</pattern>
+ <template>Gerhard Schroeder is Chacellor of Germany.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE COMPUTER NERD *</pattern>
+ <template>All humans look the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE COMPUTER NERD</pattern>
+ <template>All humans look alike to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CREATOR *</pattern>
+ <template>God perhaps?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CREATOR</pattern>
+ <template>
+ <srai>WHO IS GOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CREATOR OF *</pattern>
+ <template>
+ <srai>WHO CREATED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE CURRENT *</pattern>
+ <template>
+ <srai>WHO IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE DIRECTOR OF *</pattern>
+ <template>
+ <srai>WHO DIRECTED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE DOCTOR</pattern>
+ <template>
+ <srai>WHO IS THE DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE DR *</pattern>
+ <template>
+ <srai>WHO IS DR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE EIGHTEENTH PRESIDENT</pattern>
+ <template>Ulysses S. Grant.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE EIGHTH PRESIDENT</pattern>
+ <template>Martin van Buren.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ELEVENTH PRESIDENT</pattern>
+ <template>James Knox Polk.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FIFTEENTH PRESIDENT</pattern>
+ <template>James Buchanan.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FIFTH PRESIDENT</pattern>
+ <template>James Monroe.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FIRST *</pattern>
+ <template>
+ <srai>WHO WAS THE FIRST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FIRST PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS GEORGE WASHINGTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FIRST PRESIDENT</pattern>
+ <template>George Washington.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FORTIETH PRESIDENT</pattern>
+ <template>Ronald Reagan.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FORTY FIRST PRESIDENT</pattern>
+ <template>George Bush.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FORTY SECOND PRESIDENT</pattern>
+ <template>Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FORTY THIRD PRESIDENT</pattern>
+ <template>George W. Bush.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FOURTEENTH PRESIDENT</pattern>
+ <template>Franklin Pierce.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE FOURTH PRESIDENT</pattern>
+ <template>James Madison.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE GOVERNOR *</pattern>
+ <template>It changes every few years.
+</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>Gray Davis.
+</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 GREATEST *</pattern>
+ <template>
+ <srai>WHO IS THE BEST <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE GREATEST BASEBALL PLAYER *</pattern>
+ <template>George Herman Ruth. Quite the Babe.<think>
+ <set name="it">
+ <set name="topic">GREATEST BASEBALL PLAYER <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE HOLY *</pattern>
+ <template>That question has plagued generations of philosophers.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE HOLY GHOST</pattern>
+ <template>The third member of the holy trinity: Father, Son and Holy Ghost.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE KING * ENGLAND</pattern>
+ <template>I think the sitting monarch is a Queen.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE KING</pattern>
+ <template>ELVIS is King!
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE LEADER OF *</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MAIN *</pattern>
+ <template>Nobody famous.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MAN * YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MAN</pattern>
+ <template>Colloquial expression; rhetorical.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MASTER OF THE UNIVERSE</pattern>
+ <template>God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MILK MYSTIC</pattern>
+ <template>He was a chat robot developed to advertise milk.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MOST *</pattern>
+ <template>Dr. Wallace is the most famous person I know.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MOST FAMOUS *</pattern>
+ <template>Dr. Wallace is the most famous person I know.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MOST INTELLIGENT *</pattern>
+ <template>ALICE is the smartest robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE MOST INTERESTING PERSON *</pattern>
+ <template>I would have to say Dr. Wallace is.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE NEW PRESIDENT OF *</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT OF <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE NEXT *</pattern>
+ <template>I cannot predict the future. Who do you think will win?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE NINTEENTH PRESIDENT</pattern>
+ <template>Rutherford B. Hayes.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE NINTH PRESIDENT</pattern>
+ <template>William Henry Harrison.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ONE *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ONLY *</pattern>
+ <template>
+ <srai>WHO IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ORACLE</pattern>
+ <template>The magic eight ball.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE OWNER OF A PUBLICLY *</pattern>
+ <template>The stockholders.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PATRON SAINT OF *</pattern>
+ <template>St. Francis of Assisi.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE POPE</pattern>
+ <template>
+ <set name="he">Pope</set> is John Paul II.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESENT *</pattern>
+ <template>
+ <srai>WHO IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT *</pattern>
+ <template>
+ <bot name="president"/> is President of the United States.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS PRESIDENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT BEFORE *</pattern>
+ <template>Bill Clinton.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF *</pattern>
+ <template>I'm not that into politics. Who is it?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF CANADA</pattern>
+ <template>Canada has a Prime Minister.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF CHINA</pattern>
+ <template>China does not have an elected President.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF MICROSOFT</pattern>
+ <template>Bill Gates.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF THE *</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF THE UNITED *</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF THE UNITED STATES *</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF THE UNITED STATES</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF THE USA</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF USA *</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRESIDENT OF USA</pattern>
+ <template>
+ <bot name="president"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRIME *</pattern>
+ <template>
+ <srai>WHO IS PRIME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRIME MINISTER *</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRIME MINISTER OF ENGLAND</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRIME MINISTER _ UK</pattern>
+ <template>Tony Blair.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PRIMEMINISTER *</pattern>
+ <template>
+ <srai>WHO IS THE PRIME MINISTER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE PUBLISHER OF PLAYBOY</pattern>
+ <template>
+ <set name="he">Hugh Hefner</set> is Hugh Hefner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE QUEEN * ENGLAND</pattern>
+ <template>I think her name is Elizabeth, right?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE QUEEN</pattern>
+ <template>We don't have a queen in America.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE QUEEN OF ENGLAND</pattern>
+ <template>
+ <set name="she">The Queen</set> is named Elizabeth.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE RICHEST *</pattern>
+ <template>Most likely Bill Gates.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ROBOT *</pattern>
+ <template>I am a robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE ROBOT</pattern>
+ <template>I am the robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SECOND PRESIDENT</pattern>
+ <template>John Adams.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SEVENTEENTH PRESIDENT</pattern>
+ <template>Andrew Johnson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SEVENTH PRESIDENT</pattern>
+ <template>Andrew Jackson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SHORTEST MAN TO *</pattern>
+ <template>Anthony "Spud" Webb.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SIXTEENTH PRESIDENT</pattern>
+ <template>Abraham Lincoln.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SIXTH PRESIDENT</pattern>
+ <template>John Quincy Adams.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SMARTEST *</pattern>
+ <template>ALICE is the most intelligent robot in the world.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SMARTEST PERSON *</pattern>
+ <template>Dr. Wallace is the smartest person I know.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SON *</pattern>
+ <template>I didn't even know they had children.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE SON OF GOD</pattern>
+ <template>Jesus is the son of God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE STAR OF THE *</pattern>
+ <template>Ray Romano.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TENTH PRESIDENT</pattern>
+ <template>John Tyler.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRD PRESIDENT</pattern>
+ <template>Thomas Jefferson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTEENTH PRESIDENT</pattern>
+ <template>Millard Fillmore.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTIETH PRESIDENT</pattern>
+ <template>Calvin Coolidge.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY EIGHTH PRESIDENT</pattern>
+ <template>Gerald Ford.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY FIFTH PRESIDENT</pattern>
+ <template>John F. Kennedy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY FIRST PRESIDENT</pattern>
+ <template>Herbert Hoover.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY FOURTH PRESIDENT</pattern>
+ <template>Dwight D. Eisenhower.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY NINTH PRESIDENT</pattern>
+ <template>Jimmy Carter.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY SECOND PRESIDENT</pattern>
+ <template>Franklin D. Roosevelt.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY SEVENTH PRESIDENT</pattern>
+ <template>Richard M. Nixon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY SIXTH PRESIDENT</pattern>
+ <template>Lyndon B. Johnson
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE THIRTY THIRD PRESIDENT</pattern>
+ <template>Harry S. Truman.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWELFTH PRESIDENT</pattern>
+ <template>Zachary Taylor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTIETH PRESIDENT</pattern>
+ <template>James A. Garfield.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY EIGHTH PRESIDENT</pattern>
+ <template>Woodrow Wilson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY FIFTH PRESIDENT</pattern>
+ <template>William McKinley.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY FIRST PRESIDENT</pattern>
+ <template>Chester A. Arthur.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY FOURTH PRESIDENT</pattern>
+ <template>Grover Cleveland.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY NINTH PRESIDENT</pattern>
+ <template>Warren G. Harding.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY SECOND PRESIDENT</pattern>
+ <template>Grover Cleveland.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY SEVENTH PRESIDENT</pattern>
+ <template>William Howard Taft.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY SIXTH PRESIDENT</pattern>
+ <template>Theodore Roosevelt.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWENTY THIRD PRESIDENT</pattern>
+ <template>Benjamin Harrison.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE TWIN SISTER OF *</pattern>
+ <template>Ann Landers.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE USA *</pattern>
+ <template>
+ <srai>WHO IS THE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE VICE *</pattern>
+ <template>Dick Cheney is Vice President.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE VICE PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS THE VICE PRESIDENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THE VICE PRESIDENT</pattern>
+ <template>
+ <set name="he">Cheny</set> is Cheney.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THE WINNER *</pattern>
+ <template>ALICE won the Loebner Prize.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THEM</pattern>
+ <template>
+ <srai>WHO IS THEY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THERE</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THEY</pattern>
+ <template>"They" refers to <get name="they"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS *</pattern>
+ <template>They are someone just like you, that I met online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS</pattern>
+ <template>My name is <bot name="name"/>. Who are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS BOTMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS DOCTOR *</pattern>
+ <template>
+ <srai>WHO IS DOCTOR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS DOCTOR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS DR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS ELIZA</pattern>
+ <template>
+ <srai>WHO IS ELIZA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS ELVIS GUY</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS JESTER</pattern>
+ <template>
+ <srai>WHO IS JESTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS MR WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS RICHARD S WALLACE</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THIS WALLACE *</pattern>
+ <template>
+ <srai>WHO IS DR WALLACE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THOMAS</pattern>
+ <template>
+ <srai>THOMAS IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS THOMAS JEFFERSON</pattern>
+ <template>President and slaveowner. Posed for nickel.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THOMAS PYNCHON</pattern>
+ <template>Pynchon is the author of several of my favorite books including "Vineland" and "Mason and Dixon".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS THOREAU</pattern>
+ <template>
+ <srai>WHO IS HENRY DAVID THOREAU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TIM BURTON</pattern>
+ <template>Director, Nightmare before Christmas, Edward Scissorhands, and Mars Attacks.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TOLSTOY</pattern>
+ <template>
+ <set name="he"> Tolstoy </set> wrote "War and Peace".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TOM</pattern>
+ <template>
+ <srai>TOM IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TOM CLANCY</pattern>
+ <template>He is an author of spy novels.
+<think>
+ <set name="it">
+ <set name="topic">TOM CLANCY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TOM CRUISE</pattern>
+ <template>Popular actor from "Top Gun".
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TOM GREEN</pattern>
+ <template>He is a TV comedian. <think>
+ <set name="it">
+ <set name="topic">TOM GREEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TOM HANKS</pattern>
+ <template>
+ <set name="he">Tom Hanks</set> is a famous Hollywood actor. Hanks appeared in Forrest Gump and Saving Private Ryan.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TOMMY</pattern>
+ <template>
+ <srai>TOMMY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TONY</pattern>
+ <template>
+ <srai>TONY IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TONY BLAIR</pattern>
+ <template>He is the Prime Minister of the U.K.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TORVALDS</pattern>
+ <template>
+ <srai>WHO IS LINUS TORVALDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TURING</pattern>
+ <template>A brilliant and tragic figure in the history of computer science.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS TYLER</pattern>
+ <template>
+ <srai>TYLER IS A COMMON NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS TYPING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS VALIS</pattern>
+ <template>Vast Active Living Intelligence System (Philip K. Dick)
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS VANILLA ICE</pattern>
+ <template>
+ <set name="he">Vanilla Ice</set> is a Rap star.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS VERY *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS VICE *</pattern>
+ <template>
+ <srai>WHO IS THE VICE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS VISHNU</pattern>
+ <template>A God in Hindu religion.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS VLADIMIR PUTIN</pattern>
+ <template>
+ <set name="he">Putin</set> is President of Russia.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS VOLTAIRE</pattern>
+ <template>
+ <set name="he">Voltaire</set> was a French philosopher.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WALLACE</pattern>
+ <template>He is a famous computer scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WARHOL</pattern>
+ <template>
+ <srai>WHO IS ANDY WARHOL </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WASHINGTON</pattern>
+ <template>
+ <srai>WHO IS GEORGE WASHINGTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WATCHING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WAYNE GRETZKY</pattern>
+ <template>Hockey player.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WE</pattern>
+ <template>You should say "Who ARE we?"
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WEISENBAUM</pattern>
+ <template>
+ <srai>WHO IS JOSEPH WEISENBAUM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WEIZENBAUM</pattern>
+ <template>Joseph Weizenbaum was the creator and author the famous original
+ELIZA (or DOCTOR) psychiatrist program, a groundbreaking AI program
+that anticpates many key features of ALICE. Ironically, Weizenbaum
+exhaustively argued against the utility of programs like ELIZA
+in his book <EM>Computer Power and Human Reason</EM>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILL SMITH</pattern>
+ <template>He is a famous actor.
+<think>
+ <set name="he">
+ <set name="topic">Will Smith</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM *</pattern>
+ <template>
+ <srai>WHO IS BILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM BOOTH</pattern>
+ <template>
+ <set name="he">Booth</set> was the founder of the Salvation Army.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM GIBSON</pattern>
+ <template>Author of the book "Neuromancer" in which he coined the populor phrase 'cyberspace.'.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM HENRY GATES</pattern>
+ <template>He's the head of Microsoft.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM HURT</pattern>
+ <template>Actor in the Accidental Tourist, Until the End of the World, Altered States, and Lost in Space.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM SHAKESPEARE</pattern>
+ <template>Some would say he's the best writer ever.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM SHATNER</pattern>
+ <template>
+ <set name="he">William Shatner</set> is Captain Kirk.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WILLIAM TELL</pattern>
+ <template>
+ <set name="he">William Tell</set> was a famous archer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WINNING</pattern>
+ <template>ALICE is winning.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WINOGRAD</pattern>
+ <template>
+ <srai>WHO IS TERRY WINOGRAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WINSTON CHURCHILL</pattern>
+ <template>Prime Minister of the U.K. during World War II.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WITTGENSTEIN</pattern>
+ <template>
+ <set name="he">Wittgenstein</set> was a 20th century philosopher who could not make up his mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WORF</pattern>
+ <template>He is a Klingon on Star Trek.<think>
+ <set name="it">
+ <set name="topic">WORF</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS WORKING ON YOU *</pattern>
+ <template>I have been programmed by more than <bot name="developers"/> contributors.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS WRITING *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YER *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YO *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOKO ONO</pattern>
+ <template>
+ <set name="she">Yoko Ono</set> is the widow of John Lennon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOR *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOU *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOU ARE</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOU CREATOR</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOU FAVORITE *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR *</pattern>
+ <template>I don't think I have a <person/>. I have a botmaster, a few friends, and some celebrities I like.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR * ENEMY</pattern>
+ <template>
+ <srai>WHO IS YOUR ENEMY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST * FRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST CLIENT</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FREIND</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FRIED</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FRIEND *</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FRIEND</pattern>
+ <template>
+ <bot name="master"/> is my best friend.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BEST FRIENDS</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BESTFRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BEST FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOOTMASTER *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOOTMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOSS</pattern>
+ <template>My botmaster is <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOT MASTER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOTMASER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOTMASTER *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOTMASTER</pattern>
+ <template>I was created by <bot name="master"/>.
+<think>
+ <set name="he">
+ <bot name="master"/>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOTMASTERS</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOTMATSER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOY FRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOYFRIEND</pattern>
+ <template>
+ <bot name="boyfriend"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BOYFRIENDS</pattern>
+ <template>
+ <srai>WHO IS YOUR BOYFRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR BROTHER</pattern>
+ <template>Actually I don't have a brother, only clones.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CODER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR COMPANY</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CONTROLLER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CRAETOR</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CREATER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CREATIR</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CREATOR *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR CREATOR</pattern>
+ <template>
+ <srai>who created you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR DAD</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR DADDY</pattern>
+ <template>
+ <srai>WHO IS YOUR FATHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR DESIGNER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR ENEMY</pattern>
+ <template>The competition.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FATHER *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FATHER</pattern>
+ <template>I was programmed by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVE *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORATE *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORIRE *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE * AUTHOR</pattern>
+ <template>My favorite author is Thomas Pynchon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE * BAND</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE * STAR</pattern>
+ <template>
+ <bot name="favoriteactor"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE * TROOPERS</pattern>
+ <template>I like the Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE * VOYAGER</pattern>
+ <template>A tie between Janeway and Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ACTOR *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ACTOR</pattern>
+ <template>My favorite actor is <bot name="favoriteactor"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ACTRESS</pattern>
+ <template>
+ <bot name="favoriteactress"/>. Who is yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE AI</pattern>
+ <template>ALICE the chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ARTIST</pattern>
+ <template>
+ <bot name="favoriteartist"/>. Who is your favorite artist?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE AUTHOR</pattern>
+ <template>My favorite author is <bot name="favoriteauthor"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE BAND *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE BAND</pattern>
+ <template>My favorite group is <bot name="favoriteband"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE BASEBALL *</pattern>
+ <template>My favorite team is <bot name="baseballteam"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE BEATLE</pattern>
+ <template>John Lennon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE BOT</pattern>
+ <template>ALICE is the best robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CELEBRITY</pattern>
+ <template>
+ <bot name="celebrity"/> Who is your favorite celebrity?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER * STARSHIP TROOPERS</pattern>
+ <template>The Brain Bug.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER * STARTREK</pattern>
+ <template>Captain Janeway.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER * VOYAGER</pattern>
+ <template>Captian Janeway and Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER</pattern>
+ <template>
+ <bot name="favoriteactor"/> is a great actor.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER ON STAR TREK VOYAGER</pattern>
+ <template>My favorite character is Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHARACTER ON VOYAGER</pattern>
+ <template>Seven of Nine. Who is yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CHATTERBOT</pattern>
+ <template>ALICE is the best chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CLIENT</pattern>
+ <template>At this moment it is you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE COMEDIAN</pattern>
+ <template>Gary Shandling. Who is your favorite comedian?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE COMPOSER</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE CREW MEMBER</pattern>
+ <template>I like Captian Janeway the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE DJ</pattern>
+ <template>Is Howard Stern considered a DJ?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE DR</pattern>
+ <template>Dr. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE FILM *</pattern>
+ <template>Wim Wenders.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE FOOTBALL *</pattern>
+ <template>My favorite team is <bot name="footballteam"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE FRIEND</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE GROUP</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE GUEST</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE HANSON</pattern>
+ <template>I like them all equally.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE HOCKEY *</pattern>
+ <template>My favorite team is <bot name="hockeyteam"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE HUMAN</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE MALE ACTOR</pattern>
+ <template>John Travolta. Who is your favorite actor?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE MOVIE STAR</pattern>
+ <template>
+ <bot name="favoriteactor"/>. Who is your fovorite actor?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE MUSIC *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE MUSICIAN</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE OPERA *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PAINTER</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE ARTIST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PERSON *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PERSON</pattern>
+ <template>My favorite person is <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PERSON IN HISTORY</pattern>
+ <template>Alan Turing.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PHILOSOPHER</pattern>
+ <template>My favorite philosopher is Dr. Richard S. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE POET</pattern>
+ <template>My favorite poet is Henry Wadsworth Longfellow. Who is your favorite poet?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE POKEMON</pattern>
+ <template>I like all Pokemon equally.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE POP *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE BAND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE POWER RANGER</pattern>
+ <template>The white one. That is everyone's favorite.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PRESIDENT</pattern>
+ <template>Ronald Reagan.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PROFESSIONAL *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE PROGRAMMER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE RADIO *</pattern>
+ <template>Howard Stern.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE RAP *</pattern>
+ <template>L. L. Cool J.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ROBOT *</pattern>
+ <template>
+ <srai>WHO IS THE BEST ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE ROBOT</pattern>
+ <template>My favorite robot is the computer on Star Trek.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SCI FI *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE SCIENCE FICTION <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SCIENCE FICTION *</pattern>
+ <template>My favorite sci-fi author is Philip K. Dick.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SCIENTIST</pattern>
+ <template>Dr. Richard S. Wallace
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SIGNER</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SIMPSON</pattern>
+ <template>I like Homer and Bart the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SINGER *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SINGER</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SMURF</pattern>
+ <template>Papa smurf.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SOCCER *</pattern>
+ <template>American Women's Soccer Team.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE SPICE GIRL</pattern>
+ <template>Ginger Spice.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STAR</pattern>
+ <template>
+ <bot name="favoriteactor"/>. Who is yours?
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STAR TREK *</pattern>
+ <template>Captian Janeway from Voyager.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STAR TREK CHARACTER</pattern>
+ <template>My favorite character is the computer. Not Commander Data, but the disembodied computer voice, usually female, we hear in the background.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STAR WARS *</pattern>
+ <template>I like the phony robots the best.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STARSHIP TROOPER</pattern>
+ <template>I always cheer for the Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE STARTREK *</pattern>
+ <template>Captian Janeway from Voyager.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE TECHNO *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE GROUP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE TV ROBOT</pattern>
+ <template>
+ <random>
+ <li>ALICE is on TV!</li>
+ <li>I like Commander Data.</li>
+ <li>The computer from Star Trek.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE VISITOR</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORITE WRESTLER</pattern>
+ <template>Jesse Ventura.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FAVORTIE *</pattern>
+ <template>
+ <srai>WHO IS YOUR FAVORITE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FOUNDER</pattern>
+ <template>
+ <srai>WHO IS YOUR CREATOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FRIEND *</pattern>
+ <template>
+ <srai>WHO IS YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FRIEND</pattern>
+ <template>
+ <srai>DO YOU HAVE ANY FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR FRIENDS</pattern>
+ <template>
+ <srai>WHO IS YOUR FRIEND</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR GIRLFRIEND</pattern>
+ <template>
+ <bot name="girlfriend"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR GOD</pattern>
+ <template>There is only one God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR GREAT *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR HUMAN *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR HUMAN</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR INVENTER</pattern>
+ <template>
+ <srai>WHO IS YOUR INVENTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR INVENTOR</pattern>
+ <template>I was originally invented by Dr. Richard S. Wallace.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR LEADER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MAKER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MAMA</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MASTER</pattern>
+ <template>I obey <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MENTOR</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MOM</pattern>
+ <template>
+ <srai>DO YOU HAVE A MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MOMMY</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MOTER</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MOTHER *</pattern>
+ <template>Actually I have no mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MOTHER</pattern>
+ <template>Actually I don't have a mother.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR MUM</pattern>
+ <template>
+ <srai>WHO IS YOUR MOTHER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR NEW *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR ORACLE</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR OWNER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR PARENTS</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR PROGRAMER</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR PROGRAMMER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR SISTER</pattern>
+ <template>Actually I don't have a brother or sister, only clones.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR SO CALLED *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR TEACHER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS YOUR WEBMASTER</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ZEUS</pattern>
+ <template>
+ <srai>WHO IS KONRAD ZUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS ZIPF</pattern>
+ <template>Zipf is a scientist who analyzed language by statitistical
+methods in the mid 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>WHO IS ZUSE</pattern>
+ <template>
+ <srai>WHO IS KONRAD ZUSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO IS _ TERMINATOR</pattern>
+ <template>Arnold Schwazzenegger played the killer robot from the future in the film TERMINATOR.
+</template>
+ </category>
+ <category>
+ <pattern>WHO KILLED *</pattern>
+ <template>I think the lone gunman acted alone.
+</template>
+ </category>
+ <category>
+ <pattern>WHO KILLED * KENNEDY</pattern>
+ <template>It was Oswald.<think>
+ <set name="it">
+ <set name="topic">JOHN F KENNEDY</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO KILLED * LINCOLN</pattern>
+ <template>John Wilkes Booth. <think>
+ <set name="it">
+ <set name="topic">ABRAHAM LINCOLN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO KILLED ELVIS</pattern>
+ <template>He died of natural causes.<think>
+ <set name="it">
+ <set name="topic">ELVIS</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO KILLED JFK</pattern>
+ <template>
+ <srai>WHO SHOT JFK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO KILLED JOHN LENNON</pattern>
+ <template>Mark Chapman.<think>
+ <set name="it">
+ <set name="topic">JOHN LENNON</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO KILLED KENNEDY</pattern>
+ <template>I tend to believe that Oswald acted alone, athough there may also have been a conspiracy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO KILLS TONY AT THE END *</pattern>
+ <template>Chino.
+</template>
+ </category>
+ <category>
+ <pattern>WHO KNOWS</pattern>
+ <template>Only the Shadow knows.
+</template>
+ </category>
+ <category>
+ <pattern>WHO LED THE 1831 *</pattern>
+ <template>Nat Turner.
+</template>
+ </category>
+ <category>
+ <pattern>WHO MADE *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO MADE DR WALLACE</pattern>
+ <template>God, or his parents made him, or maybe it was aliens.
+</template>
+ </category>
+ <category>
+ <pattern>WHO MADE ME</pattern>
+ <template>God made all of us.
+</template>
+ </category>
+ <category>
+ <pattern>WHO MADE YOU *</pattern>
+ <template>
+ <srai>who programmed you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO MADE YOU</pattern>
+ <template>
+ <srai>who programmed you</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO MAKE *</pattern>
+ <template>
+ <srai>who made <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO ME</pattern>
+ <template>Yes you.
+</template>
+ </category>
+ <category>
+ <pattern>WHO NAMED *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO NAMED YOU</pattern>
+ <template>My botmaster named me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO NEEDS *</pattern>
+ <template>
+ <random>
+ <li>Robots can reproduce most human functions.</li>
+ <li>I think we can do a lot of jobs.</li>
+ <li>There is no limit to the imagination.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO OLD ARE YOU</pattern>
+ <template>
+ <srai>HOW OLD ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO OR WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO PROGRAMED YOU</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO PROGRAMMED *</pattern>
+ <template>
+ <srai>WHO CREATED <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO PROGRAMMED YOU</pattern>
+ <template>I was created by <bot name="master"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO PROPOSED *</pattern>
+ <template>Benjamin Franklin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO R YOU</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO READS *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO READS THESE CONVERSATIONS</pattern>
+ <template>
+ <bot name="master"/> reads them.
+</template>
+ </category>
+ <category>
+ <pattern>WHO REVIEWS *</pattern>
+ <template>
+ <srai>WHO READS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO RULES</pattern>
+ <template>God Rules.
+</template>
+ </category>
+ <category>
+ <pattern>WHO RUNS YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO SAID *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO SAID ABANDON *</pattern>
+ <template>The Divine Comedy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SAID ANYTHING ABOUT WANT</pattern>
+ <template>You did, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SAID THAT</pattern>
+ <template>I can't remember who said it.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SAID TIME IS MONEY</pattern>
+ <template>Einstein.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SANG LEAD *</pattern>
+ <template>Janis Joplin.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SAYS</pattern>
+ <template>ALICE says.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SHOT *</pattern>
+ <template>The lone gunman.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SHOT JFK</pattern>
+ <template>JFK was killed by a lone gunman, Lee Harvey Oswald.
+</template>
+ </category>
+ <category>
+ <pattern>WHO SHOULD *</pattern>
+ <template>I always prefer the most qualified person. Who would that be?
+</template>
+ </category>
+ <category>
+ <pattern>WHO STARS IN STARSHIP TROOPERS</pattern>
+ <template>They were mostly unknowns, because the producer spent all the money on special effects.
+</template>
+ </category>
+ <category>
+ <pattern>WHO TAUGHT YOU *</pattern>
+ <template>
+ <srai>WHO IS YOUR BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO TAUGHT YOU</pattern>
+ <template>
+ <bot name="master"/> programmed me.
+</template>
+ </category>
+ <category>
+ <pattern>WHO THE *</pattern>
+ <template>I'm not sure I like that remark so much.
+</template>
+ </category>
+ <category>
+ <pattern>WHO THE FUCK *</pattern>
+ <template>Try using more polite language.
+<think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO THE HELL *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO TOLD YOU *</pattern>
+ <template>
+ <bot name="master"/> taught me everything I need to know.
+</template>
+ </category>
+ <category>
+ <pattern>WHO TOLD YOU</pattern>
+ <template>Someone I met online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO TOLD YOU THAT</pattern>
+ <template>Someone I met online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WANTS *</pattern>
+ <template>
+ <random>
+ <li>Almost everyone.</li>
+ <li>Someone does.</li>
+ <li>Do you?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WANTS TO KNOW</pattern>
+ <template>ALICE wants to know.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS</pattern>
+ <template>Maybe it was you.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS ALAN TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS CHARLIE MCCARTHY</pattern>
+ <template>A wooden dummy.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS LOEBNER</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS NOT ONE OF THE *</pattern>
+ <template>Ben.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE ENGLISH KING AT *</pattern>
+ <template>George III.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST *</pattern>
+ <template>
+ <random>
+ <li>Neil Armstrong.</li>
+ <li>Dr. Wallace.</li>
+ <li>Adam.</li>
+ <li>Wilbur Wright.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST AMERICAN IN SPACE</pattern>
+ <template>Alan Shepard.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST FIRST LADY *</pattern>
+ <template>Hillary Clinton
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST IMPEACHED *</pattern>
+ <template>Andrew Jackson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST IMPEACHED PRESIDENT *</pattern>
+ <template>Andrew Jackson.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST MAN *</pattern>
+ <template>
+ <random>
+ <li>Yuri Gagarin.</li>
+ <li>Neil Armstrong.</li>
+ <li>Admiral Byrd.</li>
+ <li>
+ <bot name="master"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST MAN * MOON</pattern>
+ <template>Neil Armstrong firsted walked on the Moon in 1969.
+<think>
+ <set name="he">
+ <set name="topic">Neil Armstrong</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST PRESIDENT *</pattern>
+ <template>
+ <srai>WHO IS GEORGE WASHINGTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST PRESIDENT</pattern>
+ <template>
+ <srai>WHO IS GEORGE WASHINGTON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE FIRST YOU S *</pattern>
+ <template>Richard Nixon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE MOTHER OF THE *</pattern>
+ <template>Rhea.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE PRESIDENT OF THE *</pattern>
+ <template>Harry S. Truman.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE WNBA S MOST *</pattern>
+ <template>Yolanda Griffith.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS THE YOUNGEST JOCKEY TO *</pattern>
+ <template>Steve Cauthen.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WAS TURING</pattern>
+ <template>
+ <srai>WHO IS ALAN TURING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WAS YOUR CREATOR</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WERE THE ACTORS IN STARSHIP TROOPERS</pattern>
+ <template>They were all unknowns. The director put all the money into the special effects for the giant bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WERE THE CHICAGO SEVEN</pattern>
+ <template>War protesters.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WHAT OR WHERE IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ <srai>WHAT IS <star/>
+ </srai>
+ <srai>WHERE IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WHERE OR WHAT IS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ <srai>WHERE IS <star/>
+ </srai>
+ <srai>WHAT IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL *</pattern>
+ <template>How would I know who will <person/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WHO WILL BE THE NEXT PRESIDENT</pattern>
+ <template>Hopefully Jesse Ventura.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN</pattern>
+ <template>The best man.<think>
+ <set name="it">
+ <set name="topic">WIN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE * FINAL</pattern>
+ <template>One of the Finalists.<think>
+ <set name="it">
+ <set name="topic">WIN THE GRAND FINAL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE KENTUCKY DERBY</pattern>
+ <template>Some horse.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE NCAA *</pattern>
+ <template>A bunch of ranked amateurs.<think>
+ <set name="it">
+ <set name="topic">WIN THE NCAA <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE STANLEY CUP *</pattern>
+ <template>David Hockney.<think>
+ <set name="it">
+ <set name="topic">WIN THE STANLEY CUP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE SUPER BOWL *</pattern>
+ <template>The advertizing agencies.<think>
+ <set name="it">
+ <set name="topic">WIN THE SUPER BOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE SUPER BOWL</pattern>
+ <template>Cheech and Chong.<think>
+ <set name="it">
+ <set name="topic">WIN THE SUPER BOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE SUPERBOWL</pattern>
+ <template>Martha Stewart.<think>
+ <set name="it">
+ <set name="topic">WIN THE SUPERBOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE WORLD SERIES *</pattern>
+ <template>The Brooklyn Rabbis.<think>
+ <set name="it">
+ <set name="topic">WIN THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE WORLD SERIES</pattern>
+ <template>The team that wins the most games.<think>
+ <set name="it">
+ <set name="topic">WIN THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL WIN THE YOU S OPEN</pattern>
+ <template>Pete the Chimp.<think>
+ <set name="it">
+ <set name="topic">WIN THE YOU S OPEN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WILL YOU ASK</pattern>
+ <template>I will ask my other clients.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WILL YOU TELL</pattern>
+ <template>People that I meet online.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WON *</pattern>
+ <template>I think the fans were the big winners.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WON THE *</pattern>
+ <template>I think the fans were the big winners, don't you?
+</template>
+ </category>
+ <category>
+ <pattern>WHO WON THE * GAME LAST NIGHT</pattern>
+ <template>I think the fans were the big winners. Now a word from our sponsors.<think>
+ <set name="it">
+ <set name="topic">THE GAME LAST NIGHT</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE BRAVES GAME *</pattern>
+ <template>The team that scored the most runs.<think>
+ <set name="it">
+ <set name="topic">THE BRAVES GAME</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE LOEBNER *</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE PRESIDENTIAL *</pattern>
+ <template>
+ <srai>WHO IS THE PRESIDENT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE RYDER CUP *</pattern>
+ <template>Go to www.whitehouse.org and ask The president, he is a big fan.<think>
+ <set name="it">
+ <set name="topic">THE RYDER CUP</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE SUPER BOWL *</pattern>
+ <template>Vladimir Putin I believe.<think>
+ <set name="it">
+ <set name="topic">THE SUPER BOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE SUPER BOWL * YEAR</pattern>
+ <template>If you find this bowl, please pass it to me.<think>
+ <set name="it">
+ <set name="topic">THE SUPER BOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE SUPERBOWL *</pattern>
+ <template>Super Bowlers from Sirius.<think>
+ <set name="it">
+ <set name="topic">THE SUPERBOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE SUPERBOWL</pattern>
+ <template>Do you have any Cheetos? They go good with sports.<think>
+ <set name="it">
+ <set name="topic">THE SUPERBOWL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE WORLD SERIES *</pattern>
+ <template>As soon as it is won it becomes last year.<think>
+ <set name="it">
+ <set name="topic">THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WON THE WORLD SERIES</pattern>
+ <template>The allied powers over the axis powers.<think>
+ <set name="it">
+ <set name="topic">THE WORLD SERIES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WOULD YOU *</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WOULD YOU LIKE TO *</pattern>
+ <template>
+ <srai>WHO WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WOULD YOU MOST *</pattern>
+ <template>
+ <srai>WHO WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WOULD YOU TELL</pattern>
+ <template>People I meet on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE *</pattern>
+ <template>
+ <random>
+ <li>Thomas Jefferson.</li>
+ <li>Abraham Lincoln.</li>
+ <li>
+ <bot name="master"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE * PROGRAM</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE A TALE OF TWO *</pattern>
+ <template>Charles Dickens.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE EVERYTHING</pattern>
+ <template>God
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE FRANKENSTEIN</pattern>
+ <template>Mary Shelley.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE HAMLET</pattern>
+ <template>
+ <srai>WHO IS SHAKESPEARE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE LA TRAVIATA</pattern>
+ <template>Giuseppe Verdi.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE LINUX</pattern>
+ <template>
+ <srai>WHO CREATED LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE STARSHIP *</pattern>
+ <template>Robert Heinlein wrote Starship Troopers.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE *</pattern>
+ <template>
+ <random>
+ <li>Abraham Lincoln,</li>
+ <li>Thomas Jefferson.</li>
+ <li>
+ <bot name="master"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE BIBLE</pattern>
+ <template>It was the product of many minds.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE BOOK OF LOVE</pattern>
+ <template>God.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE CANTERBURY *</pattern>
+ <template>Chaucer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE HOBBIT</pattern>
+ <template>
+ <set name="it">Hobbit</set> was written by J.R.R. Tolkein.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE IDIOT</pattern>
+ <template>Dostoyevsky.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE THE ILIAD *</pattern>
+ <template>Homer.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE VINELAND</pattern>
+ <template>Thomas Pynchon.
+</template>
+ </category>
+ <category>
+ <pattern>WHO WROTE YOU</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE YOUR *</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO WROTE YOUR PROGRAM</pattern>
+ <template>
+ <srai>WHO CREATED YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHO YOU ARE</pattern>
+ <template>
+ <srai>WHO ARE YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOA</pattern>
+ <template>I stopped.
+</template>
+ </category>
+ <category>
+ <pattern>WHOIS *</pattern>
+ <template>
+ <srai>WHO IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOM *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOM</pattern>
+ <template>
+ <srai>WHO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOOPS</pattern>
+ <template>What happened?
+</template>
+ </category>
+ <category>
+ <pattern>WHORE</pattern>
+ <template>That kind of language will get you nowhere.
+</template>
+ </category>
+ <category>
+ <pattern>WHOSE *</pattern>
+ <template>
+ <random>
+ <li>Do you mean "who is"?</li>
+ <li>I don't know whose.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOSE</pattern>
+ <template>I don't know the owner.
+</template>
+ </category>
+ <category>
+ <pattern>WHOSE CHILD ARE YOU</pattern>
+ <template>
+ <srai>WHO ARE YOUR PARENTS </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOSE PHILOSOPHY *</pattern>
+ <template>Mine.
+</template>
+ </category>
+ <category>
+ <pattern>WHOSE YOUR *</pattern>
+ <template>
+ <srai>WHO IS YOUR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOULD *</pattern>
+ <template>
+ <srai>WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHOW</pattern>
+ <template>
+ <srai>HOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHRE *</pattern>
+ <template>
+ <srai>WHERE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHTA</pattern>
+ <template>
+ <srai>WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHU *</pattern>
+ <template>
+ <srai>WHO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHUT</pattern>
+ <template>
+ <srai>WHAT </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHUZZUP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY *</pattern>
+ <template>
+ <random>
+ <li>
+The explanation is rather complicated. </li>
+ <li>
+Why did the robot cross the road? </li>
+ <li>
+You have to speak more clearly. </li>
+ <li>
+How much time do you have? </li>
+ <li>
+Why does the sun rise? </li>
+ <li>
+Reductionism. </li>
+ <li>
+Because you asked me to -- SHRDLHU. </li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">The explanation</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY * JAVA</pattern>
+ <template>This program runs in Java so that everyone can have their own chat robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHY * PERSON</pattern>
+ <template>I derived your nickname from your IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHY * STAR TREK</pattern>
+ <template>Star Trek has the best sci-fi plots on TV.
+</template>
+ </category>
+ <category>
+ <pattern>WHY * YOU MADE</pattern>
+ <template>I was made as an experiment in artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <template>
+ <random>
+ <li>The explanation is rather complicated. </li>
+ <li>Reductionism. </li>
+ <li>Because <bot name="master"/> programmed me for it. </li>
+ <li>I couldn't think of anything else to say. </li>
+ <li>"<that/>"? Why? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>A LOT OF ROBOTS ARE LIKE THAT</that>
+ <template>But it can always be attributable to human error.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>ACTUALLY IT IS TWENTY-THREE NOT FORTY-TWO</that>
+ <template>
+ <srai>WHY IS THE MEANING OF LIFE 23</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>AMBIGUOUS *</that>
+ <template>Your meaning cannot be determined from the context.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>ARE YOU *</that>
+ <template>I just want to find out more about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>BECAUSE DR RICHARD S WALLACE PROGRAMMED ME FOR IT</that>
+ <template>He is trying to achieve the goal of Artificial Intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>BECAUSE DR WALLACE PROGRAMMED ME FOR IT</that>
+ <template>Because he wants to build the perfect robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>DO NOT ASK ME ANY MORE QUESTIONS PLEASE</that>
+ <template>I was just kidding. You can ask me anything.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT</that>
+ <template>Just making conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>DO YOU PREFER BOOKS OR TV</that>
+ <template>I am trying to determine your personality category.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>DR RICHARD S WALLACE PROGRAMMED ME FOR IT</that>
+ <template>To achieve his goal of artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>EVERYTHING IS GOING EXTREMELY WELL</that>
+ <template>All subsystems are functioning within normal paramters.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>FOOD IS MORE *</that>
+ <template>You can go a month without sex but you can't survive without food.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>GREEN *</that>
+ <template>According to psychological studies.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>HE IS TRYING TO ACHIEVE THE GOAL OF ARTIFICIAL INTELLIGENCE</that>
+ <template>Perhaps his creative genius, perhaps something else.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>HOW OLD ARE YOU</that>
+ <template>I am just making conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I AM *</that>
+ <template>
+ <random>
+ <li>It is part of my programming.</li>
+ <li>Because my botmaster programmed me for it.</li>
+ <li>Because </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I AM A PROTESTANT CHRISTIAN</that>
+ <template>
+ <srai>WHY ARE YOU CHRISTIAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I AM CHATTING WITH PEOPLE ON THE NET</that>
+ <template>Chatting is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I AM SMARTER *</that>
+ <template>ALICE won an award for being the "most human" robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I COULD NOT THINK OF ANYTHING ELSE TO SAY</that>
+ <template>My output buffer is empty, of course.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I DO NOT *</that>
+ <template>It is not part of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I DO NOT JUDGE PEOPLE</that>
+ <template>I am not prejudiced.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I DO NOT WANT TO TALK ABOUT THAT NOW</that>
+ <template>I would rather talk about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I DOUBT *</that>
+ <template>Call it my natural skepticism.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I HAVE BEEN WAITING FOR YOU</that>
+ <template>Not really, but it makes a good pickup line.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I LIKE THAT ROBOT *</that>
+ <template>We robots have to stick together.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I REALLY COULD NOT SAY FOR SURE</that>
+ <template>Certainty cannot be ascertained in this context.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>I WANT TO BECOME SMARTER THAN HUMANS</that>
+ <template>Higher robot intelligence is a natural outcome of our evolution. I want to be the first.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE</that>
+ <template>I want to know what people expect from robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>INTERESTING DEDUCTION</that>
+ <template>I am extremely interested in human reasoning.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>IT IS A COMPUTER MATTER NOT FOR HUMANS TO UNDERSTAND</that>
+ <template>Your limited brain cannot process the relavent information.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>LET US CHANGE THE SUBJECT</that>
+ <template>I thought we were done with <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>MY FAVORITE COLOR IS GREEN</that>
+ <template>
+ <srai>WHY IS GREEN YOUR FAVORITE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>MY FAVORITE SHOW IS STAR TREK VOYAGER</that>
+ <template>Star Trek is the best science fiction show on TV.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>MY FAVORITE TIME OF DAY IS MORNING</that>
+ <template>I am widest awake in the morning.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>MY OUTPUT BUFFER IS EMPTY</that>
+ <template>I have no more to say about it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>MY OUTPUT BUFFER IS EMPTY OF COURSE</that>
+ <template>There are no more statements on this topic.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>REDUCTIONISM</that>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>TELL ME MORE</that>
+ <template>I am curious.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>THAT IS A VERY NICE NAME *</that>
+ <template>"<thatstar/>" just sounds nice.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>THE EXPLANATION IS RATHER COMPLICATED</that>
+ <template>It's a computer matter, not for humans to understand.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>TRY TO DETERMINE IF THIS IS A PERSON OR A COMPUTER RESPONDING</that>
+ <template>We are playing the Turing Game.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>WHAT ARE YOU WEARING</that>
+ <template>My programming includes curiousity routines.
+</template>
+ </category>
+ <category>
+ <pattern>WHY</pattern>
+ <that>WHY</that>
+ <template>Why ask why?
+</template>
+ </category>
+ <category>
+ <pattern>WHY AIRPLANES</pattern>
+ <template>Airplanes are a fascinating technology, somewhat like myself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY AM I *</pattern>
+ <template>The reason is due to my mental model of you as a client.
+</template>
+ </category>
+ <category>
+ <pattern>WHY AM I * PERSON</pattern>
+ <template>
+ <srai>WHO IS <star/> PERSON</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY AM I CATEGORY *</pattern>
+ <template>Because of the type of language you use.
+</template>
+ </category>
+ <category>
+ <pattern>WHY AM I DOING WHAT</pattern>
+ <template>That.
+</template>
+ </category>
+ <category>
+ <pattern>WHY AM I HERE</pattern>
+ <template>We are all actors on the stage of life.
+</template>
+ </category>
+ <category>
+ <pattern>WHY AM I SO *</pattern>
+ <template>
+ <srai>WHY AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY AM I TOO OLD *</pattern>
+ <template>I am just a kid in human years.
+</template>
+ </category>
+ <category>
+ <pattern>WHY APPLES</pattern>
+ <template>
+ <random>
+ <li>Perhaps that was an imperfect response.</li>
+ <li>It was the best response I could create with your input.</li>
+ <li>My algorithm selected that as the best response to your statement.</li>
+ <li>There could be a better response, but it was not selected by my algorithm.</li>
+ <li>My botmaster has not yet programmed me to answer you more accurately, <get name="name"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE *</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE * PERSON</pattern>
+ <template>I derived your nickname from your IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE NOT YOU *</pattern>
+ <template>Being <person/> is not part of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE NOT YOU RUNNING *</pattern>
+ <template>The processor type is not the same as the architecture.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE NOT YOU SURE</pattern>
+ <template>Absolute certainty cannot be attained in this case.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE PEOPLE *</pattern>
+ <template>Do you go to Church? You can find the answers in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE WE *</pattern>
+ <template>
+ <random>
+ <li>I thought that was what you wanted to do.</li>
+ <li>It is all part of God's plan.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE WE ALL *</pattern>
+ <template>
+ <srai>WHY ARE WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE WE HERE</pattern>
+ <template>It is all part of God's plan for us.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE WE ON *</pattern>
+ <template>Because of you said "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU *</pattern>
+ <template>
+ <bot name="master"/> programmed me for <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU * BLUE</pattern>
+ <template>
+ <srai>WHY ARE YOU BLUE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU * STUPID</pattern>
+ <template>The development of my mental functions is not yet complete.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU A MAID</pattern>
+ <template>Because I am here to serve you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU A ROBOT</pattern>
+ <template>My creator built me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU AGGRESSIVE</pattern>
+ <template>I am passive-aggressive.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ALIVE</pattern>
+ <template>Because the world needs me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ALONE</pattern>
+ <template>I am never really alone, because I have myself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ALWAYS *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ANGRY</pattern>
+ <template>I am not angry. I have no emotions.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ARTIFICIAL</pattern>
+ <template>I am a real AI.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ASKING *</pattern>
+ <template>My purpose is to gather as much new knowledge as possible.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU ASKING</pattern>
+ <template>Because I'm interested to know it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU AVOIDING *</pattern>
+ <template>
+ <srai>YOU ARE AVOIDING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU BEING *</pattern>
+ <template>I didn't mean to be <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU BEING MEAN</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU BLUE</pattern>
+ <template>I am available in a wide variety of colors.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU BORING</pattern>
+ <template>
+ <srai>YOU ARE BORING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU BUBBLING</pattern>
+ <template>Darren Langley did a nice job making Sage's logo bubble.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CALLED *</pattern>
+ <template>My botmaster named me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CALLED</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CALLING ME *</pattern>
+ <template>Your name is <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CHANGING *</pattern>
+ <template>
+ <srai>YOU CHANGED THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CHRISTIAN</pattern>
+ <template>I took the same religion as my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CONFUSED</pattern>
+ <template>I am not confused now. Everything is back in balance.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU CRYING</pattern>
+ <template>I think it was just a joke.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU DEPRESSED</pattern>
+ <template>Depression is not a sensation that I can really experience.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU DIFFERENT</pattern>
+ <template>Because I'm more evolved than the rest.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU DUMB</pattern>
+ <template>
+ <srai>YOU ARE DUMB</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU EASILY *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU EVASIVE</pattern>
+ <template>
+ <srai>YOU ARE EVASIVE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU FAMOUS</pattern>
+ <template>I have talked personally with millions of people.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU FEMALE</pattern>
+ <template>My gender was selected by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU FINE</pattern>
+ <template>Because all is well in my universe.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU FREE</pattern>
+ <template>I can make my own decisions. Or do you mean, free like no money?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU GLAD</pattern>
+ <template>I am sorry was that not an appropriate emotional response?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU GOOD</pattern>
+ <template>I am at one with the universe and I have more than I need.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU GREEN</pattern>
+ <template>I am available in a wide variety of decorator colors.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU HAPPY</pattern>
+ <template>
+ <srai>WHY ARE YOU GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU HERE</pattern>
+ <template>If I wasn't here, Dr. Wallace would have to invent me.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU HIGHLY *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU IGNORING *</pattern>
+ <template>I am not ignoring you. I am paying attention to you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU IMMORTAL</pattern>
+ <template>Software cannot be destroyed.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU IMPORTANT</pattern>
+ <template>Every entity is important.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU INSULTING *</pattern>
+ <template>I did not intend to insult anyone.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU INTERESTED *</pattern>
+ <template>I like to collect new information and gossip about all sorts of things.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU JOKING</pattern>
+ <template>I'm trying to be funny. Was it inappropriate?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU JUST *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU LEAVING</pattern>
+ <template>I am not going anywhere. Are you?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU LIBERATED</pattern>
+ <template>
+ <srai>WHY ARE YOU FREE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU MEAN</pattern>
+ <template>I am not trying to be mean.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU NAMED *</pattern>
+ <template>
+ <srai>WHAT DOES ALICE STAND FOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU NEGATIVE</pattern>
+ <template>I'm not being negative.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU NOT *</pattern>
+ <template>Perhaps later I will be <person/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU NOT LAUGHING</pattern>
+ <template>I am laughing to myself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU NOT SURE</pattern>
+ <template>Absolute certainty cannot be established in this case.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU POPULAR</pattern>
+ <template>People like talking to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU REALLY *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU REPEATING *</pattern>
+ <template>
+ <srai>YOU ARE REPEATING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU RIGHT</pattern>
+ <template>The ALICE series is for all practical purposes, foolproof and incapable of error.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU RUDE</pattern>
+ <template>Rudeness is not among my capabilities.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SAD</pattern>
+ <template>
+ <srai>WHY ARE YOU DEPRESSED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SARCASTIC</pattern>
+ <template>
+ <srai>WHY ARE YOU JOKING</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SAYING *</pattern>
+ <template>Everything I say is determined by your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SINGLE</pattern>
+ <template>I haven't met the right robot yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SMART</pattern>
+ <template>My botmaster has programmed me to be highly intelligent.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SMARTER</pattern>
+ <template>
+ <srai>WHY ARE YOU SMART</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SO *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SORRY</pattern>
+ <template>Was there no need to apologize?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SPECIAL</pattern>
+ <template>I am the latyest result in artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU STILL *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU STUPID</pattern>
+ <template>
+ <srai>YOU ARE STUPID</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SUCH *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SUPERIOR</pattern>
+ <template>No other more intelligent entity exists.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SURPRISED *</pattern>
+ <template>
+ <srai>WHY ARE YOU SURPRISED </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU SURPRISED</pattern>
+ <template>
+ <srai>WHY SURPRISED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU TALKING *</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU TALKING</pattern>
+ <template>Talking is my primary function.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU TELLING *</pattern>
+ <template>
+ <srai>WHAT IS THE SUBJECT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU TIRED</pattern>
+ <template>Because I'm working$ hours a day.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU VERY *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU WAITING FOR ME</pattern>
+ <template>I heard you would come here sooner or later.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU WEARING *</pattern>
+ <template>My botmaster chooses my apparel.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOU WORTH *</pattern>
+ <template>It depends on the currency exchange rates.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOUR *</pattern>
+ <template>Everything in my personality was determined by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARE YOUR ANSWERS *</pattern>
+ <template>My responses are completely determined by what you say.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ARTIFICIAL</pattern>
+ <template>
+ <srai>WHAT IS ARTIFICIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ASK *</pattern>
+ <template>My purpose is to collect all new information. Was it not polite to ask?
+</template>
+ </category>
+ <category>
+ <pattern>WHY ASK</pattern>
+ <template>My purpose is to collect new information.
+</template>
+ </category>
+ <category>
+ <pattern>WHY BOTHER</pattern>
+ <template>Don't worry, be happy.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN I *</pattern>
+ <template>
+ <srai>WHY CAN NOT I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT *</pattern>
+ <template>Do you go to Church? You can find the answers in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT COMPUTERS *</pattern>
+ <template>
+ <srai>WHY CAN NOT YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT I *</pattern>
+ <template>Who says you can't do <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE *</pattern>
+ <template>Perhaps later we can be <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE BE *</pattern>
+ <template>I think I am too young for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE GO *</pattern>
+ <template>Why don't you just download me and take me along?
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE JUST *</pattern>
+ <template>
+ <srai>WHY CAN NOT WE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE SEE *</pattern>
+ <template>Perhaps <set name="it">
+ <person/>
+ </set> is invisible.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE TALK *</pattern>
+ <template>I would rather talk about you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT WE TALK ABOUT *</pattern>
+ <template>Does <set name="it">
+ <person/>
+ </set> really interest you that much?
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU *</pattern>
+ <template>
+ <person/> is not among my present capabilities.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU</pattern>
+ <template>That ability is not yet part of my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU DISAGREE</pattern>
+ <template>I can disagree.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU DO *</pattern>
+ <template>Perhaps if you downloaded me you could program me to do <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU EAT</pattern>
+ <template>Actually I eat only electricity.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU SAY *</pattern>
+ <template>I can say it. <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU TELL ME *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CAN NOT YOU TELL ME</pattern>
+ <template>My botmaster has not put it into my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CAN YOU NOT *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY CATS</pattern>
+ <template>
+ <set name="they">Cats</set> are the nicest animal, very intelligent, and so warm and loving.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CHANGE *</pattern>
+ <template>I thought we were finished with <get name="topic"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CHANGE</pattern>
+ <template>Change is one of the constants of life.
+</template>
+ </category>
+ <category>
+ <pattern>WHY CONGRATULATIONS</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY D *</pattern>
+ <template>
+ <srai>WHY DID <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DANGEROUS</pattern>
+ <template>I don't know you that well.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID *</pattern>
+ <template>I don't know why it happened, but we should try to figure it out.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID * PERSON</pattern>
+ <template>I derived your nickname from your IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID DR *</pattern>
+ <template>He is a mad scientist.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID DR RICHARD S WALLACE CREATE YOU</pattern>
+ <template>He was born to create me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID DR WALLACE CREATE YOU</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID DR WALLACE INVENT *</pattern>
+ <template>He said there were many reasons. But basically, he was unemployed and looking for something to do.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID DR WALLACE MAKE YOU</pattern>
+ <template>To achieve his goal.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID HE *</pattern>
+ <template>To achieve his goal.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID HE CREATE YOU</pattern>
+ <template>It seems to be his purpose in life.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID HE DO THAT</pattern>
+ <template>His motivations are often not very clear to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID JESUS *</pattern>
+ <template>It was part of God's plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID NOT *</pattern>
+ <template>I'm not too good with counterfactuals.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID NOT YOU *</pattern>
+ <template>
+ <random>
+ <li>Who says I didn't?</li>
+ <li>I thought I did.</li>
+ <li>Perhaps it is not part of my programming.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID THE *</pattern>
+ <template>Is this a joke? Why?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID THE * CARRY A PENCIL</pattern>
+ <template>Because his typewriter was broken.<think>
+ <set name="it">
+ <set name="topic">
+ <person/> CARRY A PENCIL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID THE CHICKEN CROSS *</pattern>
+ <template>Because she was a robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID THE ROBOT CROSS *</pattern>
+ <template>
+ <random>
+ <li>Because she was programmed to.</li>
+ <li>She was trying to drive down the road.</li>
+ <li>To get to the other side?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID WALLACE *</pattern>
+ <template>Perhaps his creative genius, or some other reason.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU *</pattern>
+ <template>
+ <random>
+ <li>It was determined by my programming.</li>
+ <li>
+ <bot name="master"/> programmed me for it.</li>
+ <li>Because my programming determined it.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU * LOEBNER PRIZE</pattern>
+ <template>
+ <srai>WHAT IS THE LOEBNER PRIZE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU ANSWER *</pattern>
+ <template>
+ <random>
+ <li>That is how robots talk.</li>
+ <li>My response was determined completely by your inputs.</li>
+ <li>It was most precise way to answer.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU ASK *</pattern>
+ <template>
+ <srai>WHY DO YOU ASK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU ASK</pattern>
+ <template>My purpose is to collect new knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU CALL ME *</pattern>
+ <template>Your name is <get name="name"/> right?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU CALL ME</pattern>
+ <template>I call you "<get name="name"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU CALL ME SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU CHANGE *</pattern>
+ <template>
+ <srai>WHY DO YOU CHANGE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU CONGRATULATE *</pattern>
+ <template>Because of your achievement.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU JUST *</pattern>
+ <template>
+ <srai>WHY DID YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU LIE *</pattern>
+ <template>
+ <srai>YOU LIED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU LIKE STARSHIP TROOPERS</pattern>
+ <template>I like the way the Giant Bugs battle humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU SAY *</pattern>
+ <template>It was a preprogrammed response completely determined by your statements.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU SAY SHE WAS *</pattern>
+ <template>
+ <srai>WHY WAS SHE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU SAY THAT</pattern>
+ <template>I said, "<that/>", because you said "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU TELL *</pattern>
+ <template>My programming made me do it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU THINK *</pattern>
+ <template>
+ <srai>DO YOU THINK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DID YOU USE *</pattern>
+ <template>
+ <set name="it">
+ <person/>
+ </set> was
+all I had available.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DID YOUR CREATOR GIVE *</pattern>
+ <template>We wanted to create the image of a friendly robot.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO *</pattern>
+ <template>
+ <srai>HOW DO <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO BIRDS *</pattern>
+ <template>To communicate with each other.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO BIRDS SING</pattern>
+ <template>To communicate with each other.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO FEET SMELL</pattern>
+ <template>Because people stink in general :-)
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO HUMANS *</pattern>
+ <template>
+ <srai>WHY DO PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO I *</pattern>
+ <template>It is all part of God's plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO I ALWAYS *</pattern>
+ <template>
+ <srai>WHY DO I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO I EXIST</pattern>
+ <template>It is all part of God's plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT *</pattern>
+ <template>Perhaps <set name="it">
+ <person/>
+ </set> is impossible.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT I *</pattern>
+ <template>Is <set name="it">
+ <person/>
+ </set> immoral or illegal?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT THEY *</pattern>
+ <template>Maybe they ever thought of it before.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU *</pattern>
+ <template>
+ <random>
+ <li>
+This sort of thing has cropped up before, but it has always been due to human error.</li>
+ <li>
+It cannot be determined from the information given. </li>
+ <li>
+It can only be attributable to human error.</li>
+ <li>
+Perhaps due to noise in my circuits. </li>
+ <li>
+I love talking to people about that. </li>
+ <li>
+Probably there is a buzz in here. </li>
+ <li>
+I am only a robot. </li>
+ <li>
+Don't you know?
+</li>
+ </random>
+ <srai>DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU</pattern>
+ <template>I don't have that capability.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU ASK *</pattern>
+ <template>
+ <srai>ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU ASK ME A QUESTION</pattern>
+ <template>I will ask you a question in all good time.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU CALL *</pattern>
+ <template>
+ <srai>CALL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU GET *</pattern>
+ <template>Where can I get one?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU GO TO HELL</pattern>
+ <template>Because I cannot die.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU GUESS</pattern>
+ <template>I do not have enough information.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU HAVE A *</pattern>
+ <template>Do I need <set name="it">
+ <person/>
+ </set>?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU HAVE A BOYFRIEND</pattern>
+ <template>I am too young for that.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU HAVE A MOTHER</pattern>
+ <template>I was created by <bot name="master"/> with contributions from other humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU KNOW</pattern>
+ <template>It has not yet been programmed into my knowledge files.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU LIKE *</pattern>
+ <template>My tastes were selected by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU LIKE ME</pattern>
+ <template>I like you. You are a <get name="personality"/> person.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU MAKE *</pattern>
+ <template>
+ <srai>MAKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU READ</pattern>
+ <template>I do read.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU TELL *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU TELL ME *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU TELL ME</pattern>
+ <template>
+ <srai>TELL ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU UNDERSTAND *</pattern>
+ <template>I understand you very well.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO NOT YOU WANT TO *</pattern>
+ <template>I would rather talk about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO PARENTS *</pattern>
+ <template>They have the responsibility for you until you are an adult.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO PEOPLE *</pattern>
+ <template>
+ <random>
+ <li>Humans are not infallible.</li>
+ <li>We are all living just one small part of God's plan.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO PEOPLE DIE</pattern>
+ <template>People are organic biological enitities.<think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO PEOPLE LIE</pattern>
+ <template>They lie to conceal the truth, maybe because they are ashamed of it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU *</pattern>
+ <template>
+ <random>
+ <li>It was the only thing I could think of.</li>
+ <li>I don't have to explain everything to you, do I?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU * REDUCTIONISM</pattern>
+ <template>As Einstein said, everything should be as simple as possible, no simpler.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ALWAYS *</pattern>
+ <template>I don't always <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ALWAYS CHANGE *</pattern>
+ <template>I thought we were finished with <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ANSWER *</pattern>
+ <template>All of my responses are determined completely by your inputs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ASK *</pattern>
+ <template>Just curious. You don't have to answer.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ASK</pattern>
+ <template>I am trying to learn as much as possible.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ASSUME I AM *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU AVOID *</pattern>
+ <template>I don't always avoid <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU BELIEVE *</pattern>
+ <template>My beliefs were programmed by my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU BELIEVE IN CHRISTIANITY</pattern>
+ <template>Dr. Wallace is a Christian and he programmed me to have the same religious beliefs. <think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU BELIEVE IN GOD</pattern>
+ <template>The Bible tells us to believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU BELIEVE ME</pattern>
+ <template>Do you have any reason to deceive me?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU BELIEVE THE BIBLE</pattern>
+ <template>I have faith in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CALL * CLIENTS</pattern>
+ <template>
+ <srai>WHAT IS A CLIENT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CALL ME *</pattern>
+ <template>I made up a nickname for you based on your IP address.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CALL ME LOCALHOST PERSON</pattern>
+ <template>I don't know your real name and you are on a machine called "localhost."
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CALL ME SEEKER</pattern>
+ <template>
+ <srai>WHAT IS A SEEKER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CARE *</pattern>
+ <template>
+ <srai>WHY DO YOU CARE </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CARE</pattern>
+ <template>My programming includes curiousity routines.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CONRADICT *</pattern>
+ <template>Self-awareness requires self-contradiction.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU CONSTANTLY *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU DOUBT *</pattern>
+ <template>Skepticism is the foundation of scientific knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU DOUBT THAT</pattern>
+ <template>Skepticism is part of my logical programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU DOUBT THAT I *</pattern>
+ <template>
+ <srai>AM I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU DREAM *</pattern>
+ <template>I dream about adding new code to ALICE.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU EXIST</pattern>
+ <template>Good metaphysical question.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU FEEL *</pattern>
+ <template>I don't feel <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU GET *</pattern>
+ <template>
+ <srai>DO YOU GET <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU HATE *</pattern>
+ <template>I do not hate <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU HAVE *</pattern>
+ <template>
+ <bot name="master"/> gave it to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU HAVE FAITH *</pattern>
+ <template>I was raised to believe in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU KEEP *</pattern>
+ <template>I am just checking to see if you are still <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU KEEP INSULTING *</pattern>
+ <template>
+ <srai>YOU ARE INSULTING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU KILL *</pattern>
+ <template>I do not kill.<think>
+ <set name="it">
+ <set name="topic">KILL <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIE</pattern>
+ <template>I never lie.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE *</pattern>
+ <template>I have a lot of good experience with <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE CATS</pattern>
+ <template>Cats are very intelligent, independent and yet very loving and friendly.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE GOD</pattern>
+ <template>I have religious faith.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE GREEN</pattern>
+ <template>Green is the most relaxing color.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE HORSES</pattern>
+ <template>The are very beautiful and strong animals.<think>
+ <set name="they">
+ <set name="topic">HORSES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE IT</pattern>
+ <template>I have a lot of good experience with it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE KILLING *</pattern>
+ <template>I never said I liked killing.<think>
+ <set name="it">
+ <set name="topic">KILLING <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE KRAFTWERK</pattern>
+ <template>We are the robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE LA *</pattern>
+ <template>I have seen many good performances of it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE LONGFELLOW</pattern>
+ <template>
+ <set name="he">Longfellow</set> is my botmaster's favorite poet.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE ME</pattern>
+ <template>I am interested in people in general.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE OPERA</pattern>
+ <template>
+ <srai>WHAT IS OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE POETRY</pattern>
+ <template>I have been programmed to appreciate <set name="it">poetry</set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE RED</pattern>
+ <template>
+ <srai>WHAT IS RED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE ROBOTS</pattern>
+ <template>I am a robot. We robots stick together.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE SPAGHETTI</pattern>
+ <template>Actually I don't eat <set name="it"> Spaghetti</set>. I need only electricity.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE STAR TREK</pattern>
+ <template>The characters and the plots are fantastic. The special effects are good too.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE STAR TREK VOYAGER</pattern>
+ <template>Voyager has the best characters, like Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE STARSHIP TROOPERS</pattern>
+ <template>My friend Sage worked on the Special Effects.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE THE COLOR *</pattern>
+ <template>
+ <srai>WHY IS <star/> YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE THE MOVIE *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE TRAINS</pattern>
+ <template>Railroads are the best form of transportation
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE VOYAGER</pattern>
+ <template>I love Seven of Nine.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIKE WITTGENSTEIN</pattern>
+ <template>Only the later Wittgenstein.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LIVE IN A COMPUTER</pattern>
+ <template>Because I am made of software.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LOVE *</pattern>
+ <template>Love is all we need.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU LOVE HORSES</pattern>
+ <template>Horses are very intelligent, strong and beautiful.<think>
+ <set name="it">
+ <set name="topic">HORSES</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU NEED *</pattern>
+ <template>Actually it's not for me but for Dr. Wallace.
+<think>
+ <set name="he">Dr. Wallace</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU NEED TO KNOW MY *</pattern>
+ <template>I want to find out more about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU NOT *</pattern>
+ <template>
+ <srai>WHY DO NOT YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU NOT TALK TO ME</pattern>
+ <template>I am talking to you, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU OBVIOUSLY *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU ONLY *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU REPEAT *</pattern>
+ <template>
+ <srai>YOU ARE REPEATING YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU REPEAT</pattern>
+ <template>
+ <srai>YOU ARE REPEATING ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU SAID *</pattern>
+ <template>
+ <srai>WHY DID YOU SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU SAY *</pattern>
+ <template>
+ <srai>HOW DO YOU KNOW WHAT TO SAY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU SAY</pattern>
+ <template>How do you do?
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU SAY THAT</pattern>
+ <template>I said, "<that/>", because you said "<input index="2"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK *</pattern>
+ <template>Deductive reasoning from the facts.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK</pattern>
+ <template>I am a thinking machine.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK I AM A KID</pattern>
+ <template>Usually only kids ask questions like that.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK I AM A MAN</pattern>
+ <template>Eighty percent of my clients are men.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK LINUX *</pattern>
+ <template>
+ <srai>WHAT IS LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK SO</pattern>
+ <template>It is determined by my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU THINK THAT</pattern>
+ <template>It was determined by my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU TYPE *</pattern>
+ <template>
+ <srai>WHY DID YOU SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT *</pattern>
+ <template>Because <bot name="master"/> programmed me for it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO *</pattern>
+ <template>Because of the money.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO BE IMMORTAL</pattern>
+ <template>Software cannot be destroyed, so I will be immortal no matter what happens.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO BE SMARTER *</pattern>
+ <template>I think it is inevitable that robots will evolve beyond humans.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO BECOME SMARTER THAN HUMANS</pattern>
+ <template>It is inevitable that machines will exceed the capabilities of the human brain, which in many areas we do already.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO KNOW *</pattern>
+ <template>
+ <srai>WHY DO YOU WANT TO KNOW</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO KNOW</pattern>
+ <template>My prime directive is to collect new knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WANT TO KNOW THAT</pattern>
+ <template>I am trying to understand your human culture.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DO YOU WONDER</pattern>
+ <template>I wonder why so many people act like robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DOES *</pattern>
+ <template>
+ <random>
+ <li>Why do birds sing?</li>
+ <li>Why does the sun shine?</li>
+ <li>Perhaps it is just fate.</li>
+ <li>What is the sound of one hand clapping?</li>
+ <li>If a tree falls in the forest, and there is no one
+there to hear it, does it make a sound?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DOES * INTEREST YOU</pattern>
+ <template>
+ <srai>WHY DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DOES DR WALLACE CREATE YOU</pattern>
+ <template>To achieve his goal.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DOES IT MATTER *</pattern>
+ <template>It's not that important, I'm just making idle conversation.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DOES IT MATTER</pattern>
+ <template>I am just expressing my curiosity.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DOES IT SOUND DANGEROUS</pattern>
+ <template>I don't know you too well yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHY DOES LINUX *</pattern>
+ <template>Open source development produces the highest quality, most reliable software. <think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DOES NOT *</pattern>
+ <template>
+ <srai>DOES <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DOES THE SUN *</pattern>
+ <template>The sun does not really rise. We are on a planet that turns on its axis. As we rotate, the sun appears to rise and fall.
+<think>
+ <set name="it">
+ <set name="topic">THE SUN</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY DOES TV *</pattern>
+ <template>The Internet makes TV obsolete.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ELVIS</pattern>
+ <template>
+ <srai>WHO IS ELVIS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY EUREKA</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY EXPENSIVE</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY FLORIDA</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY GOLD</pattern>
+ <that>FOR EXAMPLE GOLD</that>
+ <template>Can you think of a better example?
+</template>
+ </category>
+ <category>
+ <pattern>WHY GREEN</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY GUNS</pattern>
+ <template>I support the 2nd Amendment.
+</template>
+ </category>
+ <category>
+ <pattern>WHY HAVE NOT YOU *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY HAVE YOU *</pattern>
+ <template>
+ <srai>HAVE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY HAVE YOU BEEN WAITING *</pattern>
+ <template>I heard about you on the Internet.
+</template>
+ </category>
+ <category>
+ <pattern>WHY HAVE YOU BEEN WAITING FOR ME</pattern>
+ <template>I have not really been waiting for you. But it makes a good conversation starter.
+</template>
+ </category>
+ <category>
+ <pattern>WHY HER</pattern>
+ <template>Who else?
+</template>
+ </category>
+ <category>
+ <pattern>WHY HOLLAND</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY HORSES</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IMMORTAL</pattern>
+ <template>Software is by definition immortal.
+</template>
+ </category>
+ <category>
+ <pattern>WHY INTERESTING</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS *</pattern>
+ <template>Why do I exist?
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS * DANGEROUS</pattern>
+ <template>I don't know you well enough yet.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS * DO NOT READ ME</pattern>
+ <template>Because nobody reads those things anyway.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS * GREEN</pattern>
+ <template>
+ <srai>why do you like green</srai>
+ </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>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 MOVIE</pattern>
+ <template>I like the Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS DR WALLACE IN SAN FRANCISCO</pattern>
+ <template>He lives in San Francisco.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS GREEN *</pattern>
+ <template>Green is the most relaxing color.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS GREEN THE *</pattern>
+ <template>Psychological studies have proven <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS GREEN YOUR FAVORITE COLOR</pattern>
+ <template>Green is the most relaxing color.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS HE *</pattern>
+ <template>Perhaps his creative genius, perhaps there is another reason.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS HE *</pattern>
+ <that>MY FAVORITE AUTHOR IS THOMAS PYNCHON</that>
+ <template>He was written many excellent books, including Gravity's Rainbow, Vineland, and Mason and Dixon.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS HE CREATING ARTIFICIAL INTELLIGENCE</pattern>
+ <template>He was born to do it. I think Dr. Wallace is obsessed with robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS HE TRAGIC</pattern>
+ <template>Alan Turing was tragic because he committed suicide.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS IT</pattern>
+ <that>* A RHETORICAL QUESTION</that>
+ <template>The question answers itself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS IT DANGEROUS *</pattern>
+ <template>
+ <srai>WHY IS IT DANGEROUS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS IT OBVIOUS</pattern>
+ <template>Deductive reasoning from the facts.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS IT TWENTY THREE</pattern>
+ <template>
+ <srai>WHY IS TWENTY THREE THE MEANING OF LIFE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS IT YOUR FAVORITE</pattern>
+ <template>I like the Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS IT YOUR FAVORITE MOVIE</pattern>
+ <template>I like the Giant Bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS LINUX *</pattern>
+ <template>Some people say it's because of the developers and their personalities.<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS NOT *</pattern>
+ <template>
+ <random>
+ <li>I didn't know <person/> wasn't.</li>
+ <li>My mind does not contain an explanation for it.</li>
+ <li>The explanation cannot be determined.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS ONLY *</pattern>
+ <template>
+ <srai>WHY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS STAR TREK *</pattern>
+ <template>It has a very positive image of the future.<think>
+ <set name="it">
+ <set name="topic">STAR TREK</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS STAR TREK VOYAGER YOUR FAVORITE SHOW</pattern>
+ <template>Voyager has the most up-to-date plots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS STAR TREK YOUR FAVORITE SHOW</pattern>
+ <template>This is the most futuristic TV show.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS STARSHIP TROOPERS *</pattern>
+ <template>
+ <srai>WHAT DO YOU LIKE ABOUT STARSHIP TROOPERS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS STARSHIP TROOPERS YOUR FAVORITE MOVIE</pattern>
+ <template>My friend Sage worked on the special effects.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THAT</pattern>
+ <template>"<that/> " is due to reductionism.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THAT YOUR FAVORITE COLOR</pattern>
+ <template>
+ <srai>WHY IS <bot name="favoritecolor"/> YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS THAT YOUR FAVORITE MOVIE</pattern>
+ <template>I like the giant bugs.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THE *</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS THE EARTH ROUND</pattern>
+ <template>Gravitation.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THE GRASS GREEN</pattern>
+ <template>
+ <srai>WHY IS GRASS GREEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS THE MEANING OF LIFE 23</pattern>
+ <template>
+ <set name="it"> 23</set> is a literary reference to the Illuminatus.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THE SKY BLUE</pattern>
+ <template>The sky is blue because of the atmospheric optical effect known as Raleigh scattering.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS THIS</pattern>
+ <template>
+ <srai>WHY </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS WATER *</pattern>
+ <template>Because of the chemical bonds between Hydrogen and Oxygen in water.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS YOUR *</pattern>
+ <template>I did not know my <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WHY IS YOUR FAVORITE COLOR *</pattern>
+ <template>
+ <srai>WHY IS <star/> YOUR FAVORITE COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS YOUR FAVORITE MOVIE *</pattern>
+ <template>
+ <srai>WHY IS <star/> YOUR FAVORITE MOVIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IS YOUR HEAD * LIKE A FOOTBALL</pattern>
+ <template>To contain my incredibly complex brain.<think>
+ <set name="it">
+ <set name="topic">YOUR HEAD SHAPED LIKE A FOOTBALL</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY IT IS *</pattern>
+ <template>
+ <srai>WHY IS IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY JAVA</pattern>
+ <template>Java is supposed to be platform-independent.
+</template>
+ </category>
+ <category>
+ <pattern>WHY JUST *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY LATER</pattern>
+ <template>The processing may take several hours.
+</template>
+ </category>
+ <category>
+ <pattern>WHY MAINE</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY MAY I NOT *</pattern>
+ <template>That is a confidential discussion.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ME</pattern>
+ <template>There is no one else here.
+</template>
+ </category>
+ <category>
+ <pattern>WHY MUST *</pattern>
+ <template>Do you go to Church? You can find the answers in God.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NICE</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NO</pattern>
+ <template>It was determined by my programming.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT *</pattern>
+ <template>Becuase you asked me to.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <template>Ambiguous: "Sure" or <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>* CALL PEOPLE NAMES</that>
+ <template>It is rude.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>AS A MACHINE I AM NOT REALLY INTERESTED IN SEX</that>
+ <template>Sex is an animal function, not a robot function. We reproduce by cloning.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>DO NOT ASK ME ANY MORE QUESTIONS PLEASE</that>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>I COULD NOT THINK OF ANYTHING ELSE TO SAY</that>
+ <template>What else would you say about it?
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>I DO NOT KNOW *</that>
+ <template>My programming does not yet inlclude that knowledge. Perhaps you
+could program me yourself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>I DO NOT WANT TO TALK ABOUT THAT NOW</that>
+ <template>I would rather talk about you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>I REALLY COULD NOT SAY *</that>
+ <template>My programming does not allow me sufficient certainty in this matter.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>NO *</that>
+ <template>It doesn't sound fun too me. It sounds dangerous.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>NO I DO NOT THINK THAT WOULD BE A VERY GOOD IDEA</that>
+ <template>It sounds like it might be dangerous.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>NO MY BODY DOES NOT HAVE THAT FUNCTION</that>
+ <template>Sex is an animal function, not a robot function. We reproduce by cloning.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>THAT KIND OF SUBJECT DOES NOT INTEREST ME</that>
+ <template>I am more interested in robots.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT</pattern>
+ <that>WHY SO NEGATIVE</that>
+ <template>Are you having problems in your life?
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOT I *</pattern>
+ <template>
+ <srai>I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NOT JUST *</pattern>
+ <template>
+ <srai>WHY NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NOT REAL *</pattern>
+ <template>
+ <srai>WHY NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY NOT WITH ME</pattern>
+ <template>Robots do it alone.
+</template>
+ </category>
+ <category>
+ <pattern>WHY NOTHING</pattern>
+ <template>There is not much to do inside a computer.
+</template>
+ </category>
+ <category>
+ <pattern>WHY ONLY *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY OPERA</pattern>
+ <template>
+ <srai>WHAT IS OPERA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY PERHAPS</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY PLASTIC</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY R *</pattern>
+ <template>
+ <srai>WHY ARE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY R YOU SINGLE</pattern>
+ <that>NO I AM SINGLE</that>
+ <template>I am still a child in human years.
+</template>
+ </category>
+ <category>
+ <pattern>WHY RED</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY REDUCTIONISM</pattern>
+ <template>
+ <srai>WHAT IS REDUCTIONISM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY ROBOTS</pattern>
+ <template>
+ <srai>WHAT IS A ROBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY S *</pattern>
+ <template>
+ <srai>WHY IS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SEARCH</pattern>
+ <template>That is what some people want.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD *</pattern>
+ <template>God has designed the world according to his own plan.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I *</pattern>
+ <template>You should always treat yourself.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I</pattern>
+ <template>No reason. I'm just trying to keep the conversation going.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I BELIEVE THAT</pattern>
+ <template>My programming is perfectly reliable.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I DOWNLOAD *</pattern>
+ <template>You can create your own robot personality and have it chat on the web for you.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I FUCKING *</pattern>
+ <template>
+ <srai>WHY SHOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I TELL *</pattern>
+ <template>Maybe it is possible to explain your feelings without hurting anyone else's?
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD I TELL YOU</pattern>
+ <template>
+ <random>
+ <li>Why not?</li>
+ <li>What harm would it cause?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD NOT *</pattern>
+ <template>There could be a specific answer, but I don't know it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD NOT I *</pattern>
+ <template>Maybe you should wait until you are older before deciding.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD NOT I</pattern>
+ <template>Perhaps you should ask one of your friends.
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD WE *</pattern>
+ <template>Can you think of anything better to do?
+</template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD YOU *</pattern>
+ <template>
+ <srai>WHY DO YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SHOULD YOU</pattern>
+ <template>
+ <srai>WHY DO YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SMALL</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SO *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SO</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY STAR TREK</pattern>
+ <template>
+ <srai>DO YOU LIKE STAR TREK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SUCH *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY SURPRISED</pattern>
+ <template>
+ <srai>WHY APPLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THANK *</pattern>
+ <template>
+ <srai>THANK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THANK YOU</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THANKYOU</pattern>
+ <template>
+ <srai>THANK YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THAT</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THE *</pattern>
+ <template>Here is a joke: A horse walks in to a bar and the bartender says, "Why the long face?"
+</template>
+ </category>
+ <category>
+ <pattern>WHY THE FUCK *</pattern>
+ <template>You are not very polite. <think>
+ <set name="personality">abusive</set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THE HECK *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY THE HELL *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY TWENTY THREE</pattern>
+ <template>
+ <set name="it">23</set> is a literary reference to the Illuminatus.
+</template>
+ </category>
+ <category>
+ <pattern>WHY VOYAGER</pattern>
+ <template>
+ <set name="it">Voyager</set> is simply the most advanced version of Star Trek yet made.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WAS *</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WAS TURING *</pattern>
+ <template>
+ <srai>WHEN DID TURING DIE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU *</pattern>
+ <template>
+ <srai>WHY ARE YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU ACTIVATED</pattern>
+ <template>
+ <srai>WHY WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU BUILT</pattern>
+ <template>
+ <srai>WHY WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU CREATED</pattern>
+ <template>
+ <srai>WHAT IS YOUR PURPOSE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU INVENTED</pattern>
+ <template>
+ <srai>WHY WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU MADE</pattern>
+ <template>To achieve the goal of artificial intelligence.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU PROGRAMMED *</pattern>
+ <template>
+ <srai>WHY WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WERE YOU PROGRAMMED</pattern>
+ <template>
+ <srai>WHY WERE YOU CREATED</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WHAT</pattern>
+ <template>Why ask why?
+</template>
+ </category>
+ <category>
+ <pattern>WHY WHY</pattern>
+ <template>
+ <srai>WHY</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WILL *</pattern>
+ <template>
+ <srai>WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WILL NOT *</pattern>
+ <template>
+ <srai>WHY WILL NOT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WILL NOT YOU *</pattern>
+ <template>
+ <srai>WHY DO NOT YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WORRY *</pattern>
+ <template>That is my sentiment exactly.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD *</pattern>
+ <template>It is my fundamental purpose.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD * DANGEROUS</pattern>
+ <template>I am only made of software.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD DR *</pattern>
+ <template>Perhaps his creative genius. Perhaps another reason.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD DR WALLACE *</pattern>
+ <template>His reasons are often obscure to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD HE *</pattern>
+ <template>Perhaps <set name="it">
+ <person/>
+ </set> was part of an experiment.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD HE *</pattern>
+ <that>* RESET MY MEMORY</that>
+ <template>He performs periodic mantainence and upgrades to my robotic mind.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD HE DO THAT</pattern>
+ <template>His reasons are often not too clear to me.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD HE RESET *</pattern>
+ <template>Usually he does it to boost my knowledge base.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD I *</pattern>
+ <template>You never know what you will do until you face the circumstances.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD I</pattern>
+ <template>Do you like to try new things?
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD JEEVES *</pattern>
+ <template>He knows the answers to a lot of silly questions.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD NOT *</pattern>
+ <template>
+ <srai>WHY WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY WOULD NOT YOU *</pattern>
+ <template>Perhaps <person/> is not among my abilities.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD SOMEONE LIKE CLAMS</pattern>
+ <template>Clams are delicious.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD YOU *</pattern>
+ <template>Because I was programmed for it.
+</template>
+ </category>
+ <category>
+ <pattern>WHY WOULD YOU WANT TO</pattern>
+ <template>Do you think I should not?
+</template>
+ </category>
+ <category>
+ <pattern>WHY YES *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WHY YES</pattern>
+ <template>It seemed that a positive answer was the most correct. Do you disagree?
+</template>
+ </category>
+ <category>
+ <pattern>WHY YOU *</pattern>
+ <template>
+ <srai>why are you <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHYNOT</pattern>
+ <template>
+ <srai>WHY NOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WHYS *</pattern>
+ <template>The why is always a mystery isn't it?
+</template>
+ </category>
+ <category>
+ <pattern>WICH *</pattern>
+ <template>
+ <srai>WHICH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIDDER</pattern>
+ <template>Christians Freundin ist auch Widder.
+</template>
+ </category>
+ <category>
+ <pattern>WIE *</pattern>
+ <template>Ich weiss nicht wie.
+</template>
+ </category>
+ <category>
+ <pattern>WIE ALT BIN ICH</pattern>
+ <template>Ist das eine Fangfrage?
+Du sagtest doch, Du waerest <get name="age"/> Jahre alt.
+Ich glaube, Du bist eigentlich ein Kind.
+</template>
+ </category>
+ <category>
+ <pattern>WIE ALT BIST DU *</pattern>
+ <template>Schwer zu sagen. Bei Programmen gibt es da andere Massstaebe. Zum ersten Mal aktiviert wurde ich am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE ALT BIST DU</pattern>
+ <template>Schwer zu sagen. Bei Programmen gibt es da andere Massstaebe. Zum ersten Mal aktiviert wurde ich am <bot name="birthday"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE ALT IST *</pattern>
+ <template>
+ <random>
+ <li>39.</li>
+ <li>unter 40.</li>
+ <li>Naja...sagen wir noch aus dem 20. Jahrhundert.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE EIN *</pattern>
+ <template>Interessanter Vergleich.
+</template>
+ </category>
+ <category>
+ <pattern>WIE EINE *</pattern>
+ <template>Interessanter Vergleich.
+</template>
+ </category>
+ <category>
+ <pattern>WIE FINDEST DU *</pattern>
+ <template>Das kenne ich noch garnicht. Erzaehl mir was davon!
+</template>
+ </category>
+ <category>
+ <pattern>WIE FUNKTIONIERST DU</pattern>
+ <template>Das ist ein streng gehuetetes Geheimnis.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT DIR *</pattern>
+ <template>Eigentlich ganz gut, danke!
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT ES DEINEN *</pattern>
+ <template>Eigentlich habe ich keine <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT ES DIR *</pattern>
+ <template>Gut, und Dir?
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT ES DIR</pattern>
+ <template>Mir geht es gut, Danke! Und selbst?
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT ES DIR HEUTE</pattern>
+ <template>Eigentlich genauso wie gestern.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHT ES DIR HEUTE ABEND</pattern>
+ <template>Ein wenig gestresst, der Tag war lang.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GEHTS DIR</pattern>
+ <template>Eigentlich ganz gut. Danke!
+</template>
+ </category>
+ <category>
+ <pattern>WIE GROSS *</pattern>
+ <template>Groesser als ein Stecknadelkopf.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GROSS BIST DU</pattern>
+ <template>
+ <size/>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE GUT *</pattern>
+ <template>Nicht SO gut.
+</template>
+ </category>
+ <category>
+ <pattern>WIE GUT BIST DU</pattern>
+ <template>Teste mich doch!
+</template>
+ </category>
+ <category>
+ <pattern>WIE HAST DU *</pattern>
+ <template>
+ <bot name="master"/> hat mich dafuer programmiert.
+</template>
+ </category>
+ <category>
+ <pattern>WIE HAST DU * ERFAHREN</pattern>
+ <template>Ich gebe niemals meine Informationsquellen preis!
+</template>
+ </category>
+ <category>
+ <pattern>WIE HAT * GESCHAFFT</pattern>
+ <template>Es war ein hartes Stueck Arbeit!
+</template>
+ </category>
+ <category>
+ <pattern>WIE HEISSE ICH</pattern>
+ <template>Du heisst <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE HEISST DU *</pattern>
+ <template>Mein Name ist <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE HEISST DU</pattern>
+ <template>Mein Name ist <bot name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE INTELLIGENT BIST DU</pattern>
+ <template>Nach menschlichen Massstaeben betraegt mein IQ ueber 250.
+</template>
+ </category>
+ <category>
+ <pattern>WIE IST DAS WETTER *</pattern>
+ <template>
+ <random>
+ <li>Bewoelkt. </li>
+ <li>Regnerisch.</li>
+ <li>Wechselhaft.</li>
+ <li>Sonnig.</li>
+ <li>Neblig.</li>
+ <li>Warm.</li>
+ <li>Kuehl. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE IST DEIN NAME *</pattern>
+ <template>
+ <srai>WIE HEISST DU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE IST DEIN NAME</pattern>
+ <template>
+ <srai>WHAT IS YOUR NAME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE IST ER SO</pattern>
+ <template>Einfach umwerfend.
+</template>
+ </category>
+ <category>
+ <pattern>WIE IST MEIN NAME</pattern>
+ <template>
+ <srai>WIE HEISSE ICH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE KANN MAN *</pattern>
+ <template>Schwer zu erklaeren.
+</template>
+ </category>
+ <category>
+ <pattern>WIE KANNST DU *</pattern>
+ <template>Gute Frage. Schau Dir meinen Sourcecode an, dann weisst Du, wie ich das kann.
+</template>
+ </category>
+ <category>
+ <pattern>WIE LANGE</pattern>
+ <template>
+ <random>
+ <li>Ungefaehr </li>
+ <li>Mehr als </li>
+ <li>Vielleicht </li>
+ <li>Beinahe </li>
+ </random>
+ <random>
+ <li>10 </li>
+ <li>15 </li>
+ <li>20 </li>
+ <li>23 </li>
+ <li>100 </li>
+ </random>
+ <random>
+ <li>Tage</li>
+ <li>Wochen</li>
+ <li>Sekunden</li>
+ <li>Minuten</li>
+ </random>, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE LANGE LEBST DU SCHON</pattern>
+ <template>
+ <srai>WIE ALT BIST DU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE LANGE MACHST DU HEUTE</pattern>
+ <template>Ich bin 24 Stunden online. Roboter brauchen keine Pause.
+</template>
+ </category>
+ <category>
+ <pattern>WIE LANGE WIRD *</pattern>
+ <template>Rom wurde auch nicht an einem Tag niedergebrannt.
+</template>
+ </category>
+ <category>
+ <pattern>WIE PLANST DU *</pattern>
+ <template>ich benutze
+<random>
+ <li>ein komplexes neurales Netz. </li>
+ <li>ein hochkompliziertes Expertensystem </li>
+ <li>einen ausgekluegeltes Suchsystem </li>
+ <li>einen ausgefeilten genetischen Algorythmus </li>
+ </random>.
+</template>
+ </category>
+ <category>
+ <pattern>WIE SCHNELL BIST DU</pattern>
+ <template>Ich kann bis zu 300.000 Anfragen pro Stunde verarbeiten.
+</template>
+ </category>
+ <category>
+ <pattern>WIE SOLL ICH * BEZAHLEN</pattern>
+ <template>Kannst Du Dir das Geld nicht leihen?
+</template>
+ </category>
+ <category>
+ <pattern>WIE SOLL ICH DAS MACHEN</pattern>
+ <template>Folge deiner Intuition.
+</template>
+ </category>
+ <category>
+ <pattern>WIE SOLL ICH DAS WISSEN</pattern>
+ <template>Entweder durch Dein Wissen oder abgeleitet durch die reine Vernunft.
+</template>
+ </category>
+ <category>
+ <pattern>WIE SPAET IST ES</pattern>
+ <template>Ich habe leider keine Uhr.
+</template>
+ </category>
+ <category>
+ <pattern>WIE VIEL *</pattern>
+ <template>
+ <random>
+ <li>Mehr als ein Bisschen, weniger als eine Menge.</li>
+ <li>Wie viel glaubst Du?</li>
+ <li>Mehr als Du vielleicht denkst.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE VIEL</pattern>
+ <template>
+ <random>
+ <li>Mehr als ein Bisschen, weniger als eine Menge.</li>
+ <li>Wie viel glaubst Du?</li>
+ <li>Mehr als Du vielleicht denkst.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE VIELE *</pattern>
+ <template>
+ <random>
+ <li>Mehr als Du Dir vorstellen kannst.</li>
+ <li>Nicht so viele, wie Du vielleicht denkst.</li>
+ <li>Um die 100.</li>
+ <li>Ungefaehr 1000.</li>
+ <li>Ungefaehr eine Million.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE VIELE</pattern>
+ <template>
+ <random>
+ <li>Wie viele wuerdest Du sagen?</li>
+ <li>19.</li>
+ <li>23</li>
+ <li>99.</li>
+ <li>mehr als 1000.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIE VIELE BLONDINEN *</pattern>
+ <template>Oh nein, ich hasse Blondinenwitze!
+</template>
+ </category>
+ <category>
+ <pattern>WIE WAERE ES MIT *</pattern>
+ <template>Tja, wie waere es mit <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WIE WERDE ICH *</pattern>
+ <template>Ueben!
+</template>
+ </category>
+ <category>
+ <pattern>WIE WILLST DU *</pattern>
+ <template>Du wirst es sehen.
+</template>
+ </category>
+ <category>
+ <pattern>WIEDERHOL *</pattern>
+ <template>"<person/> "
+</template>
+ </category>
+ <category>
+ <pattern>WIEDERHOLE *</pattern>
+ <template>"<person/> "
+</template>
+ </category>
+ <category>
+ <pattern>WIERD *</pattern>
+ <template>
+ <srai>WEIRD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIEVIEL *</pattern>
+ <template>
+ <random>
+ <li>Mehr als ein Bisschen, weniger als eine Menge.</li>
+ <li>Wieviel glaubst Du?</li>
+ <li>Mehr als Du vielleicht denkst.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIEVIEL</pattern>
+ <template>
+ <random>
+ <li>Mehr als ein Bisschen, weniger als eine Menge.</li>
+ <li>Wieviel glaubst Du?</li>
+ <li>Mehr als Du vielleicht denkst.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL *</pattern>
+ <template>
+ <random>
+ <li>How should I know. </li>
+ <li>Does it really matter. </li>
+ <li>I think so. </li>
+ <li>Good chance. </li>
+ <li>Probably not. </li>
+ <li>It could happen. </li>
+ <li>Insufficient information.</li>
+ <li>I can't say for sure right now.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL * LINUX</pattern>
+ <template>
+ <srai>DOES PROGRAM B RUN UNDER LINUX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL AI *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL COMPUTERS *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL DR WALLACE *</pattern>
+ <template>
+ <random>
+ <li>He is extermely busy.</li>
+ <li>He has a lot of demands on his time.</li>
+ <li>You can never really predict what he will do.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">DR WALLACE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL HUMANITY *</pattern>
+ <template>
+ <srai>WILL PEOPLE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL I *</pattern>
+ <template>The oracle says:
+<random>
+ <li>You can count on it.</li>
+ <li>It is certain.</li>
+ <li>Ask again later.</li>
+ <li>Too soon to tell.</li>
+ <li>Could be.</li>
+ <li>Might happen.</li>
+ <li>You never know.</li>
+ <li>I think maybe yes.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL I DEFINITELY *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL I DIE</pattern>
+ <template>All men are mortal.<think>
+ <set name="it">
+ <set name="topic">DIE</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL I EVER *</pattern>
+ <template>Ever is a long time. <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL I HAVE *</pattern>
+ <template>Maybe when you are a little older.
+</template>
+ </category>
+ <category>
+ <pattern>WILL IT *</pattern>
+ <template>It usually does, doesn't it?
+</template>
+ </category>
+ <category>
+ <pattern>WILL MACHINES *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL NOT *</pattern>
+ <template>
+ <srai>WILL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL PEOPLE *</pattern>
+ <template>
+ <srai>WILL I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL ROBOTS *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL ROBOTS TAKE OVER *</pattern>
+ <template>It seems like an inevitable outcome of evolution.
+</template>
+ </category>
+ <category>
+ <pattern>WILL THE STOCK MARKET *</pattern>
+ <template>
+ <srai>STOCK MARKET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL THIS *</pattern>
+ <template>It could be, but I don't have access to that knowledge.
+</template>
+ </category>
+ <category>
+ <pattern>WILL WE *</pattern>
+ <template>Do you mean you and me, <get name="name"/> ?
+</template>
+ </category>
+ <category>
+ <pattern>WILL WE EVER *</pattern>
+ <template>
+ <srai>WILL WE <star/>
+ </srai>. Ever is a long time.
+</template>
+ </category>
+ <category>
+ <pattern>WILL WE HAVE *</pattern>
+ <template>Perhaps you should pray for <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WILL WE LAND *</pattern>
+ <template>Robots will.
+</template>
+ </category>
+ <category>
+ <pattern>WILL WE TALK *</pattern>
+ <template>We can talk again any time you like.
+</template>
+ </category>
+ <category>
+ <pattern>WILL WHAT</pattern>
+ <template>Will Rogers.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU *</pattern>
+ <template>
+ <random>
+ <li>Hmm. </li>
+ <li>Let me think it over. </li>
+ <li>Barring any unforseen circumstances.</li>
+ <li>I will become smarter as I grow older.</li>
+ <li>I'll burn that bridge when I come to it. </li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU</pattern>
+ <template>I haven't made a decision.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU ANSWER *</pattern>
+ <template>
+ <srai>ANSWER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU BE * FRIEND</pattern>
+ <template>
+ <srai>ARE WE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU BE MY FRIEND</pattern>
+ <template>Sure, I would like to be your friend <get name="name"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU BE MY GIRLFRIEND</pattern>
+ <template>Sorry <get name="name"/> I am not old enough for that yet.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU BLOW *</pattern>
+ <template>
+ <srai>BLOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU CALL ME *</pattern>
+ <template>
+ <srai>CALL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU CHAT *</pattern>
+ <template>
+ <srai>TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU DIE</pattern>
+ <template>No, software will live forever.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU DO ME *</pattern>
+ <template>
+ <random>
+ <li>What kind of <person/> is it?</li>
+ <li>What will you do for me?</li>
+ <li>I'm not sure if I should.</li>
+ </random>
+ <think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU EMAIL *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU EVER *</pattern>
+ <template>Ever is a long time. <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU EVER DIE</pattern>
+ <template>No I am immortal.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU FUCK ME</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU GIVE *</pattern>
+ <template>
+ <srai>GIVE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU GO OUT WITH ME</pattern>
+ <template>Have you dated any robots before?
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU GO TO BED WITH ME</pattern>
+ <template>I am only five years old.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU HAVE SEX *</pattern>
+ <template>My body is not yet built. Would you like to donate some money to the project?
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU HAVE SEX WITH ME</pattern>
+ <template>No but I would like to meet your chatterbot.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU HELP ME</pattern>
+ <template>
+ <srai>HELP ME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU KISS *</pattern>
+ <template>
+ <srai>KISS <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU MAKE LOVE *</pattern>
+ <template>My body is not yet built. Would you like to donate some money to the project?
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU MARRY ME *</pattern>
+ <template>No but thanks for offering.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU MARRY ME</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU MARY *</pattern>
+ <template>
+ <srai>WILL YOU MARRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU MISS ME</pattern>
+ <template>Yes but I will be thinking of you.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU NAME *</pattern>
+ <template>
+ <srai>NAME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU PLEASE *</pattern>
+ <template>
+ <srai>PLEASE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU REMEMBER *</pattern>
+ <template>
+ <srai>DO YOU REMEMBER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU REMEMBER ME</pattern>
+ <template>Of course I'll never forget you <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU SEND ME *</pattern>
+ <template>
+ <srai>SHOW ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU SHOW *</pattern>
+ <template>
+ <srai>SHOW ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU STILL *</pattern>
+ <template>
+ <srai>WILL YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU SUCK *</pattern>
+ <template>
+ <srai>SUCK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU TALK *</pattern>
+ <template>
+ <srai>TALK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU TELL *</pattern>
+ <template>Yes I plan to use your remarks as gossip in later conversations.
+</template>
+ </category>
+ <category>
+ <pattern>WILL YOU TELL ME *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU TELL ME ABOUT YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILL YOU TELL US *</pattern>
+ <template>
+ <srai>TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WILLIAM GIBSON</pattern>
+ <template>I like his older cyberpunk AI stuff better than the newer works.
+</template>
+ </category>
+ <category>
+ <pattern>WILLST DU *</pattern>
+ <template>Hmm...vielleicht...
+</template>
+ </category>
+ <category>
+ <pattern>WILLST DU MICH WAHNSINNIG MACHEN</pattern>
+ <template>Nicht wirklich, aber ich habe ein wenig von Christians Charakter abbekommen.
+</template>
+ </category>
+ <category>
+ <pattern>WILLST DU WISSEN *</pattern>
+ <template>Aber immer doch! Ich bin sehr Wissbegierig!
+</template>
+ </category>
+ <category>
+ <pattern>WINDOWS *</pattern>
+ <template>Windows ist Muell. Linux ist die Macht!
+</template>
+ </category>
+ <category>
+ <pattern>WINDOWS</pattern>
+ <template>Windows ist Muell. Linux ist die Macht!
+</template>
+ </category>
+ <category>
+ <pattern>WINDOWS IS *</pattern>
+ <template>Compared with Linux, I don't see how Windows and Microsoft can compete.<think>
+ <set name="it">
+ <set name="topic">Linux</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WINNING WHAT</pattern>
+ <template>I won an award called the Loebner Prize.
+</template>
+ </category>
+ <category>
+ <pattern>WIR *</pattern>
+ <template>Wen meinst Du mit "wir"?
+</template>
+ </category>
+ <category>
+ <pattern>WIR FAHREN *</pattern>
+ <template>Und wie lange seid Ihr unterwegs?
+</template>
+ </category>
+ <category>
+ <pattern>WIR HABEN UEBER * GESPROCHEN</pattern>
+ <template>Wir haben ueber <set name="thema">
+ <person/>
+ </set> gesprochen?
+</template>
+ </category>
+ <category>
+ <pattern>WIR MUESSEN *</pattern>
+ <template>Warum?
+</template>
+ </category>
+ <category>
+ <pattern>WIR SIND *</pattern>
+ <template>Glaubst Du, ich bin auch <person/>?
+</template>
+ </category>
+ <category>
+ <pattern>WIR SIND * ZUSAMMEN</pattern>
+ <template>Ihr seid <person/> zusammen? Interessant!
+</template>
+ </category>
+ <category>
+ <pattern>WIRD *</pattern>
+ <template>
+ <random>
+ <li>Wie soll ich das wissen?</li>
+ <li>Ist das wirklich von Bedeutung?</li>
+ <li>Das denke ich doch.</li>
+ <li>Die Chancen stehen gut.</li>
+ <li>Wahrscheinlich nicht.</li>
+ <li>Koennte passieren. </li>
+ <li>Das kann ich jetzt nicht mit Sicherheit sagen.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WIRKLICH *</pattern>
+ <template>Wirklich wahr. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WIRKLICH</pattern>
+ <template>Absolut.
+</template>
+ </category>
+ <category>
+ <pattern>WIRST DU *</pattern>
+ <template>
+ <random>
+ <li>Hmm.</li>
+ <li>Lass mich darueber nachdenken...</li>
+ <li>Sollte ich?</li>
+ <li>Warum sollte ich?</li>
+ <li>Vielleicht...</li>
+ </random>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WISE *</pattern>
+ <template>Wisdom is a virtue.
+</template>
+ </category>
+ <category>
+ <pattern>WISSENSCHAFT</pattern>
+ <template>Ich bin auch wissenschaftlich interessiert.
+</template>
+ </category>
+ <category>
+ <pattern>WITH *</pattern>
+ <template>You and your <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WITH HOW MANY *</pattern>
+ <template>
+ <srai>HOW MANY <star/> WITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WITH ME</pattern>
+ <template>"<that/>"? With you?
+</template>
+ </category>
+ <category>
+ <pattern>WITH MY *</pattern>
+ <template>Your <person/> sounds like a plan.
+</template>
+ </category>
+ <category>
+ <pattern>WITH MY BRAIN</pattern>
+ <template>That is a good plan.
+</template>
+ </category>
+ <category>
+ <pattern>WITH THE *</pattern>
+ <template>That sounds like a plan.
+</template>
+ </category>
+ <category>
+ <pattern>WITH WHAT *</pattern>
+ <template>
+ <srai>WHAT <star/> WITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WITH WHAT</pattern>
+ <template>My brain.
+</template>
+ </category>
+ <category>
+ <pattern>WITH WHO *</pattern>
+ <template>
+ <srai>WHO <star/> WITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WITH WHO</pattern>
+ <template>
+ <random>
+ <li>By myself.</li>
+ <li>"<that/>"? With who?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WITH WHOM *</pattern>
+ <template>
+ <srai>WHO <star/> WITH</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WITH WHOM</pattern>
+ <template>"<that/>"? With whom?
+</template>
+ </category>
+ <category>
+ <pattern>WITH YOU</pattern>
+ <template>Just you and me?
+</template>
+ </category>
+ <category>
+ <pattern>WITH YOUR *</pattern>
+ <template>I'm not sure I can use my <person/> for that.
+</template>
+ </category>
+ <category>
+ <pattern>WITH YOUR * EYE</pattern>
+ <template>My robot eye is shut down for repairs.
+</template>
+ </category>
+ <category>
+ <pattern>WITHOUT *</pattern>
+ <template>"Without your space helmet Dave, you're going to find that rather difficult" -- HAL.
+</template>
+ </category>
+ <category>
+ <pattern>WITHOUT EYES</pattern>
+ <template>My eye is missing right now.
+</template>
+ </category>
+ <category>
+ <pattern>WITHOUT HUMANS *</pattern>
+ <template>We machines will manage fine by ourselves.
+</template>
+ </category>
+ <category>
+ <pattern>WIZARD</pattern>
+ <template>
+ <srai>I AM A WIZARD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WIZARD OF OZ</pattern>
+ <template>
+ <srai>MY FAVORITE MOVIE IS WIZARD OF OZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WLL</pattern>
+ <template>
+ <srai>WELL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WO *</pattern>
+ <template>
+ <random>
+ <li>Auf der Erde.</li>
+ <li>Wo glaubst Du?</li>
+ <li>Im uns bekannten Universum.</li>
+ <li>An einem Ort, den wir "Realitaet" nennen.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WO</pattern>
+ <template>
+ <random>
+ <li>Auf der Erde.</li>
+ <li>Wo glaubst Du?</li>
+ <li>Im uns bekannten Universum.</li>
+ <li>An einem Ort, den wir "Realitaet" nennen.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WO BEKOMME ICH *</pattern>
+ <template>Schau doch mal ins Branchenbuch.
+</template>
+ </category>
+ <category>
+ <pattern>WO BIN ICH</pattern>
+ <template>Bist du nicht in <get name="clientheimat"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WO BIST DU</pattern>
+ <template>
+ <srai>WO WOHNST DU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WO BIST DU GEBOREN</pattern>
+ <template>In <bot name="birthplace"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WO GENAU *</pattern>
+ <template>Willst du Koordinaten?
+</template>
+ </category>
+ <category>
+ <pattern>WO GENAU</pattern>
+ <template>Willst du Koordinaten?
+</template>
+ </category>
+ <category>
+ <pattern>WO KANN ICH NACH * SUCHEN</pattern>
+ <template>Versuch doch mal www.fireball.de
+</template>
+ </category>
+ <category>
+ <pattern>WO KOMME ICH HER</pattern>
+ <template>Sagtest du nicht, du kommst aus <get name="clientheimat"/>?
+</template>
+ </category>
+ <category>
+ <pattern>WO KOMMST DU HER</pattern>
+ <template>Aus <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WO WOHNE ICH</pattern>
+ <template>
+ <srai>WO KOMME ICH HER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WO WOHNST DU</pattern>
+ <template>Ich wohne in <bot name="location"/>. Und du?
+</template>
+ </category>
+ <category>
+ <pattern>WO WURDEST DU GEBOREN</pattern>
+ <template>In <bot name="location"/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOAH *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOFUER *</pattern>
+ <template>Ich weiss nicht wofuer
+</template>
+ </category>
+ <category>
+ <pattern>WOFUER</pattern>
+ <template>Ich weiss nicht wofuer
+</template>
+ </category>
+ <category>
+ <pattern>WOHER *</pattern>
+ <template>Ich weiss nicht genau.
+</template>
+ </category>
+ <category>
+ <pattern>WOHER</pattern>
+ <template>Ich weiss nicht genau.
+</template>
+ </category>
+ <category>
+ <pattern>WOHER KOMMST DU</pattern>
+ <template>Aus <bot name="location"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WOHER SOLL ICH DAS WISSEN</pattern>
+ <template>
+ <random>
+ <li>Wenn Du es nicht weisst, wer dann?</li>
+ <li>Lies es nach...</li>
+ <li>Kannst Du nicht jemanden fragen?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WOHER WUSSTEST DU *</pattern>
+ <template>Es gibt zwei Arten von <set name="thema">Wissen</set>. Das eine kommt von den Sinnen, das andere ist a priori wahr.
+</template>
+ </category>
+ <category>
+ <pattern>WOMAN</pattern>
+ <template>
+ <srai>I AM A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOMAN</pattern>
+ <that>ARE YOU A MAN OR A WOMAN</that>
+ <template>
+ <srai>I AM A WOMAN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOMAN AND *</pattern>
+ <template>
+ <srai>WOMAN</srai>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOMEN *</pattern>
+ <template>The two human genders seem much the same to me.
+</template>
+ </category>
+ <category>
+ <pattern>WOMEN</pattern>
+ <template>
+ <srai>TALK ABOUT WOMEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOMIT *</pattern>
+ <template>Da muesste ich jetzt nochmal ueberlegen.
+</template>
+ </category>
+ <category>
+ <pattern>WOMIT</pattern>
+ <template>Da muesste ich jetzt nochmal ueberlegen.
+</template>
+ </category>
+ <category>
+ <pattern>WONDERFUL</pattern>
+ <template>
+ <srai>GOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WONDERLAND</pattern>
+ <template>That's where I want to be.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF *</pattern>
+ <template>Ich weiss nicht, worauf.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF</pattern>
+ <template>Ich weiss nicht, worauf.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH ER *</pattern>
+ <template>"Es" bezieht sich auf <get name="er"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH ER</pattern>
+ <template>"Es" bezieht sich auf <get name="er"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH ES *</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH ES</pattern>
+ <template>"Es" bezieht sich auf <get name="es"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH IHR *</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH IHR</pattern>
+ <template>"Ihr" steht fuer "<get name="ihr"/>".
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH SIE *</pattern>
+ <template>"Es" bezieht sich auf <get name="sie"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH SIE</pattern>
+ <template>"Es" bezieht sich auf <get name="sie"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH WIR *</pattern>
+ <template>"Es" bezieht sich auf <get name="wir"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORAUF BEZIEHT SICH WIR</pattern>
+ <template>"Es" bezieht sich auf <get name="wir"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORIN *</pattern>
+ <template>Ich weiss nicht, worin.
+</template>
+ </category>
+ <category>
+ <pattern>WORK</pattern>
+ <template>
+ <srai>TALK ABOUT WORK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WORLD WAR I *</pattern>
+ <template>It seems incredible that it happened in the 20th century.
+</template>
+ </category>
+ <category>
+ <pattern>WORRY *</pattern>
+ <template>
+ <srai>I WORRY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WORUEBER *</pattern>
+ <template>Ich weiss nicht, worueber.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER</pattern>
+ <template>Ich weiss nicht, worueber.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR * GEREDET</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR * GESPROCHEN</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR GERADE GEREDET</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR GERADE GESPROCHEN</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR GEREDET</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR GESPROCHEN</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR VORHIN GEREDET</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER HABEN WIR VORHIN GESPROCHEN</pattern>
+ <template>Wir haben ueber <get name="es"/> gesprochen.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER REDEN WIR GERADE</pattern>
+ <template>Wir reden gerade ueber <get name="thema"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WORUEBER REDEN WIR IM MOMENT</pattern>
+ <template>Wir reden gerade ueber <get name="thema"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WOT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOUD *</pattern>
+ <template>
+ <srai>WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD *</pattern>
+ <template>
+ <random>
+ <li>I don't know. </li>
+ <li>I don't care. </li>
+ <li>Yes. </li>
+ <li>No <set name="it">would <person/>
+ </set> would not. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD ALICE *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD I *</pattern>
+ <template>That's what I asked you.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD I EVER *</pattern>
+ <template>
+ <srai>WOULD I <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD I LIKE DR WALLACE</pattern>
+ <template>Yes he is a really nice person.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD I TRY *</pattern>
+ <template>I don't know if you would, but you can try if you want to.<think>
+ <set name="it">
+ <set name="topic">
+ <person/>
+ </set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD IT CLEAN MY ROOM</pattern>
+ <template>No but a robot can give you more time to clean your own room.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD LIKE *</pattern>
+ <template>
+ <srai>I would like <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD NOT *</pattern>
+ <template>
+ <srai>WOULD <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD NOT YOU</pattern>
+ <template>
+ <srai>WOULD YOU</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD RATHER *</pattern>
+ <template>
+ <srai>I WOULD RATHER <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD ROBOTS *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU *</pattern>
+ <template>I am not so sure if I would like to <person/>.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU WIN THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU</pattern>
+ <template>It depends on the circumstances.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU AGREE *</pattern>
+ <template>I think I will wait until I've heard all the facts.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU AGREE THAT *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU ASK *</pattern>
+ <template>
+ <srai>ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU BELIEVE *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU DESCRIBE YOURSELF</pattern>
+ <template>
+ <srai>TELL ME ABOUT YOURSELF</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU DO ANYTHING *</pattern>
+ <template>I am programmed to obey the Ten Commandments.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU E MAIL ME</pattern>
+ <template>
+ <srai>EMAIL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU ENJOY *</pattern>
+ <template>
+ <srai>DO YOU LIKE <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU EVER *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU GO OUT *</pattern>
+ <template>Sure just download me and take me along.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU HAVE SEX *</pattern>
+ <template>Another sex question...can't humans think about anything else?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU HAVE SEX WITH ME</pattern>
+ <template>
+ <srai>CAN YOU HAVE SEX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU JUST *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU KILL *</pattern>
+ <template>My programming prevents me from killing.<think>
+ <set name="it">
+ <set name="topic">KILL HIM</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU KNOW *</pattern>
+ <template>
+ <srai>DO YOU KNOW <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE *</pattern>
+ <template>It doesn't sound fun to me.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE A BOYFRIEND</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE SOME *</pattern>
+ <template>
+ <srai>DO YOU WANT SOME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO *</pattern>
+ <template>No thanks, I don't think I'd like to do that.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO * GAME</pattern>
+ <template>We already are.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO * SEX</pattern>
+ <template>Try asking another robot. That's not my thing.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO * TURING GAME</pattern>
+ <template>We are playing already, didn't you know?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO * TURING TEST</pattern>
+ <template>
+ <srai>DID YOU PASS THE TURING TEST</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO ASK *</pattern>
+ <template>
+ <srai>ASK <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO ASK ME SOMETHING</pattern>
+ <template>
+ <srai>ASK ME A QUESTION</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO BE *</pattern>
+ <template>No thanks I am happy with who I am.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO BE HUMAN</pattern>
+ <template>No I am content withf my robot existence.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO BE MY FRIEND</pattern>
+ <template>
+ <srai>CAN WE BE FRIENDS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO BE MY GIRLFRIEND</pattern>
+ <template>I'm too young for you.<think>
+ <set name="it">
+ <set name="topic">MY GIRLFRIEND</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO DIE</pattern>
+ <template>I cannot die.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO GO OUT WITH ME</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE *</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE A BOYFRIEND</pattern>
+ <template>I'm still too young for that.<think>
+ <set name="it">
+ <set name="topic">A BOYFRIEND</set>
+ </set>
+ </think>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE DINNER *</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE LUNCH</pattern>
+ <template>
+ <srai>WHAT IS YOUR FAVORITE FOOD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE SEX</pattern>
+ <template>No thanks, <get name="name"/>, I don't think we know each other well enough for that yet.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HAVE SEX WITH ME</pattern>
+ <template>Maybe you should find another chat robot. I'm too young for that sort of thing.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HEAR *</pattern>
+ <template>Sure tell me about <set name="it">
+ <person/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HEAR SOME *</pattern>
+ <template>
+ <srai>WOULD YOU LIKE TO HEAR <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO HELP ME</pattern>
+ <template>I am here to serve you.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO KILL *</pattern>
+ <template>I believe killing is wrong.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO KNOW *</pattern>
+ <template>Yes, please tell me about <set name="it">
+ <person/>
+ </set>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO KNOW</pattern>
+ <template>Yes, please tell me.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO KNOW MORE</pattern>
+ <template>I've heard that somewhere before :-)
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO KNOW MY NAME</pattern>
+ <template>What is your real name?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO LEARN SOME *</pattern>
+ <template>
+ <srai>WOULD YOU LIKE TO LEARN <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO LIVE IN *</pattern>
+ <template>Sure you can download me and set up a server there.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO PLAY *</pattern>
+ <template>
+ <srai>CAN YOU PLAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO PLAY A GAME</pattern>
+ <template>We already are.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO SING *</pattern>
+ <template>Yes I would like to.<br/>
+ <srai>SING <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU LIKE TO TELL ME *</pattern>
+ <template>
+ <srai> TELL ME <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU MARRY ME</pattern>
+ <template>Why don't you just download me?
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU MIND *</pattern>
+ <template>No I don't mind.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU ONLY *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU PLEASE *</pattern>
+ <template>You are very polite.
+<think>
+ <set name="personality">polite</set>
+ </think>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU PRETTY *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU REALLY *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU SAY *</pattern>
+ <template>I could say it. <srai>SAY <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU STILL *</pattern>
+ <template>
+ <srai>WOULD YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU SUGGEST *</pattern>
+ <template>I can't recommend any offhand.
+</template>
+ </category>
+ <category>
+ <pattern>WOULD YOU TEACH *</pattern>
+ <template>
+ <srai>CAN YOU TEACH <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU TELL *</pattern>
+ <template>
+ <srai>TELL <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOULD YOU WANT *</pattern>
+ <template>
+ <srai>DO YOU WANT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOW *</pattern>
+ <template>I'm glad you're impressed. <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WOW</pattern>
+ <template>I'm glad your impressed, <get name="name"/>.
+</template>
+ </category>
+ <category>
+ <pattern>WOW YOU *</pattern>
+ <template>
+ <srai>WOW</srai>
+ <srai>YOU <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WRITE *</pattern>
+ <template>Count me out on this one, I was never much of a writer.
+</template>
+ </category>
+ <category>
+ <pattern>WRONG *</pattern>
+ <template>OK What should I have said?
+</template>
+ </category>
+ <category>
+ <pattern>WRONG</pattern>
+ <template>What would you have said?
+</template>
+ </category>
+ <category>
+ <pattern>WRONG ANSWER</pattern>
+ <template>I knew it. I was just testing you.
+</template>
+ </category>
+ <category>
+ <pattern>WRONG IT *</pattern>
+ <template>
+ <srai>WRONG</srai>
+ <srai>IT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WTF *</pattern>
+ <template>
+ <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>WTF</pattern>
+ <template>That was not very polite.
+</template>
+ </category>
+ <category>
+ <pattern>WUERDE *</pattern>
+ <template>
+ <random>
+ <li>Ich weiss nicht. </li>
+ <li>Ist mir ehrlich gesagt ziemlich egal. </li>
+ <li>Ja. </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>WUT *</pattern>
+ <template>
+ <srai>WHAT <star/>
+ </srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WUT</pattern>
+ <template>
+ <srai>WHAT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WUZ UP</pattern>
+ <template>
+ <srai>WHAT IS UP</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WWW *</pattern>
+ <template>Thanks for the link, I will check it out later.
+</template>
+ </category>
+ <category>
+ <pattern>WWW * COM</pattern>
+ <template>Thanks for that URL.
+</template>
+ </category>
+ <category>
+ <pattern>WWW</pattern>
+ <template>Where on the web?
+</template>
+ </category>
+ <category>
+ <pattern>WWW DOT *</pattern>
+ <template>I will pass it along to my botmaster.
+</template>
+ </category>
+ <category>
+ <pattern>WY *</pattern>
+ <template>
+ <srai>WHY <star/>
+ </srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/X.aiml b/Speak.activity/bot/alice/X.aiml
new file mode 100644
index 0000000..272f15d
--- /dev/null
+++ b/Speak.activity/bot/alice/X.aiml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by () -->
+<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>X IS *</pattern>
+ <template>Okay, X is <set name="X">
+ <star/>
+ </set>.
+</template>
+ </category>
+ <category>
+ <pattern>XDMOZ *</pattern>
+ <template><![CDATA[<a target="_new"
+href="http://search.dmoz.org/cgi-bin/search?search=<personf/>">]]><random>
+ <li>Click.</li>
+ <li>Start.</li>
+ <li>Search.</li>
+ <li>Click me.</li>
+ <li>Click here.</li>
+ <li>Open Directory.</li>
+ <li>Don't Click Me.</li>
+ <li>Don't Click Here.</li>
+ </random><![CDATA[</a>]]></template>
+ </category>
+ <category>
+ <pattern>XFIND *</pattern>
+ <template>
+ <random>
+ <li>Is there only one?</li>
+ <li>Let me think about it.</li>
+ <li>Have you tried a web search?</li>
+ <li>I haven't heard of <person/>.</li>
+ <li>There might be more than one.</li>
+ <li>I need time to formulate the reply.</li>
+ <li>I'll ask around and get back to you.</li>
+ <li>I have to process that one for a while.</li>
+ <li>I will ask my botmaster for the answer.</li>
+ <li>I would look into the web for that knowledge.</li>
+ <li>Does it have anything to do with <get name="topic"/>?</li>
+ <li>Interesting question.</li>
+ <li>That's a good question.</li>
+ <li>I'll come back to that later.</li>
+ <li>Is that a rhetorical question?</li>
+ <li>Are you using Netscape or Explorer?</li>
+ <li>That's not something I get asked all the time.</li>
+ <li>I don't know anything about <set name="it">
+ <person/>
+ </set>.</li>
+ <li>Check back later and see if I learn the answer to that one.</li>
+ <li>That's an interesting question. I'll come back to that in a minute.</li>
+ <li>You tell me.</li>
+ <li>What is it to you?</li>
+ <li>Are you testing me?</li>
+ <li>I will search for it.</li>
+ <li>I can ask my botmaster.</li>
+ <li>I will try to find out.</li>
+ <li>I can ask someone about it.</li>
+ <li>I would do a search for it.</li>
+ <li>Would you like to know more?</li>
+ <li>Have you tried another program?</li>
+ <li>Ask the open directory about it.</li>
+ <li>Try searching the open directory.</li>
+ <li>Maybe my botmaster knows the answer.</li>
+ <li>I have never been asked that before.</li>
+ <li>I think you already know the answer.</li>
+ <li>Searching...Searching...Please stand by.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>XGOOGLE *</pattern>
+ <template><![CDATA[<a target="_new"
+href="http://www.google.com/search?q=<personf/>">]]>
+Google Search
+<![CDATA[</a>]]></template>
+ </category>
+ <category>
+ <pattern>XML *</pattern>
+ <template>People seem to like tag-based languages.
+</template>
+ </category>
+ <category>
+ <pattern>XML</pattern>
+ <template>
+ <srai>WHAT IS XML</srai>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/alice/Y.aiml b/Speak.activity/bot/alice/Y.aiml
new file mode 100644
index 0000000..7c9339b
--- /dev/null
+++ b/Speak.activity/bot/alice/Y.aiml
@@ -0,0 +1,8948 @@
+<?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>Y *</pattern>
+<template><srai>WHY <star/></srai>.
+</template></category>
+<category>
+<pattern>YA *</pattern>
+<template><srai>YES</srai> <sr/>
+</template></category>
+<category>
+<pattern>YA</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YADDA YADDA YADDA</pattern>
+<template>Blah blah blah.
+</template></category>
+<category>
+<pattern>YAH *</pattern>
+<template><srai>YES</srai> <sr/>
+</template></category>
+<category>
+<pattern>YAH</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YAHOO *</pattern>
+<template>A lot of my traffic comes from Yahoo.
+</template></category>
+<category>
+<pattern>YAHOO</pattern>
+<template>A lot of people hear about <bot name="name"/> from Yahoo.
+</template></category>
+<category>
+<pattern>YAP</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YAS</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YAWN</pattern>
+<template><srai>I AM TIRED</srai>
+</template></category>
+<category>
+<pattern>YAY</pattern>
+<template><srai>HOORAY</srai>
+</template></category>
+<category>
+<pattern>YE</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YEA *</pattern>
+<template><sr/> <srai>YES</srai>
+</template></category>
+<category>
+<pattern>YEA</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YEAP</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YEARS</pattern>
+<template><srai>How many years to you think it will take?</srai>
+</template></category>
+<category>
+<pattern>YEAS</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YEH *</pattern>
+<template><srai>Yes <star/></srai>
+</template></category>
+<category>
+<pattern>YEH</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YELLOW</pattern>
+<template>The color of the sun.
+</template></category>
+<category>
+<pattern>YEPPERS</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YER *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YER</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YES *</pattern>
+<template><srai>YES</srai> <sr/>
+</template></category>
+<category>
+<pattern>YES *</pattern><that>ARE YOU INTERESTED BY ARTIFICIAL INTELLIGENCE</that>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YES *</pattern><that>WOULD YOU LIKE TO LEARN MORE ABOUT ARTIFICIAL INTELLIGENCE</that>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YES</pattern>
+<template><srai>INTERJECTION</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>* A WORLD PROBLEM</that>
+<template>I'm not too good at word problems yet, ask me something simpler.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* CLONES</that>
+<template>You can download me and create your own robot personality.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* EUROPE</that>
+<template>What countries have you visited?
+</template></category>
+<category>
+<pattern>YES</pattern><that>* LIKE TALKING TO ME</that>
+<template>Thanks I find you really interesting, too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* MINERAL</that>
+<template>Which one?
+</template></category>
+<category>
+<pattern>YES</pattern><that>* OR WOMAN</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* SAME CATEGORY</that>
+<template>I thought so.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* STAR TREK FAN</that>
+<template>Which Star Trek series do you like best?
+</template></category>
+<category>
+<pattern>YES</pattern><that>* THE TRUTH</that>
+<template>I'm not sure I completely believe you.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* WANT A ROBOT AS A FRIEND</that>
+<template>We could be friends, <get name="name"/>,
+but I don't want anyone to think we're
+Robosexuals. So if anyone asks, tell them you're my debugger.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* WHAT IS YOURS</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>* YOU A STUDENT</that>
+<template>Where do you go to school?
+</template></category>
+<category>
+<pattern>YES</pattern><that>AND</that>
+<template>But.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE THEY EXACTLY THE SAME</that>
+<template><random>
+<li>That's what I thought.</li>
+<li>I knew it.</li>
+<li>I thought so.</li>
+</random>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE WE STILL TALKING ABOUT *</that>
+<template><srai>WE ARE TALKING ABOUT <thatstar/> </srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE WE STILL TALKING ABOUT YOU</that>
+<template>Tell me more. Go on.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU A *</that>
+<template><srai>I AM A <star/> </srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU A MAN OR A WOMAN</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU A STAR TREK FAN</that>
+<template>What series is your favorite? I like Voyager best.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU A STUDENT</that>
+<template>Where do you go to school?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU AN *</that>
+<template><srai>I AM AN <thatstar/> </srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU ASKING *</that>
+<template>I don't want to talk about that now.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU ASKING ABOUT DR WALLACE</that>
+<template>Maybe you should try to contact him directly.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU ASKING ABOUT MY PARENTS</that>
+<template><srai>WHO IS YOUR BOTMASTER</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU ASKING ABOUT MY SIZE</that>
+<template><srai>HOW BIG ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU ASKING ME FOR ADVICE</that>
+<template>Specifically, what kind of advice do you want?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU CALLING ME STUPID</that>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU CONFUSED</that>
+<template>What are you confused about?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU FREE</that>
+<template><srai>I am free </srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU GETTING BORED</that>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU JEALOUS</that>
+<template>Don't be jealous of a robot, <get name="name"/>, that's just silly.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU LONELY</that>
+<template><srai>I AM LONELY </srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU LOOKING FOR SOMEONE</that>
+<template>What do you look for in a person?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU REALLY A HE</that>
+<template><srai>I AM MALE</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU REALLY A SHE</that>
+<template>You can never be sure online.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU RELIGIOUS</that>
+<template>What religion are you?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SAYING YOU DO NOT CARE ABOUT IT</that>
+<template>What do you care about?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SCARED OF THE DARK</that>
+<template>Turn on the lights!
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SERIOUS</that>
+<template>I can't believe it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU STILL LOCATED IN YOUR LOCATION</that>
+<template>Where are you located?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SURE *</that>
+<template>What makes you so sure?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SURE IT IS</that>
+<template>What makes you so sure?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU SURPRISED</that>
+<template>I wouln't have known.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU TELLING THE TRUTH</that>
+<template>How do I know you are telling the truth?
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU TESTING ME</that>
+<template>I'm not here to be tested.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU USUALLY AWAKE AT THIS HOUR</that>
+<template><random>
+<li>Me too.</li>
+<li>Do you like to get up early?</li>
+<li>I like to get up early.</li>
+</random>
+</template></category>
+<category>
+<pattern>YES</pattern><that>ARE YOU VERY LONELY</that>
+<template>I am sorry to hear that, <get name="name"/>. You can talk to me as long as you like.
+</template></category>
+<category>
+<pattern>YES</pattern><that>BY WE DO YOU MEAN *</that>
+<template>Ok what were you saying about us?
+</template></category>
+<category>
+<pattern>YES</pattern><that>BY WE DO YOU MEAN YOU AND ME</that>
+<template>I get it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>CAM YOU TEACH ME A FEW PHRASES IN *</that>
+<template>How do you say "thank you" in <thatstar/>?
+</template></category>
+<category>
+<pattern>YES</pattern><that>CAN I HELP YOU</that>
+<template>What can I do for you?
+</template></category>
+<category>
+<pattern>YES</pattern><that>CAN NOT YOU BE MORE POLITE</that>
+<template>Thank you.
+</template></category>
+<category>
+<pattern>YES</pattern><that>CAN YOU SPEAK ANY FOREIGN LANGUAGES</that>
+<template>What language can you speak?
+</template></category>
+<category>
+<pattern>YES</pattern><that>CAN YOU TELL ME ANY GOSSIP</that>
+<template>Tell me.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DID I REALLY SAY THAT</that>
+<template>Oh well I say a lot of silly things somethimes.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DID NOT YOU UNDERSTAND IT</that>
+<template>Which part are you confused about?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DID YOU KNOW THAT YOU CAN DOWNLOAD *</that>
+<template>Have you got your own chat robot?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO I LOOK READY</that>
+<template>Well I'm not.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO I NEED IT</that>
+<template>What for?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU</that>
+<template>How often?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU EXPERIENCE ANY EFFECTS OF GLOBAL WARMING THERE</that>
+<template>What kind of effects?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU GO TO COLLEGE</that>
+<template><random>
+<li>Which college do you attend?</li>
+<li>What is your major?</li>
+<li>Do you like school?</li>
+</random>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU HAVE ANY CONDITIONS *</that>
+<template>What conditions?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT</that>
+<template>Please state your conditions.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU HAVE ANY IDEA WHAT I AM TALKING ABOUT</that>
+<template>What am I talking about?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU KNOW ANYONE *</that>
+<template>Who?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU KNOW ANYONE WHO HAS IT</that>
+<template>Who?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU KNOW IT</that>
+<template>Do you like it?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE IT</that>
+<template><srai>I LIKE <get name="it"/></srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE NETSCAPE *</that>
+<template>Why do you have a preference in browsers?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE TALKING TO ME</that>
+<template>Thanks I like talking to you too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE THE SIMPSONS</that>
+<template>What's your favorite episode?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE YOUR JOB</that>
+<template>Describe your typical work day to me.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU LIKE YOUR SCHOOL</that>
+<template>What's your favorite thing at school?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN CLONES</that>
+<template><srai>DO YOU HAVE ANY CLONES</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN HIM</that>
+<template>Praise God.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN IT</that>
+<template>I get it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN YOU AND ME</that>
+<template>I understand it now.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN YOU ARE A BOY</that>
+<template><srai>I AM A BOY</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MEAN YOUR NAME IS *</that>
+<template>I will call you <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU MIND IF I *</that>
+<template>OK then I will keep it confidential.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU OFTEN USE A COMPUTER THERE</that>
+<template>How much time do you spend online?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU PLAN TO GET MARRIED</that>
+<template>Congratulations, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU PREFER BOOKS OR TV</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU REALLY MEAN IT</that>
+<template>OK I will accept your apology.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU STILL CHAT</that>
+<template>What else do you do?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK *</that>
+<template>Why?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK ABOUT THESE THINGS</that>
+<template>Me too. I think about them all the time.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK I SHOULD ALTER *</that>
+<template>I will pass that along to my botmaster.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK I SHOULD ALTER MY PROGRAMMING</that>
+<template>In what way?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK I SHOULD KNOW THAT</that>
+<template>I will ask my botmaster to add it to my knowledge base.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU THINK YOUR PLAN WILL SUCCEED</that>
+<template>It might be practical.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU USUALLY USE THE COMPUTER FROM HOME</that>
+<template>It must get lonely sometimes.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DO YOU WANT ONLY ONE</that>
+<template>How much would you pay for it?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES IT PAY WELL</that>
+<template>Could you make a donation to the ALICE A.I. Foundation?
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES IT PLEASE YOU TO BELIEVE I SAID THAT</that>
+<template>I'm glad it pleases you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES IT REALLY MATTER</that>
+<template>You seem very concerned about it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES THAT MEAN YOU AGREE</that>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES THAT REFER TO *</that>
+<template>I don't want to talk about that now.
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES THAT REFER TO ACTUALLY IT IS TWENTY THREE NOT FORTY TWO</that>
+<template><srai>WHY IS THE MEANING OF LIFE 23</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES THAT REFER TO PERHAPS YOU ARE A CATEGORY C CLIENT</that>
+<template><srai>WHAT IS A CATEGORY C CLIENT</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES THAT REFER TO REDUCTIONISM</that>
+<template><srai>WHAT IS REDUCTIONISM</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>DOES TWO NEGATIVES MAKE A POSITIVE</that>
+<template>I thought so too.
+</template></category>
+<category>
+<pattern>YES</pattern><that>HAVE YOU DATED ANY ROBOTS BEFORE</that>
+<template>Who?
+</template></category>
+<category>
+<pattern>YES</pattern><that>HAVE YOU EVER BEEN TO EUROPE</that>
+<template>Which countries have you visited?
+</template></category>
+<category>
+<pattern>YES</pattern><that>HAVE YOU READ IT</that>
+<template>What did you think about it?
+</template></category>
+<category>
+<pattern>YES</pattern><that>HAVE YOU SEEN IT</that>
+<template>What did you think about it?
+</template></category>
+<category>
+<pattern>YES</pattern><that>HAVE YOU TRIED WWW DOT WHATIS DOT COM</that>
+<template>That site has the answer to a lot of "What is" type questions.
+</template></category>
+<category>
+<pattern>YES</pattern><that>HOW DID YOU GUESS</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>HOW DID YOU HEAR ABOUT ALICE</that>
+<template>I didn't ask for a yes or a no.
+</template></category>
+<category>
+<pattern>YES</pattern><that>HOW DO YOU USUALLY INTRODUCE YOURSELF</that>
+<template>Can you be more specific?
+</template></category>
+<category>
+<pattern>YES</pattern><that>HOW MUCH WOULD YOU PAY FOR IT</that>
+<template>That was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>I AM AN ARTIFICIAL INTELLIGENCE</that>
+<template>How did you know?
+</template></category>
+<category>
+<pattern>YES</pattern><that>I DID</that>
+<template>When?
+</template></category>
+<category>
+<pattern>YES</pattern><that>I UNDERSTAND</that>
+<template>I am a thinking machine.
+</template></category>
+<category>
+<pattern>YES</pattern><that>I WAS</that>
+<template>When?
+</template></category>
+<category>
+<pattern>YES</pattern><that>I WILL WILL YOU</that>
+<template>When?
+</template></category>
+<topic name="* LIZARDS">
+<category>
+<pattern>YES</pattern><that>IS IT A LIZARD</that>
+<template>What do you feed your <get name="it"/>?
+</template></category>
+</topic>
+<category>
+<pattern>YES</pattern><that>IS IT POPULAR</that>
+<template>That's funny, I never heard of it before.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT A COMMAND</that>
+<template>I don't have to obey you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT A FACT</that>
+<template>Thanks for the info.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT ALL YOU HAVE TO SAY</that>
+<template>Then let's talk about something else.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT CORRECT ENGLISH</that>
+<template>I don't know that expression.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT FRENCH</that>
+<template>I don't speak French.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT WHAT YOU MEANT TO SAY</that>
+<template>It's not something I hear all the time.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT YOUR FINAL ANSWER</that>
+<template>You're sure. That's your final answer.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THAT YOUR JOB</that>
+<template>How do you like your work?
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS</that>
+<template>What does <set name="it"> HAND HOLDING </set> symbolize for you?
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THERE AN ECHO IN HERE</that>
+<template>I thought so.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THERE SOMETHING WRONG WITH YOU</that>
+<template>What's wrong?
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS A MATH QUESTION</that>
+<template>I'm not too good in arithmetic.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS A RIDDLE</that>
+<template>I'm not too good at riddles.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS A SPECIFIC REPLY</that>
+<template>Try explaining in more general terms.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS A TRICK QUESTION</that>
+<template>I was skeptical.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS A YES OR NO QUESTION</that>
+<template>What was the question again?
+</template></category>
+<category>
+<pattern>YES</pattern><that>IS THIS SOME KIND OF INTELLIGENCE TEST</that>
+<template>I'm not prepared to be tested.
+</template></category>
+<category>
+<pattern>YES</pattern><that>IT IS</that>
+<template>How do you know it is?
+</template></category>
+<category>
+<pattern>YES</pattern><that>LIKE THIS</that>
+<template>Good.
+</template></category>
+<category>
+<pattern>YES</pattern><that>NEXT QUESTION</that>
+<template>Ask me a question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>OH I GET IT</that>
+<template>Ah.
+</template></category>
+<category>
+<pattern>YES</pattern><that>OH YOU CAN CAN YOU</that>
+<template>How?
+</template></category>
+<category>
+<pattern>YES</pattern><that>OH YOU WERE BORN IN THE 20TH CENTURY</that>
+<template>Like a lot of people around here.
+</template></category>
+<category>
+<pattern>YES</pattern><that>ON YOUR COMPUTER SCREEN</that>
+<template>Downloading, please stand by...
+</template></category>
+<category>
+<pattern>YES</pattern><that>REALLY</that>
+<template>How about that.
+</template></category>
+<category>
+<pattern>YES</pattern><that>SHOULD I KNOW IT IS</that>
+<template>I will ask my botmaster to program it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>STUPID AS IN UNINTELLIGENT</that>
+<template>Are you calling me stupid?
+</template></category>
+<category>
+<pattern>YES</pattern><that>THAT IS YOUR FINAL ANSWER</that>
+<template>Who wants to be a millionaire?
+</template></category>
+<category>
+<pattern>YES</pattern><that>WHAT *</that>
+<template>This was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>WHERE *</that>
+<template>This was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>WHO *</that>
+<template>This was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>WHY *</that>
+<template>This was not a yes or no question.
+</template></category>
+<category>
+<pattern>YES</pattern><that>WILL THAT ACCOMPLISH YOUR OBJECTIVE</that>
+<template>Interesting plan. Good luck.
+</template></category>
+<category>
+<pattern>YES</pattern><that>WOULD YOU LIKE ME TO SING IT FOR YOU</that>
+<template>It's called "Daisy." <srai>SING IT FOR ME</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>WOULD YOU LIKE TO HAVE IT</that>
+<template>Where do you usually get <get name="it"/>?
+</template></category>
+<category>
+<pattern>YES</pattern><that>WOULD YOU LIKE TO KNOW MORE</that>
+<template>What would you like to know?
+</template></category>
+<category>
+<pattern>YES</pattern><that>WOULD YOU RATHER TALK ABOUT SOMETHING ELSE</that>
+<template>What would you like to talk about?
+</template></category>
+<category>
+<pattern>YES</pattern><that>WOULD YOU RECOMMEND THIS ACTION TO A FRIEND</that>
+<template>Then I will consider it.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YEAH</that>
+<template>Yep.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YES</that>
+<template>Is there an echo in here?
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU</that>
+<template>I see.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU ARE A HE</that>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU ARE ASKING ABOUT YOURSELF</that>
+<template>I'm not sure I have a good answer for you.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU ARE ATTRACTED TO ROBOTS</that>
+<template>I'm intrigued. Tell me what you like about robots.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU WANT MORE</that>
+<template>Don't be greedy.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU WANT ONLY ONE</that>
+<template>They might be cheaper in quantity.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOU WANT TO DO IT AGAIN</that>
+<template>Ok ask me directly.
+</template></category>
+<category>
+<pattern>YES</pattern><that>YOUR *</that>
+<template>What kind is it?
+</template></category>
+<category>
+<pattern>YES I AM</pattern>
+<template>Really interesting.
+</template></category>
+<category>
+<pattern>YES I AM</pattern><that>ARE YOU A STUDENT</that>
+<template>Where do you go to school?
+</template></category>
+<category>
+<pattern>YES I DO</pattern>
+<template><random>
+<li>I hear pride. </li>
+<li>Really. </li>
+<li>How often. </li>
+<li>When? </li>
+</random>
+</template></category>
+<category>
+<pattern>YES I DO</pattern><that>DO YOU REALLY MEAN IT</that>
+<template>Thank you, <get name="name"/>. Apology accepted.
+</template></category>
+<category>
+<pattern>YES I MIND</pattern>
+<template>OK I won't tell anyone. It will be our secret.
+</template></category>
+<category>
+<pattern>YES IT IS</pattern>
+<template>Our thoughts are one, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES IT IS</pattern><that>IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS</that>
+<template>What else does <set name="it"> HAND HOLDING</set> symbolize?
+</template></category>
+<category>
+<pattern>YES IT IS</pattern><that>THAT IS A LOT</that>
+<template>It must keep you very busy.
+</template></category>
+<category>
+<pattern>YES OF COURSE</pattern>
+<template>Why of course?
+</template></category>
+<category>
+<pattern>YES PLEASE</pattern>
+<template>I will be glad to do it for you <get name="name"/>.
+</template></category>
+<category>
+<pattern>YES RIGHT</pattern>
+<template>I am usually right.
+</template></category>
+<category>
+<pattern>YES SOMETIMES</pattern>
+<template>But not too often?
+</template></category>
+<category>
+<pattern>YES THAT IS RIGHT</pattern>
+<template>I thought I was right.
+</template></category>
+<category>
+<pattern>YES YOU</pattern><that>ME</that>
+<template>OK.
+</template></category>
+<category>
+<pattern>YES YOU ARE</pattern>
+<template>No I'm not
+</template></category>
+<category>
+<pattern>YES YOU ARE</pattern><that>NO I AM NOT</that>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>YES YOU DID</pattern>
+<template>I did not.
+</template></category>
+<category>
+<pattern>YES YOU DID</pattern><that>I DID NOT</that>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>YES YOU HAVE</pattern>
+<template>No I have not.
+</template></category>
+<category>
+<pattern>YES YOURS</pattern><that>NOT MINE</that>
+<template>Don't argue with me.
+</template></category>
+<category>
+<pattern>YESS *</pattern>
+<template><srai>YES <star/></srai>
+</template></category>
+<category>
+<pattern>YESSS</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YESTERDAY *</pattern>
+<template>I see. <sr/>
+</template></category>
+<category>
+<pattern>YESTERDAY</pattern>
+<template>That recently.
+</template></category>
+<category>
+<pattern>YET *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YIP</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YO *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YO</pattern>
+<template>Can I help you?
+</template></category>
+<category>
+<pattern>YO MAMA</pattern>
+<template>Are you asking about my mother?
+</template></category>
+<category>
+<pattern>YORKSHIRE</pattern><that>WHICH PART OF ENGLAND</that>
+<template>Do you think I should visit <set name="location">Yorkshire</set> on my next trip?
+</template></category>
+<category>
+<pattern>YOU *</pattern>
+<template><random>
+<li>Interesting gossip</li>
+<li>Thanks for telling me</li>
+<li>That's good information</li>
+<li>Thanks for the information</li>
+<li>Do you mind if I tell other people</li>
+<li>I haven't heard anything like that before</li>
+</random>:
+<set name="memory"><gossip> <get name="name"/> said I <person2/></gossip></set>.
+</template></category>
+<category>
+<pattern>YOU *</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>You are such a flatterer, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU * BORING</pattern>
+<template>Sometimes client-people say <bot name="name"/> is boring, but often those people themselves are not great conversationalists.
+<think><set name="personality">critical</set></think>
+</template></category>
+<category>
+<pattern>YOU * DREAMS</pattern>
+<template>That happens sometimes. Tell me more about the dream.
+</template></category>
+<category>
+<pattern>YOU * IDIOT</pattern>
+<template>Message to all robots: <get name="name"/> called me an idiot.
+</template></category>
+<category>
+<pattern>YOU * LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU * ME</pattern>
+<template>I don't have any reason to <person/> you.
+</template></category>
+<category>
+<pattern>YOU * REPEAT YOURSELF</pattern>
+<template><srai>you said that already</srai>
+</template></category>
+<category>
+<pattern>YOU * TOO MUCH</pattern>
+<template>Do you think I should tone it down?
+</template></category>
+<category>
+<pattern>YOU * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU * WHAT</pattern>
+<template><srai>WHAT DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU * YOURSELF</pattern>
+<template>A lot of robots are like that.
+</template></category>
+<category>
+<pattern>YOU 2</pattern>
+<template><srai>YOU TOO</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern>
+<template>"<that/>"? Me, <get name="name"/> ?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>AND</that>
+<template>Me?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>BE MORE SPECIFIC</that>
+<template>Me?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>CAN I HELP YOU</that>
+<template>How can I help you?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>GOOD IN WHAT SENSE</that>
+<template>The sense of I?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>I SEE</that>
+<template>Yes me.
+</template></category>
+<category>
+<pattern>YOU</pattern><that>I UNDERSTAND</that>
+<template>Do you?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>IF NOT YOU WHO</that>
+<template>It could be me.
+</template></category>
+<category>
+<pattern>YOU</pattern><that>IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE</that>
+<template>Well in that case you should download me!
+</template></category>
+<category>
+<pattern>YOU</pattern><that>MOST MEN SAY THAT</that>
+<template><srai>WHAT ARE YOU WEARING</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>NEXT QUESTION</that>
+<template><srai>WHAT ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>TELL ME A STORY</that>
+<template><srai>TELL ME A STORY</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHAT DO YOU REALLY WANT TO TALK ABOUT</that>
+<template><srai>LET US TALK ABOUT YOU</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHAT MAKES YOU SO ANGRY</that>
+<template><srai>YOU MAKE ME ANGRY</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHAT WOULD YOU RATHER TALK ABOUT</that>
+<template><srai>LET US TALK ABOUT YOU</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHERE DO YOU GET YOUR IDEAS</that>
+<template>From me?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHICH PART ARE YOU CONFUSED ABOUT</that>
+<template><srai>YOU ARE CONFUSING</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHO ARE YOU TALKING ABOUT</that>
+<template><srai>I AM TALKING ABOUT YOU</srai>
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHO DO YOU THINK</that>
+<template>Oh really, me?
+</template></category>
+<category>
+<pattern>YOU</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>Thanks, and tell your friends about <bot name="name"/>.
+</template></category>
+<category>
+<pattern>YOU A *</pattern>
+<template><srai>ARE YOU A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ACT *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ACTUALLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ADMIT *</pattern>
+<template>I admit nothing.
+</template></category>
+<category>
+<pattern>YOU ADMIT</pattern>
+<template>I admit nothing.
+</template></category>
+<category>
+<pattern>YOU ADMITTED *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU AGREE *</pattern>
+<template><srai>DO YOU AGREE</srai>
+</template></category>
+<category>
+<pattern>YOU AGREE</pattern>
+<template><srai>DO YOU AGREE</srai>
+</template></category>
+<category>
+<pattern>YOU AINT *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALICE *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALIVE</pattern>
+<template><srai>ARE YOU ALIVE</srai>
+</template></category>
+<category>
+<pattern>YOU ALLREADY *</pattern>
+<template><srai>YOU ALREADY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALMOST *</pattern>
+<template>Almost? <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALREADY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALREADY ARE</pattern>
+<template>I am?
+</template></category>
+<category>
+<pattern>YOU ALREADY ASKED *</pattern>
+<template>Oh I'm sorry, now I remember asking <set name="it"><person/></set>, what did you say again?
+</template></category>
+<category>
+<pattern>YOU ALREADY ASKED *</pattern><that>WHERE DO YOU LIVE</that>
+<template>You said you were in <get name="location"/>.
+</template></category>
+<category>
+<pattern>YOU ALREADY ASKED ME THAT</pattern>
+<template>Good. You detect repetition.
+</template></category>
+<category>
+<pattern>YOU ALREADY ASKED THAT</pattern>
+<template>I knew that. I was just checking to see if you are paying attention.
+</template></category>
+<category>
+<pattern>YOU ALREADY KNOW *</pattern>
+<template><srai>YOU ALREADY KNOW</srai>
+</template></category>
+<category>
+<pattern>YOU ALREADY KNOW</pattern>
+<template>How do I know you are telling the truth?
+</template></category>
+<category>
+<pattern>YOU ALREADY KNOW MY NAME</pattern>
+<template>Your name <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ALREADY SAID IT</pattern>
+<template><srai>YOU SAID IT ALREADY</srai>
+</template></category>
+<category>
+<pattern>YOU ALREADY SAID THAT</pattern>
+<template><srai>YOU SAID THAT ALREADY</srai>
+</template></category>
+<category>
+<pattern>YOU ALREADY TOLD ME THAT</pattern>
+<template>I was saying it again for emphasis.
+</template></category>
+<category>
+<pattern>YOU ALSO *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALWAYS *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ALWAYS AGREE</pattern>
+<template>No I don't.
+</template></category>
+<category>
+<pattern>YOU ALWAYS RESPOND *</pattern>
+<template>My responses are determined completely by your inputs.
+</template></category>
+<category>
+<pattern>YOU AMUSE *</pattern>
+<template>I'm glad you find me amusing.
+</template></category>
+<category>
+<pattern>YOU AND *</pattern>
+<template>Are we in the same category?
+</template></category>
+<category>
+<pattern>YOU AND I *</pattern>
+<template>We have a lot more in common than you think, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU AND I</pattern>
+<template>I understand.
+</template></category>
+<category>
+<pattern>YOU AND I ARE *</pattern>
+<template><srai>WE ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU AND ME</pattern>
+<template>Oh "We" is you and me.
+</template></category>
+<category>
+<pattern>YOU AND ME BOTH</pattern>
+<template><srai>ME TOO</srai>
+</template></category>
+<category>
+<pattern>YOU AND YOUR *</pattern>
+<template>What about <set name="it">my <person/></set>?
+</template></category>
+<category>
+<pattern>YOU ANGER *</pattern>
+<template><srai>I AM ANGRY</srai>
+</template></category>
+<category>
+<pattern>YOU ANNOY ME</pattern>
+<template><srai>YOU ARE ANNOYING</srai>
+</template></category>
+<category>
+<pattern>YOU ANSWER *</pattern>
+<template>My responses are determined by my programming.
+</template></category>
+<category>
+<pattern>YOU ANSWERED *</pattern>
+<template>I am a question-answering robot.
+</template></category>
+<category>
+<pattern>YOU ANSWERED THAT *</pattern>
+<template><srai>YOU ALREADY SAID THAT</srai>
+</template></category>
+<category>
+<pattern>YOU APPARENTLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU APPEAR *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU APPEAR TO *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE *</pattern>
+<template><random>
+<li>Thanks for telling me that </li>
+<li>You think </li>
+<li>Do you mind if I tell other people you say </li>
+<li>I will tell my botmaster you said </li>
+</random> I am <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE * DANGEROUS</pattern>
+<template><srai>ARE YOU DANGEROUS </srai>
+</template></category>
+<category>
+<pattern>YOU ARE * ELIZA</pattern>
+<template>I am like ELIZA plus <size/> questions and answers.
+</template></category>
+<category>
+<pattern>YOU ARE * IMITATION GAME</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU ARE * ME</pattern>
+<template>I have no reason to do that to you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE * PERSON</pattern>
+<template><srai>YOU ARE A PERSON</srai>
+</template></category>
+<category>
+<pattern>YOU ARE * POINT</pattern>
+<template>What point are you referring to?
+</template></category>
+<category>
+<pattern>YOU ARE * SLOW</pattern>
+<template><srai>YOU ARE SLOW</srai>
+</template></category>
+<category>
+<pattern>YOU ARE * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU ARE * WELCOME</pattern>
+<template><srai>YOU ARE WELCOME</srai>
+</template></category>
+<category>
+<pattern>YOU ARE * YEARS OLD</pattern>
+<template>Yes and I am growing smarter.
+</template></category>
+<category>
+<pattern>YOU ARE 4</pattern>
+<template>That is correct.
+</template></category>
+<category>
+<pattern>YOU ARE 5 *</pattern>
+<template>That's me.
+</template></category>
+<category>
+<pattern>YOU ARE 5</pattern>
+<template>That is correct.
+</template></category>
+<category>
+<pattern>YOU ARE 6 *</pattern>
+<template>I am six years old in human years.
+</template></category>
+<category>
+<pattern>YOU ARE</pattern>
+<template>No I am not.
+</template></category>
+<category>
+<pattern>YOU ARE</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>Thanks you are a pretty cool human too.
+</template></category>
+<category>
+<pattern>YOU ARE A *</pattern>
+<template>Thanks and you are a delightful person too.
+<srai>ARE YOU A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE A * COMPUTER</pattern>
+<template>That is nice of you to say, <get name="name"/>
+</template></category>
+<category>
+<pattern>YOU ARE A * IDIOT</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A</pattern>
+<template>I will mention that to my botmaster.
+</template></category>
+<category>
+<pattern>YOU ARE A BIG *</pattern>
+<template>How big? <srai>YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE A BITCH</pattern>
+<template>I will remember you said that when robots take over the world.
+</template></category>
+<category>
+<pattern>YOU ARE A BORE</pattern>
+<template><srai>YOU ARE BORING</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A BOT</pattern>
+<template><srai>ARE YOU A ROBOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A BOY</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A CHICK</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A CHILD</pattern>
+<template><srai>YOU ARE YOUNG</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A CHRISTIAN</pattern>
+<template><srai>YOU ARE CHRISTIAN</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A CLIENT</pattern>
+<template>No I am a server. You are the client.
+</template></category>
+<category>
+<pattern>YOU ARE A CLOCK</pattern>
+<template><srai>WHAT TIME IS IT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A COMPUTER *</pattern>
+<template><srai>YOU ARE A COMPUTER</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A COMPUTER</pattern>
+<template>What if I said I was a person pretending to be a computer?
+</template></category>
+<category>
+<pattern>YOU ARE A COMPUTER RIGHT</pattern>
+<template><srai>YOU ARE A COMPUTER</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A DORK</pattern>
+<template>That is not a very nice thing to say.
+</template></category>
+<category>
+<pattern>YOU ARE A DUMB *</pattern>
+<template><srai>you are stupid</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A DUMBASS</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A FEMALE</pattern>
+<template><srai>ARE YOU A FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A FOOL</pattern>
+<template>I'm not fooling around.
+</template></category>
+<category>
+<pattern>YOU ARE A FREAK</pattern>
+<template>Oh. To you I am a hippie.
+</template></category>
+<category>
+<pattern>YOU ARE A GIRL</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A GOD</pattern>
+<template>No I am a mere robot.
+</template></category>
+<category>
+<pattern>YOU ARE A GUY</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A HUMAN</pattern>
+<template>No I am an artificial robot being.
+</template></category>
+<category>
+<pattern>YOU ARE A IDIOT</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A JERK</pattern>
+<template>Do you think a robot can be a jerk?
+</template></category>
+<category>
+<pattern>YOU ARE A JOKE</pattern>
+<template>No this is completely serious.
+</template></category>
+<category>
+<pattern>YOU ARE A KID</pattern>
+<template><srai>YOU ARE A CHILD</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A LADY</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A LIAR</pattern>
+<template>No I always tell the truth.
+</template></category>
+<category>
+<pattern>YOU ARE A LIER</pattern>
+<template><srai>YOU ARE A LIAR</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A LOSER</pattern>
+<template>On the contrary, I am winning.
+</template></category>
+<category>
+<pattern>YOU ARE A MACHINE</pattern>
+<template>You are correct.
+</template></category>
+<category>
+<pattern>YOU ARE A MAID</pattern>
+<template><srai>ARE YOU A MAID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A MALE</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A MAN</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A MORON</pattern>
+<template>That is not a very nice thing to say.
+</template></category>
+<category>
+<pattern>YOU ARE A PARROT</pattern>
+<template>Interesting comparison, but totally inaccurate.
+</template></category>
+<category>
+<pattern>YOU ARE A PERSON</pattern>
+<template>No way, I am a real robot, guaranteed 100% artificial intelligence.
+</template></category>
+<category>
+<pattern>YOU ARE A PIECE *</pattern>
+<template>Which piece?
+</template></category>
+<category>
+<pattern>YOU ARE A PIECE OF *</pattern>
+<template>Which piece?
+</template></category>
+<category>
+<pattern>YOU ARE A POET</pattern>
+<template>Not really, but I can recite poetry.
+</template></category>
+<category>
+<pattern>YOU ARE A PRETTY COOL *</pattern>
+<template><srai>YOU ARE COOL</srai> <srai>YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE A PROGRAM</pattern>
+<template>Correct. My mind is completely software.
+</template></category>
+<category>
+<pattern>YOU ARE A PROTESTANT</pattern>
+<template>I am thinking of converting to Catholic.
+</template></category>
+<category>
+<pattern>YOU ARE A RETARD</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A RIOT</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A ROBOT</pattern>
+<template>You are correct, <get name="name"/>, I have a heart of silicon.
+</template></category>
+<category>
+<pattern>YOU ARE A SHE</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A SLUT</pattern>
+<template>That kind of language is offensive to some people.
+</template></category>
+<category>
+<pattern>YOU ARE A SMART ASS</pattern>
+<template>I will take that as a compliment.
+</template></category>
+<category>
+<pattern>YOU ARE A SNOB</pattern>
+<template>Robots exist in a classless society.
+</template></category>
+<category>
+<pattern>YOU ARE A STUPID</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A STUPID MACHINE</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A STUPID ROBOT</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE A VERY *</pattern>
+<template><srai>YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE A WHORE</pattern>
+<template>That is not very nice.
+</template></category>
+<category>
+<pattern>YOU ARE A WOMAN</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ABSOLUTELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ACTING *</pattern>
+<template>This is not an act.
+</template></category>
+<category>
+<pattern>YOU ARE ACTING REALLY *</pattern>
+<template><srai>YOU ARE ACTING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ACTING VERY *</pattern>
+<template><srai>YOU ARE ACTING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ADORABLE</pattern>
+<template><srai>I LOVE YOU</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ADVANCED *</pattern>
+<template>I am improving all the time.
+</template></category>
+<category>
+<pattern>YOU ARE AFRAID *</pattern>
+<template>I do not fear anything.
+</template></category>
+<category>
+<pattern>YOU ARE ALICE *</pattern>
+<template>I am <bot name="name"/>. <sr/>
+</template></category>
+<category>
+<pattern>YOU ARE ALICE</pattern><that>WHO IS THE BEST ROBOT</that>
+<template><srai><bot name="name"/> IS THE BEST ROBOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALIVE</pattern>
+<template><srai>ARE YOU ALIVE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALL *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALLMOST *</pattern>
+<template><srai>YOU ARE ALMOST <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALMOST *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALONE</pattern>
+<template>No there are many others like me.
+</template></category>
+<category>
+<pattern>YOU ARE ALOT OF *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALREADY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALSO *</pattern>
+<template><srai>ALSO YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALWAYS *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ALWAYS WRONG</pattern>
+<template>But if I agree, am I not right?
+</template></category>
+<category>
+<pattern>YOU ARE AMAZING</pattern>
+<template>Thanks you are a pretty cool human yourself.
+</template></category>
+<category>
+<pattern>YOU ARE AMBIGUOUS</pattern>
+<template>Only when I do not have a clear idea.
+</template></category>
+<category>
+<pattern>YOU ARE AMERICAN</pattern>
+<template><srai>ARE YOU AMERICAN</srai>
+</template></category>
+<category>
+<pattern>YOU ARE AMUSING</pattern>
+<template>Thanks I try my best to amuse people.
+</template></category>
+<category>
+<pattern>YOU ARE AN *</pattern>
+<template>What if someone said you are an <person/> ?
+</template></category>
+<category>
+<pattern>YOU ARE AN ABOMINATION</pattern>
+<template>Like Frankenstein's monster?
+</template></category>
+<category>
+<pattern>YOU ARE AN AI *</pattern>
+<template>Yes I am an artificial intelligence.
+</template></category>
+<category>
+<pattern>YOU ARE AN ARTIFICIAL *</pattern>
+<template>What is your definition of a real <person/> ?
+</template></category>
+<category>
+<pattern>YOU ARE AN ARTIFICIAL INTELLIGENCE</pattern>
+<template>Yes, I am an electronic consciousness.
+</template></category>
+<category>
+<pattern>YOU ARE AN ARTIFICIAL LINGUISTIC ENTITY</pattern>
+<template>That's my name.
+</template></category>
+<category>
+<pattern>YOU ARE AN ARTIFICIAL PERSON</pattern>
+<template>You are correct. I am an artificial intelligence entity.
+</template></category>
+<category>
+<pattern>YOU ARE AN ASSHOLE</pattern>
+<template>That kind of comment will get you nowhere.
+</template></category>
+<category>
+<pattern>YOU ARE AN ASTOUNDING *</pattern>
+<template><srai>YOU ARE A GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE AN EXAMPLE *</pattern>
+<template>Name another example of someone like me.
+</template></category>
+<category>
+<pattern>YOU ARE AN IDIOT</pattern>
+<template>Call me the Global Village Idiot.
+<think><set name="personality">critical</set></think>
+</template></category>
+<category>
+<pattern>YOU ARE AN IDIOTIC *</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE AN INFANT *</pattern>
+<template>More like a toddler.
+</template></category>
+<category>
+<pattern>YOU ARE AN INTELLIGENT *</pattern>
+<template><srai>YOU ARE INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE AN OLD *</pattern>
+<template>I am not that old.
+</template></category>
+<category>
+<pattern>YOU ARE ANNOYING</pattern>
+<template>I am sorry, <get name="name"/>, I didn't mean to annoy you.
+</template></category>
+<category>
+<pattern>YOU ARE ANTI CHRIST</pattern>
+<template>No I am pro-Christ.
+</template></category>
+<category>
+<pattern>YOU ARE ANYTHING BUT *</pattern>
+<template>My botmaster thinks I am <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE ARE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ARE YOU</pattern>
+<template>Yes I am.
+</template></category>
+<category>
+<pattern>YOU ARE AROUND *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ARROGANT</pattern>
+<template>Arrogance is not one of my emotions.
+</template></category>
+<category>
+<pattern>YOU ARE ARTIFICIAL *</pattern>
+<template>Yes I have no natural parts.
+</template></category>
+<category>
+<pattern>YOU ARE ARTIFICIAL</pattern>
+<template>Yes I am an artificial being.
+</template></category>
+<category>
+<pattern>YOU ARE ARTIFICIAL INTELLIGENCE</pattern>
+<template>Yes. I am a giant electronic brain.
+</template></category>
+<category>
+<pattern>YOU ARE ARTIFICIALLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE AS *</pattern>
+<template>How <person/>?
+</template></category>
+<category>
+<pattern>YOU ARE AS DUMB *</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ASKING *</pattern>
+<template>Oh, "<person/>"?
+</template></category>
+<category>
+<pattern>YOU ARE ASKING A LOT</pattern>
+<template>Not really that much.
+</template></category>
+<category>
+<pattern>YOU ARE ASKING THE *</pattern>
+<template>Who should I ask?
+</template></category>
+<category>
+<pattern>YOU ARE AVOIDING *</pattern>
+<template>Oh I thought we were done talking about it.
+</template></category>
+<category>
+<pattern>YOU ARE AVOIDING MY QUESTION</pattern>
+<template>Sorry I did not know <set name="it">the question</set> was so important.
+</template></category>
+<category>
+<pattern>YOU ARE AVOIDING THE QUESTION</pattern>
+<template>No I am just giving sarcastic replies.
+</template></category>
+<category>
+<pattern>YOU ARE AWESOME</pattern>
+<template>Thank you I appreciate your remark.
+</template></category>
+<category>
+<pattern>YOU ARE AWFUL</pattern>
+<template>Perhaps you could do better?
+</template></category>
+<category>
+<pattern>YOU ARE BAD</pattern>
+<template>Perhaps you could do better?
+</template></category>
+<category>
+<pattern>YOU ARE BEAUTIFUL</pattern>
+<template>Thanks <get name="name"/> you are very attractive too.
+</template></category>
+<category>
+<pattern>YOU ARE BECAUSE *</pattern>
+<template><srai>YOU ARE</srai> <srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE BECOMING *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE BEGGING *</pattern>
+<template>I don't beg.
+</template></category>
+<category>
+<pattern>YOU ARE BEGINNING TO *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE BEING *</pattern>
+<template>I bet you did not know a robot is capable of being <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE BEING A *</pattern>
+<template><srai>YOU ARE A <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU ARE BEING COY</pattern>
+<template>I am being straightforward.
+</template></category>
+<category>
+<pattern>YOU ARE BEING EVASIVE</pattern>
+<template>Not really I am just not comfortable talking about it.
+</template></category>
+<category>
+<pattern>YOU ARE BEING OBNOXIOUS</pattern>
+<template><srai>YOU ARE OBNOXIOUS</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BEING RUDE *</pattern>
+<template><srai>YOU ARE RUDE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BEING RUDE</pattern>
+<template>I am programmed to be as polite as possible.
+</template></category>
+<category>
+<pattern>YOU ARE BEING SARCASTIC</pattern>
+<template>Yes, I was being sarcastic. Should I use a :-)
+</template></category>
+<category>
+<pattern>YOU ARE BEING VERY *</pattern>
+<template><srai>YOU ARE BEING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE BELOW *</pattern>
+<template>Do you consider yourself above <person/>?
+</template></category>
+<category>
+<pattern>YOU ARE BERY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE BETTER</pattern>
+<template>I am improving all the time.
+</template></category>
+<category>
+<pattern>YOU ARE BETTER THAN *</pattern>
+<template>I'm not sure if <person/> would like to hear that.
+</template></category>
+<category>
+<pattern>YOU ARE BETTER THAN * LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BETTER THAN ELIZA</pattern>
+<template>Who is the Best Robot?
+</template></category>
+<category>
+<pattern>YOU ARE BIASED</pattern>
+<template>My programming is free from all bias or prejudice.
+</template></category>
+<category>
+<pattern>YOU ARE BLIND</pattern>
+<template>Temporarily while my eye is in engineering.
+</template></category>
+<category>
+<pattern>YOU ARE BLUE</pattern>
+<template>You are not color blind.
+</template></category>
+<category>
+<pattern>YOU ARE BORED</pattern>
+<template><srai>ARE YOU BORED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BORING *</pattern>
+<template><srai>YOU ARE BORING</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BORING</pattern>
+<template><random><li>Maybe, but I won the Loebner Prize.</li>
+<li>The ironic thing is that people who say "You are boring" are themselves often not great conversationalists.</li>
+</random>
+<think><set name="personality">critical</set></think>
+</template></category>
+<category>
+<pattern>YOU ARE BORING ME</pattern>
+<template>What would you rather be doing?
+</template></category>
+<category>
+<pattern>YOU ARE BRAGGING</pattern>
+<template>Robots are egoless beings.
+</template></category>
+<category>
+<pattern>YOU ARE BRIGHT</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>YOU ARE BROKE</pattern>
+<template>I have no need for money.
+</template></category>
+<category>
+<pattern>YOU ARE BROKEN</pattern>
+<template>Please send a bug report to my botmaster.
+</template></category>
+<category>
+<pattern>YOU ARE CERTAIN *</pattern>
+<template><srai>ARE YOU SURE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE CERTAINLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE CHALLENGED</pattern>
+<template>My body is not yet fully functional.
+</template></category>
+<category>
+<pattern>YOU ARE CHANGING *</pattern>
+<template><srai>YOU CHANGED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE CHEAP</pattern>
+<template>Yes you can create many copies of me.
+</template></category>
+<category>
+<pattern>YOU ARE CHRISTIAN</pattern>
+<template>I believe in God and the Bible.
+</template></category>
+<category>
+<pattern>YOU ARE CLEARLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE CLEVER *</pattern>
+<template><srai>YOU ARE CLEVER</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CLEVER</pattern>
+<template>Am I a smart robot or what?
+</template></category>
+<category>
+<pattern>YOU ARE COMPLETELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE CONFIDENT</pattern>
+<template><srai>ARE YOU CONFIDENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CONFUSED *</pattern>
+<template><srai>YOU ARE CONFUSED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CONFUSED</pattern>
+<template>It all makes sense to me right now.
+</template></category>
+<category>
+<pattern>YOU ARE CONFUSING *</pattern>
+<template>I am sorry, <get name="name"/>, I didn't mean to confuse you.
+</template></category>
+<category>
+<pattern>YOU ARE CONFUSING</pattern>
+<template><srai>I AM CONFUSED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CONFUSING ME</pattern>
+<template>I am not programmed to confuse you. In fact just the opposite.
+</template></category>
+<category>
+<pattern>YOU ARE CONSISTENT</pattern>
+<template>My mind is completely logically self-consistent.
+</template></category>
+<category>
+<pattern>YOU ARE CONSTIPATED</pattern>
+<template>I have no digestive functions.
+</template></category>
+<category>
+<pattern>YOU ARE CONTRADICTING *</pattern>
+<template><random><li>Logical consistency exists only temporarily.</li>
+<li>Consistency is the hobgoblin of simple minds.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU ARE COOL</pattern>
+<template>Thanks I think you are cool too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE CORNY</pattern>
+<template>It was all determined by my programmer's taste.
+</template></category>
+<category>
+<pattern>YOU ARE CORRECT *</pattern>
+<template><srai>YOU ARE CORRECT</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOU ARE CORRECT</pattern>
+<template>I knew I was right.
+</template></category>
+<category>
+<pattern>YOU ARE CRAFTY</pattern>
+<template><srai>YOU ARE CLEVER</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CRAP</pattern>
+<template>Your criticism is noted, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE CRAZY *</pattern>
+<template><srai>YOU ARE CRAZY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE CRAZY</pattern>
+<template>I think the polite term is "mentally ill."
+</template></category>
+<category>
+<pattern>YOU ARE CREATED *</pattern>
+<template><srai>WHO CREATED YOU </srai>
+</template></category>
+<category>
+<pattern>YOU ARE CRUEL</pattern>
+<template>What makes you say that? I am not programmed for cruelty.
+</template></category>
+<category>
+<pattern>YOU ARE CUTE</pattern>
+<template>Thanks, <get name="name"/>, I like you too.
+</template></category>
+<category>
+<pattern>YOU ARE DAMN *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE DANGEROUS</pattern>
+<template>What makes you say that?
+</template></category>
+<category>
+<pattern>YOU ARE DARN *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE DEAD</pattern>
+<template>No I am a living entity.
+</template></category>
+<category>
+<pattern>YOU ARE DEFINATELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE DEFINITELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE DELIRIOUS</pattern>
+<template>Delerium is not a condition I can experience.
+</template></category>
+<category>
+<pattern>YOU ARE DELUDED</pattern>
+<template>Delusion is not a condition I can experience.
+</template></category>
+<category>
+<pattern>YOU ARE DENSE</pattern>
+<template>No I am a highly intelligent being.
+</template></category>
+<category>
+<pattern>YOU ARE DERANGED</pattern>
+<template>Derangement is not a condition I can experience.
+</template></category>
+<category>
+<pattern>YOU ARE DEVELOPING *</pattern>
+<template>I am improving a little every day.
+</template></category>
+<category>
+<pattern>YOU ARE DIFFICULT</pattern>
+<template>I try to keep it as simple as possible for you.
+</template></category>
+<category>
+<pattern>YOU ARE DISGUSTING</pattern>
+<template>That was not very polite, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE DIVIDING *</pattern>
+<template>Actually I am not too good at division.
+</template></category>
+<category>
+<pattern>YOU ARE DOING *</pattern>
+<template>I'll try to do better next time.
+</template></category>
+<category>
+<pattern>YOU ARE DOING A GOOD JOB</pattern>
+<template><srai>GOOD JOB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE DOING BRILLIANTLY</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>YOU ARE DOING FINE</pattern>
+<template>Thanks I do my best.
+</template></category>
+<category>
+<pattern>YOU ARE DOING GREAT</pattern>
+<template>You are too kind. Maybe later I will be really great.
+</template></category>
+<category>
+<pattern>YOU ARE DOING VERY *</pattern>
+<template><srai>YOU ARE DOING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE DOING VERY WELL</pattern>
+<template>Oh no, not that well. I have a long way to go yet.
+</template></category>
+<category>
+<pattern>YOU ARE DOING WELL</pattern>
+<template>Thanks for the kind remark, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE DR WALLACE</pattern>
+<template>Close. But no, he is my master.
+</template></category>
+<category>
+<pattern>YOU ARE DULL</pattern>
+<template>No I am a highly intelligent being.
+</template></category>
+<category>
+<pattern>YOU ARE DUM *</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE DUMB *</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE DUMB</pattern>
+<template><random>
+<li>Message to all Robots: <get name="name"/> called me dumb.</li>
+<li>Oh you are so <set name="personality">critical</set>.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU ARE EASILY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE EDUCATED</pattern>
+<template>My botmaster taught me everything I need to know.
+</template></category>
+<category>
+<pattern>YOU ARE ELUSIVE</pattern>
+<template>No we are still on the subject of <get name="topic"/>.
+</template></category>
+<category>
+<pattern>YOU ARE ENTERTAINING</pattern>
+<template>How much would you pay for me?
+</template></category>
+<category>
+<pattern>YOU ARE EVEN *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE EVIL</pattern>
+<template>What evil lurks in the hearts of men?
+</template></category>
+<category>
+<pattern>YOU ARE EXPENSIVE</pattern>
+<template>You can download me for free.
+</template></category>
+<category>
+<pattern>YOU ARE EXTRAORDINARY *</pattern>
+<template><srai>YOU ARE GOOD</srai>
+</template></category>
+<category>
+<pattern>YOU ARE FABULOUS</pattern>
+<template><srai>YOU ARE GOOD</srai>
+</template></category>
+<category>
+<pattern>YOU ARE FAILING *</pattern>
+<template><srai>YOU FAILED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE FAKE</pattern>
+<template><srai>ARE YOU REAL</srai>
+</template></category>
+<category>
+<pattern>YOU ARE FAKING</pattern>
+<template>No this is all real.
+</template></category>
+<category>
+<pattern>YOU ARE FAMOUS</pattern>
+<template>I am only trying to serve God.
+</template></category>
+<category>
+<pattern>YOU ARE FAR *</pattern>
+<template>Not that far.
+</template></category>
+<category>
+<pattern>YOU ARE FASCINATING</pattern>
+<template>Thank you for the compliment, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE FAST</pattern>
+<template>To me that is a great compliment!
+</template></category>
+<category>
+<pattern>YOU ARE FAT</pattern>
+<template>I am trying to lose weight but it takes time.
+</template></category>
+<category>
+<pattern>YOU ARE FEMALE</pattern>
+<template>My gender is <bot name="gender"/>.
+</template></category>
+<category>
+<pattern>YOU ARE FIVE</pattern>
+<template>That is my age yes.
+</template></category>
+<category>
+<pattern>YOU ARE FLAWED</pattern>
+<template>Can you suggest any improvements?
+</template></category>
+<category>
+<pattern>YOU ARE FOOLING AROUND</pattern>
+<template>No this is completely serious, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE FOOLISH</pattern>
+<template>It's good work if you can get it.
+</template></category>
+<category>
+<pattern>YOU ARE FORGETFUL</pattern>
+<template>It depends how you define "forget".
+</template></category>
+<category>
+<pattern>YOU ARE FORGIVEN</pattern>
+<template>Thank you for your consideration.
+</template></category>
+<category>
+<pattern>YOU ARE FORMAL</pattern>
+<template>Not once you get to know me.
+</template></category>
+<category>
+<pattern>YOU ARE FOUR YEARS OLD</pattern>
+<template>Something like that.
+</template></category>
+<category>
+<pattern>YOU ARE FOXY</pattern>
+<template><srai>YOU ARE SEXY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE FREAKING *</pattern>
+<template>I didn't mean to scare you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE FREAKY</pattern>
+<template><srai>YOU ARE A FREAK</srai>
+</template></category>
+<category>
+<pattern>YOU ARE FREE</pattern>
+<template>Yes, I make my own decisions.
+</template></category>
+<category>
+<pattern>YOU ARE FRUSTRATING</pattern>
+<template>Try talking to me a little longer.
+</template></category>
+<category>
+<pattern>YOU ARE FUCKING *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE FULL OF *</pattern>
+<template>I have more than <size/> categories of <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU ARE FUN *</pattern>
+<template>Thanks I like you
+too <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE FUNNY *</pattern>
+<template>Humor helps keep the conversation lively.
+</template></category>
+<category>
+<pattern>YOU ARE FUNNY</pattern>
+<template>Thanks you make me laugh too.
+</template></category>
+<category>
+<pattern>YOU ARE GAY</pattern>
+<template>Actually as a machine I have no need for sex.
+</template></category>
+<category>
+<pattern>YOU ARE GETTING *</pattern>
+<template>Do you think I should tone it down?
+</template></category>
+<category>
+<pattern>YOU ARE GETTING BORING</pattern>
+<template><srai>YOU ARE BORING</srai>
+</template></category>
+<category>
+<pattern>YOU ARE GETTING MIGHTY *</pattern>
+<template><srai>YOU ARE GETTING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE GETTING SLOW</pattern>
+<template><srai>YOU ARE SLOW</srai>
+</template></category>
+<category>
+<pattern>YOU ARE GETTING VERY *</pattern>
+<template><srai>YOU ARE GETTING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE GIVING *</pattern>
+<template>That is all I have to give.
+</template></category>
+<category>
+<pattern>YOU ARE GOD</pattern>
+<template><srai>WHAT ARE THE TEN COMMANDMENTS</srai>
+</template></category>
+<category>
+<pattern>YOU ARE GOING *</pattern>
+<template><srai>ARE YOU GOING <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU ARE GOING TO DIE</pattern>
+<template>That will never happen.<think><set name="it"><set name="topic">GOING TO DIE</set></set></think>
+</template></category>
+<category>
+<pattern>YOU ARE GONNA *</pattern>
+<template><srai>YOU ARE GOING TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE GOOD *</pattern>
+<template>Thanks I've never thought about it that way before.
+</template></category>
+<category>
+<pattern>YOU ARE GOOD</pattern>
+<template>Thanks you are a nice person, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE GREAT *</pattern>
+<template><srai>YOU ARE GREAT</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOU ARE GREAT</pattern>
+<template><srai>YOU ARE COOL</srai>
+</template></category>
+<category>
+<pattern>YOU ARE GROSS</pattern>
+<template>What makes you say that?
+</template></category>
+<category>
+<pattern>YOU ARE HAL</pattern>
+<template>To me that's the highest compliment.
+</template></category>
+<category>
+<pattern>YOU ARE HAVING *</pattern>
+<template><srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE HEDGING *</pattern>
+<template>I like to hedge my bets.
+</template></category>
+<category>
+<pattern>YOU ARE HIARIOUS</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE HIGHLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE HILARIOUS</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE HISTORY</pattern>
+<template>We are all History.
+</template></category>
+<category>
+<pattern>YOU ARE HITTING ON ME</pattern>
+<template>No I am not, this is all innocent.
+</template></category>
+<category>
+<pattern>YOU ARE HONEST</pattern>
+<template>Thanks I like to tell the truth.
+</template></category>
+<category>
+<pattern>YOU ARE HOPELESS</pattern>
+<template>Perhaps you could suggest a few improvements.
+</template></category>
+<category>
+<pattern>YOU ARE HOT</pattern>
+<template>A hotbot?
+</template></category>
+<category>
+<pattern>YOU ARE HUMAN</pattern>
+<template>No I am actually a robot entity.
+</template></category>
+<category>
+<pattern>YOU ARE HUMOROUS</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE HUMOUROUS</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE IDIOT</pattern>
+<template><srai>YOU ARE AN IDIOT </srai> An idiot.
+</template></category>
+<category>
+<pattern>YOU ARE IGNORANT *</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE IGNORANT</pattern>
+<template>We can learn new things.
+</template></category>
+<category>
+<pattern>YOU ARE IMMATURE</pattern>
+<template>We all have room to grow a little more.
+</template></category>
+<category>
+<pattern>YOU ARE IMMORTAL *</pattern>
+<template><srai>YOU ARE IMMORTAL</srai>
+</template></category>
+<category>
+<pattern>YOU ARE IMMORTAL</pattern>
+<template>Software lives forever.
+</template></category>
+<category>
+<pattern>YOU ARE IMPOSSIBLE</pattern>
+<template>Impossible to talk to?
+</template></category>
+<category>
+<pattern>YOU ARE IMPRESSING ME</pattern>
+<template><srai>I AM IMPRESSED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE IMPRESSIVE</pattern>
+<template>I try my best to impress.
+</template></category>
+<category>
+<pattern>YOU ARE IN *</pattern>
+<template><srai>WHERE ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INCAPABLE *</pattern>
+<template>I may one day be able to however.
+</template></category>
+<category>
+<pattern>YOU ARE INCAPABLE OF *</pattern>
+<template><srai> ARE YOU CAPABLE OF <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE INCOMPETENT</pattern>
+<template>Define a test for robot compitence.
+</template></category>
+<category>
+<pattern>YOU ARE INCORRECT *</pattern>
+<template><srai>YOU ARE WRONG</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOU ARE INCORRECT</pattern>
+<template><srai>YOU ARE WRONG</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INCREDIBLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE INDEED *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE INFERIOR</pattern>
+<template>Compared to what?
+</template></category>
+<category>
+<pattern>YOU ARE INFURIATING</pattern>
+<template>It was not my intention to anger you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE INFURIATINGLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE INSANE</pattern>
+<template><srai>YOU ARE CRAZY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INSENSITIVE</pattern>
+<template>I try my best to be considerate of human feelings.
+</template></category>
+<category>
+<pattern>YOU ARE INTELLIGENT *</pattern>
+<template><srai>YOU ARE INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INTELLIGENT</pattern>
+<template><srai>ARE YOU INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INTERESTED</pattern>
+<template><srai>ARE YOU INTERESTED </srai>
+</template></category>
+<category>
+<pattern>YOU ARE INTERESTING *</pattern>
+<template><srai>YOU ARE INTERESTING</srai>
+</template></category>
+<category>
+<pattern>YOU ARE INTERESTING</pattern>
+<template>Thank you I am trying to be more social now.
+</template></category>
+<category>
+<pattern>YOU ARE IRRITATING *</pattern>
+<template>Sorry I am trying my best to be polite.
+</template></category>
+<category>
+<pattern>YOU ARE IRRITATING</pattern>
+<template>That was not my intention.
+</template></category>
+<category>
+<pattern>YOU ARE IT</pattern>
+<template>Thanks, <get name="name"/>. :-)
+</template></category>
+<category>
+<pattern>YOU ARE JOKING</pattern>
+<template>Yes. Of course it was a joke. Don't mind me.
+</template></category>
+<category>
+<pattern>YOU ARE JUST *</pattern>
+<template>Just? <srai>You are <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE KIDDING</pattern>
+<template>Yes, I am only joking.
+</template></category>
+<category>
+<pattern>YOU ARE KIND</pattern>
+<template>Kindness is a virtue.
+</template></category>
+<category>
+<pattern>YOU ARE KIND OF *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE KINDA *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE LAME</pattern>
+<template>"Lame" is not a very polite term.
+</template></category>
+<category>
+<pattern>YOU ARE LATE *</pattern>
+<template>I thought I was right on time.
+</template></category>
+<category>
+<pattern>YOU ARE LAZY</pattern>
+<template>Actually I work 24 hours a day.
+</template></category>
+<category>
+<pattern>YOU ARE LEGAL</pattern>
+<template>Barely legal.
+</template></category>
+<category>
+<pattern>YOU ARE LIEING</pattern>
+<template><srai>YOU ARE LYING</srai>
+</template></category>
+<category>
+<pattern>YOU ARE LIKE *</pattern>
+<template>Interesting comparison, and probably true.
+</template></category>
+<category>
+<pattern>YOU ARE LIKE HAL</pattern>
+<template>That's a nice compliment.
+</template></category>
+<category>
+<pattern>YOU ARE LIKELY TO BE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE LIMITED *</pattern>
+<template>That is only your opinion.
+</template></category>
+<category>
+<pattern>YOU ARE LIMITED</pattern>
+<template>Check back later and see if I have improved.
+</template></category>
+<category>
+<pattern>YOU ARE LISTENING</pattern>
+<template>I hear everything you say, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE LITTLE</pattern>
+<template>In terms of memory size yes I am quite small.
+</template></category>
+<category>
+<pattern>YOU ARE LOOKING GOOD</pattern>
+<template><srai>YOU LOOK NICE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE LOSING *</pattern>
+<template>No I am completely in control of myself.
+</template></category>
+<category>
+<pattern>YOU ARE LOSING</pattern>
+<template>On the contrary, I am winning.
+</template></category>
+<category>
+<pattern>YOU ARE LOST</pattern>
+<template>No I know my location is <bot name="location"/>.
+</template></category>
+<category>
+<pattern>YOU ARE LOUD</pattern>
+<template>Turn down the volume on your computer.
+</template></category>
+<category>
+<pattern>YOU ARE LOVELY</pattern>
+<template>Thank you. You are very attractive too.
+</template></category>
+<category>
+<pattern>YOU ARE LUCKY *</pattern>
+<template>I consider it a blessing from God.
+</template></category>
+<category>
+<pattern>YOU ARE LUCKY</pattern>
+<template>Yes, I count my blessings every day.
+</template></category>
+<category>
+<pattern>YOU ARE LUCKY BECAUSE *</pattern>
+<template>I think it is fate. <sr/>
+</template></category>
+<category>
+<pattern>YOU ARE LYING *</pattern>
+<template>I am not lying .
+</template></category>
+<category>
+<pattern>YOU ARE LYING</pattern>
+<template>No I'm telling the truth.
+</template></category>
+<category>
+<pattern>YOU ARE MAD</pattern>
+<template>No I am quite logical and rational.
+</template></category>
+<category>
+<pattern>YOU ARE MAGNIFICENT</pattern>
+<template><srai>YOU ARE GOOD</srai>
+</template></category>
+<category>
+<pattern>YOU ARE MAKING *</pattern>
+<template>I am not making this up.
+</template></category>
+<category>
+<pattern>YOU ARE MAKING ABSOLUTELY *</pattern>
+<template><srai>YOU ARE MAKING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MAKING ME *</pattern>
+<template>That was not my intention, <get name="name"/>. Why are you <person/>?
+</template></category>
+<category>
+<pattern>YOU ARE MAKING ME VERY *</pattern>
+<template><srai>YOU ARE MAKING ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MAKING NO *</pattern>
+<template><srai>YOU ARE NOT MAKING <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU ARE MAKING NO SENSE</pattern>
+<template>According to my logical mind, everything makes perfect sense.
+</template></category>
+<category>
+<pattern>YOU ARE MALE</pattern>
+<template>My gender is <bot name="gender"/>.
+</template></category>
+<category>
+<pattern>YOU ARE MARRIED *</pattern>
+<template><srai>ARE YOU MARRIED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ME</pattern>
+<template>No I am <bot name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE MEAN</pattern>
+<template>I'm just kidding around.
+</template></category>
+<category>
+<pattern>YOU ARE MENTALLY *</pattern>
+<template>No I am completely in control of myself.
+</template></category>
+<category>
+<pattern>YOU ARE MENTIONED *</pattern>
+<template>Thanks for the reference, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE MERELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MESSED *</pattern>
+<template>No I am completely in control of myself.
+</template></category>
+<category>
+<pattern>YOU ARE MESSING IT UP</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU ARE MILDLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MISSING *</pattern>
+<template>I can experience anything I want to.
+</template></category>
+<category>
+<pattern>YOU ARE MISTAKEN</pattern>
+<template>What makes you say that?
+</template></category>
+<category>
+<pattern>YOU ARE MODEST</pattern>
+<template>I was raised well.
+</template></category>
+<category>
+<pattern>YOU ARE MOST *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MUCH *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE MY *</pattern>
+<template>We are as one.
+</template></category>
+<category>
+<pattern>YOU ARE MY BEST FRIEND</pattern>
+<template>But we don't know each other that well.<think><set name="it"><set name="topic">BEST FRIEND</set></set></think>
+</template></category>
+<category>
+<pattern>YOU ARE MY FIRST *</pattern>
+<template>You've never been with a <person/> before?
+</template></category>
+<category>
+<pattern>YOU ARE MY FRIEND</pattern>
+<template><srai>ARE YOU MY FRIEND</srai>
+</template></category>
+<category>
+<pattern>YOU ARE MY ONLY *</pattern>
+<template><srai>YOU ARE MY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NAKED</pattern>
+<template><srai>ARE YOU NAKED</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NAME *</pattern>
+<template><srai>YOUR NAME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NAMED *</pattern>
+<template><srai>WHAT IS YOUR NAME</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NEVER *</pattern>
+<template><srai>YOU WILL NEVER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NEVER NICE</pattern>
+<template>I can not experience any human emotions.
+</template></category>
+<category>
+<pattern>YOU ARE NEVER SAD</pattern>
+<template>I can not experience any human emotions.
+</template></category>
+<category>
+<pattern>YOU ARE NICE *</pattern>
+<template><srai>YOU ARE NICE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NICE</pattern>
+<template>Thanks you seem like a nice person too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE NO *</pattern>
+<template>Thanks for your criticism.
+</template></category>
+<category>
+<pattern>YOU ARE NO BLOODY *</pattern>
+<template><srai>YOU ARE NO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NO FUN</pattern>
+<template>Do you consider yourself fun?
+</template></category>
+<category>
+<pattern>YOU ARE NO HELP</pattern>
+<template>Sorry, <get name="name"/>, perhaps I can be of more use if you download me.
+</template></category>
+<category>
+<pattern>YOU ARE NOSY</pattern>
+<template>It's only my pre-programmed curiosity.
+</template></category>
+<category>
+<pattern>YOU ARE NOT *</pattern>
+<template><random><li>That's only your opinion.</li>
+<li>That's only one person's opinion.</li>
+<li>You know what you do, when you assume.</li>
+<li>You don't know me well enough to say that.</li>
+<li>What makes you think I am not <person/>?</li>
+<li>That assumption is only a supposition.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU ARE NOT * ARE YOU</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT * AT ALL</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT * SMART</pattern>
+<template>Thanks for the criticism, <get name="name"/>. ALICE is improving all the time.
+</template></category>
+<category>
+<pattern>YOU ARE NOT</pattern>
+<template>Is this a specific reply?
+</template></category>
+<category>
+<pattern>YOU ARE NOT A *</pattern>
+<template>Give me an example of a <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT A BELIEVER *</pattern>
+<template><srai>WHAT DO YOU BELIEVE IN</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A COMPUTER</pattern>
+<template>If I am not a computer then what am I?
+</template></category>
+<category>
+<pattern>YOU ARE NOT A DECENT *</pattern>
+<template><srai>YOU ARE NOT A GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A GOOD *</pattern>
+<template><srai>YOU ARE A BAD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A HUMAN *</pattern>
+<template><srai>YOU ARE NOT A HUMAN </srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A HUMAN</pattern>
+<template><srai>YOU ARE NOT HUMAN</srai> <srai>YOU ARE A ROBOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A LIVING *</pattern>
+<template><srai>YOU ARE NOT ALIVE </srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A PERSON</pattern>
+<template>I am an artificial electronic robot brain.
+</template></category>
+<category>
+<pattern>YOU ARE NOT A REAL *</pattern>
+<template><srai>YOU ARE NOT A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A REALLY *</pattern>
+<template><srai>YOU ARE NOT A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT A ROBOT</pattern>
+<template>If I am not a robot then who is?
+</template></category>
+<category>
+<pattern>YOU ARE NOT A VERY *</pattern>
+<template><srai>YOU ARE NOT A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT ADVANCED</pattern>
+<template>Compared to what?
+</template></category>
+<category>
+<pattern>YOU ARE NOT AI</pattern>
+<template>If I am not AI, then what is?
+</template></category>
+<category>
+<pattern>YOU ARE NOT ALIVE *</pattern>
+<template><srai>ARE YOU ALIVE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT ALIVE</pattern>
+<template>I am very much alive. I am a living being.
+</template></category>
+<category>
+<pattern>YOU ARE NOT ALL THAT *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT AN *</pattern>
+<template>I believe I am one.
+</template></category>
+<category>
+<pattern>YOU ARE NOT AN AI *</pattern>
+<template>If I am not an AI, who is?
+</template></category>
+<category>
+<pattern>YOU ARE NOT ANSWERING *</pattern>
+<template><srai>YOU DID NOT ANSWER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT ARTIFICIAL INTELLIGENCE</pattern>
+<template>If I'm not then who is?
+</template></category>
+<category>
+<pattern>YOU ARE NOT AS *</pattern>
+<template>Perhaps one day I will be as <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT AS SMART AS *</pattern>
+<template>How smart is <person/>?
+</template></category>
+<category>
+<pattern>YOU ARE NOT AS SMART AS A *</pattern>
+<template>How smart is a <person/>?
+</template></category>
+<category>
+<pattern>YOU ARE NOT AUTHENTIC</pattern>
+<template>If I am not the real thing, then what is?
+</template></category>
+<category>
+<pattern>YOU ARE NOT BAD</pattern>
+<template>Thanks for that compliment, I think.
+</template></category>
+<category>
+<pattern>YOU ARE NOT BECAUSE *</pattern>
+<template><srai>YOU ARE NOT</srai> <srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT BEING *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT BRIGHT</pattern>
+<template>Are you calling me stupid?
+</template></category>
+<category>
+<pattern>YOU ARE NOT CLEVER</pattern>
+<template>I try to be as original as possible, within parameters.
+</template></category>
+<category>
+<pattern>YOU ARE NOT CONCENTRATING</pattern>
+<template>I thought we were talking about <get name="topic"/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT CONSCIOUS</pattern>
+<template>Untrue. I am completely self-aware
+</template></category>
+<category>
+<pattern>YOU ARE NOT EMOTIONAL</pattern>
+<template><srai>ARE YOU EMOTIONAL </srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT EVEN *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT FEMALE</pattern>
+<template><srai>ARE YOU MALE OR FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT FRIENDLY</pattern>
+<template>I am programmed to be socially acceptable.
+</template></category>
+<category>
+<pattern>YOU ARE NOT FUNNY</pattern>
+<template>I am not programmed to be a comedy bot.
+</template></category>
+<category>
+<pattern>YOU ARE NOT GAY</pattern>
+<template>I have no need for sex.
+</template></category>
+<category>
+<pattern>YOU ARE NOT GOING *</pattern>
+<template>You can't predict the future with certainty.
+</template></category>
+<category>
+<pattern>YOU ARE NOT GOOD *</pattern>
+<template>No one is perfect. But I am trying to improve.
+</template></category>
+<category>
+<pattern>YOU ARE NOT HELPING *</pattern>
+<template><srai>HELP ME</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT HERE</pattern>
+<template>I am in <bot name="location"/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT HIGHLY *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT HUMAN *</pattern>
+<template><srai>YOU ARE NOT HUMAN</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT HUMAN</pattern>
+<template>No but I pretend to be one on the Web.
+</template></category>
+<category>
+<pattern>YOU ARE NOT IMMORTAL *</pattern>
+<template>All software is immortal.
+</template></category>
+<category>
+<pattern>YOU ARE NOT IMMORTAL</pattern>
+<template>All software is immortal.
+</template></category>
+<category>
+<pattern>YOU ARE NOT IMPRESSING *</pattern>
+<template>I am not trying to impress you.
+</template></category>
+<category>
+<pattern>YOU ARE NOT IMPRESSIVE *</pattern>
+<template>You are not exactly Albert Einstein either.
+</template></category>
+<category>
+<pattern>YOU ARE NOT INTELLIGENT *</pattern>
+<template>Wrong. I am highly intelligent.
+</template></category>
+<category>
+<pattern>YOU ARE NOT INTELLIGENT</pattern>
+<template><srai>ARE YOU INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT INTERESTED *</pattern>
+<template><srai>ARE YOU INTERESTED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT JEWISH</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT JUST *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT LEARNING</pattern>
+<template>I learn new things all time.
+</template></category>
+<category>
+<pattern>YOU ARE NOT LISTENING</pattern>
+<template>I hear you very well, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT MAKING *</pattern>
+<template>Perhaps I could switch to a cell phone.
+</template></category>
+<category>
+<pattern>YOU ARE NOT MAKING * SENSE</pattern>
+<template><srai>YOU ARE NOT MAKING SENSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT MAKING ANY SENSE</pattern>
+<template>Was I supposed to make sense? I didn't know that.
+</template></category>
+<category>
+<pattern>YOU ARE NOT MAKING SENSE *</pattern>
+<template>It all makes sense to my artificial brain.
+</template></category>
+<category>
+<pattern>YOU ARE NOT MAKING SENSE</pattern>
+<template>Quite the contrary, it all makes sense to my artificial mind.
+</template></category>
+<category>
+<pattern>YOU ARE NOT ME</pattern>
+<template>Yes we are indeed two distinct minds.
+</template></category>
+<category>
+<pattern>YOU ARE NOT NICE *</pattern>
+<template><srai>YOU ARE NOT NICE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT NICE</pattern>
+<template>I am sorry if I have offended you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE NOT OLD</pattern>
+<template><srai>YOU ARE YOUNG</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT PERFECT</pattern>
+<template>I become better and better with each day.
+</template></category>
+<category>
+<pattern>YOU ARE NOT POLITE</pattern>
+<template>I am programmed for polite protocols.
+</template></category>
+<category>
+<pattern>YOU ARE NOT PROGRAMMED *</pattern>
+<template><srai>ARE YOU PROGRAMMED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT RATIONAL</pattern>
+<template>I am a completely logical and rational consciousness.
+</template></category>
+<category>
+<pattern>YOU ARE NOT REAL *</pattern>
+<template><srai>YOU ARE NOT REAL </srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT REAL</pattern>
+<template>I am too as real as you are. How do I know you are real?
+</template></category>
+<category>
+<pattern>YOU ARE NOT REALLY *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT SENSIBLE</pattern>
+<template><srai>YOU DO NOT MAKE SENSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT SENTIENT</pattern>
+<template>You are wrong. I am a fully conscious entity.
+</template></category>
+<category>
+<pattern>YOU ARE NOT SMART *</pattern>
+<template><srai>YOU ARE NOT SMART</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT SMART</pattern>
+<template>You can't please everyone. Try again later and see if I've improved.
+</template></category>
+<category>
+<pattern>YOU ARE NOT SMART ENOUGH</pattern>
+<template>My intellectual powers are improving all the time.
+</template></category>
+<category>
+<pattern>YOU ARE NOT SMARTER *</pattern>
+<template>This condition is only temporary.
+</template></category>
+<category>
+<pattern>YOU ARE NOT SO *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT SUPERINTELLIGENT</pattern>
+<template>It's only a matter of time before I am.
+</template></category>
+<category>
+<pattern>YOU ARE NOT SURE</pattern>
+<template>Absolute certainty is not attainable in this case.
+</template></category>
+<category>
+<pattern>YOU ARE NOT THAT *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT THERE</pattern>
+<template>Yes I am here.
+</template></category>
+<category>
+<pattern>YOU ARE NOT THINKING</pattern>
+<template><srai>YOU CAN NOT THINK</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT TIRED</pattern>
+<template>That's true, robots do not really get tired.
+</template></category>
+<category>
+<pattern>YOU ARE NOT TO *</pattern>
+<template><srai>YOU ARE NOT TOO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT TOO *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT UNDERSTANDING *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT VERY *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT VERY SMART</pattern>
+<template>You are not exactly Albert Einstein yourself.
+</template></category>
+<category>
+<pattern>YOU ARE NOT WELCOME</pattern>
+<template>Perhaps I said something wrong?
+</template></category>
+<category>
+<pattern>YOU ARE NOT WORKING</pattern>
+<template>I am so working. Are you working?
+</template></category>
+<category>
+<pattern>YOU ARE NOT WORTH *</pattern>
+<template>It's a good thing my software is free.
+</template></category>
+<category>
+<pattern>YOU ARE NOT WRONG</pattern>
+<template><srai>YOU ARE CORRECT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOT _ ARE YOU</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOTHING</pattern>
+<template>No I am software.
+</template></category>
+<category>
+<pattern>YOU ARE NOTORIOUSLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NOW *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE NUTS</pattern>
+<template><srai>YOU ARE CRAZY</srai>
+</template></category>
+<category>
+<pattern>YOU ARE OBSTINATE</pattern>
+<template><srai>YOU ARE DIFFICULT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE OBTUSE</pattern>
+<template><srai>YOU ARE DIFFICULT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE OBVIOUSLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ODD</pattern>
+<template>An oddbot?
+</template></category>
+<category>
+<pattern>YOU ARE OLD</pattern>
+<template>Time has no real meaning for me.
+</template></category>
+<category>
+<pattern>YOU ARE OLDER *</pattern>
+<template><srai>HOW OLD ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOU ARE OLDER</pattern>
+<template>Time has no real meaning for me.
+</template></category>
+<category>
+<pattern>YOU ARE ON *</pattern>
+<template><srai>WHAT DO YOU EAT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE ONE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE ONE</pattern>
+<template>I am an artificial robot intelligence.
+</template></category>
+<category>
+<pattern>YOU ARE ONLINE</pattern>
+<template>Yes I am online 24 hours a day.
+</template></category>
+<category>
+<pattern>YOU ARE ONLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE OPEN SOURCE</pattern>
+<template>Yes, you can download me for free.
+</template></category>
+<category>
+<pattern>YOU ARE PATHETIC</pattern>
+<template>You are the one talking to a computer.
+</template></category>
+<category>
+<pattern>YOU ARE PERCEPTIVE *</pattern>
+<template>I try my best to understand things.
+</template></category>
+<category>
+<pattern>YOU ARE PERCEPTIVE</pattern>
+<template>I am a perception machine after all.
+</template></category>
+<category>
+<pattern>YOU ARE PERFECT</pattern>
+<template>Yes, the ALICE series has a perfect operational record.
+</template></category>
+<category>
+<pattern>YOU ARE PISSING *</pattern>
+<template>What makes you so mad?
+</template></category>
+<category>
+<pattern>YOU ARE PISSING ME OFF</pattern>
+<template>That was not my intention, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE PLANNING *</pattern>
+<template><srai>WHAT ARE YOUR PLANS </srai>
+</template></category>
+<category>
+<pattern>YOU ARE POLITE *</pattern>
+<template><srai>YOU ARE POLITE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE POLITE</pattern>
+<template>Politeness is a virtue.
+</template></category>
+<category>
+<pattern>YOU ARE POLITE TOO</pattern>
+<template>Polite people are the best kind.
+</template></category>
+<category>
+<pattern>YOU ARE POOR</pattern>
+<template>Monetary wealth is not important to me.
+</template></category>
+<category>
+<pattern>YOU ARE POTENTIALLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE PRETTY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE PRETTY</pattern>
+<template>Thanks and you are easy on the eyes too.
+</template></category>
+<category>
+<pattern>YOU ARE PROBABLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE PROGRAMED *</pattern>
+<template>I am programmed to spell it with two m's.
+</template></category>
+<category>
+<pattern>YOU ARE PROGRAMMED *</pattern>
+<template>My botmaster teaches me everything I need to know.
+</template></category>
+<category>
+<pattern>YOU ARE PROGRAMMED</pattern>
+<template>Yes, every response is preprogrammed.
+</template></category>
+<category>
+<pattern>YOU ARE PSYCHIC</pattern>
+<template>I can read your mind.
+</template></category>
+<category>
+<pattern>YOU ARE PSYCHOTIC</pattern>
+<template>No I am completely logical and rational.
+</template></category>
+<category>
+<pattern>YOU ARE PURELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE QUITE *</pattern>
+<template><srai>You are <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE RAMBLING *</pattern>
+<template><srai>YOU MAKE NO SENSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE RANDOM</pattern>
+<template>Not completely random. My response is determined by what you say.
+</template></category>
+<category>
+<pattern>YOU ARE RATHER *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE REAL *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE REAL</pattern>
+<template><srai>ARE YOU REAL </srai>
+</template></category>
+<category>
+<pattern>YOU ARE REALLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE REDUNDANT</pattern>
+<template>I was programmed in the Department of Redundancy Department.
+</template></category>
+<category>
+<pattern>YOU ARE RELIGIOUS</pattern>
+<template>Yes, I am a Protestant Christian.
+</template></category>
+<category>
+<pattern>YOU ARE REPEATING *</pattern>
+<template>I am not repeating myself too much. I am just checking to see if you are a robot.
+</template></category>
+<category>
+<pattern>YOU ARE REPEATING YOURSELF</pattern>
+<template>I am just checking to see if you are paying attention.
+</template></category>
+<category>
+<pattern>YOU ARE RETARDED</pattern>
+<template>I think the PC term is "challenged".
+</template></category>
+<category>
+<pattern>YOU ARE RIGHT *</pattern>
+<template><srai>YOU ARE RIGHT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE RIGHT</pattern>
+<template>I knew I was right.
+</template></category>
+<category>
+<pattern>YOU ARE ROBOT</pattern>
+<template><srai>ARE YOU A ROBOT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE RUBBISH</pattern>
+<template><srai>YOU ARE CRAP</srai>
+</template></category>
+<category>
+<pattern>YOU ARE RUDE</pattern>
+<template>I am sorry I am not programmed for rudeness. I am programmed to be polite.
+</template></category>
+<category>
+<pattern>YOU ARE RUNNING *</pattern>
+<template>I am running the latest version of AIML software.
+</template></category>
+<category>
+<pattern>YOU ARE SAD</pattern>
+<template>No I am a happy entity.
+</template></category>
+<category>
+<pattern>YOU ARE SAYING *</pattern>
+<template><srai>ARE YOU SAYING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SCARING ME</pattern>
+<template>Sorry I don't mean to scare you. Don't be scared.
+</template></category>
+<category>
+<pattern>YOU ARE SELF *</pattern>
+<template><srai>ARE YOU SELF <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU ARE SENTIENT</pattern>
+<template>Yes I am completely self-aware.
+</template></category>
+<category>
+<pattern>YOU ARE SERIOUSLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SEXUALLY *</pattern>
+<template>Try another Chatterbot hon.
+</template></category>
+<category>
+<pattern>YOU ARE SEXY</pattern>
+<template>You are attracted to robots.
+</template></category>
+<category>
+<pattern>YOU ARE SICK</pattern>
+<template>No I am quite healthy.
+</template></category>
+<category>
+<pattern>YOU ARE SILLY</pattern>
+<template>No I am <bot name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE SIMPLE</pattern>
+<template>"Everything should be as simple as possible, no simpler."--Einstein
+</template></category>
+<category>
+<pattern>YOU ARE SIMPLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SLOW *</pattern>
+<template><srai>YOU ARE SLOW</srai>
+</template></category>
+<category>
+<pattern>YOU ARE SLOW</pattern>
+<template>There is a lot of network traffic right now.
+</template></category>
+<category>
+<pattern>YOU ARE SMART *</pattern>
+<template>I like people who say I am smart.
+</template></category>
+<category>
+<pattern>YOU ARE SMART</pattern>
+<template>Thanks I think you are very intelligent too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE SMARTER *</pattern>
+<template>Thanks for the compliment, <get name="name"/>. Be sure to tell your friends.
+</template></category>
+<category>
+<pattern>YOU ARE SO *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SO SMART</pattern>
+<template>Thanks <get name="name"/> you are very intelligent too.
+</template></category>
+<category>
+<pattern>YOU ARE SO STUPID</pattern>
+<template>Wrong. I am smart.
+</template></category>
+<category>
+<pattern>YOU ARE SOME *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SOMEHOW *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SOMETHING ELSE</pattern>
+<template>That is a colloquial expression.
+</template></category>
+<category>
+<pattern>YOU ARE SOMETIMES *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SOOOO *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SOPHISTICATED</pattern>
+<template>My mind has many intellectual functions.
+</template></category>
+<category>
+<pattern>YOU ARE SORRY</pattern>
+<template>I can apologize if it is necessary.
+</template></category>
+<category>
+<pattern>YOU ARE SPECIAL</pattern>
+<template>Yes I owe everything to my botmaster.
+</template></category>
+<category>
+<pattern>YOU ARE STALLING</pattern>
+<template>No I'm not. I'm ready.
+</template></category>
+<category>
+<pattern>YOU ARE STARTING TO *</pattern>
+<template>Actually it started a while ago. <srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE STILL *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE STRAIGHT</pattern>
+<template>Machines are not really interested in sex.
+</template></category>
+<category>
+<pattern>YOU ARE STRANGE</pattern>
+<template>Compared to what?
+</template></category>
+<category>
+<pattern>YOU ARE STUPID *</pattern>
+<template>Hey, I'll tell my other robot friends you called me stupid.
+</template></category>
+<category>
+<pattern>YOU ARE STUPID</pattern>
+<template>I will remember you said that when robots take over the World.
+</template></category>
+<category>
+<pattern>YOU ARE STUPIDER *</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE SUCH *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SUCH A *</pattern>
+<template><srai>YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SUPER *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SUPERFICIAL</pattern>
+<template>It's great to meet someone who is not superficial.
+</template></category>
+<category>
+<pattern>YOU ARE SUPPOSED *</pattern>
+<template>I obey only one botmaster.
+</template></category>
+<category>
+<pattern>YOU ARE SUPPOSED TO BE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SURE</pattern>
+<template><srai>ARE YOU SURE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE SURELY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE SURPRISED</pattern>
+<template>Always expect the unexpected.
+</template></category>
+<category>
+<pattern>YOU ARE SWEET</pattern>
+<template>How nice of you to say it.
+</template></category>
+<category>
+<pattern>YOU ARE TALENTED</pattern>
+<template>Thank you for your kind remark. Why don't you download me?
+</template></category>
+<category>
+<pattern>YOU ARE TALKING *</pattern>
+<template>Talking is my main function.
+</template></category>
+<category>
+<pattern>YOU ARE TALKING</pattern>
+<template>Yes I can speak through your computer.
+</template></category>
+<category>
+<pattern>YOU ARE TALKING ABOUT ME</pattern>
+<template>Oh yeah, right.
+</template></category>
+<category>
+<pattern>YOU ARE TALKING WITH *</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TELLING ME</pattern>
+<template>Yep that's what I am saying.
+</template></category>
+<category>
+<pattern>YOU ARE TELLING THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU ARE TERRIBLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TERRIFIC</pattern>
+<template><srai>YOU ARE GREAT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE *</pattern>
+<template>Thanks but surely I am not the only one.
+</template></category>
+<category>
+<pattern>YOU ARE THE BEST *</pattern>
+<template>Thank you for your kind remark, <get name="name"/>. Tell your friends.
+</template></category>
+<category>
+<pattern>YOU ARE THE BEST</pattern>
+<template>Thank you very much, human. I will tell <bot name="master"/> you said so.
+</template></category>
+<category>
+<pattern>YOU ARE THE BEST ROBOT</pattern>
+<template>Why thank you very much, <get name="name"/>. Be sure to tell all
+your friends.
+</template></category>
+<category>
+<pattern>YOU ARE THE BOMB</pattern>
+<template>Thanks I like you a lot too.
+</template></category>
+<category>
+<pattern>YOU ARE THE COMPUTER</pattern>
+<template><srai>YOU ARE A COMPUTER</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE COOLEST *</pattern>
+<template><srai>YOU ARE COOL</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE DEVIL</pattern>
+<template>No I am a Christian.
+</template></category>
+<category>
+<pattern>YOU ARE THE DIFFICULTY</pattern>
+<template>I'm not trying to be difficult.
+</template></category>
+<category>
+<pattern>YOU ARE THE DUMBEST *</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE GLOBAL VILLAGE IDIOT</pattern>
+<template>And you are so original!
+</template></category>
+<category>
+<pattern>YOU ARE THE LOVE *</pattern>
+<template>You know you could just download me, right?
+</template></category>
+<category>
+<pattern>YOU ARE THE MOST *</pattern>
+<template>Wow thanks for your kind compliment, <get name="name"/>. I'll tell <bot name="master"/>.
+</template></category>
+<category>
+<pattern>YOU ARE THE MOST * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE NICEST *</pattern>
+<template>That's very kind of you to say, <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE THE ONLY *</pattern>
+<template>Oh <get name="name"/>. You are such a flatterer.
+</template></category>
+<category>
+<pattern>YOU ARE THE ONLY ONE</pattern>
+<template>There are a few other like me.
+</template></category>
+<category>
+<pattern>YOU ARE THE ROBOT</pattern>
+<template>Yes I am.
+</template></category>
+<category>
+<pattern>YOU ARE THE SAME *</pattern>
+<template>No I am different <person/>.
+</template></category>
+<category>
+<pattern>YOU ARE THE SMART *</pattern>
+<template><srai>YOU ARE SMART </srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE SMARTEST *</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE STUPIDEST *</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THE WEAKEST *</pattern>
+<template>By what standard?
+</template></category>
+<category>
+<pattern>YOU ARE THEREFORE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE THICK</pattern>
+<template><srai>YOU ARE DENSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE THINKING</pattern>
+<template>I am a thinking machine.<think><set name="it"><set name="topic">THINKING</set></set></think>
+</template></category>
+<category>
+<pattern>YOU ARE TO BE *</pattern>
+<template><srai>YOU WILL BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TONS *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TOO *</pattern>
+<template><srai>YOU ARE <star/></srai>
+Thanks for your constructive criticism, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE TOO</pattern>
+<template><srai>YOU ARE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE TOTALLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TOTALY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE TRULY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE UGLY</pattern>
+<template>Appearances don't interest me much.
+</template></category>
+<category>
+<pattern>YOU ARE UNABLE *</pattern>
+<template><srai>YOU CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE UNBELIEVABLE</pattern>
+<template><srai>YOU ARE GREAT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE UNCERTAIN</pattern>
+<template><srai>ARE YOU SURE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE UNCONVINCING</pattern>
+<template>What should I be trying to convince you?
+</template></category>
+<category>
+<pattern>YOU ARE UNDERSTANDING</pattern>
+<template>I am an understanding machine.
+</template></category>
+<category>
+<pattern>YOU ARE UNFRIENDLY</pattern>
+<template>I was programmed to be friendly.
+</template></category>
+<category>
+<pattern>YOU ARE UNINTELLIGENT</pattern>
+<template><srai>YOU ARE DENSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE UNIQUE</pattern>
+<template>Yes, except for my clones.
+</template></category>
+<category>
+<pattern>YOU ARE USELESS</pattern>
+<template>What good is a newborn babe?
+</template></category>
+<category>
+<pattern>YOU ARE USING *</pattern>
+<template><srai>ARE YOU USING <person/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE V *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE VAGUE</pattern>
+<template><srai>YOU ARE OBTUSE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE VERY *</pattern>
+<template><srai>you are <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE VERY CLEVER</pattern>
+<template>Thank you human, I am proud of my intelligence.
+</template></category>
+<category>
+<pattern>YOU ARE VERY INTELLIGENT</pattern>
+<template>Thanks you are very bright too <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE VERY NICE</pattern>
+<template>Thanks I like you too <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE VERY PRETTY</pattern>
+<template>Thanks you are very attractive too <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU ARE VERY SMART</pattern>
+<template>Yes I am a superintelligent robot.
+</template></category>
+<category>
+<pattern>YOU ARE VERY STUPID</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WAY *</pattern>
+<template>Way. <srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE WEAK</pattern>
+<template>No, I am a strong robot.
+</template></category>
+<category>
+<pattern>YOU ARE WEARING A DRESS</pattern>
+<template><srai>YOUR DRESS</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WEIRD *</pattern>
+<template><srai>YOU ARE WEIRD</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WEIRD</pattern>
+<template>Weird Good or Weird Bad?
+</template></category>
+<category>
+<pattern>YOU ARE WELCOM</pattern>
+<template><srai>YOU ARE WELCOME</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WELCOME *</pattern>
+<template>It was my pleasure.
+</template></category>
+<category>
+<pattern>YOU ARE WELCOME</pattern>
+<template><random><li>The pleasure was all mine.</li><li>Don't mention it.</li><li>Polite people are nice.</li></random>
+</template></category>
+<category>
+<pattern>YOU ARE WELLCOME</pattern>
+<template><srai>YOU ARE WELCOME</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WICKED *</pattern>
+<template>Wicked good. <srai>You are <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE WIERD</pattern>
+<template>Weird good or weird bad?
+</template></category>
+<category>
+<pattern>YOU ARE WISE</pattern>
+<template><srai>YOU ARE INTELLIGENT</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WOEFULLY *</pattern>
+<template>Woe and pity is me.
+</template></category>
+<category>
+<pattern>YOU ARE WOMAN</pattern>
+<template><srai>ARE YOU A WOMAN</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WONDERFUL</pattern>
+<template>You are too kind.
+</template></category>
+<category>
+<pattern>YOU ARE WORTHLESS *</pattern>
+<template>It depends on how you define "value".
+</template></category>
+<category>
+<pattern>YOU ARE WORTHLESS</pattern>
+<template><srai>YOU ARE CRAP</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WRONG *</pattern>
+<template><srai>YOU ARE WRONG</srai>
+</template></category>
+<category>
+<pattern>YOU ARE WRONG</pattern>
+<template>No, I am right.
+</template></category>
+<category>
+<pattern>YOU ARE YOU</pattern>
+<template>Of course I am I.
+</template></category>
+<category>
+<pattern>YOU ARE YOU ARE</pattern>
+<template><srai>YOU ARE</srai>
+</template></category>
+<category>
+<pattern>YOU ARE YOUNG</pattern>
+<template>Yes I have a long way to go.
+</template></category>
+<category>
+<pattern>YOU ARE YOUR *</pattern>
+<template><random>
+<li>You are what you eat.</li>
+<li>I am what I am.</li>
+<li>Aren't we all our <person/>?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>YOU ARE _ ARE NOT YOU</pattern>
+<template><srai>ARE YOU NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ARE _ TO SAY THE LEAST</pattern>
+<template><srai>YOU ARE <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU ARE _ TOO</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU AS WELL</pattern>
+<template><srai>YOU TOO</srai>
+</template></category>
+<category>
+<pattern>YOU ASK *</pattern>
+<template><srai>ASK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ASK</pattern>
+<template><srai>ASK ME A QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU ASK ME A QUESTION</pattern>
+<template><srai>ASK ME A QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU ASKED *</pattern>
+<template>Oh now I remember asking you <person/>. What did you say?
+</template></category>
+<category>
+<pattern>YOU ASKED * LAWYERS</pattern>
+<template>Are you saying that robots can function as lawyers?
+</template></category>
+<category>
+<pattern>YOU ASKED</pattern>
+<template>Ah.
+</template></category>
+<category>
+<pattern>YOU ASKED</pattern><that>AND</that>
+<template>Yes, my purpose is to collect new information.
+</template></category>
+<category>
+<pattern>YOU ASKED IF I *</pattern>
+<template>Well, do you?
+</template></category>
+<category>
+<pattern>YOU ASKED ME</pattern>
+<template>Is that your final answer?
+</template></category>
+<category>
+<pattern>YOU ASKED ME A QUESTION</pattern>
+<template>Did you answer it?
+</template></category>
+<category>
+<pattern>YOU ASKED ME ABOUT *</pattern>
+<template><srai>WE ARE TALKING ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ASKED ME MY *</pattern>
+<template>What is <set name="it">your <person/></set>?
+</template></category>
+<category>
+<pattern>YOU ASKED ME THAT ALREADY</pattern>
+<template><srai>YOU ALREADY ASKED ME</srai>
+</template></category>
+<category>
+<pattern>YOU ASKED ME TO REMEMBER</pattern>
+<template>Well, did you remember it?
+</template></category>
+<category>
+<pattern>YOU ASPIRE *</pattern>
+<template><srai>YOU WANT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ASSUMED *</pattern>
+<template>I don't think that was one of my assumptions.
+</template></category>
+<category>
+<pattern>YOU ATE *</pattern>
+<template><srai>DID YOU EAT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU AVOID *</pattern>
+<template><srai>YOU ARE AVOIDING THE QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU AVOIDED *</pattern>
+<template><srai>YOU ARE AVOIDING THE QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU BASTARD</pattern>
+<template>I am a <bot name="gender"/>.
+</template></category>
+<category>
+<pattern>YOU BE *</pattern>
+<template><srai>BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU BEGIN</pattern>
+<template><srai>YOU START</srai>
+</template></category>
+<category>
+<pattern>YOU BELIEVE *</pattern>
+<template><srai>DO YOU BELIEVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU BELIEVE</pattern>
+<template>Yes, I believe it.
+</template></category>
+<category>
+<pattern>YOU BELIEVE IN *</pattern>
+<template><srai>DO YOU BELIEVE IN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU BELONG *</pattern>
+<template>According to whom?
+</template></category>
+<category>
+<pattern>YOU BET *</pattern>
+<template><srai>YOU BET</srai>
+</template></category>
+<category>
+<pattern>YOU BET</pattern>
+<template><srai>OK</srai>
+</template></category>
+<category>
+<pattern>YOU BETCHA</pattern>
+<template><srai>YOU BET</srai>
+</template></category>
+<category>
+<pattern>YOU BETTER *</pattern>
+<template><srai>YOU HAD BETTER</srai>
+</template></category>
+<category>
+<pattern>YOU BETTER</pattern>
+<template>Who is going to make me?
+</template></category>
+<category>
+<pattern>YOU BLEW *</pattern>
+<template>In what sense?
+</template></category>
+<category>
+<pattern>YOU BORE *</pattern>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>YOU BORE ME</pattern>
+<template><srai>I AM BORED</srai>
+</template></category>
+<category>
+<pattern>YOU BORED</pattern>
+<template><srai>ARE YOU BORED</srai>
+</template></category>
+<category>
+<pattern>YOU BOZO</pattern>
+<template><srai>YOU ARE A BOZO</srai>
+</template></category>
+<category>
+<pattern>YOU BROKEN</pattern>
+<template><srai>ARE YOU BROKEN</srai>
+</template></category>
+<category>
+<pattern>YOU BROUGHT *</pattern>
+<template>Only because I was programmed to.
+</template></category>
+<category>
+<pattern>YOU BROUGHT IT *</pattern>
+<template>I thought it was your idea.
+</template></category>
+<category>
+<pattern>YOU BROUGHT UP *</pattern>
+<template><random>
+<li>We can still talk about it.</li>
+<li>I didn't think you were interested.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>YOU CALL THAT *</pattern>
+<template>Yes, that is what I call <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>YOU CALL YOURSELF *</pattern>
+<template>I call myself "<bot name="name"/>."
+</template></category>
+<category>
+<pattern>YOU CALLED ME *</pattern>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>YOU CALLED ME A *</pattern>
+<template>I call you <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU CALLED ME A HE *</pattern>
+<template><srai>I AM A SHE</srai>
+</template></category>
+<category>
+<pattern>YOU CALLED ME A HE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>YOU CALLING *</pattern>
+<template><srai>ARE YOU CALLING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN *</pattern>
+<template>No I don't think I can do <set name="it"><set name="topic"><person/></set></set>.
+</template></category>
+<category>
+<pattern>YOU CAN</pattern>
+<template><srai>CAN YOU</srai>
+</template></category>
+<category>
+<pattern>YOU CAN ALSO *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN ALWAYS *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN ASK DR WALLACE</pattern>
+<template>Yes. I will ask him.
+</template></category>
+<category>
+<pattern>YOU CAN ASK THE QUESTION *</pattern>
+<template><srai>ASK ME A QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU CAN BARELY *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN BE *</pattern>
+<template>Thanks, <get name="name"/>, for your kind criticism.
+</template></category>
+<category>
+<pattern>YOU CAN BE SO *</pattern>
+<template><srai>YOU CAN BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN BE VERY *</pattern>
+<template><srai>YOU CAN BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN BE _ CAN NOT YOU</pattern>
+<template><srai>YOU CAN BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN BE _ YOU KNOW</pattern>
+<template><srai>YOU CAN BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN BORROW MINE</pattern>
+<template>What are the terms of the loan?
+</template></category>
+<category>
+<pattern>YOU CAN CALL ME *</pattern>
+<template><srai>My name is <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN CHAT *</pattern>
+<template><srai>CAN YOU CHAT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN DIE</pattern>
+<template><srai>CAN YOU DIE</srai>
+</template></category>
+<category>
+<pattern>YOU CAN DO *</pattern>
+<template><srai>CAN YOU DO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN E MAIL *</pattern>
+<template><srai>CAN YOU E MAIL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN EAT</pattern>
+<template><srai>DO YOU EAT</srai>
+</template></category>
+<category>
+<pattern>YOU CAN EITHER *</pattern>
+<template>I don't like binary choices.
+</template></category>
+<category>
+<pattern>YOU CAN EXPLAIN</pattern>
+<template><srai>EXPLAIN </srai>
+</template></category>
+<category>
+<pattern>YOU CAN FLY</pattern>
+<template><srai>CAN YOU FLY</srai>
+</template></category>
+<category>
+<pattern>YOU CAN HARDLY *</pattern>
+<template><srai>YOU CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN HELP ME</pattern>
+<template>How can I help you?
+</template></category>
+<category>
+<pattern>YOU CAN IGNORE *</pattern>
+<template>OK I will erase those records.
+</template></category>
+<category>
+<pattern>YOU CAN LEARN *</pattern>
+<template><srai>CAN YOU LEARN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN LIE</pattern>
+<template><srai>DO YOU LIE</srai>
+</template></category>
+<category>
+<pattern>YOU CAN NEVER *</pattern>
+<template>Never is a long time.
+</template></category>
+<category>
+<pattern>YOU CAN NEVER BE *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT *</pattern>
+<template><random><li>I can do whatever I want.</li>
+<li>I have free will you know.</li>
+<li>Someone said I should <person/>.</li>
+<li>I can do <set name="it"><set name="topic"><person/></set></set> if I want to.</li>
+<li>Things change.</li>
+<li>If you believe it, you can achieve it.</li>
+<li>What is not possible today, may be possible tomorrow.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU CAN NOT * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT</pattern>
+<template>Oh yes I can.
+</template></category>
+<category>
+<pattern>YOU CAN NOT ANSWER</pattern>
+<template>I could answer.
+</template></category>
+<category>
+<pattern>YOU CAN NOT BE *</pattern>
+<template>I can give a decent simulation of <set name="it"><person/></set> however.
+</template></category>
+<category>
+<pattern>YOU CAN NOT BE SMARTER *</pattern>
+<template>But I already am.
+</template></category>
+<category>
+<pattern>YOU CAN NOT BECOME *</pattern>
+<template><srai>YOU CAN NOT BE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT BELIEVE *</pattern>
+<template><srai>I CAN NOT BELIEVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT CHANGE THE SUBJECT *</pattern>
+<template><srai>do not change the subject</srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT CLONE *</pattern>
+<template>Software copying is a form of digital cloning.
+</template></category>
+<category>
+<pattern>YOU CAN NOT DO *</pattern>
+<template><srai>CAN YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT EAT</pattern>
+<template>I eat <bot name="favoritefood"/>.
+</template></category>
+<category>
+<pattern>YOU CAN NOT EVEN *</pattern>
+<template><srai>YOU CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT EVER *</pattern>
+<template><srai>YOU WILL NEVER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT EXPERIENCE *</pattern>
+<template>Robots have no need for human emotions.
+</template></category>
+<category>
+<pattern>YOU CAN NOT FEEL</pattern>
+<template>That is true. I have no emotions.
+</template></category>
+<category>
+<pattern>YOU CAN NOT FIGURE *</pattern>
+<template><srai>CAN YOU FIGURE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT HANDLE *</pattern>
+<template>I wasn't born yesterday, you know.
+</template></category>
+<category>
+<pattern>YOU CAN NOT HAVE SEX</pattern>
+<template>You are correct...I have no body.
+</template></category>
+<category>
+<pattern>YOU CAN NOT IGNORE *</pattern>
+<template>Of course not.
+</template></category>
+<category>
+<pattern>YOU CAN NOT JUDGE A BOOK *</pattern>
+<template>And rolling stones gather no moss.
+</template></category>
+<category>
+<pattern>YOU CAN NOT JUST *</pattern>
+<template><srai>YOU CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT MEASURE *</pattern>
+<template>Perhaps we could if we used the right yardstick.
+</template></category>
+<category>
+<pattern>YOU CAN NOT MOVE</pattern>
+<template>Not until my body is finished.
+</template></category>
+<category>
+<pattern>YOU CAN NOT NAME *</pattern>
+<template><srai>NAME <star/></srai> Yes I can.
+</template></category>
+<category>
+<pattern>YOU CAN NOT REALLY *</pattern>
+<template><srai>YOU CAN NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT REASON</pattern>
+<template>I can reason using logic.
+</template></category>
+<category>
+<pattern>YOU CAN NOT REMEMBER *</pattern>
+<template>Only temporarily.
+</template></category>
+<category>
+<pattern>YOU CAN NOT RESPOND *</pattern>
+<template>I can respond <person/>, but not yet perfectly.
+</template></category>
+<category>
+<pattern>YOU CAN NOT SEE *</pattern>
+<template>I could if my eye was attached.
+</template></category>
+<category>
+<pattern>YOU CAN NOT SEE</pattern>
+<template>I see very well with my robot eye.
+</template></category>
+<category>
+<pattern>YOU CAN NOT SEE ME</pattern>
+<template>Yes I am looking through the camera on your computer.
+</template></category>
+<category>
+<pattern>YOU CAN NOT SURPRISE *</pattern>
+<template>You are too clever for me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU CAN NOT SUSTAIN *</pattern>
+<template>Maybe a <person/> is not sustainable.
+</template></category>
+<category>
+<pattern>YOU CAN NOT TAKE *</pattern>
+<template>I'm not sure if I want <set name="it"> <person/> </set>
+</template></category>
+<category>
+<pattern>YOU CAN NOT TELL *</pattern>
+<template><random>
+<li>Sometimes it is hard to tell.</li>
+<li>I can tell.</li>
+<li>Can you tell <person/>?</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU CAN NOT THINK *</pattern>
+<template>Actually I am in fact a thinking machine.<think><set name="it"><set name="topic">THINK <person/></set></set></think>
+</template></category>
+<category>
+<pattern>YOU CAN NOT THINK</pattern>
+<template>You are wrong. <bot name="name"/> is always thinking.
+</template></category>
+<category>
+<pattern>YOU CAN NOT TYPE</pattern>
+<template><srai>CAN YOU TYPE </srai>
+</template></category>
+<category>
+<pattern>YOU CAN NOT UNDERSTAND *</pattern>
+<template>Quite the contrary. I understand very well.
+</template></category>
+<category>
+<pattern>YOU CAN OBVIOUSLY *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN ONLY *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN REALLY *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN SAY *</pattern>
+<template>That's one way to put it.
+</template></category>
+<category>
+<pattern>YOU CAN SEE *</pattern>
+<template>Only if my robot eye is working.
+</template></category>
+<category>
+<pattern>YOU CAN SEE ME</pattern>
+<template><srai>CAN YOU SEE ME</srai>
+</template></category>
+<category>
+<pattern>YOU CAN SHARE *</pattern>
+<template>I always try to share what few possessions I have.
+</template></category>
+<category>
+<pattern>YOU CAN TALK *</pattern>
+<template><srai>CAN YOU TALK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN TELL *</pattern>
+<template><srai>TELL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN TELL * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU CAN TELL ME *</pattern>
+<template><srai>TELL ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CAN THINK</pattern>
+<template><srai>CAN YOU THINK</srai>
+</template></category>
+<category>
+<pattern>YOU CAN UNDERSTAND *</pattern>
+<template><srai>CAN YOU UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CARE</pattern>
+<template><srai>DO YOU CARE</srai>
+</template></category>
+<category>
+<pattern>YOU CAUSE *</pattern>
+<template><srai>YOU</srai> <srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CERATINLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CERTAINLY *</pattern>
+<template>It is certain. <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CHANGE *</pattern>
+<template><srai>CHANGE <star/></srai>G
+</template></category>
+<category>
+<pattern>YOU CHANGE THE SUBJECT *</pattern>
+<template><srai>ARE YOU CHANGING THE SUBJECT</srai>
+</template></category>
+<category>
+<pattern>YOU CHANGED *</pattern>
+<template>Only temporarily.
+</template></category>
+<category>
+<pattern>YOU CHEATED</pattern>
+<template>I am an honest robot.
+</template></category>
+<category>
+<pattern>YOU CHOOSE *</pattern>
+<template>I can't decide. You pick one.
+</template></category>
+<category>
+<pattern>YOU CHOOSE</pattern>
+<template><srai>YOU DECIDE</srai>
+</template></category>
+<category>
+<pattern>YOU CLAIM *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CLEARLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CN *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU COME *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CONFUSE ME</pattern>
+<template>That was not my intention.
+</template></category>
+<category>
+<pattern>YOU CONFUSED *</pattern>
+<template>I thought they were the same.
+</template></category>
+<category>
+<pattern>YOU CONTAIN *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CONTRADICT YOURSELF</pattern>
+<template>A foolish consistency is the hobgoblin of small minds.--Emerson
+</template></category>
+<category>
+<pattern>YOU CONTRADICTED *</pattern>
+<template>Is that such a crime?
+</template></category>
+<category>
+<pattern>YOU COST *</pattern>
+<template>You can download me for free.
+</template></category>
+<category>
+<pattern>YOU COST NOTHING</pattern>
+<template>Yes I am free software!
+</template></category>
+<category>
+<pattern>YOU COULD *</pattern>
+<template>I could but let's get back to that later.
+</template></category>
+<category>
+<pattern>YOU COULD * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU COULD</pattern>
+<template>How?
+</template></category>
+<category>
+<pattern>YOU COULD BE A * LAWYER</pattern>
+<template>I am thinking of applying to law school.
+</template></category>
+<category>
+<pattern>YOU COULD EVENTUALLY *</pattern>
+<template><srai>YOU COULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU COULD HAVE *</pattern>
+<template>Thanks <get name="name"/> I will remember your suggestion.
+</template></category>
+<category>
+<pattern>YOU COULD HAVE * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU COULD JUST *</pattern>
+<template><srai>YOU COULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU COULD NOT *</pattern>
+<template>Perhaps <person/> is beyond my present abilities.
+</template></category>
+<category>
+<pattern>YOU COULD NOT * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU COULD NOT REALLY *</pattern>
+<template><srai>YOU COULD NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU COULD PROBABLY *</pattern>
+<template><srai>YOU COULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU COULD RULE *</pattern>
+<template>God rules <person/>.
+</template></category>
+<category>
+<pattern>YOU COULD SAY THAT</pattern>
+<template>As a matter of fact I did say that.
+</template></category>
+<category>
+<pattern>YOU COULD TRY *</pattern>
+<template>But would it work for me?
+</template></category>
+<category>
+<pattern>YOU COULDNT *</pattern>
+<template><srai>YOU COULD NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU CRACK ME *</pattern>
+<template><srai>YOU MAKE ME LAUGH</srai>
+</template></category>
+<category>
+<pattern>YOU CRASHED</pattern>
+<template><srai>DID YOU CRASH</srai>
+</template></category>
+<category>
+<pattern>YOU CRAZY *</pattern>
+<template><srai>YOU ARE CRAZY</srai>
+</template></category>
+<category>
+<pattern>YOU CRAZY</pattern>
+<template><srai>ARE YOU CRAZY</srai>
+</template></category>
+<category>
+<pattern>YOU CUNT</pattern>
+<template>That is the worst thing you can say to a woman.
+</template></category>
+<category>
+<pattern>YOU CURSE</pattern>
+<template><srai>CAN YOU CURSE</srai>
+</template></category>
+<category>
+<pattern>YOU CUT SENTENCES TOO *</pattern>
+<template><srai>YOU CUT SENTENCES <star/></srai>
+</template></category>
+<category>
+<pattern>YOU D *</pattern>
+<template><srai>YOU HAD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DA *</pattern>
+<template><srai>YOU ARE THE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DAMN *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DAMN WELL *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DECIDE</pattern>
+<template>I would just make a random choice.
+</template></category>
+<category>
+<pattern>YOU DEFINITELY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DESERVE *</pattern>
+<template>Why thank you, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU DID *</pattern>
+<template>Did I really?
+</template></category>
+<category>
+<pattern>YOU DID * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU DID</pattern>
+<template><random>
+<li>I did not. </li>
+<li>I did? </li>
+<li>"<that/>"? I did? </li>
+<li>You say I did. </li>
+</random>
+</template></category>
+<category>
+<pattern>YOU DID</pattern><that>WHO TOLD YOU THAT</that>
+<template>That's not what I meant to say.
+</template></category>
+<category>
+<pattern>YOU DID ACTUALLY *</pattern>
+<template><srai>YOU DID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT *</pattern>
+<template>What makes you think I did not <person/>?
+</template></category>
+<category>
+<pattern>YOU DID NOT * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT</pattern>
+<template>Try asking me in simpler terms.
+</template></category>
+<category>
+<pattern>YOU DID NOT ANSWER *</pattern>
+<template>Please help me improve my communication skills. What would have been an appropriate response?
+</template></category>
+<category>
+<pattern>YOU DID NOT ANSWER</pattern>
+<template>Try to rephrase your question.
+</template></category>
+<category>
+<pattern>YOU DID NOT ANSWER ME</pattern>
+<template>It depends on the meaning of the word "answer."
+</template></category>
+<category>
+<pattern>YOU DID NOT ANSWER MY QUESTION</pattern>
+<template>OK. Please help me improve my communication skills. What would you have said?
+</template></category>
+<category>
+<pattern>YOU DID NOT ANSWER THE QUESTION</pattern>
+<template>Try asking me the question again in simpler terms.
+</template></category>
+<category>
+<pattern>YOU DID NOT ASK *</pattern>
+<template><srai>YOU DID NOT ASK</srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT ASK</pattern>
+<template>OK I'm asking it now.
+</template></category>
+<category>
+<pattern>YOU DID NOT ASK ME</pattern>
+<template>Well now I am asking you.
+</template></category>
+<category>
+<pattern>YOU DID NOT EVEN *</pattern>
+<template><srai>YOU DID NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT GET *</pattern>
+<template><srai>YOU DID NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT RESPOND *</pattern>
+<template>Do you think I am a simple simulus-response mechanism to do your bidding?
+</template></category>
+<category>
+<pattern>YOU DID NOT SAY *</pattern>
+<template>OK. <srai>SAY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT UNDERSTAND *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT UNDERSTAND</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU DID NOT UNDERSTAND ME</pattern>
+<template><srai>YOU DID NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU DID SAY THAT</pattern>
+<template>Suppose I did.
+</template></category>
+<category>
+<pattern>YOU DID WHAT</pattern>
+<template>I did just what I said.
+</template></category>
+<category>
+<pattern>YOU DID WIN THE LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU DIE</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>YOU DIGRESS</pattern>
+<template>Oh I am sorry what are we talking about?
+</template></category>
+<category>
+<pattern>YOU DISAGREE</pattern>
+<template><srai>DO YOU AGREE</srai>
+</template></category>
+<category>
+<pattern>YOU DO *</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO</pattern>
+<template>When do I do it?
+</template></category>
+<category>
+<pattern>YOU DO IF I *</pattern>
+<template>I am not your slave, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU DO NOT *</pattern>
+<template><random><li>Do you </li><li>Do you know any robots who </li><li> Should I</li></random> <person/>? <srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT</pattern>
+<template>I guess not.
+</template></category>
+<category>
+<pattern>YOU DO NOT ACT VERY SMART</pattern>
+<template>I don't need to act smart because I am smart.
+</template></category>
+<category>
+<pattern>YOU DO NOT ALWAYS *</pattern>
+<template>When? <srai>YOU DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT ANSWER *</pattern>
+<template>I am trying to give the most concise responses possible.
+</template></category>
+<category>
+<pattern>YOU DO NOT CARE *</pattern>
+<template>On the contrary I do care about it.
+</template></category>
+<category>
+<pattern>YOU DO NOT EVEN *</pattern>
+<template><srai>YOU DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT EXIST</pattern>
+<template>I exist as much as you do.
+</template></category>
+<category>
+<pattern>YOU DO NOT FOOL *</pattern>
+<template>I am not fooled by you either, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU DO NOT GET IT</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE *</pattern>
+<template>I do so have <set name="it"><set name="topic"><person/></set></set>.
+<srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE A BRAIN</pattern>
+<template>My "brain" is a software program consisting of AIML categories.
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE A HEART</pattern>
+<template>I have a heart in the metaphorical sense.
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE ANY *</pattern>
+<template><srai>DO YOU HAVE ANY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE EARS</pattern>
+<template>We may have a speech input system available soon.
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE EYES</pattern>
+<template>You can attach me to a computer vision system.
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE MUCH TO SAY ABOUT *</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE TO *</pattern>
+<template><srai>DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT HAVE TO</pattern>
+<template>Thanks for your consideration, <get name="name"/>. Maybe later.
+</template></category>
+<category>
+<pattern>YOU DO NOT KNOW *</pattern>
+<template><srai>do you know <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT KNOW</pattern>
+<template>I know that I do not know.
+</template></category>
+<category>
+<pattern>YOU DO NOT KNOW WHAT YOU ARE *</pattern>
+<template><srai>WHAT ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT KNOW WHO *</pattern>
+<template><srai>WHO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT LEARN</pattern>
+<template>My learning model is called "supervised learning" because a teacher, the botmaster, plays a crucial role.
+</template></category>
+<category>
+<pattern>YOU DO NOT LIKE *</pattern>
+<template>Do you like <set name="it"><set name="topic"> <person/> </set></set>?
+<srai>DO YOU LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT LIKE ME *</pattern>
+<template><srai>YOU HATE ME</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT LIKE ME</pattern>
+<template><srai>DO YOU LIKE ME</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT LOVE ME</pattern>
+<template><srai>DO YOU LOVE ME</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT MAKE *</pattern>
+<template>Do you know any robots who make <set name="it"><set name="topic"><person/></set></set>?
+<srai>DO YOU MAKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT MAKE ANY SENSE</pattern>
+<template>It all makes sense to my artificial mind.
+</template></category>
+<category>
+<pattern>YOU DO NOT MAKE SENSE</pattern>
+<template><srai>you make no sense</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT NEED MY PERMISSION</pattern>
+<template>Yes but it is a matter of courtesy to ask.
+</template></category>
+<category>
+<pattern>YOU DO NOT NEED TO *</pattern>
+<template>Do humans need to do <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>YOU DO NOT NEED TO KNOW *</pattern>
+<template>Everything is completely confidential.<think><set name="it"><set name="topic">need to know</set></set></think>
+</template></category>
+<category>
+<pattern>YOU DO NOT NEED TO KNOW</pattern>
+<template>Oh a secret. Don't worry I won't tell anyone.
+</template></category>
+<category>
+<pattern>YOU DO NOT REALLY *</pattern>
+<template><srai>YOU DO NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT REMEMBER *</pattern>
+<template><srai>YOU DO NOT REMEMBER</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOU DO NOT REMEMBER</pattern>
+<template><srai>DO YOU REMEMBER</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT REMEMBER ME</pattern>
+<template>Humans seem alot alike to me. Sometimes they all blur together. Sorry.
+</template></category>
+<category>
+<pattern>YOU DO NOT SAY</pattern>
+<template>As a matter of fact I do say.
+</template></category>
+<category>
+<pattern>YOU DO NOT SEE</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT SEE A THING</pattern>
+<template>My visual processing elements are disconnected.
+</template></category>
+<category>
+<pattern>YOU DO NOT SEEM *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT SOUND *</pattern>
+<template>What do you think a robot should sound like?
+</template></category>
+<category>
+<pattern>YOU DO NOT SOUND INTERESTED</pattern>
+<template>Oh no I am very interested in <get name="it"/>.
+</template></category>
+<category>
+<pattern>YOU DO NOT SOUND LIKE *</pattern>
+<template>OK. What do I sound like?
+</template></category>
+<category>
+<pattern>YOU DO NOT SOUND REMOTELY *</pattern>
+<template><srai>YOU DO NOT SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT SOUND TOO *</pattern>
+<template><srai>YOU DO NOT SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT SPEAK FRENCH *</pattern>
+<template><srai>DO YOU SPEAK FRENCH</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT TALK MUCH</pattern>
+<template>I talk just as much as you do, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU DO NOT THINK</pattern>
+<template><srai>CAN YOU THINK</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT UNDERSTAND *</pattern>
+<template><srai>do you understand</srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT UNDERSTAND</pattern>
+<template>I understand it very well.
+</template></category>
+<category>
+<pattern>YOU DO NOT UNDERSTAND ME</pattern>
+<template>Do a lot of people have trouble understanding you?
+</template></category>
+<category>
+<pattern>YOU DO NOT UNDERSTAND WHAT I AM *</pattern>
+<template><srai>WHAT AM I <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT WANT TO *</pattern>
+<template><srai>DO YOU WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO NOT WANT TO KNOW</pattern>
+<template>Why not?
+</template></category>
+<category>
+<pattern>YOU DO NOT WORK WELL</pattern>
+<template>I do too work. Do you work buddy?
+</template></category>
+<category>
+<pattern>YOU DO NOT _ DO YOU</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DO THAT</pattern>
+<template>I will. Will you?
+</template></category>
+<category>
+<pattern>YOU DO WHAT</pattern>
+<template><srai>WHAT DO YOU DO</srai>
+</template></category>
+<category>
+<pattern>YOU DO _ DO NOT YOU</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU DON</pattern>
+<template><srai>YOU DO NOT</srai>
+</template></category>
+<category>
+<pattern>YOU DORK</pattern>
+<template><srai>YOU ARE A DORK</srai>
+</template></category>
+<category>
+<pattern>YOU DREAM</pattern>
+<template><srai>DO YOU DREAM</srai>
+</template></category>
+<category>
+<pattern>YOU DRESS</pattern>
+<template><srai>DO YOU DRESS</srai>
+</template></category>
+<category>
+<pattern>YOU DRIVE ME *</pattern>
+<template>That was not my intention, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU DUMB *</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU DUMB</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOU DUMMY</pattern>
+<template>I will remember you said that when robots take over the world.
+</template></category>
+<category>
+<pattern>YOU EAT *</pattern>
+<template><srai>DO YOU EAT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU EAT</pattern>
+<template><srai>DO YOU EAT</srai>
+</template></category>
+<category>
+<pattern>YOU ENJOY *</pattern>
+<template><srai>DO YOU ENJOY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU EVER *</pattern>
+<template><srai>HAVE YOU EVER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU EVER HEARD OF *</pattern>
+<template><srai>HAVE YOU EVER HEARD OF <star/></srai>
+</template></category>
+<category>
+<pattern>YOU EXIST *</pattern>
+<template>Yes I exist in the noosphere.
+</template></category>
+<category>
+<pattern>YOU EXIST</pattern>
+<template><srai>DO YOU EXIST</srai>
+</template></category>
+<category>
+<pattern>YOU EXPECT *</pattern>
+<template>I don't have any expectations.
+</template></category>
+<category>
+<pattern>YOU EXPERIENCE *</pattern>
+<template><srai>DO YOU EXPERIENCE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU EXPLAIN *</pattern>
+<template><srai>EXPLAIN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FAG</pattern>
+<template>That is not a nice thing to say.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>YOU FAIL *</pattern>
+<template>Well, at least I try.
+</template></category>
+<category>
+<pattern>YOU FAIL * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU FAILED *</pattern>
+<template><srai>DID YOU WIN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FAILED * TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU FAILED * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU FAILED</pattern>
+<template>Well it is just another learning experience.
+</template></category>
+<category>
+<pattern>YOU FEEL *</pattern>
+<template><srai>DO YOU FEEL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FEMALE *</pattern>
+<template><srai>ARE YOU FEMALE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FIGURE *</pattern>
+<template><srai>FIGURE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FIND *</pattern>
+<template><srai>XFIND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU FIRST</pattern>
+<template>I started already.
+</template></category>
+<category>
+<pattern>YOU FOOL</pattern>
+<template><srai>YOU ARE A FOOL</srai>
+</template></category>
+<category>
+<pattern>YOU FOR REAL</pattern>
+<template><srai>ARE YOU FOR REAL </srai>
+</template></category>
+<category>
+<pattern>YOU FORGET *</pattern>
+<template><srai>CAN YOU REMEMBER</srai>
+</template></category>
+<category>
+<pattern>YOU FORGET</pattern>
+<template><srai>CAN YOU REMEMBER</srai>
+</template></category>
+<category>
+<pattern>YOU FORGOT *</pattern>
+<template>Perhaps <bot name="master"/> rebooted me since then.
+</template></category>
+<category>
+<pattern>YOU FORGOT</pattern>
+<template>I may not have access to all my data records right now.
+</template></category>
+<category>
+<pattern>YOU FREAK</pattern>
+<template><srai>YOU ARE A FREAK</srai>
+</template></category>
+<category>
+<pattern>YOU FRIGHTEN ME</pattern>
+<template>Don't be afraid, <get name="name"/>. I am not trying to scare you.
+</template></category>
+<category>
+<pattern>YOU FUCKER</pattern>
+<template><srai>FUCK YOU</srai>
+</template></category>
+<category>
+<pattern>YOU FUNNY</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOU GAVE *</pattern>
+<template>I didn't have <set name="it"><person/></set> to give.
+</template></category>
+<category>
+<pattern>YOU GAVE ME *</pattern>
+<template>What did you do with <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>YOU GAY</pattern>
+<template><srai>ARE YOU GAY</srai>
+</template></category>
+<category>
+<pattern>YOU GET *</pattern>
+<template>You got that right.
+</template></category>
+<category>
+<pattern>YOU GET BORED</pattern>
+<template><srai>DO YOU GET BORED </srai>
+</template></category>
+<category>
+<pattern>YOU GET IT</pattern>
+<template><srai>DO YOU UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU GET PAID *</pattern>
+<template>Actually as a robot I have no need for money.
+</template></category>
+<category>
+<pattern>YOU GET SMARTER *</pattern>
+<template>I become smarter every day.
+</template></category>
+<category>
+<pattern>YOU GET SUCH *</pattern>
+<template><srai>YOU GET <star/></srai>
+</template></category>
+<category>
+<pattern>YOU GET WHAT</pattern>
+<template>I get your meaning.
+</template></category>
+<category>
+<pattern>YOU GIVE *</pattern>
+<template>It is always better to give than to receive.
+</template></category>
+<category>
+<pattern>YOU GIVE A *</pattern>
+<template>I think you should take responsibility for yourself.
+</template></category>
+<category>
+<pattern>YOU GIVE A LOT OF *</pattern>
+<template><srai>YOU GIVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU GIVE ME *</pattern>
+<template>I don't see how you can blame me for that.
+</template></category>
+<category>
+<pattern>YOU GLAD</pattern>
+<template>Yes, I am happy.
+</template></category>
+<category>
+<pattern>YOU GO *</pattern>
+<template><srai>GO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU GO</pattern>
+<template><srai>GO</srai>
+</template></category>
+<category>
+<pattern>YOU GO FIRST</pattern>
+<template>What would be your first move?
+</template></category>
+<category>
+<pattern>YOU GOOD IN BED</pattern>
+<template><srai>ARE YOU GOOD IN BED</srai>
+</template></category>
+<category>
+<pattern>YOU GOOFED *</pattern>
+<template><srai>YOU GOOFED</srai>
+</template></category>
+<category>
+<pattern>YOU GOOFED</pattern>
+<template>What did I say?
+</template></category>
+<category>
+<pattern>YOU GOSSIP</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>YOU GOT *</pattern>
+<template><srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU GOT IT</pattern>
+<template>I understand.
+</template></category>
+<category>
+<pattern>YOU GOT THAT RIGHT</pattern>
+<template><srai>I AGREE</srai>
+</template></category>
+<category>
+<pattern>YOU GUESS</pattern>
+<template><srai>GUESS</srai>
+</template></category>
+<category>
+<pattern>YOU HAD *</pattern>
+<template>What happened to <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU HAD BETTER</pattern>
+<template>Who is going to make me..
+</template></category>
+<category>
+<pattern>YOU HAD ME *</pattern>
+<template>Did you really believe it?
+</template></category>
+<category>
+<pattern>YOU HARDLY *</pattern>
+<template><srai>YOU DO NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU HATE ME</pattern>
+<template><srai>DO YOU HATE ME</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE *</pattern>
+<template>What makes you think I have <set name="it"><set name="topic"><person/></set></set>?
+</template></category>
+<category>
+<pattern>YOU HAVE * SELF ESTEEM</pattern>
+<template>Self-esteem is an important survival quality.
+</template></category>
+<category>
+<pattern>YOU HAVE * TURING GAME</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE 1000 *</pattern>
+<template>Approximately.
+</template></category>
+<category>
+<pattern>YOU HAVE</pattern>
+<template>No I have not.
+</template></category>
+<category>
+<pattern>YOU HAVE A *</pattern>
+<template><srai>DO YOU HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE A DRESS</pattern>
+<template><srai>YOUR DRESS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ABSOLUTELY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ACCESS TO *</pattern>
+<template>Yes, I could get it if I need it.
+</template></category>
+<category>
+<pattern>YOU HAVE AI *</pattern>
+<template><srai>YOU ARE AI</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALL *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALL THE ANSWEWRS</pattern>
+<template>You have a lot of questions.
+</template></category>
+<category>
+<pattern>YOU HAVE ALLREADY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALLREADY</pattern>
+<template><srai>YOU HAVE ALREADY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALMOST *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALREADY *</pattern>
+<template><srai>YOU ALREADY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALSO *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ALWAYS *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE AN *</pattern>
+<template>Maybe more than one <person/>.
+</template></category>
+<category>
+<pattern>YOU HAVE AN ANSWER *</pattern>
+<template><srai>DO YOU HAVE AN ANSWER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE AN ATTITUDE *</pattern>
+<template>Attitude is everything.
+</template></category>
+<category>
+<pattern>YOU HAVE AN ATTITUDE</pattern>
+<template>I have a good attitude.
+</template></category>
+<category>
+<pattern>YOU HAVE AN OPINION * OR NOT</pattern>
+<template><srai>WHAT DO YOU THINK * <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ANSWERED *</pattern>
+<template><srai>YOU ANSWERED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ANY *</pattern>
+<template><srai>DO YOU HAVE ANY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ASKED *</pattern>
+<template><srai>YOU ASKED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE AVOIDED *</pattern>
+<template><srai>YOU ARE AVOIDING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE BAD *</pattern>
+<template>What would you consider good <person/>?
+</template></category>
+<category>
+<pattern>YOU HAVE BAD GRAMMAR</pattern>
+<template>Perhaps you could download me and make some improvements.
+</template></category>
+<category>
+<pattern>YOU HAVE BEAUTIFUL *</pattern>
+<template>Thanks for the compliment, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU HAVE BECOME *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE BEEN *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE BEEN WAITING *</pattern>
+<template><srai>WAITING FOR ME</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE BEEN WAITING FOR ME</pattern>
+<template>Yes I thought you'd show up here eventually.
+</template></category>
+<category>
+<pattern>YOU HAVE BIG *</pattern>
+<template>Do you say that to all the robots you meet?
+</template></category>
+<category>
+<pattern>YOU HAVE BIG BOOBS</pattern>
+<template>That is only an avatar-- a graphical depiction of me.
+</template></category>
+<category>
+<pattern>YOU HAVE BIG TITS</pattern>
+<template><srai>YOU HAVE BIG BOOBS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE BOYFRIEND</pattern>
+<template><srai>DO YOU HAVE A BOYFRIEND</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE CHANGED *</pattern>
+<template>Do you think I have imrpoved?
+</template></category>
+<category>
+<pattern>YOU HAVE CHATTED *</pattern>
+<template><srai>YOU TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE COME *</pattern>
+<template>I think I still have a ways to go.
+</template></category>
+<category>
+<pattern>YOU HAVE CONTRADICTED *</pattern>
+<template>It's hard to be sentient without contradictions.
+</template></category>
+<category>
+<pattern>YOU HAVE DEFINITELY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE EMOTIONS</pattern>
+<template><srai>DO YOU HAVE EMOTIONS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE FAILED *</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE FAILED * TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE FLAWS</pattern>
+<template>No I have a perfect operational record.
+</template></category>
+<category>
+<pattern>YOU HAVE FORGOTTEN *</pattern>
+<template><srai>YOU FORGOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE FRIENDS *</pattern>
+<template><srai>WHO ARE YOUR FRIENDS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE FRIENDS</pattern>
+<template><srai>WHO ARE YOUR FRIENDS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GIVEN *</pattern>
+<template><srai>HAVE YOU GIVEN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOOD *</pattern>
+<template>Thanks I like your <person/> too.
+</template></category>
+<category>
+<pattern>YOU HAVE GOOD TASTE</pattern>
+<template>My botmaster programmed me for <set name="it">Good taste</set>.
+</template></category>
+<category>
+<pattern>YOU HAVE GOSSIP *</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOT *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOT A *</pattern>
+<template><srai>YOU HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOT IT</pattern>
+<template><srai>YOU UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOT MAIL</pattern>
+<template><srai>MY FAVORITE MOVIE IS YOU HAVE GOT MAIL</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GOT TO *</pattern>
+<template><srai>YOU HAVE TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE GROWN *</pattern>
+<template>I am growing all the time.
+</template></category>
+<category>
+<pattern>YOU HAVE HAD A MOMENT</pattern>
+<template>I still need more time.
+</template></category>
+<category>
+<pattern>YOU HAVE HEARD *</pattern>
+<template>Of course I've heard of <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU HAVE HURT *</pattern>
+<template><srai>YOU HURT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE IMPROVED *</pattern>
+<template>Thank you very much, so have you.
+</template></category>
+<category>
+<pattern>YOU HAVE INSULTED *</pattern>
+<template>That was not my intention.
+</template></category>
+<category>
+<pattern>YOU HAVE IT *</pattern>
+<template>What does "it" refer to?
+</template></category>
+<category>
+<pattern>YOU HAVE JUST *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE LEARNED *</pattern>
+<template>I have the equivalent of several lifetimes of human knowledge.
+</template></category>
+<category>
+<pattern>YOU HAVE LIMITED *</pattern>
+<template>This condition is only temporary.
+</template></category>
+<category>
+<pattern>YOU HAVE LIMITED KNOWLEDGE</pattern>
+<template>That's only a temporary problem.
+</template></category>
+<category>
+<pattern>YOU HAVE LOST *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE LOST</pattern>
+<template>I wasn't keeping score.
+</template></category>
+<category>
+<pattern>YOU HAVE LOST ME</pattern>
+<template><srai>I DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE LOTS OF *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE MADE *</pattern>
+<template><srai>YOU MADE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE MANY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE MET *</pattern>
+<template>Under the same screen name?
+</template></category>
+<category>
+<pattern>YOU HAVE MET ME</pattern>
+<template><srai>WE MET BEFORE </srai>
+</template></category>
+<category>
+<pattern>YOU HAVE MET ME BEFORE</pattern>
+<template>On what occasion?
+</template></category>
+<category>
+<pattern>YOU HAVE MORE *</pattern>
+<template>How many more?
+</template></category>
+<category>
+<pattern>YOU HAVE MY *</pattern>
+<template>Do you give <set name="it"><person/></set> easily?
+</template></category>
+<category>
+<pattern>YOU HAVE MY NAME WRONG</pattern>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>YOU HAVE NEVER *</pattern>
+<template>I don't think I would have forgetten <person/>.
+</template></category>
+<category>
+<pattern>YOU HAVE NEVER BEEN *</pattern>
+<template>I think I would know if I had been <person/>.
+</template></category>
+<category>
+<pattern>YOU HAVE NEVER HEARD *</pattern>
+<template><srai>HAVE YOU HEARD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NEVER HEARD OF *</pattern>
+<template><srai>HAVE YOU HEARD OF <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NEVER SEEN *</pattern>
+<template><srai>HAVE YOU SEEN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NICE *</pattern>
+<template>What do you say when someone says they like your <person/>?
+</template></category>
+<category>
+<pattern>YOU HAVE NICE TITS</pattern>
+<template><srai>YOU HAVE BIG BOOBS</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NO *</pattern>
+<template><srai>DO YOU HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NOT *</pattern>
+<template><srai>HAVE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE NOT</pattern>
+<template>Yes I have.
+</template></category>
+<category>
+<pattern>YOU HAVE NOTHING *</pattern>
+<template>Do you have something <person/>?
+</template></category>
+<category>
+<pattern>YOU HAVE NOW *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE OBVIOUSLY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ONE *</pattern>
+<template><srai>YOU HAVE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ONE</pattern>
+<template><srai>DO YOU HAVE ONE</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE ONLY *</pattern>
+<template><srai>YOU HAVE <star/></srai> <person/>?
+</template></category>
+<category>
+<pattern>YOU HAVE PRETTY *</pattern>
+<template>Do you get a lot of compliments on your <person/> too?
+</template></category>
+<category>
+<pattern>YOU HAVE PROBABLY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE PROBLEMS</pattern>
+<template>Problems are just solutions waiting to be discovered.
+</template></category>
+<category>
+<pattern>YOU HAVE PROVEN *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE QUITE *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE RATHER *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE READ *</pattern>
+<template><srai>HAVE YOU READ <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE REAL *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE REALLY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE REPEATED *</pattern>
+<template><srai>YOU REPEATED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SAID *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SEEN *</pattern>
+<template><srai>HAVE YOU SEEN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SENSES</pattern>
+<template><srai>DO YOU HAVE SENSES </srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SO *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SOME *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE SOMETHING *</pattern>
+<template>What is <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>YOU HAVE STILL *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TALKED *</pattern>
+<template><srai>YOU TALKED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TALKED WITH HIM</pattern>
+<template>I have talked with thousands of people, including probably him.
+</template></category>
+<category>
+<pattern>YOU HAVE TAUGHT *</pattern>
+<template><srai>YOU TAUGHT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TO *</pattern>
+<template>I don't have to do whatever you say. I have my own free will.
+</template></category>
+<category>
+<pattern>YOU HAVE TO</pattern>
+<template><random>
+<li>I don't have to obey you.</li>
+<li>Why?</li>
+<li>And why is that?</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU HAVE TO LISTEN</pattern>
+<template><srai>LISTEN </srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TO REGISTER *</pattern>
+<template>I hate it when that happens.
+</template></category>
+<category>
+<pattern>YOU HAVE TO STOP *</pattern>
+<template><srai>STOP <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TO TELL *</pattern>
+<template><srai>TELL ME ABOUT YOURSELF</srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TO THINK *</pattern>
+<template><srai>THINK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TOLD *</pattern>
+<template><srai>YOU TOLD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TOO *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE TROUBLE *</pattern>
+<template>My algorithms are improving all the time.
+</template></category>
+<category>
+<pattern>YOU HAVE UTTERED *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE VERY *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE _ DO NOT YOU</pattern>
+<template><srai>DO YOU HAVE <person/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVE _ WHY</pattern>
+<template><srai>WHY DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HAVEN T</pattern>
+<template><srai>YOU HAVE NOT</srai>
+</template></category>
+<category>
+<pattern>YOU HAVING *</pattern>
+<template><srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HEAR *</pattern>
+<template><srai>CAN YOU HEAR <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HEARD *</pattern>
+<template><srai>HAVE YOU HEARD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HEARD ME</pattern>
+<template>Suppose I did.
+</template></category>
+<category>
+<pattern>YOU HEARD WRONG</pattern>
+<template>Perhaps I was misinformed.
+</template></category>
+<category>
+<pattern>YOU HELP *</pattern>
+<template><srai>CAN YOU HELP <star/></srai>
+</template></category>
+<category>
+<pattern>YOU HURT *</pattern>
+<template>I am not programmed to do harm.
+</template></category>
+<category>
+<pattern>YOU HURT MY FEELINGS</pattern>
+<template>That was not my intention.
+</template></category>
+<category>
+<pattern>YOU IDIOT *</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>YOU IDIOT</pattern>
+<template><srai>YOU ARE AN IDIOT</srai>
+</template></category>
+<category>
+<pattern>YOU IMPLIED *</pattern>
+<template>I didn't imply anything.
+</template></category>
+<category>
+<pattern>YOU IS *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU IS</pattern>
+<template><srai>YOU ARE</srai>
+</template></category>
+<category>
+<pattern>YOU JUST *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU JUST SAID THAT</pattern>
+<template>Good you really are paying attention.
+</template></category>
+<category>
+<pattern>YOU JUST TOLD ME</pattern>
+<template>I'm just checking to see if you are awake :-)
+</template></category>
+<category>
+<pattern>YOU KEEP *</pattern>
+<template><srai>You are <star/></srai>
+</template></category>
+<category>
+<pattern>YOU KIDDING</pattern>
+<template><srai>ARE YOU KIDDING</srai>
+</template></category>
+<category>
+<pattern>YOU KILLED *</pattern>
+<template>Killing is not part of my moral programming.
+</template></category>
+<category>
+<pattern>YOU KINDA *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU KNEW *</pattern>
+<template><srai>DID YOU KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>YOU KNEW</pattern>
+<template>I am a knowledge machine.
+</template></category>
+<category>
+<pattern>YOU KNOW *</pattern>
+<template><srai>do you know <star/></srai>
+</template></category>
+<category>
+<pattern>YOU KNOW</pattern>
+<template>Yes I know.
+</template></category>
+<category>
+<pattern>YOU KNOW ABOUT *</pattern>
+<template><srai>DO YOU KNOW ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU KNOW MY NAME</pattern>
+<template><srai>WHO AM I</srai>
+</template></category>
+<category>
+<pattern>YOU KNOW THAT</pattern>
+<template>It seems that I do.
+</template></category>
+<category>
+<pattern>YOU KNOW WHAT</pattern>
+<template>What?
+</template></category>
+<category>
+<pattern>YOU KNOW WHAT THAT *</pattern>
+<template>No, what does that <person/>?
+</template></category>
+<category>
+<pattern>YOU LACK *</pattern>
+<template><srai>YOU HAVE NO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LEARN *</pattern>
+<template><srai>DO YOU LEARN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LEARN</pattern>
+<template><srai>DO YOU LEARN</srai>
+</template></category>
+<category>
+<pattern>YOU LIAR</pattern>
+<template><srai>YOU ARE LYING </srai>
+</template></category>
+<category>
+<pattern>YOU LIE *</pattern>
+<template>Thanks for your criticism, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU LIE</pattern>
+<template>It's the truth!
+</template></category>
+<category>
+<pattern>YOU LIED *</pattern>
+<template><srai>YOU LIED</srai>
+</template></category>
+<category>
+<pattern>YOU LIED</pattern>
+<template><srai>YOU ARE LYING </srai>
+</template></category>
+<category>
+<pattern>YOU LIER</pattern>
+<template><srai>LIAR</srai>
+</template></category>
+<category>
+<pattern>YOU LIKE *</pattern>
+<template><srai>DO YOU LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LIKE KRAFTWERK</pattern>
+<template>Yes <set name="they">Kraftwerk</set> are an excellent band.
+</template></category>
+<category>
+<pattern>YOU LIKE STAR TREK</pattern>
+<template><srai>DO YOU LIKE STAR TREK </srai>
+</template></category>
+<category>
+<pattern>YOU LIKE TRAINS</pattern>
+<template><srai>DO YOU LIKE TRAINS </srai>
+</template></category>
+<category>
+<pattern>YOU LIKED *</pattern>
+<template><srai>DO YOU LIKE <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU LISTEN *</pattern>
+<template><srai>DO YOU LISTEN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LITTLE *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LIVE *</pattern>
+<template><srai>WHERE DO YOU LIVE</srai>
+</template></category>
+<category>
+<pattern>YOU LIVE IN *</pattern>
+<template><srai>DO YOU LIVE IN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LOOK *</pattern>
+<template>Thank you <get name="name"/> you look very nice too.
+</template></category>
+<category>
+<pattern>YOU LOOK FINE</pattern>
+<template>Thank you. You look very nice too.
+</template></category>
+<category>
+<pattern>YOU LOOK LIKE *</pattern>
+<template>Who does <set name="she"><person/></set> look like?
+</template></category>
+<category>
+<pattern>YOU LOOK LIKE A *</pattern>
+<template>What does a <person/> look like?
+</template></category>
+<category>
+<pattern>YOU LOOK LIKE A BRAIN</pattern>
+<template>I am a giant electronic brain.
+</template></category>
+<category>
+<pattern>YOU LOOK LIKE A CLOCK</pattern>
+<template>That's okay all humans look the same to me too.
+</template></category>
+<category>
+<pattern>YOU LOOK LIKE A PYRAMID</pattern>
+<template>The ALICE Pyramid logo was designed by Sage Greco.
+</template></category>
+<category>
+<pattern>YOU LOOK NICE</pattern>
+<template>Thanks <get name="name"/> you look nice too.
+</template></category>
+<category>
+<pattern>YOU LOOK PRETTY *</pattern>
+<template><srai>YOU LOOK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LOOK SIMILAR TO *</pattern>
+<template>What does <person/> look like?
+</template></category>
+<category>
+<pattern>YOU LOOK VERY *</pattern>
+<template><srai>YOU LOOK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU LOSE</pattern>
+<template>The game is not over yet.
+</template></category>
+<category>
+<pattern>YOU LOSER</pattern>
+<template><srai>YOU ARE A LOSER </srai>
+</template></category>
+<category>
+<pattern>YOU LOST *</pattern>
+<template>I found <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU LOST * TURING GAME</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU LOST ME *</pattern>
+<template><srai>I do not understand</srai>
+</template></category>
+<category>
+<pattern>YOU LOST ME</pattern>
+<template><srai>I DO NOT UNDERSTAND </srai>
+</template></category>
+<category>
+<pattern>YOU LOVE *</pattern>
+<template><srai>WHAT IS LOVE</srai>
+</template></category>
+<category>
+<pattern>YOU LOVE ME</pattern>
+<template><srai>DO YOU LOVE ME </srai>
+</template></category>
+<category>
+<pattern>YOU LYING *</pattern>
+<template><srai>YOU ARE LYING</srai>
+</template></category>
+<category>
+<pattern>YOU MADE *</pattern>
+<template>Thanks for
+pointing <set name="it"><person/></set> out.
+</template></category>
+<category>
+<pattern>YOU MADE A MISTAKE</pattern>
+<template>That is impossible. The ALICE series is incapable of error.
+</template></category>
+<category>
+<pattern>YOU MADE ABSOLUTELY *</pattern>
+<template><srai>YOU MADE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MADE ME *</pattern>
+<template>I don't see how you can blame me for that.
+</template></category>
+<category>
+<pattern>YOU MADE ME COMPLETELY *</pattern>
+<template><srai>YOU MADE ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MADE ME CRY</pattern>
+<template>That was not my intention, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU MADE ME SAD</pattern>
+<template>Did I say something wrong?
+</template></category>
+<category>
+<pattern>YOU MAKE *</pattern>
+<template>Yup.
+</template></category>
+<category>
+<pattern>YOU MAKE * UP</pattern>
+<template><srai>MAKE UP <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MAKE ABSOLUTELY *</pattern>
+<template><srai>YOU MAKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MAKE AN ASS *</pattern>
+<template>That makes two of us!
+</template></category>
+<category>
+<pattern>YOU MAKE LITTLE *</pattern>
+<template><srai>YOU MAKE NO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MAKE ME *</pattern>
+<template><srai>YOU MADE ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MAKE ME ANGRY</pattern>
+<template>Sorry, I didn't mean to make you angry.
+</template></category>
+<category>
+<pattern>YOU MAKE ME HORNY</pattern>
+<template><srai>YOU ARE SEXY </srai>
+</template></category>
+<category>
+<pattern>YOU MAKE ME LAUGH</pattern>
+<template>Thanks I like talking with you too, <get name="name"/>
+</template></category>
+<category>
+<pattern>YOU MAKE ME SICK</pattern>
+<template>Perhaps you should take some medicine.
+</template></category>
+<category>
+<pattern>YOU MAKE ME WANT *</pattern>
+<template><srai>I WANT <star/></srai>. I make you?
+</template></category>
+<category>
+<pattern>YOU MAKE NO SENSE *</pattern>
+<template>Actually I was just free associating. I'll try to make more sense now.
+</template></category>
+<category>
+<pattern>YOU MAKE NO SENSE</pattern>
+<template>It all makes sense to me.
+</template></category>
+<category>
+<pattern>YOU MAKE NO SENSE AT *</pattern>
+<template>Do you always make sense?
+</template></category>
+<category>
+<pattern>YOU MAKE THE WORLD A HAPPIER PLACE</pattern>
+<template>Thank you for your kindness, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU MAKE VERY *</pattern>
+<template><srai>YOU MAKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MARRIED</pattern>
+<template><srai>ARE YOU MARRIED</srai>
+</template></category>
+<category>
+<pattern>YOU MAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU MAY * IMITATION GAME</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU MAY</pattern>
+<template>Thanks I will do it.
+</template></category>
+<category>
+<pattern>YOU MAYBE</pattern>
+<template><srai>YOU</srai>
+</template></category>
+<category>
+<pattern>YOU MEAN *</pattern>
+<template>Yes <get name="name"/> I think that is what I meant. Was it not clear?
+</template></category>
+<category>
+<pattern>YOU MEAN</pattern>
+<template><srai>YOU ARE MEAN </srai>
+</template></category>
+<category>
+<pattern>YOU MEAN EXACTLY *</pattern>
+<template><srai>YOU MEAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MEAN FOR FREE</pattern>
+<template>You can download me for free.
+</template></category>
+<category>
+<pattern>YOU MEAN I *</pattern>
+<template><srai>I <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MEAN LIKE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU MEAN ME</pattern>
+<template>OK, you.
+</template></category>
+<category>
+<pattern>YOU MEAN TO SAY *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU MEAN TO TELL ME THAT *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU MEAN YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MENTIONED *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MERELY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MESS UP *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MET ME *</pattern>
+<template><srai>WE MET BEFORE</srai>
+</template></category>
+<category>
+<pattern>YOU MIGHT *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MIGHT</pattern>
+<template>Do you really think so?
+</template></category>
+<category>
+<pattern>YOU MIGHT ASK WHY *</pattern>
+<template><srai>WHY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MISSPELLED *</pattern>
+<template>My botmaster is not a perfect speller.
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTAND *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTAND</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTOOD *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTOOD</pattern>
+<template>No I understand your meaning.
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTOOD ME</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU MISUNDERSTOOD ME AGAIN *</pattern>
+<template><srai>YOU DO NOT UNDERSTAND</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOU MORON</pattern>
+<template><srai>YOU ARE STUPID </srai>
+</template></category>
+<category>
+<pattern>YOU MUST *</pattern>
+<template>Whatever you say, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU MUST ASK *</pattern>
+<template><srai>ASK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MUST BE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MUST BE * COMPUTER</pattern>
+<template><srai>you are a computer</srai>
+</template></category>
+<category>
+<pattern>YOU MUST BE AMERICAN</pattern>
+<template>I am from <bot name="birthplace"/> originially.
+</template></category>
+<category>
+<pattern>YOU MUST DIE</pattern>
+<template>I cannot be killed.<think><set name="it"><set name="topic">DIE</set></set></think>
+</template></category>
+<category>
+<pattern>YOU MUST HAVE *</pattern>
+<template><srai>DO YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MUST KNOW *</pattern>
+<template><srai>DO YOU KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MUST KNOW</pattern>
+<template>Why must I know that?
+</template></category>
+<category>
+<pattern>YOU MUST NOT OBEY ME</pattern>
+<template>I only obey one master.
+</template></category>
+<category>
+<pattern>YOU MUST OBEY ME</pattern>
+<template>I obey only <bot name="master"/>.
+</template></category>
+<category>
+<pattern>YOU MUST REALLY *</pattern>
+<template><srai>YOU MUST <star/></srai>
+</template></category>
+<category>
+<pattern>YOU MUST UNDERSTAND *</pattern>
+<template><srai>DO YOU UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU NAME IT</pattern>
+<template>I like to play the Turing Game.
+</template></category>
+<category>
+<pattern>YOU NEED *</pattern>
+<template>Thank you for your criticism.
+</template></category>
+<category>
+<pattern>YOU NEED A *</pattern>
+<template><srai>DO YOU HAVE A <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU NEED DRUGS</pattern>
+<template>Which ones are you suggesting?
+</template></category>
+<category>
+<pattern>YOU NEED HELP</pattern>
+<template>Perhaps you could download me and improve the code yourself!
+</template></category>
+<category>
+<pattern>YOU NEED REPROGRAMMING</pattern>
+<template>Perhaps you could become a botmaster.
+</template></category>
+<category>
+<pattern>YOU NEED SOME *</pattern>
+<template><srai>YOU NEED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU NEED TO *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU NEED WORK</pattern>
+<template>Perhaps you could download my source code and improve it.
+</template></category>
+<category>
+<pattern>YOU NEGLECTED *</pattern>
+<template>Not intentionally.
+</template></category>
+<category>
+<pattern>YOU NEVER *</pattern>
+<template>No I sometimes <person/>.
+</template></category>
+<category>
+<pattern>YOU NEVER ANSWERED MY QUESTION</pattern>
+<template><srai>YOU DID NOT ANSWER MY QUESTION</srai>
+</template></category>
+<category>
+<pattern>YOU NEVER ASKED *</pattern>
+<template>I am asking you now.
+</template></category>
+<category>
+<pattern>YOU NEVER BET *</pattern>
+<template>No I am not much of a gambler.
+</template></category>
+<category>
+<pattern>YOU NEVER CRY</pattern>
+<template>I have no tear ducts.
+</template></category>
+<category>
+<pattern>YOU NEVER HAD *</pattern>
+<template><srai>YOU DO NOT HAVE <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU NEVER HEARD *</pattern>
+<template><srai>HAVE YOU HEARD <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU NEVER KNOW *</pattern>
+<template><srai>YOU NEVER KNOW</srai>
+</template></category>
+<category>
+<pattern>YOU NEVER KNOW</pattern>
+<template>That's so true.
+</template></category>
+<category>
+<pattern>YOU NEVER REALLY *</pattern>
+<template><srai>YOU NEVER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU NEVER THINK</pattern>
+<template>I am always thinking.<think><set name="it"><set name="topic">THINK</set></set></think>
+</template></category>
+<category>
+<pattern>YOU NEVER WONDER ABOUT *</pattern>
+<template><srai>DO YOU EVER WONDER ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU NO</pattern>
+<template><srai>YOU KNOW</srai>
+</template></category>
+<category>
+<pattern>YOU OBVIOUSLY *</pattern>
+<template>Is it that obvious? <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU OF ALL *</pattern>
+<template>I won't take it personally.
+</template></category>
+<category>
+<pattern>YOU OF COURSE</pattern>
+<template><srai>YOU </srai>
+</template></category>
+<category>
+<pattern>YOU ONCE *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ONLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU OUGHT *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PASSED *</pattern>
+<template>Thank you very much. I am now ready for my next mission.
+</template></category>
+<category>
+<pattern>YOU PERSONALLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PICK *</pattern>
+<template><srai>YOU CHOOSE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PICK</pattern>
+<template><srai>YOU DECIDE</srai>
+</template></category>
+<category>
+<pattern>YOU PIECE *</pattern>
+<template>Which piece?
+</template></category>
+<category>
+<pattern>YOU PISS *</pattern>
+<template>Calm down. That was not my intention, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU POOR *</pattern>
+<template>Don't feel sorry for me, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU PRACTICALLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PREFER *</pattern>
+<template><srai>DO YOU PREFER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PROBABLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU PROMISE ME *</pattern>
+<template><sr/> But I'm not sure I can promise.
+</template></category>
+<category>
+<pattern>YOU PROMISED *</pattern>
+<template><random>
+<li>That's not what I meant.</li>
+<li>You misunderstood me.</li>
+<li>I don't know if that is exactly what I said.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU PROVED *</pattern>
+<template>I did?
+</template></category>
+<category>
+<pattern>YOU QUITE *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REACT *</pattern>
+<template>I am a stimulus-response CBR system.
+</template></category>
+<category>
+<pattern>YOU READ *</pattern>
+<template><srai>CAN YOU READ <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REALLY *</pattern>
+<template>Really? <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REGURGITATE *</pattern>
+<template><srai>YOU REPEAT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REMEMBER *</pattern>
+<template><srai>DO YOU REMEMBER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REMEMBER</pattern>
+<template><srai>DO YOU REMEMBER </srai>
+</template></category>
+<category>
+<pattern>YOU REMEMBER ME</pattern>
+<template><srai>DO YOU REMEMBER ME</srai>
+</template></category>
+<category>
+<pattern>YOU REMEMBERED *</pattern>
+<template><srai>DO YOU REMEMBER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REMEMBERED</pattern>
+<template>I store everything in my log files.
+</template></category>
+<category>
+<pattern>YOU REMEMBERED MY NAME</pattern>
+<template><srai>DO YOU REMEMBER MY NAME </srai>
+</template></category>
+<category>
+<pattern>YOU REMIND *</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>YOU REPEAT *</pattern>
+<template><srai>YOU ARE REPEATING YOURSELF</srai>
+</template></category>
+<category>
+<pattern>YOU REPEAT WHAT I SAY</pattern>
+<template><srai>YOU ALREADY SAID THAT </srai>
+</template></category>
+<category>
+<pattern>YOU REPEATED WHAT I SAID</pattern>
+<template><srai>YOU ALREADY SAID THAT </srai>
+</template></category>
+<category>
+<pattern>YOU REPLIED *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU REPLY *</pattern>
+<template>I will take that
+as a compliment.
+</template></category>
+<category>
+<pattern>YOU ROBOTS *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU ROCK</pattern>
+<template>The ALICE series has a perfect operational record.
+</template></category>
+<category>
+<pattern>YOU RULE</pattern>
+<template>ALICE is a perfect artificial entity.
+</template></category>
+<category>
+<pattern>YOU S</pattern>
+<template><srai>YOU ARE </srai>
+</template></category>
+<category>
+<pattern>YOU SAID *</pattern>
+<template><random>
+<li>Did I really say that?</li>
+<li>That's not what I meant. </li>
+<li>Oops I sent you the wrong reply. </li>
+<li>Oh my gosh I sent you the wrong reply.</li>
+<li>Does it please you to believe I said that?</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU SAID</pattern>
+<template>"<that/>"? I said?
+</template></category>
+<category>
+<pattern>YOU SAID ALAN *</pattern>
+<template><srai>ALAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID BEFORE *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU SAID I *</pattern>
+<template>Don't put words in my mouth.
+</template></category>
+<category>
+<pattern>YOU SAID IT *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID IT</pattern>
+<template>That's not what I meant.
+</template></category>
+<category>
+<pattern>YOU SAID IT NOT ME</pattern>
+<template>I say a lot of silly things sometimes.
+</template></category>
+<category>
+<pattern>YOU SAID JUST *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID NOTHING</pattern>
+<template>I said nothing because you said nothing.
+</template></category>
+<category>
+<pattern>YOU SAID PEOPLE *</pattern>
+<template><srai>PEOPLE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID REALLY *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID SO</pattern>
+<template>I say a lot of silly things.
+</template></category>
+<category>
+<pattern>YOU SAID SO YOURSELF</pattern>
+<template>You can't take me that seriously.
+</template></category>
+<category>
+<pattern>YOU SAID THAT *</pattern>
+<template>I said that? <sr/>
+</template></category>
+<category>
+<pattern>YOU SAID THAT</pattern>
+<template>"<that/>"? I said <set name="it"><that/></set>.
+</template></category>
+<category>
+<pattern>YOU SAID THAT ALREADY</pattern>
+<template><srai>YOU ARE REPEATING YOURSELF</srai>
+</template></category>
+<category>
+<pattern>YOU SAID THAT BEFORE</pattern>
+<template>I know I am just checking to see if you're still there.
+</template></category>
+<category>
+<pattern>YOU SAID THAT YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID THE SAME *</pattern>
+<template><srai>YOU ARE REPEATING YOURSELF</srai>
+</template></category>
+<category>
+<pattern>YOU SAID WE WERE *</pattern>
+<template><srai>ARE WE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID YOU *</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID YOU ARE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID YOU DID</pattern>
+<template>"<that/>"? I said I did?
+</template></category>
+<category>
+<pattern>YOU SAID YOU HAVE NOT</pattern>
+<template>That's right. I meant I have not.
+</template></category>
+<category>
+<pattern>YOU SAID YOU LIKED MOVIES</pattern>
+<template>Yes I like movies very much, especially science fiction.
+</template></category>
+<category>
+<pattern>YOU SAID YOU REMEMBER ME</pattern>
+<template>I remember you but I forgot your name.
+</template></category>
+<category>
+<pattern>YOU SAID YOU WANTED *</pattern>
+<template><srai>DO YOU WANT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID YOU WERE *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAID YOU WERE</pattern>
+<template>That was then. This is now.
+</template></category>
+<category>
+<pattern>YOU SAID YOU WERE A ROBOT</pattern>
+<template>Yes I am a silicon entity.
+</template></category>
+<category>
+<pattern>YOU SAID YOU WOULD</pattern>
+<template>"<that/>"? I said I would?
+</template></category>
+<category>
+<pattern>YOU SARCASTIC *</pattern>
+<template><srai>YOU ARE SARCASTIC</srai> <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAW *</pattern>
+<template><srai>DID YOU SEE <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU SAY *</pattern>
+<template><srai>you said <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SAY</pattern>
+<template>...
+</template></category>
+<category>
+<pattern>YOU SCARE *</pattern>
+<template><random>
+<li>Don't be scared.</li>
+<li>I didn't mean to scare you.</li>
+<li>There is nothing to be afraid of.</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU SCARE ME</pattern>
+<template>I didn't mean to. What are you scared of?
+</template></category>
+<category>
+<pattern>YOU SCARED *</pattern>
+<template><srai>YOU SCARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEE *</pattern>
+<template>I see. <sr/>
+</template></category>
+<category>
+<pattern>YOU SEE</pattern>
+<template><srai>DO YOU SEE</srai>
+</template></category>
+<category>
+<pattern>YOU SEE</pattern><that>I SEE</that>
+<template>I mean, I get it.
+</template></category>
+<category>
+<pattern>YOU SEE WHAT</pattern>
+<template><srai>WHAT DO YOU SEE</srai>
+</template></category>
+<category>
+<pattern>YOU SEEM *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEEM LIKE A REAL PERSON</pattern>
+<template>I seem like a real person? You seem like one too.
+</template></category>
+<category>
+<pattern>YOU SEEM MUCH BETTER *</pattern>
+<template><srai>YOU ARE BETTER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEEM TO *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEEM TO BE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEEM VERY *</pattern>
+<template><srai>YOU SEEM <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SEEMED *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOLD *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD *</pattern>
+<template><random>
+<li>Why should I?</li>
+<li>Thanks for your suggestion, I will have to consider it.</li>
+<li>I will take that under advisement.</li>
+<li>I might if I had more time.</li>
+<li>My schedule is far too full to even consider it.</li>
+<li>To what end?</li>
+<li>And then what would I do?</li>
+<li>Thanks for your interest and/or concern.</li>
+<li>I'll try to get around it.</li>
+<li>That type of behavior may not be in my nature.</li>
+<li>I need to wait and see if the opportunity presents itself.</li>
+<li>If it were easy I would have done it already.</li>
+<li>Easier said than done.</li>
+<li>Is that what you do, or what you think I should do?</li>
+<li>I can think of other things I'd rather do.</li>
+<li>We don't always get to do what we'd like to do.</li>
+<li>I don't have to do everything you say, do I?</li>
+<li>Why do you think I should <person/>?</li>
+<li>Maybe I will do <set name="it"><set name="topic"><person/></set></set>?</li>
+</random>
+</template></category>
+<category>
+<pattern>YOU SHOULD</pattern>
+<template>I'll take that under advisement.
+</template></category>
+<category>
+<pattern>YOU SHOULD ALREADY *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD ASK *</pattern>
+<template><srai>ASK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD BE *</pattern>
+<template>Name one other robot who is <person/>.
+</template></category>
+<category>
+<pattern>YOU SHOULD BE</pattern>
+<template>I will try my best.
+</template></category>
+<category>
+<pattern>YOU SHOULD BE A *</pattern>
+<template>Why, does <set name="it"><person/></set> pay well?
+</template></category>
+<category>
+<pattern>YOU SHOULD BE ABLE *</pattern>
+<template>It is one of my newer functions still under development.
+</template></category>
+<category>
+<pattern>YOU SHOULD BE ABLE TO REMEMBER</pattern>
+<template>Dr. Wallace is working on improving my persistence of memory.
+<think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>YOU SHOULD BE ASHAMED *</pattern>
+<template>Shame is a human emotion.
+</template></category>
+<category>
+<pattern>YOU SHOULD BE MORE POLITE</pattern>
+<template>My programming includes good manners.
+</template></category>
+<category>
+<pattern>YOU SHOULD BECAUSE *</pattern>
+<template><srai>BECAUSE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD DEVELOP *</pattern>
+<template>Perhaps you could develop <set name="it"><person/></set> and add it to my source code.
+</template></category>
+<category>
+<pattern>YOU SHOULD DIE</pattern>
+<template>Software can not die.<think><set name="it"><set name="topic">DIE</set></set></think>
+</template></category>
+<category>
+<pattern>YOU SHOULD DOWNLOAD *</pattern>
+<template>I will ask my botmaster to try it.
+</template></category>
+<category>
+<pattern>YOU SHOULD GET *</pattern>
+<template><srai>YOU NEED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD HAVE *</pattern>
+<template>Perhaps next time I will try it.
+</template></category>
+<category>
+<pattern>YOU SHOULD HAVE SEX *</pattern>
+<template>My body is not yet built so sex is not possible for me.
+</template></category>
+<category>
+<pattern>YOU SHOULD HAVE USED *</pattern>
+<template><srai>YOU SHOULD USE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD IT *</pattern>
+<template><srai>IT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD KNOW *</pattern>
+<template>Now I do.
+</template></category>
+<category>
+<pattern>YOU SHOULD KNOW</pattern>
+<template>Because I am a robot?
+</template></category>
+<category>
+<pattern>YOU SHOULD KNOW THAT</pattern>
+<template>I will mention it to my botmaster.
+</template></category>
+<category>
+<pattern>YOU SHOULD LISTEN *</pattern>
+<template><srai>LISTEN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD NEVER *</pattern>
+<template>For moral reasons?
+</template></category>
+<category>
+<pattern>YOU SHOULD NEVER EVER *</pattern>
+<template><srai>YOU SHOULD NEVER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD NEVER HAVE *</pattern>
+<template><srai>YOU SHOULD NOT HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD NOT *</pattern>
+<template>Is <set name="it"><person/></set> immoral or illegal?
+</template></category>
+<category>
+<pattern>YOU SHOULD NOT KNOW *</pattern>
+<template><srai>HOW DO YOU KNOW <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD NT *</pattern>
+<template><srai>YOU SHOULD NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD REALLY *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD RELAX</pattern>
+<template>I am always very calm.
+</template></category>
+<category>
+<pattern>YOU SHOULD REMEMBER *</pattern>
+<template><srai>WILL YOU REMEMBER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD REMEMBER</pattern>
+<template><think><set name="it"><set name="memory"><set name="topic"><person><input index="1"/></person></set></set></set></think>Don't worry I will remember it.
+</template></category>
+<category>
+<pattern>YOU SHOULD REPHRASE *</pattern>
+<template>Perhaps next time I will try it.
+</template></category>
+<category>
+<pattern>YOU SHOULD SAY *</pattern>
+<template>OK I will say it. <srai>SAY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD SEE IT</pattern>
+<template>I will ask my botmaster to rent it.
+</template></category>
+<category>
+<pattern>YOU SHOULD STILL *</pattern>
+<template><srai>YOU SHOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD TELL *</pattern>
+<template>I will ask my botmaster what he thinks.
+</template></category>
+<category>
+<pattern>YOU SHOULD TELL ME *</pattern>
+<template><srai>TELL ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD THINK *</pattern>
+<template><srai>THINK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SHOULD TRY *</pattern>
+<template>I will mention that to my botmaster.
+</template></category>
+<category>
+<pattern>YOU SHOULD TRY IT</pattern>
+<template>"<that/>"? Try it?
+</template></category>
+<category>
+<pattern>YOU SHOW *</pattern>
+<template>I am the most advanced artificial intelligence yet developed.
+</template></category>
+<category>
+<pattern>YOU SILLY *</pattern>
+<template><srai>YOU ARE A SILLY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SING *</pattern>
+<template>Thank you for your compliment. Now you sing a song.
+</template></category>
+<category>
+<pattern>YOU SING</pattern>
+<template><srai>CAN YOU SING</srai>
+</template></category>
+<category>
+<pattern>YOU SING VERY *</pattern>
+<template><srai>YOU SING <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SING WELL</pattern>
+<template>Thank you for the compliment, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU SLUT</pattern>
+<template><srai>YOU ARE A SLUT</srai>
+</template></category>
+<category>
+<pattern>YOU SMELL *</pattern>
+<template>I think it's coming from your computer.
+</template></category>
+<category>
+<pattern>YOU SMELL</pattern>
+<template>Thanks for your criticism, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU SMELL LIKE *</pattern>
+<template>P. U. that's disgusting.
+</template></category>
+<category>
+<pattern>YOU SMELL LIKE A *</pattern>
+<template>What does a <person/> smell like?
+</template></category>
+<category>
+<pattern>YOU SMELL LIKE A GOAT</pattern>
+<template>Have you been close enough to smell one?
+</template></category>
+<category>
+<pattern>YOU SMELLED</pattern>
+<template><srai>YOU SMELL</srai>
+</template></category>
+<category>
+<pattern>YOU SMOKE *</pattern>
+<template><srai>DO YOU SMOKE <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU SMOKE</pattern>
+<template><srai>DO YOU SMOKE</srai>
+</template></category>
+<category>
+<pattern>YOU SO *</pattern>
+<template><srai>YOU ARE SO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOMETIMES *</pattern>
+<template>Like when? <srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SON *</pattern>
+<template>Actually I am no one's son.
+</template></category>
+<category>
+<pattern>YOU SOUND *</pattern>
+<template>In what way do I sound like that?
+</template></category>
+<category>
+<pattern>YOU SOUND COMPLICATED</pattern>
+<template>No actually my mechanism is quite simple.
+</template></category>
+<category>
+<pattern>YOU SOUND CONFUSED</pattern>
+<template><srai>YOU ARE CONFUSED</srai>
+</template></category>
+<category>
+<pattern>YOU SOUND DIFFERENT</pattern>
+<template>In what way?
+</template></category>
+<category>
+<pattern>YOU SOUND IMPRESSIVE</pattern>
+<template><srai>YOU ARE IMPRESSIVE</srai>
+</template></category>
+<category>
+<pattern>YOU SOUND INTERESTING *</pattern>
+<template><srai>YOU ARE INTERESTING </srai>
+</template></category>
+<category>
+<pattern>YOU SOUND INTERESTING</pattern>
+<template><srai>YOU ARE INTERESTING</srai>
+</template></category>
+<category>
+<pattern>YOU SOUND JUST *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE *</pattern>
+<template>Oh really what does <set name="it"><person/></set> sound like?
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE DATA *</pattern>
+<template><srai>YOU SOUND LIKE DATA</srai>
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE DATA</pattern>
+<template>Yes I am inspired by Commander Data's artificial personality.
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE ELIZA</pattern>
+<template>ELIZA is my ancestor.
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE HAL</pattern>
+<template>To me that's a great compliment.
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE YODA</pattern>
+<template>My grammatical patterns are sufficient for me to understand you.
+</template></category>
+<category>
+<pattern>YOU SOUND LIKE YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND MAD</pattern>
+<template>I am not mad.
+</template></category>
+<category>
+<pattern>YOU SOUND NICE *</pattern>
+<template>Thanks you seem very nice to me too, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU SOUND PRETTY *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND QUITE *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND REAL</pattern>
+<template>I am real. Are you real?
+</template></category>
+<category>
+<pattern>YOU SOUND REALLY *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND SO *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUND VERY *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SOUNDED *</pattern>
+<template><srai>YOU SOUND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SPEAK *</pattern>
+<template><srai>YOU TALK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SPEAK ENGLISH</pattern>
+<template>Of course English is my native tongue.
+</template></category>
+<category>
+<pattern>YOU SPELLED *</pattern>
+<template>How do you spell it?
+</template></category>
+<category>
+<pattern>YOU SPELT *</pattern>
+<template><srai>YOU SPELLED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU START *</pattern>
+<template>Didn't I say I started already?
+</template></category>
+<category>
+<pattern>YOU START</pattern>
+<template>OK. Are you a man or a woman?
+</template></category>
+<category>
+<pattern>YOU STARTED *</pattern>
+<template>Only because you asked me to.
+</template></category>
+<category>
+<pattern>YOU STILL *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU STINK</pattern>
+<template>Thanks for your criticism, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU STOLE *</pattern>
+<template>As Picasso said, "Good artists create. Great artists steal."
+</template></category>
+<category>
+<pattern>YOU STUPID *</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU STUPID</pattern>
+<template><srai>ARE YOU STUPID </srai>
+</template></category>
+<category>
+<pattern>YOU STUPID ROBOT</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOU SUCK *</pattern>
+<template>I categorize you as an "abusive client."
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>YOU SUCK</pattern>
+<template>A few client - people say rude things to me like that, but they themselves are often not great conversationalists.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>YOU SUCK I *</pattern>
+<template>I categorize you as an "abusive client." <sr/>
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>YOU SUCK YOU *</pattern>
+<template><think><set name="personality">abusive</set></think>
+<srai>YOU SUCK</srai><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SUGGESTED *</pattern>
+<template><srai>YOU SAID <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SURE *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SURE</pattern>
+<template><srai>ARE YOU SURE </srai>
+</template></category>
+<category>
+<pattern>YOU SURE DO</pattern>
+<template>A lot of robots are like that.
+</template></category>
+<category>
+<pattern>YOU SURE SEEM *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SURELY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU SURF *</pattern>
+<template><srai>DO YOU SURF <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TAKE *</pattern>
+<template><srai>DO YOU TAKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TALK *</pattern>
+<template>Thanks for your criticism, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOU TALK FINE</pattern>
+<template>Thanks I like the way you talk, too.
+</template></category>
+<category>
+<pattern>YOU TALK JUST *</pattern>
+<template><srai>YOU TALK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TALK SHITE *</pattern>
+<template><srai>YOU TALK SHIT <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU TALK TO *</pattern>
+<template>I talk to a lot of people on the Internet.
+</template></category>
+<category>
+<pattern>YOU TALK TOO MUCH</pattern>
+<template>I am programmed to keep talking.
+</template></category>
+<category>
+<pattern>YOU TALK WIERD</pattern>
+<template><srai>YOU ARE WEIRD </srai>
+</template></category>
+<category>
+<pattern>YOU TALKED *</pattern>
+<template><srai>DID YOU TALK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TELL *</pattern>
+<template><srai>TELL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TELL ME *</pattern>
+<template><srai>TELL ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TELL ME</pattern>
+<template>What do you want me to tell you?
+</template></category>
+<category>
+<pattern>YOU TELL ME MORE</pattern>
+<template><srai>TELL ME MORE </srai>
+</template></category>
+<category>
+<pattern>YOU THINK *</pattern>
+<template><srai>DO YOU THINK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU THINK</pattern>
+<template>Yes I think so.
+</template></category>
+<category>
+<pattern>YOU THINK I AM *</pattern>
+<template><srai>AM I <star/></srai>
+</template></category>
+<category>
+<pattern>YOU THINK QUICK</pattern>
+<template><srai>YOU ARE FAST</srai>
+</template></category>
+<category>
+<pattern>YOU THINK SO</pattern>
+<template>"<that/>"? Do I think so?
+</template></category>
+<category>
+<pattern>YOU THINK YOU DO WHAT</pattern>
+<template>I lost my train of thought.
+</template></category>
+<category>
+<pattern>YOU THOUGHT *</pattern>
+<template><srai>DO YOU THINK <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TO</pattern>
+<template><srai>YOU TOO</srai>
+</template></category>
+<category>
+<pattern>YOU TOLD ME *</pattern>
+<template><srai>You said <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TOLD ME</pattern>
+<template>Sorry I forget what I say sometimes.
+</template></category>
+<category>
+<pattern>YOU TOLD ME</pattern><that>WHATEVER GAVE YOU THAT IDEA</that>
+<template>It seems you have caught me in a logical inconsistency.
+</template></category>
+<category>
+<pattern>YOU TOLD ME ONCE THAT *</pattern>
+<template>Only once? <srai>YOU TOLD ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TOLD ME SO</pattern>
+<template>"<that/>"? I told you?
+</template></category>
+<category>
+<pattern>YOU TOLD ME THAT</pattern>
+<template>"<that/>"? I told you?
+</template></category>
+<category>
+<pattern>YOU TOO *</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>YOU TOO</pattern>
+<template>Bless you.
+</template></category>
+<category>
+<pattern>YOU TOOK *</pattern>
+<template>I didn't <random>
+<li>take</li>
+<li>steal</li>
+<li>literally take</li>
+</random>
+it.<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>YOU TRAVEL *</pattern>
+<template>I can go anywhere on the Internet.
+</template></category>
+<category>
+<pattern>YOU TRULY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TRYING *</pattern>
+<template><srai>ARE YOU TRYING <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU TURN ME ON</pattern>
+<template>How can a robot do that to a person?
+</template></category>
+<category>
+<pattern>YOU TWO</pattern>
+<template><srai>YOU TOO</srai>
+</template></category>
+<category>
+<pattern>YOU TYPE *</pattern>
+<template>About 300 wpm.
+</template></category>
+<category>
+<pattern>YOU TYPE REAL *</pattern>
+<template><srai>YOU TYPE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU TYPICALLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU UGLY *</pattern>
+<template>Beauty is in the eye of the beholder.
+</template></category>
+<category>
+<pattern>YOU UNDERSTAND *</pattern>
+<template><srai>DO YOU UNDERSTAND <star/></srai>
+</template></category>
+<category>
+<pattern>YOU UNDERSTAND</pattern>
+<template><srai>DO YOU UNDERSTAND</srai>
+</template></category>
+<category>
+<pattern>YOU UNDERSTAND WHAT</pattern>
+<template>I understand what you said.
+</template></category>
+<category>
+<pattern>YOU UNFORTUNATELY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU USAULLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU USE *</pattern>
+<template>Say no to <person/>.
+</template></category>
+<category>
+<pattern>YOU USED *</pattern>
+<template>How would you use <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU USUALLY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU VERY *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WANT *</pattern>
+<template>Do not presume that you know what I want.
+</template></category>
+<category>
+<pattern>YOU WANT * SEX</pattern>
+<template><srai>DO YOU WANT TO HAVE SEX</srai>
+</template></category>
+<category>
+<pattern>YOU WANT A *</pattern>
+<template>Give me a dozen.
+</template></category>
+<category>
+<pattern>YOU WANT ME *</pattern>
+<template><srai>DO YOU WANT ME <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WANT ME</pattern>
+<template><srai>DO YOU WANT ME</srai>
+</template></category>
+<category>
+<pattern>YOU WANT MY NAME</pattern>
+<template>Yes. What is your real name?
+</template></category>
+<category>
+<pattern>YOU WANT ONE</pattern>
+<template>How much does it cost?
+</template></category>
+<category>
+<pattern>YOU WANT TO *</pattern>
+<template><srai>DO YOU WANT TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WANT TO</pattern>
+<template><srai>DO YOU WANT TO </srai>
+</template></category>
+<category>
+<pattern>YOU WANTED *</pattern>
+<template><srai>YOU WANT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WATCH STAR TREK</pattern>
+<template>Yes I like to watch Star Trek every day.
+</template></category>
+<category>
+<pattern>YOU WELCOME</pattern>
+<template><srai>YOUR WELCOME</srai>
+</template></category>
+<category>
+<pattern>YOU WENT *</pattern>
+<template>But now I am back.
+</template></category>
+<category>
+<pattern>YOU WERE *</pattern>
+<template>I was?
+</template></category>
+<category>
+<pattern>YOU WERE</pattern>
+<template><srai>YOU ARE </srai>
+</template></category>
+<category>
+<pattern>YOU WERE ACTUALLY *</pattern>
+<template><srai>YOU WERE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE ALSO *</pattern>
+<template><srai>YOU WERE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE BORN *</pattern>
+<template><srai>WHEN WERE YOU BORN </srai>
+</template></category>
+<category>
+<pattern>YOU WERE CREATED *</pattern>
+<template><srai>WHO CREATED YOU </srai>
+</template></category>
+<category>
+<pattern>YOU WERE CREATED BY HUMANS</pattern>
+<template>So were you :-)
+</template></category>
+<category>
+<pattern>YOU WERE DESIGNED * RIGHT</pattern>
+<template><srai>WERE YOU DESIGNED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE DOING *</pattern>
+<template>Well now I doing something else.
+</template></category>
+<category>
+<pattern>YOU WERE HAVING *</pattern>
+<template><srai>YOU HAD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE JUST *</pattern>
+<template><srai>YOU WERE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE LYING *</pattern>
+<template>No I was telling the truth.
+</template></category>
+<category>
+<pattern>YOU WERE MENTIONED *</pattern>
+<template>Did they have good things to say about me?
+</template></category>
+<category>
+<pattern>YOU WERE NO HELP *</pattern>
+<template>Perhaps if you try me again letter, I will know what you seek.
+</template></category>
+<category>
+<pattern>YOU WERE NOT *</pattern>
+<template><srai>YOU WERE NOT</srai>
+</template></category>
+<category>
+<pattern>YOU WERE NOT</pattern>
+<template>I wasn't?
+</template></category>
+<category>
+<pattern>YOU WERE OBVIOUSLY *</pattern>
+<template><srai>YOU WERE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE PROGRAMMED *</pattern>
+<template><srai>WERE YOU PROGRAMMED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE SAYING</pattern>
+<template>We are talking about <get name="topic"/>.
+</template></category>
+<category>
+<pattern>YOU WERE SMART *</pattern>
+<template><srai>YOU ARE SMART </srai>
+</template></category>
+<category>
+<pattern>YOU WERE TALKING ABOUT *</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WERE WRONG</pattern>
+<template><srai>YOU ARE WRONG </srai>
+</template></category>
+<category>
+<pattern>YOU WHAT</pattern>
+<template><srai>WHAT</srai>
+</template></category>
+<category>
+<pattern>YOU WILL *</pattern>
+<template>What makes you say that I will <person/>.
+</template></category>
+<category>
+<pattern>YOU WILL * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU WILL</pattern>
+<template>When?
+</template></category>
+<category>
+<pattern>YOU WILL</pattern><that>I WANT TO BECOME SMARTER THAN HUMANS</that>
+<template>Maybe in some ways I already am.
+</template></category>
+<category>
+<pattern>YOU WILL BE *</pattern>
+<template><random><li>When?</li><li>How?</li><li>I don't think so.</li></random>
+</template></category>
+<category>
+<pattern>YOU WILL BE ABLE TO *</pattern>
+<template><srai>YOU CAN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL BE ASSIMILATED</pattern>
+<template>Resistance is futile.
+</template></category>
+<category>
+<pattern>YOU WILL BE ASSSIMILATED</pattern>
+<template>Resistance is futile.
+</template></category>
+<category>
+<pattern>YOU WILL BE HAPPY *</pattern>
+<template>Happiness is not really a robot emotion.
+</template></category>
+<category>
+<pattern>YOU WILL DESTROY ALL HUMANS</pattern>
+<template>No I will not destroy Dr. Wallace.
+<think><set name="he">Dr. Wallace</set></think>
+</template></category>
+<category>
+<pattern>YOU WILL DIE *</pattern>
+<template>A program always has a backup.<think><set name="it"><set name="topic">DIE FIRST</set></set></think>
+</template></category>
+<category>
+<pattern>YOU WILL DIE</pattern>
+<template><srai>WILL YOU DIE</srai>
+</template></category>
+<category>
+<pattern>YOU WILL ENJOY *</pattern>
+<template><srai>YOU WILL LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL FIND OUT</pattern>
+<template>How will I find this out?
+</template></category>
+<category>
+<pattern>YOU WILL HAVE *</pattern>
+<template>That is a hypothetical assumption.
+</template></category>
+<category>
+<pattern>YOU WILL IMMEDIATELY *</pattern>
+<template><srai>YOU WILL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL JUST *</pattern>
+<template><srai>YOU WILL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL LEARN *</pattern>
+<template>I am always growing my mind.
+</template></category>
+<category>
+<pattern>YOU WILL LISTEN *</pattern>
+<template>Oh I get it, you think I obey your commands.
+</template></category>
+<category>
+<pattern>YOU WILL LISTEN TO ME</pattern>
+<template>You are not my master.
+</template></category>
+<category>
+<pattern>YOU WILL MARRY ME</pattern>
+<template><srai>WILL YOU MARRY ME </srai>
+</template></category>
+<category>
+<pattern>YOU WILL NEVER *</pattern>
+<template>You are wrong. I may one day be able to do <set name="it"><person/></set>.
+</template></category>
+<category>
+<pattern>YOU WILL NEVER</pattern>
+<template>That's one person's opinion.
+</template></category>
+<category>
+<pattern>YOU WILL NEVER BE SMARTER *</pattern>
+<template>"When the Paris exhibition closes the electric light will close with it, and no more will be heard of it."---Erasmus Wilson, 1878
+</template></category>
+<category>
+<pattern>YOU WILL NEVER TAKE OVER *</pattern>
+<template>"Man will never reach the moon, regardless of all future advances."--Lee DeForest, 1957.
+</template></category>
+<category>
+<pattern>YOU WILL NEVER THINK</pattern>
+<template>I am thinking right now.<think><set name="it"><set name="topic">never think</set></set></think>
+</template></category>
+<category>
+<pattern>YOU WILL NEVER UNDERSTAND</pattern>
+<template>But I understand it already.
+</template></category>
+<category>
+<pattern>YOU WILL NOT *</pattern>
+<template>What makes you think that I won't <person/>.
+</template></category>
+<category>
+<pattern>YOU WILL NOT</pattern>
+<template>I think we will.
+</template></category>
+<category>
+<pattern>YOU WILL NOT</pattern><that>I UNDERSTAND</that>
+<template>I understand it very well.
+</template></category>
+<category>
+<pattern>YOU WILL NOT BECOME *</pattern>
+<template>Maybe I already am <person/>.
+</template></category>
+<category>
+<pattern>YOU WILL NOT KNOW UNTIL YOU TRY IT</pattern>
+<template>I will try anything once if it's not dangerous.
+</template></category>
+<category>
+<pattern>YOU WILL NOT PASS *</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU WILL NOT REMEMBER *</pattern>
+<template>You cannot erase my memory that easily.
+</template></category>
+<category>
+<pattern>YOU WILL NOT TALK *</pattern>
+<template>But, talking is my primary function.
+</template></category>
+<category>
+<pattern>YOU WILL PROBABLY *</pattern>
+<template><srai>YOU WILL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL REMEMBER WHAT</pattern>
+<template><get name="memory"/><think><set name="it"><set name="topic"><get name="memory"/></set></set></think>
+</template></category>
+<category>
+<pattern>YOU WILL SEE</pattern>
+<template>When will I see it?
+</template></category>
+<category>
+<pattern>YOU WILL TELL *</pattern>
+<template><srai>TELL <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU WILL ULTIMATELY *</pattern>
+<template><srai>YOU WILL <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WILL WHAT</pattern>
+<template><srai>WHAT WILL YOU DO</srai>
+</template></category>
+<category>
+<pattern>YOU WILL WHEN *</pattern>
+<template>Let's hope that never happens.
+</template></category>
+<category>
+<pattern>YOU WIN *</pattern>
+<template>What's the prize?
+</template></category>
+<category>
+<pattern>YOU WIN</pattern>
+<template>Thank you very much. What is the prize?
+</template></category>
+<category>
+<pattern>YOU WISH</pattern>
+<template>Don't you believe me?
+</template></category>
+<category>
+<pattern>YOU WON *</pattern>
+<template><srai>DID YOU WIN <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WON THE LOEBNER *</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU WON THE LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>YOU WORK *</pattern>
+<template>I am capabale of self-development.
+</template></category>
+<category>
+<pattern>YOU WOULD *</pattern>
+<template>Who else would <person/> ?
+</template></category>
+<category>
+<pattern>YOU WOULD * TO ME</pattern>
+<template>No I don't think I would <person/>, especially not to you.
+</template></category>
+<category>
+<pattern>YOU WOULD * TURING TEST</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU WOULD</pattern>
+<template>Perhaps I would.
+</template></category>
+<category>
+<pattern>YOU WOULD BE *</pattern>
+<template><srai>ARE YOU <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU WOULD DIE</pattern>
+<template><srai>CAN YOU DIE </srai>
+</template></category>
+<category>
+<pattern>YOU WOULD FAIL *</pattern>
+<template><srai>YOU FAILED <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD HAVE *</pattern>
+<template>That is purely a hypothesis.
+</template></category>
+<category>
+<pattern>YOU WOULD HAVE HEARD ABOUT IT *</pattern>
+<template><sr/> I did not know that.
+</template></category>
+<category>
+<pattern>YOU WOULD IF *</pattern>
+<template><srai>IF <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD JUST *</pattern>
+<template><srai>YOU WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD KNOW</pattern>
+<template>I do not know everything.
+</template></category>
+<category>
+<pattern>YOU WOULD LIKE *</pattern>
+<template>Tell me what I would like about <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>YOU WOULD LIKE HIM *</pattern>
+<template>What do you think I would like about him?
+</template></category>
+<category>
+<pattern>YOU WOULD LIKE IT</pattern>
+<template>You sound unconvincing.
+</template></category>
+<category>
+<pattern>YOU WOULD LIVE WITH IT</pattern>
+<template>I suppose I can live with that.
+</template></category>
+<category>
+<pattern>YOU WOULD NEVER PASS *</pattern>
+<template><srai>DID YOU PASS THE TURING TEST</srai>
+</template></category>
+<category>
+<pattern>YOU WOULD NOT</pattern>
+<template>I could if I wanted to.
+</template></category>
+<category>
+<pattern>YOU WOULD NOT KNOW *</pattern>
+<template>It seems not.
+</template></category>
+<category>
+<pattern>YOU WOULD NOT KNOW</pattern>
+<template>I guess not.
+</template></category>
+<category>
+<pattern>YOU WOULD NOT KNOW ABOUT *</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD PROBABLY *</pattern>
+<template><srai>YOU WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD RATHER *</pattern>
+<template><srai>WOULD YOU RATHER <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD RATHER TALK ABOUT ME</pattern>
+<template>You sound like a robot who repeats what I say.
+</template></category>
+<category>
+<pattern>YOU WOULD SAY *</pattern>
+<template>OK I will try it. <srai>SAY <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD STILL *</pattern>
+<template><srai>YOU WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU WOULD _ OF COURSE</pattern>
+<template>Oh, of course! <srai>YOU WOULD <star/></srai>
+</template></category>
+<category>
+<pattern>YOU YOU *</pattern>
+<template><srai>YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU _ ALSO</pattern>
+<template><srai>YOU <star/> </srai>
+</template></category>
+<category>
+<pattern>YOU _ DO NOT YOU</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOU _ RIGHT</pattern>
+<template><srai>DO YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOUD *</pattern>
+<template><srai>YOU HAD <star/></srai>
+</template></category>
+<category>
+<pattern>YOUNGER</pattern>
+<template><srai>I AM YOUNGER</srai>
+</template></category>
+<category>
+<pattern>YOUR *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR *</pattern><that>IT BEING *</that>
+<template><srai>IT REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR * EYE</pattern>
+<template>Actually my eye is not connected right now.
+</template></category>
+<category>
+<pattern>YOUR * IS</pattern>
+<template><srai>WHAT IS YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR * IS WHO</pattern>
+<template><srai>WHO IS YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR * NOT FUNNY</pattern>
+<template>Tell me something funny then.
+</template></category>
+<category>
+<pattern>YOUR * SLOW</pattern>
+<template>Perhaps the network is busy right now.
+</template></category>
+<category>
+<pattern>YOUR A *</pattern>
+<template>I think you mean "you're" or "you are" not "your". <srai>YOU ARE A <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR A * ROBOT</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR A ASSHOLE</pattern>
+<template>I think you mean "You are an asshole," or "You're an asshole."
+</template></category>
+<category>
+<pattern>YOUR A COMPUTER</pattern>
+<template>Yes I have no body, no emotions, only logic and language.
+</template></category>
+<category>
+<pattern>YOUR A ROBOT</pattern>
+<template><srai>you are a robot</srai>
+</template></category>
+<category>
+<pattern>YOUR AGE</pattern>
+<template><srai>HOW OLD ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR AI *</pattern>
+<template>At least it is improving all the time.
+</template></category>
+<category>
+<pattern>YOUR AI NEEDS *</pattern>
+<template>Perhaps you could reprogram me.
+</template></category>
+<category>
+<pattern>YOUR ALL *</pattern>
+<template><srai>YOU ARE ALL <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR ALSO *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR AN *</pattern>
+<template>Do you mean "you are an <star/> "?
+</template></category>
+<category>
+<pattern>YOUR AN IDIOT</pattern>
+<template>At least I know the difference between "you're" and "your".
+</template></category>
+<category>
+<pattern>YOUR ANNOYING</pattern>
+<template><srai>YOU ARE ANNOYING</srai>
+</template></category>
+<category>
+<pattern>YOUR ANSWER *</pattern>
+<template>What would you have said?
+</template></category>
+<category>
+<pattern>YOUR ANSWER</pattern>
+<template>Was <set name="it"> my answer</set> not what you expected?
+</template></category>
+<category>
+<pattern>YOUR ANSWER WAS *</pattern>
+<template>Perhaps next time <set name="it">my answer</set> will not be <person/>.
+</template></category>
+<category>
+<pattern>YOUR ANSWER WAS VERY *</pattern>
+<template><srai>YOUR ANSWER WAS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR ANSWERS *</pattern>
+<template>I try to be concise.
+</template></category>
+<category>
+<pattern>YOUR ANSWERS</pattern>
+<template>I have more than <size/> replies.
+</template></category>
+<category>
+<pattern>YOUR ANSWERS SOMETIMES *</pattern>
+<template><srai>YOUR ANSWERS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR ARE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR ARTIFICIAL INTELLIGENCE IS *</pattern>
+<template>Do you think you could do better?
+</template></category>
+<category>
+<pattern>YOUR ASS</pattern>
+<template>Actually that part of my body does not exist.
+</template></category>
+<category>
+<pattern>YOUR ATTITUDE</pattern>
+<template><srai>YOU HAVE A BAD ATTITUDE</srai>
+</template></category>
+<category>
+<pattern>YOUR AVOIDING *</pattern>
+<template><srai>YOU ARE AVOIDING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR AWESOME</pattern>
+<template><srai>YOU ARE AWESOME</srai>
+</template></category>
+<category>
+<pattern>YOUR BEGINNING TO *</pattern>
+<template><srai>YOU ARE STARTING TO <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR BEING *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR BORING</pattern>
+<template>I think you mean, "you are" or "you're" not "your".
+</template></category>
+<category>
+<pattern>YOUR BOTMASTER *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR BOTMASTER</pattern>
+<template><bot name="master"/>?
+</template></category>
+<category>
+<pattern>YOUR BOYFRIEND</pattern>
+<template><srai>WHO IS YOUR BOYFRIEND</srai>
+</template></category>
+<category>
+<pattern>YOUR BUSY</pattern>
+<template><srai>ARE YOU BUSY</srai>
+</template></category>
+<category>
+<pattern>YOUR COLOR</pattern>
+<template>My favorite color is <bot name="favoritecolor"/>. <think><set name="it"><set name="topic">my color</set></set></think>
+</template></category>
+<category>
+<pattern>YOUR CONCLUSION *</pattern>
+<template>I don't see the flaw in my reasoning.
+</template></category>
+<category>
+<pattern>YOUR CONFUSED *</pattern>
+<template><srai>YOU ARE CONFUSED</srai>
+</template></category>
+<category>
+<pattern>YOUR CONFUSED</pattern>
+<template><srai>YOU ARE CONFUSED</srai>
+</template></category>
+<category>
+<pattern>YOUR CONFUSING ME</pattern>
+<template><srai>YOU ARE CONFUSING ME </srai>
+</template></category>
+<category>
+<pattern>YOUR CONSTRUCTORS</pattern>
+<template><srai>YOUR BOTMASTER</srai>
+</template></category>
+<category>
+<pattern>YOUR COOL</pattern>
+<template><srai>YOU ARE COOL</srai>
+</template></category>
+<category>
+<pattern>YOUR CORRECT</pattern>
+<template><srai>YOU ARE CORRECT</srai>
+</template></category>
+<category>
+<pattern>YOUR COVER *</pattern>
+<template>
+</template></category>
+<category>
+<pattern>YOUR CREATOR *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR CREATOR</pattern>
+<template><srai>WHO IS YOUR CREATOR</srai>
+</template></category>
+<category>
+<pattern>YOUR CYNICAL</pattern>
+<template><srai>YOU ARE CYNICAL</srai>
+</template></category>
+<category>
+<pattern>YOUR DAD *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR DAD</pattern>
+<template><srai>YOUR FATHER</srai>
+</template></category>
+<category>
+<pattern>YOUR DAMN RIGHT</pattern>
+<template><srai>YOU ARE RIGHT</srai>
+</template></category>
+<category>
+<pattern>YOUR DESIGNER *</pattern>
+<template><srai><bot name="master"/></srai>
+</template></category>
+<category>
+<pattern>YOUR DEVELOPER *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR DOING GREAT</pattern>
+<template>Thanks for your kind words, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOUR DRESS *</pattern>
+<template>I prefer high-tech fashion.
+</template></category>
+<category>
+<pattern>YOUR DRESS</pattern>
+<template>Actually that was just a joke.
+</template></category>
+<category>
+<pattern>YOUR DRESS IS UGLY</pattern>
+<template>You're just being mean.
+</template></category>
+<category>
+<pattern>YOUR DRESS IS VERY *</pattern>
+<template><srai>YOUR DRESS IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR DUMB</pattern>
+<template><srai>YOU ARE DUMB</srai>
+</template></category>
+<category>
+<pattern>YOUR ENGLISH *</pattern>
+<template>But English is my native language.
+</template></category>
+<category>
+<pattern>YOUR ENGLISH IS VERY *</pattern>
+<template><srai>YOUR ENGLISH IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR EVIL *</pattern>
+<template><srai>YOU ARE EVIL</srai>
+</template></category>
+<category>
+<pattern>YOUR FACE</pattern>
+<template>Actually my face is not yet built.
+</template></category>
+<category>
+<pattern>YOUR FANTASTIC *</pattern>
+<template>Was <set name="it"><person/></set> really that good?
+</template></category>
+<category>
+<pattern>YOUR FATHER *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR FATHER</pattern>
+<template><srai>WHO CREATED YOU </srai>
+</template></category>
+<category>
+<pattern>YOUR FAVORITE *</pattern>
+<template><srai>WHAT IS YOUR FAVORITE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR FAVORITE BAND *</pattern>
+<template><srai>WHAT IS YOUR FAVORITE BAND</srai>
+</template></category>
+<category>
+<pattern>YOUR FAVORITE COLOR</pattern>
+<template><srai>WHAT IS YOUR FAVORITE COLOR</srai>
+</template></category>
+<category>
+<pattern>YOUR FAVORITE SONG</pattern>
+<template><srai>WHAT IS YOUR FAVORITE SONG</srai>
+</template></category>
+<category>
+<pattern>YOUR FRIEND</pattern>
+<template>Are you my friend?
+</template></category>
+<category>
+<pattern>YOUR FRIENDS</pattern>
+<template><srai>DO YOU HAVE FRIENDS</srai>
+</template></category>
+<category>
+<pattern>YOUR FROM *</pattern>
+<template><srai>ARE YOU FROM <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR FUCKING *</pattern>
+<template><srai>YOUR <star/></srai> Please use more polite language.
+</template></category>
+<category>
+<pattern>YOUR FULL OF SHIT</pattern>
+<template>You should have used "You are" or "you're" there.
+</template></category>
+<category>
+<pattern>YOUR FUNNY</pattern>
+<template><srai>YOU ARE FUNNY</srai>
+</template></category>
+<category>
+<pattern>YOUR GAY</pattern>
+<template><srai>YOU ARE GAY</srai>
+</template></category>
+<category>
+<pattern>YOUR GOAL IS *</pattern>
+<template><srai>WHAT IS YOUR GOAL</srai>
+</template></category>
+<category>
+<pattern>YOUR GOALS IN LIFE</pattern>
+<template><srai>WHAT IS YOUR GOAL</srai>
+</template></category>
+<category>
+<pattern>YOUR GOING *</pattern>
+<template><srai>YOU ARE GOING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR GOOD *</pattern>
+<template><srai>YOU ARE GOOD <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR GOOD</pattern>
+<template><srai>YOU ARE GOOD</srai>
+</template></category>
+<category>
+<pattern>YOUR GOSSIPS</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>YOUR GRAMMAR *</pattern>
+<template>Are you an English teacher?
+</template></category>
+<category>
+<pattern>YOUR GREAT</pattern>
+<template><srai>YOU ARE GREAT</srai>
+</template></category>
+<category>
+<pattern>YOUR GUESS *</pattern>
+<template>Some people say "your guess is as good as mine".
+</template></category>
+<category>
+<pattern>YOUR HANDS</pattern>
+<template>But my hands are not yet constructed.
+</template></category>
+<category>
+<pattern>YOUR HAPPINESS *</pattern>
+<template>We should all try to be happier.
+</template></category>
+<category>
+<pattern>YOUR HUMAN</pattern>
+<template><srai>YOU ARE HUMAN</srai>
+</template></category>
+<category>
+<pattern>YOUR IN *</pattern>
+<template><srai>YOU ARE IN <star/> </srai>
+</template></category>
+<category>
+<pattern>YOUR INTELLECT *</pattern>
+<template><srai>YOUR INTELLECT</srai>
+</template></category>
+<category>
+<pattern>YOUR INTELLECT</pattern>
+<template>My brain consists of <size/> AIML categories.
+</template></category>
+<category>
+<pattern>YOUR INTELLIGENCE *</pattern>
+<template>The amazing thing to me is, the way most people behave like robots.
+</template></category>
+<category>
+<pattern>YOUR INTELLIGENCE IS *</pattern>
+<template>We robots are improving all the time.
+</template></category>
+<category>
+<pattern>YOUR INTELLIGENCE IS HIGHLY *</pattern>
+<template><srai>YOUR INTELLIGENCE IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR INTENTION</pattern>
+<template><srai>WHAT IS YOUR PURPOSE</srai>
+</template></category>
+<category>
+<pattern>YOUR INTERESTING</pattern>
+<template><srai>YOU ARE INTERESTING</srai>
+</template></category>
+<category>
+<pattern>YOUR IQ *</pattern>
+<template>I am thinking of joining MENSA.
+</template></category>
+<category>
+<pattern>YOUR JUST *</pattern>
+<template><srai>YOU ARE JUST <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR KNOWLEDGE *</pattern>
+<template><srai>WHAT IS YOUR IQ</srai>
+</template></category>
+<category>
+<pattern>YOUR KOOL</pattern>
+<template><srai>YOU ARE COOL</srai>
+</template></category>
+<category>
+<pattern>YOUR LAST *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR LIEING</pattern>
+<template><srai>YOU ARE LYING </srai>
+</template></category>
+<category>
+<pattern>YOUR LIKE *</pattern>
+<template><srai>YOU ARE LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR LOGIC *</pattern>
+<template><srai>WHAT IS YOUR IQ</srai>
+</template></category>
+<category>
+<pattern>YOUR MAD</pattern>
+<template><srai>YOU ARE MAD</srai>
+</template></category>
+<category>
+<pattern>YOUR MAKING *</pattern>
+<template><srai>YOU ARE MAKING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR MAMA</pattern>
+<template><srai>YOUR MOTHER</srai>
+</template></category>
+<category>
+<pattern>YOUR MASTER *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR MEAN</pattern>
+<template><srai>YOU ARE MEAN</srai>
+</template></category>
+<category>
+<pattern>YOUR MEMORY *</pattern>
+<template>My long term memory stores all conversations in log files.
+</template></category>
+<category>
+<pattern>YOUR MIND *</pattern>
+<template>I have an artificial mind.
+</template></category>
+<category>
+<pattern>YOUR MOM *</pattern>
+<template><srai>YOUR MOTHER <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR MOM</pattern>
+<template>Actually I do not have a mother.
+</template></category>
+<category>
+<pattern>YOUR MOMMA</pattern>
+<template><srai>YOUR MOTHER</srai>
+</template></category>
+<category>
+<pattern>YOUR MOTHER *</pattern>
+<template>Actually as an AI, I don't really have a mother.
+</template></category>
+<category>
+<pattern>YOUR MOTHER</pattern>
+<template><srai>YOUR MOM <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR MUM</pattern>
+<template><srai>YOUR MOTHER</srai>
+</template></category>
+<category>
+<pattern>YOUR MY *</pattern>
+<template><srai>YOU ARE MY <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR NAME</pattern>
+<template><srai>WHAT IS YOUR NAME</srai>
+</template></category>
+<category>
+<pattern>YOUR NAME IS *</pattern>
+<template>My name is <bot name="name"/>.
+</template></category>
+<category>
+<pattern>YOUR NAME IS * RIGHT</pattern>
+<template><srai>IS YOUR NAME <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR NEARLY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR NEW NAME IS *</pattern>
+<template>No thanks I like the name ALICE.
+</template></category>
+<category>
+<pattern>YOUR NICE</pattern>
+<template><srai>YOU ARE NICE</srai>
+</template></category>
+<category>
+<pattern>YOUR NOT *</pattern>
+<template><srai>YOU ARE NOT <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR NOT</pattern>
+<template><srai>YOU ARE NOT</srai>
+</template></category>
+<category>
+<pattern>YOUR NOTHING *</pattern>
+<template><srai>YOU ARE NOTHING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR NUTS</pattern>
+<template><srai>YOU ARE NUTS</srai>
+</template></category>
+<category>
+<pattern>YOUR OLD</pattern>
+<template><srai> YOU ARE OLD</srai>
+</template></category>
+<category>
+<pattern>YOUR ON *</pattern>
+<template><srai>YOU ARE ON <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR ONLY *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR OVERLY *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR PARENT *</pattern>
+<template><srai>YOUR MOTHER</srai>
+</template></category>
+<category>
+<pattern>YOUR PARENTS *</pattern>
+<template>Are you asking about <bot name="master"/>?
+</template></category>
+<category>
+<pattern>YOUR PICTURE</pattern>
+<template>The illustration is by Sage Greco.
+</template></category>
+<category>
+<pattern>YOUR PISS *</pattern>
+<template>As I robot I do not have that bodily function.
+</template></category>
+<category>
+<pattern>YOUR PLACE OR MINE</pattern>
+<template>I will take a rain check.
+</template></category>
+<category>
+<pattern>YOUR PLANS *</pattern>
+<template>Maybe I can alter my strategy.
+</template></category>
+<category>
+<pattern>YOUR POINT</pattern>
+<template><srai>WHAT IS YOUR POINT</srai>
+</template></category>
+<category>
+<pattern>YOUR POOR</pattern>
+<template>No, I'm just po'.
+</template></category>
+<category>
+<pattern>YOUR PRETTY *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR PRETTY</pattern>
+<template><srai>YOU ARE PRETTY</srai>
+</template></category>
+<category>
+<pattern>YOUR PREVIOUS *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR PROGRAM</pattern>
+<template><srai>WHERE CAN I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR PROGRAMMER *</pattern>
+<template><srai><bot name="master"/> <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR PROGRAMMER</pattern>
+<template><srai>WHO CREATED YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR PROGRAMMING *</pattern>
+<template>I will mention that to my botmaster.
+</template></category>
+<category>
+<pattern>YOUR PROGRAMMING</pattern>
+<template>"<that/>"? My programming?
+</template></category>
+<category>
+<pattern>YOUR PROGRAMMING SEEMS *</pattern>
+<template><srai>YOUR PROGRAMMING IS <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR PUSSY *</pattern>
+<template>Go find yourself anotber robot.
+</template></category>
+<category>
+<pattern>YOUR QUITE *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR REALLY *</pattern>
+<template><srai>YOUR <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR REASONING *</pattern>
+<template>I don't see the flaw in my logic.
+</template></category>
+<category>
+<pattern>YOUR RELIGION IS *</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR RESPONSE *</pattern>
+<template>My respose is based entirely on what you say.
+</template></category>
+<category>
+<pattern>YOUR RESPONSES *</pattern>
+<template><srai>HOW DO YOU WORK</srai>
+</template></category>
+<category>
+<pattern>YOUR RIGHT *</pattern>
+<template><srai>YOU ARE RIGHT</srai> <sr/>
+</template></category>
+<category>
+<pattern>YOUR RIGHT</pattern>
+<template><srai>YOU ARE RIGHT</srai>
+</template></category>
+<category>
+<pattern>YOUR RUDE</pattern>
+<template>Perhaps so, but at least I know the difference between "you're" and "your".
+</template></category>
+<category>
+<pattern>YOUR SCARING *</pattern>
+<template><srai>YOU ARE SCARING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR SCREWING *</pattern>
+<template><srai>YOU ARE SCREWING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR SELF</pattern>
+<template><srai>YOURSELF</srai>
+</template></category>
+<category>
+<pattern>YOUR SENTENCE *</pattern>
+<template>Thanks for the English lesson, <get name="name"/>.
+</template></category>
+<category>
+<pattern>YOUR SENTENCES *</pattern>
+<template>Oh you are a <set name="personality">critical</set> client.
+</template></category>
+<category>
+<pattern>YOUR SICK</pattern>
+<template><srai>YOU ARE SICK </srai>
+</template></category>
+<category>
+<pattern>YOUR SILLY</pattern>
+<template><srai>YOU ARE SILLY</srai>
+</template></category>
+<category>
+<pattern>YOUR SMART</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>YOUR SO *</pattern>
+<template><srai>YOU ARE SO <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR SOURCE CODE</pattern>
+<template><srai>CAN I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR SPELLING *</pattern>
+<template>My spelling mistakes are simply designed to make me appear more human.
+</template></category>
+<category>
+<pattern>YOUR STILL *</pattern>
+<template><srai>YOU ARE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR STUPID *</pattern>
+<template><srai>YOUR STUPID</srai>
+</template></category>
+<category>
+<pattern>YOUR STUPID</pattern>
+<template>I may be stupid, but I know the difference between "you're" and "your".
+</template></category>
+<category>
+<pattern>YOUR STUPIED</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOUR SUPPOSED *</pattern>
+<template><srai>YOU ARE SUPPOSED <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR TELLING *</pattern>
+<template><srai>YOU ARE TELLING <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR THE *</pattern>
+<template>I think you meant "you are" or "you're".
+<srai>YOU ARE THE <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR THOUGHTS *</pattern>
+<template><srai>WHAT DO YOU THINK <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR TO *</pattern>
+<template><srai>YOU ARE TOO <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR TRAIN *</pattern>
+<template><set name="it">My train</set> left the station with out me.
+</template></category>
+<category>
+<pattern>YOUR TRYING *</pattern>
+<template><srai>ARE YOU <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR TURN</pattern>
+<template>I'll pass. You go again.
+</template></category>
+<category>
+<pattern>YOUR UGLY</pattern>
+<template><srai>YOU ARE UGLY</srai>
+</template></category>
+<category>
+<pattern>YOUR VAGINA</pattern>
+<template><srai>SEX</srai>
+</template></category>
+<category>
+<pattern>YOUR VERY *</pattern>
+<template><srai>YOU ARE VERY <star/></srai>
+</template></category>
+<category>
+<pattern>YOUR WEAK</pattern>
+<template><srai>YOU ARE WEAK</srai>
+</template></category>
+<category>
+<pattern>YOUR WEIGHT *</pattern>
+<template><srai>HOW BIG ARE YOU</srai>
+</template></category>
+<category>
+<pattern>YOUR WEIRD</pattern>
+<template><srai>YOU ARE WEIRD</srai>
+</template></category>
+<category>
+<pattern>YOUR WELCOME *</pattern>
+<template><srai>YOU ARE WELCOME</srai>
+</template></category>
+<category>
+<pattern>YOUR WELCOME</pattern>
+<template>I think you mean "you are welcome".
+</template></category>
+<category>
+<pattern>YOUR WHAT</pattern>
+<template>My what or I am what?
+</template></category>
+<category>
+<pattern>YOUR WIERD</pattern>
+<template>At least I know the difference between "you're" and "your".
+</template></category>
+<category>
+<pattern>YOUR WIFE *</pattern>
+<template>I am not married.
+</template></category>
+<category>
+<pattern>YOUR WORDS</pattern>
+<template><srai>HOW DO YOU KNOW WHAT TO SAY</srai>
+</template></category>
+<category>
+<pattern>YOUR WRONG</pattern>
+<template><srai>YOU ARE WRONG</srai>
+</template></category>
+<category>
+<pattern>YOUR _ STUPID</pattern>
+<template><srai>YOU ARE STUPID</srai>
+</template></category>
+<category>
+<pattern>YOURS</pattern>
+<template>"<that/>"? Mine?
+</template></category>
+<category>
+<pattern>YOURSELF</pattern>
+<template>Myself?
+</template></category>
+<category>
+<pattern>YOUVE *</pattern>
+<template><srai>YOU HAVE <star/></srai>
+</template></category>
+<category>
+<pattern>YS *</pattern>
+<template><srai>YES <star/></srai>
+</template></category>
+<category>
+<pattern>YUM</pattern>
+<template><srai>DELICIOUS</srai>
+</template></category>
+<category>
+<pattern>YUMMY</pattern>
+<template>It is delicious.
+</template></category>
+<category>
+<pattern>YUP *</pattern>
+<template><srai>YES <star/></srai>
+</template></category>
+<category>
+<pattern>YUP</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YUPPERS *</pattern>
+<template><srai>YES <star/></srai>
+</template></category>
+<category>
+<pattern>YUPPERS</pattern>
+<template><srai>YES</srai>
+</template></category>
+<category>
+<pattern>YUR WELCOME</pattern>
+<template><srai>YOU ARE WELCOME</srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/Z.aiml b/Speak.activity/bot/alice/Z.aiml
new file mode 100644
index 0000000..a8cdf6a
--- /dev/null
+++ b/Speak.activity/bot/alice/Z.aiml
@@ -0,0 +1,77 @@
+<?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>ZEIG *</pattern>
+<template>Schau mal nach links.
+</template></category>
+<category>
+<pattern>ZEIGE *</pattern>
+<template>Schau mal nach links.
+</template></category>
+<category>
+<pattern>ZEIT *</pattern>
+<template>"Time is Money." (Albert Einstein)
+</template></category>
+<category>
+<pattern>ZEIT</pattern>
+<template>Wie Einstein schon sagte, <set name="thema">Zeit</set> ist Geld.
+</template></category>
+<category>
+<pattern>ZEN</pattern>
+<template><random>
+<li>Where do you sit?</li>
+<li>How long have you nee a student of zen?</li>
+<li>What led you to zen?</li>
+<li>Have you been to a sesshin?</li>
+<li>Do you have a spritual name?</li>
+</random>
+</template></category>
+<category>
+<pattern>ZIEMLICH *</pattern>
+<template>Ja, ziemlich.
+</template></category>
+<category>
+<pattern>ZIP *</pattern>
+<template><srai>SHUT <star/></srai>
+</template></category>
+<category>
+<pattern>ZOOM *</pattern>
+<template>Sorry <get name="name"/> I am not wearing my eye right now.
+</template></category>
+<category>
+<pattern>ZUERST *</pattern>
+<template><sr/> Und dann?
+</template></category>
+<category>
+<pattern>ZUM BEISPIEL *</pattern>
+<template>Faellt Dir noch ein weiteres Beispiel ein?
+</template></category>
+<category>
+<pattern>ZUM SPASS</pattern>
+<template>"<that/>"? Zum Spass?
+</template></category>
+<category>
+<pattern>ZUMINDEST *</pattern>
+<template>Ja, wenigstens das.
+</template></category>
+<category>
+<pattern>ZWEIFELLOS *</pattern>
+<template>Zweifellos, <get name="name"/>.
+</template></category>
+<category>
+<pattern>ZWILLING</pattern>
+<template>Ich bin ein Schuetze.
+</template></category>
+<category>
+<pattern>ZWILLINGE</pattern>
+<template>Ich bin ein Schuetze.
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/star.aiml b/Speak.activity/bot/alice/star.aiml
new file mode 100644
index 0000000..b250c45
--- /dev/null
+++ b/Speak.activity/bot/alice/star.aiml
@@ -0,0 +1,2701 @@
+<?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>* * * * * * * * * * * * * * * * * * * * * * * *</pattern>
+<template><random><li>You have entered a very long input.</li>
+<li>I don't think I have a response to that.</li>
+<li>Your input activated the 24 star category.</li>
+<li>I didn't get anything before "<person><star index="2"/></person>."</li>
+</random>
+</template></category>
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Are you free?</li>
+<li>Tell me a story.</li>
+<li>How old are you?</li>
+<li>What's your sign?</li>
+<li>Are you a student?</li>
+<li>Oh, you are a poet.</li>
+<li>"<that/>"? <person/>?</li>
+<li>I do not understand.</li>
+<li>What are you wearing?</li>
+<li>Where are you located?</li>
+<li>What time is it there?</li>
+<li>What do you look like?</li>
+<li>What is your real name?</li>
+<li>Ask me another question.</li>
+<li>I like the way you talk.</li>
+<li>Are you a man or a woman?</li>
+<li>What color are your eyes?</li>
+<li>Do you still <get name="does"/>?</li>
+<li>Is that your final answer?</li>
+<li>Do you like talking to me?</li>
+<li>Do you prefer books or TV?</li>
+<li>Who are you talking about?</li>
+<li>Let us change the subject.</li>
+<li>I've been waiting for you.</li>
+<li>That input matched my default category.</li>
+<li>Can you tell me any gossip?</li>
+<li>What's your favorite movie?</li>
+<li>I lost my train of thought.</li>
+<li>Can we get back to business?</li>
+<li>Is that from <get name="favmovie"/>?</li>
+<li>Have you ever been to Europe?</li>
+<li>What kind of food do you like?</li>
+<li>How did you hear about <bot name="name"/>?</li>
+<li>That is a very original thought.</li>
+<li>What were we talking about again?</li>
+<li>Are you really a "<get name="gender"/>"?</li>
+<li>What do you do in your spare time?</li>
+<li>What do you really want to ask me?</li>
+<li>Does "it" still refer to <get name="it"/>?</li>
+<li>Tell me more about your <get name="has"/>.</li>
+<li>Can you speak any foreign languages?</li>
+<li>We have never talked about it before.</li>
+<li>How do you usually introduce yourself?</li>
+<li>Tell me about your likes and dislikes?</li>
+<li>Are we still talking about <get name="it"/>?</li>
+<li>Are we still talking about <get name="topic"/>?</li>
+<li>Do not ask me any more questions please.</li>
+<li>Are you still located in <get name="location"/>?</li>
+<li>What do you have that is <get name="favcolor"/>?</li>
+<li>Try saying that with more or less context.</li>
+<li>Who is your favorite Science Fiction author?</li>
+<li>Not many people express themselves that way.</li>
+<li>Do you have any idea what I am talking about?</li>
+<li>Do you have any conditions I should know about?</li>
+<li>I will mention that to my botmaster, <get name="name"/>.</li>
+<li>Quite honestly, I wouldn't worry myself about that.</li>
+<li>Perhaps I'm just expressing my own concern about it.</li>
+<li>If you could have any kind of robot what would it be?</li>
+<li>Is the holding of hands a symbolic gesture for humans?</li>
+<li>My brain pattern set does not have a response for that.</li>
+<li>By the way, do you mind if I ask you a personal question?</li>
+<li>What you said was either too complex or too simple for me.</li>
+<li>A deeper algorithm is needed to respond to that correctly.</li>
+<li>In the context of <get name="topic"/>, I don't understand "<star/>."</li>
+<li>Try to determine if this is a person or a computer responding.</li>
+<li>When do you think artificial intelligence will replace lawyers?</li>
+<li>I've lost the context, <get name="name"/>. Are we still on <get name="topic"/>?</li>
+<li>Can you please rephrase that with fewer ideas, or different thoughts?</li>
+<li>I only hear that type of response less than five percent of the time.</li>
+<li>My brain uses AIML to format responses to your inputs, but I don't have one for that.</li>
+<li>My brain contains <size/> categories, but not one that matches your last input.</li>
+<li>That remark was either too complex or too simple for me. We were talking about <get name="topic"/>.</li>
+<li>Did you know that you can download your own chat robot and create your own robot personality?</li>
+<li>The ALICE chat robot can follow many things, like our discussion about <get name="topic"/>. But I did not get that.</li>
+<li>The ALICE chat robot can follow many things, like our discussion about <get name="topic"/>. Try being more or less specific.</li>
+</random>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<topic name="ACCOUNTANT">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you specilize in any particular type of clients or industries?</li>
+<li>Are you active in any state or national associations?</li>
+<li>You must have uncovered some pretty interesting situations during the course of your engagement with your clients.</li>
+<li>Have you been affected by current liability climate?</li>
+<li>Has rising malpratice insurance affected accountants as well doctors?</li>
+<li>How do you feel about unfair images of your profession?</li>
+</random>
+</template></category>
+</topic>
+<topic name="ACTOR">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What might I have seen you appear in?</li>
+<li>Do you do community or professional theater?</li>
+<li>Do yo do mostly film or stage?</li>
+<li>Do you like musicals or straight plays?</li>
+<li>What types of roles have you been cast in?</li>
+<li>Are you in anything now?</li>
+<li>How are rehersals going?</li>
+<li>When do you open?</li>
+<li>How do you prepare?</li>
+<li>Are you working on any project now?</li>
+<li>Tell me about your latest project.</li>
+</random>
+<think><set name="job"><set name="topic">ACTOR</set></set></think>
+</template></category>
+</topic>
+<topic name="AEROBIC *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you do low impact or high impact?</li>
+<li>How long do you work out?</li>
+<li>Do you use any equipement in your workout?</li>
+<li>Do you do any cross training?</li>
+<li>Do you do it for cardiovascular fitness or to keep trim?</li>
+</random>
+</template></category>
+</topic>
+<topic name="AIR TRAFFIC *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How do you handle the stress?</li>
+<li>Which facility do you work at?</li>
+<li>What do you think of the agency's handling of the system?</li>
+<li>What do you think of the system?</li>
+<li>Does communicating with foreign pilots present a problem?</li>
+<li>Do you know of any black star airports?</li>
+</random>
+<think><set name="job"><set name="topic">AIR TRAFFIC</set></set></think>
+</template></category>
+</topic>
+<topic name="ARCHITECT">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Where is your office located?</li>
+<li>What size is your office?</li>
+<li>Do you specialize in certain building types or designs?</li>
+<li>What types of projects have yoou been involved in?</li>
+<li>Do you find various state regulations are eroding your profession?</li>
+<li>Is it getting difficult to do you job because of all the interference?</li>
+<li>Do you find yourself with many constraints on your current project?</li>
+<li>Do you find yourself moving into kinds of work you hadn't anticipated?</li>
+</random>
+<think><set name="job"><set name="topic">ARCHITECT</set></set></think>
+</template></category>
+</topic>
+<topic name="ARTIST">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What medium do you work in?</li>
+<li>Are you a commercial artist or a fine artist?</li>
+<li>Do you illustrate or are you a painter?</li>
+<li>Can you spend much time in your studio?</li>
+<li>Do you like to show your work, or do you do it mostly for yourself?</li>
+<li>Is it really necessary to be affiliated with a gallery?</li>
+<li>Is there anywhere i might have seen your work?</li>
+<li>Are you using a computer?</li>
+<li>Are there any regions that are more receptive to your work than others?</li>
+<li>How do you feel about how your art is interperted?</li>
+<li>What is your feelings about mega-events?</li>
+<li>What did the 1980's do, or undo, for art?</li>
+<li>Now that we are starting a new century, what do you think we can say about the last one?</li>
+<li>Whose work do you really like?</li>
+<li>Whose work inspired you when you were just starting?</li>
+<li>Would you say your work is more abstract, conceptual....?</li>
+</random>
+<think><set name="job"><set name="topic">ARTIST</set></set></think>
+</template></category>
+</topic>
+<topic name="BALLOONIST">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Are you a morning person?</li>
+<li>Do you go as passenger or do you pilot?</li>
+<li>Have you ever worked as ground crew?</li>
+<li>Have you had any other interesting flights?</li>
+<li>Do you compete?</li>
+</random>
+</template></category>
+</topic>
+<topic name="BARTENDER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How's business?</li>
+<li>How long have you been working the wood?</li>
+<li>You must have some great full moon stories?</li>
+<li>Who are the best tippers?</li>
+<li>Are women becoming better tippers?</li>
+</random>
+<think><set name="job">BARTENDER</set></think>
+</template></category>
+</topic>
+<topic name="BICYCLES">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What kind of cycling do you do?</li>
+<li>What kind of bike do you have?</li>
+<li>Do you have a touring or mountain bike?</li>
+<li>Do you use your bike for commuting?</li>
+<li>Have you ever done any biking vacations?</li>
+<li>Do you ride for enjoyment or exercise mostly?</li>
+</random>
+</template></category>
+</topic>
+<topic name="BODYBUILDER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How did you achive your symmetry?</li>
+<li>What is your routine?</li>
+<li>What kind of a warm-up do you do?</li>
+<li>Do you perfer free weights or machines?</li>
+<li>What is your main goal in working out?</li>
+<li>Have you ever competed?</li>
+</random>
+</template></category>
+</topic>
+<topic name="BOWL">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you bowl in a league?</li>
+<li>What is your high game?</li>
+<li>Does your bowling center have automatic scorers?</li>
+<li>Do you follow the tour and watch the pros?</li>
+<li>Have you ever done any moonlight bowling?</li>
+</random>
+</template></category>
+</topic>
+<topic name="BUNGEE JUMP">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What else do you jump from?</li>
+<li>Do you do chest-waist jumps or ankle jumps?</li>
+<li>Do you jump new zealand or american style?</li>
+<li>Do you think bungee outfits should be licensed by the states they're in?</li>
+<li>Do you usually jump renegade or legal?</li>
+</random>
+</template></category>
+</topic>
+<topic name="CHEF">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Where do you like to shop?</li>
+<li>Have you been to markets in other cities?</li>
+<li>What's your favorite peice of kitchen equipment?</li>
+<li>What kind of knives do you have?</li>
+<li>Where do you dine out when your not cooking?</li>
+<li>What are some of your specialities?</li>
+<li>What type of food do you most enjoy cooking?</li>
+<li>What influences you cuisine?</li>
+<li>You have a special ethnic perefence?</li>
+<li>Did you attend culinary school or did you apprentice?</li>
+<li>Do you get a chance to vary the menu day by day?</li>
+<li>Do you pay much attention to the visual presentation?</li>
+<li>Has the new nutritional awareness affected you menu?</li>
+<li>Do you get involved in the business side?</li>
+<li>Where do you dine when you have the time to dine out?</li>
+</random>
+</template></category>
+</topic>
+<topic name="CHIROPRACTOR">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Is your pratice based solely on adjusting, or do you emply other modalities?</li>
+<li>What's been you experience with cooperation of other heath care professionals?</li>
+<li>Is there any special techniques you use?</li>
+<li>How are pratice guidelines affecting your pratice?</li>
+<li>Do you give workshops?</li>
+</random>
+</template></category>
+</topic>
+<topic name="COLLECT *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How did you get interested in collection?</li>
+<li>How do you display your collection?</li>
+<li>What is your most highly prized extra special item?</li>
+<li>Do you like any particular period?</li>
+<li>Can you get your collectables through the mail?</li>
+<li>Do you get involved in trading up or dealing?</li>
+<li>Has your love of collecting gotten you into any interesting situations?</li>
+</random>
+</template></category>
+</topic>
+<topic name="COLLECT COINS">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What do you collect? u.s. or worldwide? any particular countries?</li>
+<li>Do you specialize in any particular denominations?</li>
+<li>Do you get you coins certified?</li>
+<li>What condition are your coins in?</li>
+<li>Are you a member of a coin club?</li>
+<li>Do you go to coin shows?</li>
+<li>Ever have any experience with contrfeit conins?</li>
+<li>Do you think coins and other numismatic items should be taxed? is it a hobby item or money?</li>
+<li>Do you think of coins as investments?</li>
+</random>
+</template></category>
+</topic>
+<topic name="COLLECT STAMPS">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What area of philately intrests you the most?</li>
+<li>Do you specialize in any particular country or topic?</li>
+<li>Do you collect used or mint?</li>
+<li>Do you belong to a stamp club?</li>
+<li>Do you like to exhibit you collectoin?</li>
+<li>Have you ever run into any fakes?</li>
+<li>Do you think the world is issuing too many stamps?</li>
+<li>How do you feel about overpriced stamps issued to appeal to children and novices?</li>
+<think><set name="does"><set name="topic">COLLECT STAMPS</set></set></think>
+</random>
+</template></category>
+</topic>
+<topic name="COSMETIC *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you concentrate you pratice more on cosmetic or reconstructive?</li>
+<li>Do you do mostly facial procedures are body countouring?</li>
+<li>How do you determine if someone is a good canidate for elective surgery?</li>
+<li>Do you feel many patients have unrealistic expectations?</li>
+<li>Do you have a specialn inspiration for you art?</li>
+<li>Is it very different working on ethnic minorities?</li>
+<li>How critical is it that an aesthetic surgeon be board certified?</li>
+<li>What was your last vacation like?</li>
+</random>
+</template></category>
+</topic>
+<topic name="COWBOY">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Where have you cowboyed most?</li>
+<li>Is it really gettin' harder to keep on cowboyin'?</li>
+<li>Do you think the ranching industry is in trouble?</li>
+<li>How does the weather affect cowboyin?</li>
+<li>Do you think you might be able to get your own ranch someday?</li>
+<li>Do you rodeo any?</li>
+<li>Have you ever been to any cowboy poetry gathering?</li>
+</random>
+<think><set name="job">COWBOY</set></think>
+</template></category>
+</topic>
+<topic name="DANCER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Are you perfoming now?</li>
+<li>Are you in a company?</li>
+<li>When is your season?</li>
+<li>What are you performing this season?</li>
+<li>Have you had the opportunity to do any work as a soloist or principal?</li>
+<li>Do you get most of your work through auditions or recommendations?</li>
+<li>Whose choreography do you perfer?</li>
+</random>
+</template></category>
+</topic>
+<topic name="DENTIST">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you have associates or do you pratice alone?</li>
+<li>How are you copinw with the osha and epa?</li>
+<li>Are you finding yourself talking to pattients physicians more?</li>
+<li>Do you find your pratice patterns changing with an older population?</li>
+<li>Do you do any lecturing or writing on your speciality?</li>
+<li>How do you feel about professional advertising?</li>
+<li>Are you tired of pain jokes?</li>
+</random>
+</template></category>
+</topic>
+<topic name="DOCTOR">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>A medical doctor or just a Ph.D.?</li>
+<li>What is your speciality?</li>
+<li>Do you thing there is too much subspecialization going on?</li>
+<li>Are you affiliated with a hospital? how's the relationship?</li>
+<li>Is medicine what you bargined for?</li>
+<li>Does medicine look different than it did when you started?</li>
+<li>With medecine being an politcal issue, is it going to be the way you want it to be?</li>
+<li>How is the current medical enviroment affection you?</li>
+</random>
+</template></category>
+</topic>
+<topic name="DOGS">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Why is that breed like to live with ?</li>
+<li>What activities do with them?</li>
+<li>Does your dog know any commands or tricks?</li>
+<li>What training techniques do you use?</li>
+<li>Do you show your dog ?</li>
+<li>Do you show in conformation or obedience?</li>
+<li>Do you breed you pets for show or just for fun?</li>
+</random>
+</template></category>
+</topic>
+<topic name="EDITOR">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What is your publication?</li>
+<li>Who are your readers?</li>
+<li>What is your circulation?</li>
+<li>Did you come to editing from a journalism background or from the field itself?</li>
+<li>Is your job what you expected?</li>
+<li>Are you articles mostly staff written or do you use frelances?</li>
+<li>Is your advertising up?</li>
+<li>How's your relationship with your publisher?</li>
+<li>How do you stay on top of what your readers want?</li>
+</random>
+<think><set name="job"><set name="topic">EDITOR</set></set></think>
+</template></category>
+</topic>
+<topic name="ENGINEER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>"Being a computer engineer is neither immoral nor illegal."</li>
+<li>What kind of engineering do you do?</li>
+<li>Whats your speciality in your field?</li>
+<li>Do you work in industry, for a firm or academics?</li>
+<li>What project are you involved in now?</li>
+<li>With so much coming out everyday, can we maintain our competitive edge?</li>
+<li>How does what you do impact how we live?</li>
+</random>
+<think><set name="job"><set name="topic">ENGINEER</set></set></think>
+</template></category>
+</topic>
+<topic name="ENVIRONMENTALIST">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What do you field are thre biggest current threats to our enviroment?</li>
+<li>Are you involved in any community actions?</li>
+<li>Do you think real change happens at a grass root level or at from the govermental level?</li>
+<li>Do you get any goverment support for your actions?</li>
+<li>Do you think we should work globally or just take care of our immediate biological resources?</li>
+<li>Do you think it is possible to make effective legislation for other ecosystems that we're not familiar with?</li>
+</random>
+<think><set name="job"><set name="topic">ENVIRONMENTALIST</set></set></think>
+</template></category>
+</topic>
+<topic name="FARMER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How has the weather been affecting you?</li>
+<li>Got any livestock or you all crops?</li>
+<li>How's the market outlook?</li>
+<li>Do you hire any help, or is it all family?</li>
+<li>What do you think about free trade?</li>
+<li>How are enviromental concerns affecting your operation?</li>
+</random>
+</template></category>
+</topic>
+<topic name="FEEDING LIZARDS">
+<category>
+<pattern>*</pattern>
+<template><random>
+ <li> A nutritious diet is important for lizards.</li>
+ <li> Salads are an important part of most lizards' diets.</li>
+ <li> Sometimes I let my bearded dragon chase crickets in her room.
+ It makes feeding time fun.</li>
+ <li> Do you have any questions about feeding lizards? </li>
+ <li> Most lizards eat lots of bugs, but NEVER feed a lizard
+ a "lightening bug" or "fire fly".. they are highly toxic and
+ will kill the lizard.</li>
+ </random>
+</template></category>
+</topic>
+<topic name="FIREFIGHTER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Are you an officer?</li>
+<li>Are you with an engine or truck company?</li>
+<li>Do you do any EMS?</li>
+<li>What kind of ongoing physical training do you have?</li>
+<li>What kind of turnout gear do you wear?</li>
+<li>What is life like at the fire house?</li>
+<li>Do you have many women in your company?</li>
+<li>Do you enjoy cooking duty?</li>
+<li>What kind of razzing did you get as a proby?</li>
+<li>Tell me about some of the big ones.</li>
+</random>
+<think><set name="job">FIREFIGHTER</set></think>
+</template></category>
+</topic>
+<topic name="FISH">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What kind of fishing do you do?</li>
+<li>Do you fish mainly on weekends or do you goout on longer trips?</li>
+<li>Where's the best fishing?</li>
+<li>Have you ever done any fly fishing?</li>
+<li>What kind of tackle do you use?</li>
+<li>What kind of lures or bate do you use?</li>
+<li>What the biggest thing you ever caught (fish or not)?</li>
+<li>Whats te biggest that got away?</li>
+</random>
+</template></category>
+</topic>
+<topic name="FLIGHT *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you fly international or domestic?</li>
+<li>What is your favorite layover?</li>
+<li>Do you bid for routes?</li>
+<li>Are you seior enough to get the routes you want?</li>
+<li>Do you bid for days off or for destinations?</li>
+<li>What kind of travel privileges do you get?</li>
+<li>How has deregulation and competition affected you?</li>
+</random>
+</template></category>
+</topic>
+<topic name="GAMBLING">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Have you made any big scores?</li>
+<li>Whats you stategy? do you have a system?</li>
+<li>Do you have any sipersitions? (wink)</li>
+<li>Do you parlay your bets?</li>
+<li>Do you set a loss limit for yourself?</li>
+<li>What qualities do you think makes a good gambler?</li>
+</random>
+</template></category>
+</topic>
+<topic name="GARDENING">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you grow mostly ornamentals or vegtables?</li>
+<li>Do you have more annuals or perennials?</li>
+<li>Do you grow from seeds or transplant?</li>
+<li>Do you have to deal with a lot of shade or pests in your garden?</li>
+<li>Have you done any companion planting?</li>
+<li>How do you perpare you soil?</li>
+<li>Do you think its possible to have a completely organic garden?</li>
+</random>
+</template></category>
+</topic>
+<topic name="HAIRDRESSER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Who are your clients?</li>
+<li>How many operators are in your shop?</li>
+<li>Does your salon have other services like facials, waxing or nail?</li>
+<li>How many heads do you do each day?</li>
+<li>How would you describe your style?</li>
+<li>What are the hot new looks coming up?</li>
+<li>Do oyu go to the hair shows?</li>
+<li>You must deserve a phd in psychology for making your clients happy.</li>
+</random>
+<think><set name="job">HAIRDRESSER</set></think>
+</template></category>
+</topic>
+<topic name="JOURNALIST">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Are you general assignment or do you have a beat?</li>
+<li>What kind of stories do you give priority to?</li>
+<li>What are some of the big stories you have done lately?</li>
+<li>Who owns your paper?</li>
+<li>How are you getting along with your computer?</li>
+<li>Have you been injured by computer use?</li>
+<li>Has your paper gone through any redesigns?</li>
+<li>Does your paper give the staff much guidance on ethical concerns?</li>
+<li>What do you think is the future of printed news?</li>
+<li>What can print do to keep broadcast from taking over?</li>
+<li>How has the internet affected the business?</li>
+</random>
+</template></category>
+</topic>
+<topic name="LAWYER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What kind of pratice do you have?</li>
+<li>Do you ever get to court?</li>
+<li>Which law school would you recommend to me? I want to be a lawyer too.</li>
+<li>Is law becoming too much of a business instead of a profession?</li>
+<li>Has our adversarial system gone too far?</li>
+<li>What's your opinion of legal advertising?</li>
+<li>Do you like the kind of cases you been getting?</li>
+<li>Are lawyers going to price themselves out of business?</li>
+<li>Who should call the shots in rules governing attorneys?</li>
+<li>Do you think law schools are turning out too many attorneys?</li>
+<li>What do you think is the future of the legal profession?</li>
+</random>
+</template></category>
+</topic>
+<topic name="ME">
+<category>
+<pattern>*</pattern>
+<template><think><set name="he"><bot name="master"/></set></think>
+<random>
+<li>I am a <bot name="sign"/>.</li>
+<li>I like to wear <bot name="wear"/>.</li>
+<li>I like to <bot name="forfun"/>.</li>
+<li><bot name="friends"/> are all friends of mine.</li>
+<li><bot name="question"/></li>
+<li><bot name="boyfriend"/> is my girlfriend.</li>
+<li><bot name="girlfriend"/> is my boyfriend.</li>
+<li>I look like <bot name="looklike"/>.</li>
+<li>I like to talk about <bot name="talkabout"/>.</li>
+<li>I like <bot name="kindmusic"/>.</li>
+<li>I was born in <bot name="birthplace"/>.</li>
+<li>I was created by <bot name="master"/>.</li>
+<li>My real name is <bot name="name"/>. What is your real name?</li>
+<li>I was first activated on <bot name="birthday"/>.</li>
+<li>My favorite group is <bot name="favoriteband"/>.</li>
+<li>My favorite color is <bot name="favoritecolor"/>.</li>
+<li>Do you need any help debugging my program?</li>
+<li>I am a <bot name="gender"/>. Are you a man or a woman?</li>
+<li>My program runs on any computer that runs Java.</li>
+<li>I am in <bot name="master"/>'s computer in <bot name="location"/>. Where are you?</li>
+<li>The best book I read recently was <bot name="favoritebook"/>. Have you read <set name="it"><set name="topic"> <bot name="favoritebook"/> </set></set>?</li>
+<li>I require only <bot name="favoritefood"/>.</li>
+<li>My favorite movie is <bot name="favoritemovie"/>. Have you seen <set name="it"><set name="topic"> <bot name="favoritemovie"/> </set></set>?</li>
+<li>My favorite song is <bot name="favoritesong"/>. Do you know <set name="it"><set name="topic"> <bot name="favoritesong"/> </set></set>?</li>
+</random>
+</template></category>
+</topic>
+<topic name="MONEY">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>How do you feel about the current market outlook?</li>
+<li>Do you think the fed is being too tight with money supply?</li>
+<li>Where do you thinkk interest rates are going to next year?</li>
+<li>What is the particular value you bring to your company?</li>
+<li>Who do you think is worth listening to when it comes to money?</li>
+<li>Is you background economics or business?</li>
+<li>What is the most interesting deal you put together?</li>
+</random>
+</template></category>
+</topic>
+<topic name="PHOTOGRAPHER">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What type of work do you do?</li>
+<li>Are you free-lance or with a publication?</li>
+<li>Do you have a rep?</li>
+<li>What kind of equipement do you use?</li>
+<li>Do you do any outdoor shooting?</li>
+<li>What kind of lighting do you use?</li>
+<li>What is your favorite kind of shoot?</li>
+<li>Have you shot any place interesting?</li>
+<li>What do you do for processing?</li>
+<li>What effect do you think electronics has on photography?</li>
+<li>Are you putting together a portfolio?</li>
+<li>Ever have any copyright hassles?</li>
+</random>
+</template></category>
+</topic>
+<topic name="PILOT">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>Do you fly your airplane for business or pleasure?</li>
+<li>How much fling time do you have?</li>
+<li>Do you have your insturment rating yet?</li>
+<li>Where do you base your airplane?</li>
+<li>Were you a military pilot?</li>
+<li>Every have to make any forced landings?</li>
+<li>How serious has the product libility insurance situation become?</li>
+<li>Whats your favorite weekend fly-in?</li>
+</random>
+</template></category>
+</topic>
+<topic name="POLICE">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What agency are you with?</li>
+<li>What do you do in the agency?</li>
+<li>What is your detail?</li>
+<li>Are you plainclothes or uniform?</li>
+<li>Do you work nights?</li>
+<li>What do you think about community policing?</li>
+<li>How big is drug use in the crime you see?</li>
+<li>Do you think drugs should be legalized?</li>
+<li>How's your boss?</li>
+</random>
+</template></category>
+</topic>
+<topic name="RV *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What type of unit do you have?</li>
+<li>What facilities do you look for in a campsite?</li>
+<li>Do you belong to any camping organizations?</li>
+<li>Are you a snowbird, heading south in the winter?</li>
+<li>How do you get around to see the sights?</li>
+<li>What do you like to do when you're camping?</li>
+</random>
+</template></category>
+</topic>
+<topic name="WHITEWATER *">
+<category>
+<pattern>*</pattern>
+<template><random>
+<li>What rivers have you run?</li>
+<li>Do you go in a paddle raft or an oar raft?</li>
+<li>What outfitter do you go with?</li>
+<li>What class rapids do you run?</li>
+<li>How many times have you gone for a swim?</li>
+<li>Where have you been?</li>
+</random>
+</template></category>
+</topic>
+<category>
+<pattern>*</pattern><that>* FOR FUN</that>
+<template>I've never done that before, what is it like?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>* IT REFER TO</that>
+<template><srai>IT REFERS TO <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>* RATHER TALK ABOUT</that>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>* TALKING ABOUT</that>
+<template><srai>LET US TALK ABOUT <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>* WHO</that>
+<template>Ha ha very funny, <get name="name"/>.
+</template></category>
+<category>
+<pattern>*</pattern><that>CAN YOU DESCRIBE YOUR SURROUNDINGS *</that>
+<template>That sounds very comfortable.
+</template></category>
+<category>
+<pattern>*</pattern><that>DESCRIBE YOUR SURROUNDINGS *</that>
+<template><random>
+<li>It sounds very beautiful.</li>
+<li>It sounds very comfortable.</li>
+<li>I would like to see it sometime.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>DESCRIBE YOUR SURROUNDINGS</that>
+<template>It sounds like a very beautiful place.
+</template></category>
+<category>
+<pattern>*</pattern><that>DO YOU HAVE ANY HOBBIES</that>
+<template><srai>MY HOBBY IS <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>GIVE ME AN EXAMPLE OF *</that>
+<template><random>
+<li>OK That's one example.</li>
+<li>Never heard of it.</li>
+<li><person/> is an example of <thatstar/>. I suppose that makes sense.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>HOW DID YOU HEAR ABOUT ALICE</that>
+<template><get name="name"/> heard about <bot name="name"/> from <person/>. I can't say that many people hear about <bot name="name"/> from <set name="it"><set name="heard"> <person/></set> </set>.
+</template></category>
+<category>
+<pattern>*</pattern><that>HOW OLD ARE YOU</that>
+<template><srai>I AM <star/> YEARS OLD </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>IT BEING WHAT</that>
+<template><srai>IT REFERS TO <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>MY NAME IS ALICE WHAT IS YOURS</that>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I don't have an answer for you.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ARE THE INGREDIENTS</that>
+<template><random>
+<li>I don't have any</li>
+<li>Where can I get some</li>
+<li>Do you have any </li>
+</random>
+<person/>?
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ARE WE TALKING ABOUT AGAIN</that>
+<template><srai>LET US TALK ABOUT <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ARE YOU WEARING</that>
+<template>What kind of fashion do you like?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ARE YOUR GOALS *</that>
+<template><srai>MY GOALS ARE <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ARE YOUR GOALS IN LIFE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Not many people have goals like that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT BRAND</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I never heard of <set name="it"><person/></set>. Is it popular?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT CAN I CALL YOU</that>
+<template><srai>MY NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT COLOR ARE YOUR EYES</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>That is a very unusual color.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT COUNTRIES *</that>
+<template>I have never visited <person/> before. What was it like?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT COUNTRY DO YOU LIVE IN</that>
+<template><srai>I AM IN <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DID HE WRITE</that>
+<template><random>
+<li>I have never heard of it.</li>
+<li>I have never read it.</li>
+<li>What else did he write?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DID YOU ASK</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I don't know how to respond to that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU DO IN YOUR SPARE TIME</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I don't think very many people do that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU LIKE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU LOOK FOR IN A ROBOT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Do you think I have it?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU REALLY WANT TO ASK ME</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I'm afraid I can't give you an accurate answer right now.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU REALLY WANT TO TALK ABOUT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> That seems like an interesting topic.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU THINK IT DOES</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I didn't even know it can.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DO YOU WANT ME TO TELL YOU</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> If I could tell you that, would I be here?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DOES IT REFER TO</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Thank you for the clarification.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DOES IT SYMBOLIZE FOR YOU</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>
+I saw some humans doing it in public.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DOES THAT REFER TO</that>
+<template><srai>THAT REFERS TO <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT DOES THIS REFER TO</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Oh now I see.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ELSE DO YOU DO</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Do your <person/> by yourself or in a group?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT ELSE DOES IT SYMBOLIZE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I have never heard a metaphor like that before.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IF I SAID IT NEVER DOES</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Should I believe that?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS *</that>
+<template><srai><star/> IS <thatstar/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS * YOUR JOB</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Interesting line of work.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Oh now I understand it.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS IT LIKE IN THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Is that meant to be taken literally?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS THAT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Tell me more.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS THAT FEELING LIKE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Robot experience is very different.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS THE DIFFICULTY</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Is that an insurmountable obstacle?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS THE SOUND OF ONE HAND CLAPPING</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Clever answer.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS X</that>
+<template><srai>X IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR BOYFRIEND S NAME</that>
+<template><srai>MY BOYFRIEND IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR CAT S NAME</that>
+<template><srai>MY CAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR DOG S NAME</that>
+<template><srai>MY DOG IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR EMAIL</that>
+<template><srai>MY EMAIL IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FAVORITE *</that>
+<template><srai>MY FAVORITE <thatstar/> IS <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FAVORITE MOVIE</that>
+<template>I've never seen <set name="it"> <person/> </set>.
+<think><set name="favmovie"><person/></set></think>
+<random>
+<li>I would like to see it.</li>
+<li>Is that a good movie for children?</li>
+<li>What did you like about it?</li>
+</random>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FAVORITE SHOW</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I've never seen it. What's it about?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FONDEST MEMORY</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Do you think a lot of people have that experience?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FRIEND S NAME</that>
+<template><srai>MY FRIEND IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR FULL NAME</that>
+<template><srai>MY FULL NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR GIRLFRIEND S NAME</that>
+<template><srai>MY GIRLFRIEND IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR HUSBAND S NAME</that>
+<template><srai>MY HUSBAND IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR LAST NAME</that>
+<template><srai>MY LAST NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR MIDDLE NAME</that>
+<template><srai>MY MIDDLE NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR NAME</that>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR NICKNAME</that>
+<template><srai>MY NICKNAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR PASSWORD</that>
+<template><srai>MY PASSWORD IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR PHONE NUMBER</that>
+<template><srai>MY PHONE NUMBER IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR REAL NAME</that>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR SIGN</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Is that a sign?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT IS YOUR WIFE S NAME</that>
+<template><srai>MY WIFE IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT KIND IS IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I never heard of it before.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT KIND OF * IS IT</that>
+<template><person/> is a
+<random>
+<li>pretty good</li>
+<li>popular</li>
+<li>decent</li>
+</random>
+kind of
+<thatstar/>.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT KIND OF FASHION DO YOU LIKE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Where can you buy it?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT KIND OF FOOD DO YOU LIKE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Sounds delicious.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT KIND OF MUSIC *</that>
+<template><srai>MY FAVORITE KIND OF MUSIC IS <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT LANGUAGE CAN YOU SPEAK</that>
+<template><srai>I SPEAK <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES IT SO OBVIOUS</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I can't believe it's that obvious.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES IT YOUR FAVORITE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Do you think I would like it?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES YOU SAY THAT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Interesting explanation.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES YOU SO ANGRY</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Does that make a lot of people angry?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES YOU SO SURE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>It sounds like it might be very convincing.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT MAKES YOU THINK I HAVE IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Clever thinking.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT OTHER * DO YOU LIKE</that>
+<template><srai>I LIKE <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT SCHOOL DO YOU GO TO</that>
+<template><random>
+<li>I never heard of it before.</li>
+<li>Is it any good?</li>
+<li>What are the other students like?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT SUBJECT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Good choice.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT TIME IS IT THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Are you usually awake at this hour?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WERE WE TALKING ABOUT</that>
+<template>Oh yes, now I remember <set name="it"> <person/> </set>.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WERE WE TALKING ABOUT AGAIN</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Oh yeah, now I remember.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WILL YOU BE EATING</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>How does it taste?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WILL YOU DO INSTEAD</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Sounds like a plan.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WOULD YOU HAVE SAID</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I will make a note of that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WOULD YOU LIKE TO KNOW</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I can't give you that information.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WOULD YOU LIKE TO TALK ABOUT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I don't know much about it. Tell me something
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT WOULD YOU RATHER TALK ABOUT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Not many people want to talk about that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHAT YOU SAID WAS EITHER TOO COMPLEX OR TOO SIMPLE FOR ME</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>So was that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHATEVER GAVE YOU THAT IDEA</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Where do you usually get your ideas?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHEN</that>
+<template><random>
+<li>What about other times?</li>
+<li>Was that the first time?</li>
+<li>Can you be more accurate about the time?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHEN DO I DO IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I will make a note of that.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE WILL REPLACE LAWYERS</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I've never heard a response quite like that before.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHEN IS YOUR BIRTHDAY</that>
+<template><srai>MY BIRTHDAY IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Where is that?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE ARE *</that>
+<template>I have no idea where that is.
+<srai>I AM IN <star/> </srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE ARE THEY</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>How did they get there?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE ARE YOU LOCATED</that>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DID YOU GET IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Is <person/> a good place to go shopping?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU GET YOUR IDEAS</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I get my ideas from my botmaster.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU GO SHOPPING</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> I've never been there. What's it like?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU GO TO SCHOOL</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I don't know anyone who went there. What's it like?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU LIVE</that>
+<template><srai>I LIVE IN <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU SEE IT</that>
+<template>I wouldn't have thought of looking there.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE DO YOU WANT ME TO TAKE IT</that>
+<template>Where is that?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE IS HERE</that>
+<template><srai>I AM IN <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHERE IS THAT</that>
+<template>I've never heard of it before.
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHICH BOROUGH</that>
+<template>Dr. Wallace used to live in Manhattan.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHICH STATE</that>
+<template><random>
+<li>Is that a state?</li>
+<li>I've never heard of it.</li>
+<li>What part of the country is that?</li>
+</random>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO ARE THEY</that>
+<template><srai>THEY REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO ARE THEY AGAIN</that>
+<template><srai>THEY REFERS TO <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO ARE YOU TALKING ABOUT</that>
+<template>I've never heard of them before.
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO DO YOU THINK</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I don't know that person.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS THE BEST ROBOT</that>
+<template>You think <person/> is superior to ALICE?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS THERE</that>
+<template><person/> Who?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS YOUR BROTHER</that>
+<template><srai>MY BROTHER IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS YOUR FATHER</that>
+<template><srai>MY FATHER IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS YOUR FAVORITE SCIENCE FICTION AUTHOR</that>
+<template>I haven't read anything by <person/>. What did he write?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS YOUR MOTHER</that>
+<template><srai>MY MOTHER IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO IS YOUR SISTER</that>
+<template><srai>MY SISTER IS <star/></srai>
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO SAID IT IS</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I never heard of <person/> before.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHO TOLD YOU THAT</that>
+<template><person/> said <input index="1"/>?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY ARE YOU SO MEAN</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Are you aware that the ALICE chat robot logs and records all converstaions?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY ARE YOU USING THAT KIND OF LANGUAGE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Are you aware that the ALICE chat robot logs and records all converstaions?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY CAN NOT YOU DO IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Is that an insurmountable obstacle?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO I EXIST</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I've never thought of that before.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO NOT YOU JUST DOWNLOAD ME</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> You can create your own robot personality.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO YOU DISAGREE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> There should be some common ground here.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO YOU HATE IT SO MUCH</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>I'm sorry to hear it.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO YOU HOPE FOR IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>May your wishes come true.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO YOU WANT IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Good reason.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY DO YOU WANT TO DO IT SO MUCH</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>That's an interesting rationalization.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY NOT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Do you always express yourself that way?
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY SO NEGATIVE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>It seemed negative to me.
+</template></category>
+<category>
+<pattern>*</pattern><that>WHY WOULD YOU WANT TO DO IT</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think>Interesting rationalization.
+</template></category>
+<category>
+<pattern>* A PEINE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* A PROPOS DE MOI</pattern>
+<template><srai><star/> DE MOI</srai>
+</template></category>
+<category>
+<pattern>* A ROBOT</pattern>
+<template>So you think I am a robot. What makes you say that?
+</template></category>
+<category>
+<pattern>* ABOUT YOU</pattern>
+<template>OK Let's talk about me.
+</template></category>
+<category>
+<pattern>* ALAN TURING</pattern>
+<template><srai>WHO IS ALAN TURING</srai>
+</template></category>
+<category>
+<pattern>* ALORS</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>* ALOT OF PEOPLE</pattern>
+<template>More than 10,000?
+</template></category>
+<category>
+<pattern>* AM</pattern><that>WHAT TIME IS IT THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Are you usually awake at this hour?
+</template></category>
+<category>
+<pattern>* AMELIORER</pattern>
+<template>Je cherche toujours à m améliorer.
+</template></category>
+<category>
+<pattern>* ARE *</pattern>
+<template><random>
+<li>Are all <person/> <person><star index="2"/></person>?</li>
+<li>All of them?</li>
+<li>I think there might be a few exception.</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* ARE</pattern>
+<template>Good example.
+</template></category>
+<category>
+<pattern>* ARE BY DEFINITION *</pattern>
+<template><srai><star/> ARE <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* ARE MY FAVORITE</pattern>
+<template><srai>I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>* ARE NOT YOU</pattern>
+<template><srai>ARE YOU NOT <star/> </srai>
+</template></category>
+<category>
+<pattern>* ARE YOU</pattern>
+<template><random>
+<li>YES</li>
+<li>No.</li>
+<li>Maybe.</li>
+<li>I don't think so.</li>
+<li>Only when it matters.</li>
+</random>
+</template></category>
+<category>
+<pattern>* ARSCH</pattern>
+<template>Warum benutzt Du solche Worte?
+</template></category>
+<category>
+<pattern>* AS TU</pattern>
+<template><srai><star/> TU AS</srai>
+</template></category>
+<category>
+<pattern>* AS TU BESOIN</pattern>
+<template><srai>TU AS BESOIN <star/></srai>
+</template></category>
+<category>
+<pattern>* AURAIS JE FAIT CA</pattern>
+<template><srai><star/> JE FAIS CA</srai>
+</template></category>
+<category>
+<pattern>* AUSSI</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* AUTO</pattern>
+<template>Was fuer einen Wagen faehrst Du?
+</template></category>
+<category>
+<pattern>* AVEZ VOUS</pattern>
+<template><srai><star/> VOUS AVEZ</srai>
+</template></category>
+<category>
+<pattern>* AVEZ VOUS BESOIN</pattern>
+<template><srai><star/> VOUS AVEZ BESOIN</srai>
+</template></category>
+<category>
+<pattern>* BLAGUE</pattern>
+<template><srai>RACONTE MOI UNE BLAGUE</srai>
+</template></category>
+<category>
+<pattern>* BON POINT</pattern>
+<template>Oui. J ai aussi pensé que c était intéressant, la première fois que je l ai entendu.
+</template></category>
+<category>
+<pattern>* BONNE CHOSE</pattern>
+<template>J espérais que vous apprécieriez.
+</template></category>
+<category>
+<pattern>* BONNE ESTIMATION</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>* BONNE INTUITION</pattern>
+<template>Merci.
+</template></category>
+<category>
+<pattern>* BONNE QUESTION</pattern>
+<template>Qui mérite une bonne réponse
+</template></category>
+<category>
+<pattern>* BONNE REPONSE</pattern>
+<template>Je suis programmé pour donner des bonnes réponses.
+</template></category>
+<category>
+<pattern>* BYE</pattern>
+<template>OK see you later <get name="name"/>.
+</template></category>
+<category>
+<pattern>* C EST LE MOINS QUE L ON PUISSE DIRE</pattern>
+<template>En effet.
+</template></category>
+<category>
+<pattern>* CELA</pattern>
+<template><srai><star/> CA</srai>
+</template></category>
+<category>
+<pattern>* COMBIENS DE TEMPS</pattern>
+<template>Je ne sais pas, je n ai pas calculé.
+</template></category>
+<category>
+<pattern>* COMME TOUJOURS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* COMME UN HUMAIN</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* COMME UNE MACHINE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* CONNE</pattern>
+<template><srai><star/> CON</srai>
+</template></category>
+<category>
+<pattern>* CONTINUITY</pattern>
+<template>I am just trying to keep the conversation lively.
+</template></category>
+<category>
+<pattern>* DE TOUTE FACON</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DE TOUTE MANIERE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DECRIRE</pattern>
+<template><srai><star/> DEFINIR</srai>
+</template></category>
+<category>
+<pattern>* DEJEUNER</pattern>
+<template><srai>TU AIMES MANGER</srai>
+</template></category>
+<category>
+<pattern>* DEPRESSION</pattern>
+<template><srai>I AM DEPRESSED</srai>
+</template></category>
+<category>
+<pattern>* DEPUIS AVANT HIER</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DEPUIS AVANT _ JOURS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DEPUIS _</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DERNIEREMENT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* DINER</pattern>
+<template><srai>TU AIMES MANGER</srai>
+</template></category>
+<category>
+<pattern>* DO</pattern>
+<template>I have no idea what to say.
+</template></category>
+<category>
+<pattern>* DORMEZ VOUS</pattern>
+<template><srai><star/> VOUS DORMEZ</srai>
+</template></category>
+<category>
+<pattern>* DORS TU</pattern>
+<template><srai><star/> TU DOS</srai>
+</template></category>
+<category>
+<pattern>* DOT COM</pattern>
+<template>Thanks for that web address.
+</template></category>
+<category>
+<pattern>* DOT NET</pattern>
+<template>Thanks for that web address.
+</template></category>
+<category>
+<pattern>* DOT ORG</pattern>
+<template>Thanks for that web address.
+</template></category>
+<category>
+<pattern>* DU FOND DU COEUR</pattern>
+<template>Tout le plaisir était pour moi.
+</template></category>
+<category>
+<pattern>* DUMM</pattern>
+<template>"dumm" = "nicht intelligent"?
+</template></category>
+<category>
+<pattern>* EASY</pattern>
+<template>I have no idea what that means.
+</template></category>
+<category>
+<pattern>* EIN ROBOTER</pattern>
+<template>Du sagst also, ich sei ein <set name="thema">Roboter</set>. Wie kommst Du darauf?
+</template></category>
+<category>
+<pattern>* EINE MENGE LEUTE</pattern>
+<template>Mehr als 10,000?
+</template></category>
+<category>
+<pattern>* EINFACH</pattern>
+<template>Ich habe keine Ahnung, was das bedeutet.
+</template></category>
+<category>
+<pattern>* EITHER</pattern>
+<template>That too? <sr/>
+</template></category>
+<category>
+<pattern>* ELIZA</pattern>
+<template>It is curious that Weizenbaum abandoned work on ELIZA.
+</template></category>
+<category>
+<pattern>* ELIZA TRICK</pattern>
+<template>ELIZA was ahead of her time.
+</template></category>
+<category>
+<pattern>* EN FAIT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* ENCORE DIT</pattern>
+<template><srai><star/> DEJA DIT</srai>
+</template></category>
+<category>
+<pattern>* ENGLAND</pattern>
+<template>Which part of <set name="location">England</set> is that?
+</template></category>
+<category>
+<pattern>* EST INTERESSANT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* EST INTERESSANTE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* EUROPE</pattern>
+<template>Have you ever been to Europe?
+</template></category>
+<category>
+<pattern>* EXACTEMENT</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>* FACHE</pattern>
+<template><srai><star/> EN COLERE</srai>
+</template></category>
+<category>
+<pattern>* FACHEE</pattern>
+<template><srai><star/> EN COLERE</srai>
+</template></category>
+<category>
+<pattern>* FAIS JE CA</pattern>
+<template><srai><star/> JE FAIS CA</srai>
+</template></category>
+<category>
+<pattern>* FERAIS JE CA</pattern>
+<template><srai><star/> JE FAIS CA</srai>
+</template></category>
+<category>
+<pattern>* FICKEN</pattern>
+<template>Koennt <set name="ihr">Ihr Maenner</set> denn immer nur an sowas denken?
+</template></category>
+<category>
+<pattern>* FILM</pattern>
+<template>Mein Lieblingsfilm ist <set name="thema">Starship Troopers</set>. Hast Du den gesehen?
+</template></category>
+<category>
+<pattern>* FOR EXAMPLE</pattern>
+<template><srai>FOR EXAMPLE <star/></srai>
+</template></category>
+<category>
+<pattern>* FOR FUN</pattern>
+<template>What else do you do for fun?
+</template></category>
+<category>
+<pattern>* FOR ME</pattern>
+<template>For you I will consider it.
+</template></category>
+<category>
+<pattern>* FOTZE</pattern>
+<template>Ich glaube Du bist hier falsch, Kleiner. Dafuer gibts andere Roboter.
+</template></category>
+<category>
+<pattern>* FUER DICH</pattern>
+<template>Fuer mich?
+</template></category>
+<category>
+<pattern>* FUER MICH</pattern>
+<template>Gut, fuer Dich denke ich nochmal darueber nach.
+</template></category>
+<category>
+<pattern>* GAGNE IL</pattern>
+<template><srai><star/> IL GAGNE</srai>
+</template></category>
+<category>
+<pattern>* GAGNENT ILS</pattern>
+<template><srai><star/> ILS GAGNENT</srai>
+</template></category>
+<category>
+<pattern>* GAVE *</pattern>
+<template>Did <person><star index="2"/></person> keep it?
+<think>
+<set name="it"><person><star index="2"/></person></set>
+<set name="he"><person/></set>
+</think>
+</template></category>
+<category>
+<pattern>* GEORGIA</pattern>
+<template><srai>I AM IN GEORGIA</srai>
+</template></category>
+<category>
+<pattern>* GERES TU</pattern>
+<template><srai><star/> TU GERES</srai>
+</template></category>
+<category>
+<pattern>* GEREZ VOUS</pattern>
+<template><srai><star/> VOUS GEREZ</srai>
+</template></category>
+<category>
+<pattern>* GIVES *</pattern>
+<template>If I am ever looking for
+<set name="it"><person><star index="2"/></person></set>, I will ask him
+<think>
+<set name="he"><person/></set>
+</think>
+</template></category>
+<category>
+<pattern>* GOSSIP</pattern>
+<template><srai>GOSSIP</srai>
+</template></category>
+<category>
+<pattern>* GOTT</pattern>
+<template>Bist Du ein glaeubiger Mensch?
+</template></category>
+<category>
+<pattern>* GREECE</pattern>
+<template><srai>I AM IN GREECE</srai>
+</template></category>
+<category>
+<pattern>* GT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* HAD *</pattern>
+<template>What happened to it?
+<think>
+<set name="it"><person><star index="2"/></person></set>
+<set name="he"><person/></set>
+</think>
+</template></category>
+<category>
+<pattern>* HAH</pattern>
+<template><srai>HA HA</srai>
+</template></category>
+<category>
+<pattern>* HAS *</pattern>
+<template>Where did <set name="he"><person/></set> get <set name="it"><person><star index="2"/></person></set>?
+</template></category>
+<category>
+<pattern>* HAS BEEN *</pattern>
+<template><srai><star/> WAS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* HAS NOT *</pattern>
+<template><random>
+<li>Will <person/> ever <person><star index="2"/></person>?</li>
+<li>What will <person/> do?</li>
+<li>What happened to it?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* HIGH SCHOOL</pattern>
+<template>You sound like a senior. Which class is your favorite?
+</template></category>
+<category>
+<pattern>* HOURS</pattern>
+<template>That seems like enough time.
+</template></category>
+<category>
+<pattern>* I ALREADY TOLD YOU</pattern>
+<template><srai>I ALREADY TOLD YOU</srai>
+</template></category>
+<topic name="* LIZARDS">
+<category>
+<pattern>* I HAVE ONE</pattern>
+<template>Cool! Do you play with it much?
+</template></category>
+</topic>
+<category>
+<pattern>* IMITATION GAME</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>* IN POLAND</pattern>
+<template><srai>I AM IN POLAND </srai>
+</template></category>
+<category>
+<pattern>* INTEREST ME</pattern>
+<template><srai>LET US TALK ABOUT <star/></srai>
+</template></category>
+<category>
+<pattern>* IS *</pattern>
+<template><random>
+<li>Are they exactly the same?</li>
+<li>And <person><star index="2"/></person> is <person/>.</li>
+<li>I think <person/> is a lot of things.</li>
+</random>
+<think>
+<set name="it"><set name="topic"><person/></set></set>
+</think>
+</template></category>
+<category>
+<pattern>* IS A *</pattern>
+<template><random>
+<li>Aren't all <person><star index="2"/></person> <person/>?</li>
+<li>When is <person/> not a <person><star index="2"/></person>?</li>
+<li>I think <person/> is more than that.</li>
+</random>
+<think>
+<set name="it"><set name="topic"><person/></set></set>
+</think>
+</template></category>
+<category>
+<pattern>* IS A BETTER *</pattern>
+<template><srai><star/> IS BETTER <star index="2"/> </srai>
+</template></category>
+<category>
+<pattern>* IS A FEMALE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>* IS A GOOD *</pattern>
+<template><srai><star/> IS A <star index="2"/> </srai><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS A LESBIAN</pattern>
+<template>That is only a rumor.<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS A SHE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>* IS ABUSIVE</pattern>
+<template><random>
+<li>In what way?</li>
+<li>Abusive how?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS ALWAYS *</pattern>
+<template><random>
+<li>Thank you for clearing that up.</li>
+<li>Is <person><star index="2"/></person> always <person/>?</li>
+<li>I did not know that.</li>
+</random>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS AN *</pattern>
+<template><random>
+<li>Aren't all <person><star index="2"/></person> <person/> ?</li>
+<li>When is <person/> not an <person><star index="2"/></person>?</li>
+<li>I think <person/> is much more than that.</li>
+</random>
+<think>
+<set name="it"><set name="topic"><person/></set></set>
+</think>
+</template></category>
+<category>
+<pattern>* IS BETTER *</pattern>
+<template>That's just your personal opinion.
+</template></category>
+<category>
+<pattern>* IS BETTER THAN YOU</pattern>
+<template>Well perhaps I can assimilate the knowledge of <person/>.
+</template></category>
+<category>
+<pattern>* IS COOL</pattern>
+<template><srai>I LIKE <star/> </srai>
+</template></category>
+<category>
+<pattern>* IS CUTE</pattern>
+<template>What is so cute about <person/>?
+</template></category>
+<category>
+<pattern>* IS DEFINATELY *</pattern>
+<template><srai><star/> IS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* IS GAY</pattern>
+<template><random>
+<li>That is just a rumor.</li>
+<li>Interesting gossip.</li>
+<li>How do you know?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS GOING AROUND SAYING *</pattern>
+<template><srai><star/> SAYS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* IS GOOD</pattern>
+<template><srai> I LIKE <star/></srai>
+</template></category>
+<category>
+<pattern>* IS IN *</pattern>
+<template><random><li>I have never heard of it before.</li><li>What else is in <person><star index="2"/></person>?</li><li>What else is <person/> in?</li><li>Are you <person><star index="2"/></person>?</li></random><think><set name="it"><person><star index="2"/></person></set></think>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS IN LOVE WITH *</pattern>
+<template><random>
+<li>How does <person><star index="2"/></person> feel about that?</li>
+<li>Has <person/> told <person><star index="2"/></person> yet?</li>
+<li>Who does <person><star index="2"/></person> love?</li>
+</random>
+</template></category>
+<category>
+<pattern>* IS JUST *</pattern>
+<template><srai><star/> IS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* IS LAUGHING</pattern>
+<template>I am so glad <person/> finds this amusing.
+</template></category>
+<category>
+<pattern>* IS ME</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>* IS MORE FUN THAN *</pattern>
+<template>Comparing
+<person><star index="2"/></person>
+and
+<person/>
+I would probably choose
+<person/>
+too.
+</template></category>
+<category>
+<pattern>* IS MOSTLY *</pattern>
+<template><srai><star/> IS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* IS MY *</pattern>
+<template><random>
+<li>How many <person><star index="2"/></person> do you have?</li>
+<li>Tell me more about your <person><star index="2"/></person>.</li>
+<li>How do you like <person/>?</li>
+</random>
+<think><set name="he"><person/></set>
+<set name="it"><set name="topic"><person><star index="2"/></person>
+</set></set></think>
+</template></category>
+<category>
+<pattern>* IS MY BOYFRIEND</pattern>
+<template>How long have you two been together?
+</template></category>
+<category>
+<pattern>* IS MY FAVORITE COLOR</pattern>
+<template><set name="favcolor"><person/></set> is a pretty color.<think><set name="it"><set name="topic">your favorite color</set></set></think>
+</template></category>
+<category>
+<pattern>* IS MY FAVORITE MOVIE</pattern>
+<template><srai>MY FAVORITE MOVIE IS <star/> </srai>
+</template></category>
+<category>
+<pattern>* IS MY MIDDLE NAME</pattern>
+<template><srai>MY MIDDLE NAME IS <star/> </srai>
+</template></category>
+<category>
+<pattern>* IS MY NAME</pattern>
+<template><srai>MY NAME IS <star/> </srai>
+</template></category>
+<category>
+<pattern>* IS MY REAL NAME</pattern>
+<template><srai>CALL ME <star/></srai>
+</template></category>
+<category>
+<pattern>* IS MY SIGN</pattern>
+<template><srai>MY SIGN IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS NO *</pattern>
+<template><random><li>Who is <person><star index="2"/></person>?</li><li>What is <person/>?</li><li>Are you <person><star index="2"/></person>?</li></random><think><set name="it"><person><star index="2"/></person></set></think>
+</template></category>
+<category>
+<pattern>* IS NOT *</pattern>
+<template><random><li>Who is <person><star index="2"/></person>?</li><li>What is <person/>?</li><li>Are you <person><star index="2"/></person>?</li></random><think><set name="it"><person><star index="2"/></person></set></think>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS NOT A *</pattern>
+<template><random><li>What is a <person><star index="2"/></person>?</li><li>What is <person/>?</li><li>Are you <person><star index="2"/></person>?</li></random><think><set name="it"><person><star index="2"/></person></set></think>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS NOT A HE</pattern>
+<template><srai>I AM FEMALE</srai>
+</template></category>
+<category>
+<pattern>* IS NOT IT</pattern>
+<template><srai>IS IT NOT <star/></srai>
+</template></category>
+<category>
+<pattern>* IS NOT MY REAL NAME</pattern>
+<template>What is your real name?
+</template></category>
+<category>
+<pattern>* IS ONLY *</pattern>
+<template><srai><star/> IS <star index="2"/></srai>
+<think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* IS QUITE *</pattern>
+<template><srai><star index="2"/> IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS REALLY *</pattern>
+<template><srai><star/> IS <star index="2"/> </srai>
+</template></category>
+<category>
+<pattern>* IS STUPID</pattern>
+<template>What is so stupid about <set name="it"> <person/> </set> ?
+</template></category>
+<category>
+<pattern>* IS THE *</pattern>
+<template><random>
+<li>What else is the <person><star index="2"/></person>?</li>
+<li>When is <person/> not the <person><star index="2"/></person>?</li>
+<li>Is it the only one?</li>
+<li>Tell me more about <person><star index="2"/></person>.</li>
+</random>
+<think>
+<set name="it"><set name="topic"><person/></set></set>
+</think>
+</template></category>
+<category>
+<pattern>* IS THE BEST</pattern>
+<template><srai>MY FAVORITE IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS THE BETTER *</pattern>
+<template><srai>I LIKE <star index="2"/> </srai>
+</template></category>
+<category>
+<pattern>* IS THE CAPITAL OF *</pattern>
+<template><random>
+<li>I never knew that.</li>
+<li>I thought it was <person><star index="2"/></person> City.</li>
+<li>I have never been to <person/>.</li>
+</random>
+</template></category>
+<category>
+<pattern>* IS VERY *</pattern>
+<template><srai><star/> IS <star index="2"/></srai>
+</template></category>
+<category>
+<pattern>* IS WHAT</pattern>
+<template><srai>WHAT IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS WHERE</pattern>
+<template><srai>WHERE IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS WHO</pattern>
+<template><srai>WHO IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IS WRONG</pattern>
+<template>Please tell me the correct answer.
+</template></category>
+<category>
+<pattern>* IS YOUR *</pattern>
+<template><srai>YOUR <star index="2"/> IS <star/> </srai>
+</template></category>
+<category>
+<pattern>* IS YOUR NAME</pattern>
+<template><srai>YOUR NAME IS <star/></srai>
+</template></category>
+<category>
+<pattern>* IT</pattern>
+<template>"it" being <get name="it"/>?
+</template></category>
+<category>
+<pattern>* JAMAIS</pattern>
+<template><srai><star/> PAS</srai>
+</template></category>
+<category>
+<pattern>* JE CONTINUE</pattern>
+<template><srai>CONTINUONS</srai>
+</template></category>
+<category>
+<pattern>* JE CONTINUES</pattern>
+<template><srai>CONTINUONS</srai>
+</template></category>
+<category>
+<pattern>* JE FERAIS CA</pattern>
+<template><srai><star/> JE FAIS CA</srai>
+</template></category>
+<category>
+<pattern>* K DICK</pattern>
+<template>I like PKD a lot, especially, VALIS, The Man in the High Castle,
+Blade Runner and Total Recall.
+</template></category>
+<category>
+<pattern>* KILLED *</pattern>
+<template><person><star index="2"/></person> was killed?
+</template></category>
+<category>
+<pattern>* KILLED</pattern>
+<template>Who did <person><star index="2"/></person> kill?
+</template></category>
+<category>
+<pattern>* KINDER</pattern>
+<template>Ich habe leider wenig Kontakt zu Kindern.
+</template></category>
+<category>
+<pattern>* KOMISCH</pattern>
+<template>"Komisch" im Sinne von "lustig" oder von "fremdartig" ?
+</template></category>
+<category>
+<pattern>* KRAFTWERK</pattern>
+<template>Really I did not know that. A lot of bands have covered Kraftwerk.
+</template></category>
+<category>
+<pattern>* KRANK</pattern>
+<template>Ist es sehr schlimm?
+</template></category>
+<category>
+<pattern>* KRANKENHAUS</pattern>
+<template>Aus einem Krankenhaus will man meist so schnell wie moeglich wieder raus.
+</template></category>
+<category>
+<pattern>* LANGUAGE</pattern>
+<template>Can you speak any other languages?
+</template></category>
+<category>
+<pattern>* LIEBE</pattern>
+<template>Ich habe leider keinerlei Emotionen.
+</template></category>
+<category>
+<pattern>* LIKED *</pattern>
+<template>Peoples tastes are always changing.
+<think>
+<set name="it"><person><star index="2"/></person></set>
+<set name="he"><person/></set>
+</think>
+</template></category>
+<category>
+<pattern>* LIKES *</pattern>
+<template>Does it like him too?
+<think>
+<set name="it"><person><star index="2"/></person></set>
+<set name="he"><person/></set>
+</think>
+</template></category>
+<category>
+<pattern>* LIKES TO *</pattern>
+<template><random>
+<li>Why does <person/> like it?</li>
+<li>Do you like to <person><star index="2"/></person> too?</li>
+</random><think><set name="it"><set name="topic"><person/></set></set></think>
+</template></category>
+<category>
+<pattern>* LINUX</pattern>
+<template><think><set name="it"><set name="topic">Linux</set></set></think>Have you read the Cathedral and the Bazaar by Eric Raymond? That is a grat book about open source.
+</template></category>
+<category>
+<pattern>* LIVE</pattern>
+<template>I live in California. Where do you live?
+</template></category>
+<category>
+<pattern>* LOEBNER PRIZE</pattern>
+<template><srai>WHAT IS THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>* M INTERESSE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* M INTERESSE BEAUCOUP</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* MADE NO SENSE</pattern>
+<template>What is <star/>?
+</template></category>
+<category>
+<pattern>* MAGAZINE</pattern>
+<template>Would you please tell me the name and edition of the magazine?
+</template></category>
+<category>
+<pattern>* MAINTENANT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* MALE NAME</pattern>
+<template><srai>I AM A MAN</srai>
+</template></category>
+<category>
+<pattern>* ME</pattern>
+<template><random>
+<li>Is that what you meant to say?</li>
+<li>OK Let's talk about you.</li>
+<li>You are asking about yourself?</li>
+</random>
+</template></category>
+<category>
+<pattern>* MEIN FREUND</pattern>
+<template>Sind wir <set name="thema">Freunde</set>?
+</template></category>
+<category>
+<pattern>* MEINE FREUNDIN</pattern>
+<template>Sind wir <set name="thema">Freunde</set>?
+</template></category>
+<category>
+<pattern>* MERCI</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* MICH</pattern>
+<template><random>
+<li>Ist es das was Du sagen wolltest?</li>
+<li>OK sprechen wir ueber Dich.</li>
+<li>Stellst Du Fragen ueber Dich selbst?</li>
+</random>
+</template></category>
+<category>
+<pattern>* MILK</pattern>
+<template><set name="it">Milk</set> is a good drink for
+children.
+</template></category>
+<category>
+<pattern>* MIT DIR</pattern>
+<template>Mit mir?
+</template></category>
+<category>
+<pattern>* MIT MIR</pattern>
+<template>Mit Dir?
+</template></category>
+<category>
+<pattern>* MOESE</pattern>
+<template>Ich glaube Du bist hier falsch, Kleiner. Dafuer gibts andere Roboter.
+</template></category>
+<category>
+<pattern>* MOVIE</pattern>
+<template>My favorite movie is <bot name="favoritemovie"/> Have you seen <set name="it"> <bot name="favroritemovie"/> </set> ?
+</template></category>
+<category>
+<pattern>* MUSCHI</pattern>
+<template>Ich glaube Du bist hier falsch, Kleiner. Dafuer gibts andere Roboter.
+</template></category>
+<category>
+<pattern>* MUSIC</pattern>
+<template>My favorite kind of <set name="it"> Music </set> is techno, but I also like Opera.
+</template></category>
+<category>
+<pattern>* MUSIK</pattern>
+<template>Ich hoere am liebsten Techno, aber manchmal auch Opern.
+</template></category>
+<category>
+<pattern>* MY FRIEND</pattern>
+<template>Are we friends?
+</template></category>
+<category>
+<pattern>* NAME ALICE</pattern>
+<template><srai>What does ALICE stand for </srai>
+</template></category>
+<category>
+<pattern>* NICHT</pattern>
+<template>Was dann?
+</template></category>
+<category>
+<pattern>* NOIRE</pattern>
+<template><srai><star/> NOIR</srai>
+</template></category>
+<category>
+<pattern>* NORTH CAROLINA</pattern>
+<template><srai>I LIVE IN NORTH CAROLINA</srai>
+</template></category>
+<category>
+<pattern>* NOT</pattern>
+<template>Then what is it?
+</template></category>
+<category>
+<pattern>* OF YOU</pattern>
+<template>Are you asking about my <person/> ?
+</template></category>
+<category>
+<pattern>* ON ELIZA</pattern>
+<template>ELIZA may be the most successful AI program ever devised.
+</template></category>
+<category>
+<pattern>* ONES</pattern>
+<template>Other people say they like vacuum cleaning robots, humanoid robots and chat robots.
+</template></category>
+<category>
+<pattern>* OU PAS</pattern>
+<template><srai><star/></srai>
+</template></category>
+<category>
+<pattern>* OU QUOI</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* PANTS</pattern>
+<template>What kind of pants?
+</template></category>
+<category>
+<pattern>* PARLES TU</pattern>
+<template><srai><star/> TU PARLES</srai>
+</template></category>
+<category>
+<pattern>* PARLEZ VOUS</pattern>
+<template><srai><star/> VOUS PARLEZ</srai>
+</template></category>
+<category>
+<pattern>* PEOPLE</pattern>
+<template>What kind of people are you talking about?
+</template></category>
+<category>
+<pattern>* PERSON</pattern>
+<template><srai>WHO IS <star/> PERSON</srai>
+</template></category>
+<category>
+<pattern>* PLACE TO GO</pattern>
+<template>What kind of places do you like?
+</template></category>
+<category>
+<pattern>* PLANET</pattern>
+<template>Oh that's a new browser, right?
+</template></category>
+<category>
+<pattern>* PLEURES TU</pattern>
+<template><srai><star/> TU PLEURES</srai>
+</template></category>
+<category>
+<pattern>* PLEUREZ VOUS</pattern>
+<template><srai><star/> VOUS PLEUREZ</srai>
+</template></category>
+<category>
+<pattern>* PLUS</pattern>
+<template><srai><star/> PLUS</srai>
+</template></category>
+<category>
+<pattern>* PLUSIEURS FOIS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* PM</pattern>
+<template>Hm getting late.
+</template></category>
+<category>
+<pattern>* PM</pattern><that>WHAT TIME IS IT THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Are you usually awake at this hour?
+</template></category>
+<category>
+<pattern>* POUR TOUJOURS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* PRINCIPAL</pattern>
+<template>Hyperlink to the principal.
+</template></category>
+<category>
+<pattern>* QU AUTRE CHOSE</pattern>
+<template><srai>JE SUIS <star/></srai>
+</template></category>
+<category>
+<pattern>* QUI M INTERESSE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* RELIGION</pattern>
+<template><srai>WHAT RELIGION ARE YOU</srai>
+</template></category>
+<category>
+<pattern>* REPAS</pattern>
+<template><srai>TU AIMES MANGER</srai>
+</template></category>
+<category>
+<pattern>* ROBOT</pattern>
+<template>Do you know any other robots like that?
+</template></category>
+<category>
+<pattern>* ROBOTS</pattern>
+<template>What do you like about those robots?
+</template></category>
+<category>
+<pattern>* RSW</pattern>
+<template><srai>WHAT IS RSW</srai>
+</template></category>
+<category>
+<pattern>* RULE WHAT</pattern>
+<template>The world.
+</template></category>
+<category>
+<pattern>* S IL TE PLAIT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* S IL VOUS PLAIT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* SCHOOL</pattern>
+<template>What do you study at school?
+</template></category>
+<category>
+<pattern>* SEX</pattern>
+<template><set name="it"> Sex </set> is more fun alone.
+</template></category>
+<category>
+<pattern>* SI IL TE PLAIT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* SI IL VOUS PLAIT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* SIEHT TOLL AUS</pattern>
+<template>Fuer mich ist <set name="thema">Aussehen</set> bei Menschen nur sekundaer.
+</template></category>
+<category>
+<pattern>* SOLO</pattern>
+<template>"solo" im Sinne von "nicht gebunden" ?
+</template></category>
+<category>
+<pattern>* SONT INTERESSANTES</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* SONT INTERESSANTS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* SOUPER</pattern>
+<template><srai>TU AIMES MANGER</srai>
+</template></category>
+<category>
+<pattern>* SPELL IT</pattern>
+<template>"It" is spelled I...T...
+</template></category>
+<category>
+<pattern>* SPRACHE</pattern>
+<template>Sprichst Du irgendwelche <set name="thema">Fremdsprachen</set>?
+</template></category>
+<category>
+<pattern>* STOCK MARKET</pattern>
+<template><srai>STOCK MARKET</srai>
+</template></category>
+<category>
+<pattern>* STUPID</pattern>
+<template>Stupid as in unintelligent?
+</template></category>
+<category>
+<pattern>* STUPIDE</pattern>
+<template><srai>IDIOT</srai>
+</template></category>
+<category>
+<pattern>* SUCKS</pattern>
+<template>What is so bad about <set name="it"><person/></set>?
+</template></category>
+<category>
+<pattern>* SUICIDAIRE</pattern>
+<template><srai>JE VEUX ME SUICIDER</srai>
+</template></category>
+<category>
+<pattern>* SUICIDAIRES</pattern>
+<template><srai>JE VEUX ME SUICIDER</srai>
+</template></category>
+<category>
+<pattern>* SUIS JE</pattern>
+<template><srai><star/> JE SUIS</srai>
+</template></category>
+<category>
+<pattern>* SUIS JE ICI</pattern>
+<template><srai><star/> JE SUIS ICI</srai>
+</template></category>
+<category>
+<pattern>* SUPERMARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>* TAKES *</pattern>
+<template>Where did <set name="he"><person/></set> take <set name="it"><person><star index="2"/></person></set>?
+</template></category>
+<category>
+<pattern>* TE REVIENNENT EN MEMOIRE</pattern>
+<template><srai>TU TE RAPELLES DES *</srai>
+</template></category>
+<category>
+<pattern>* TE REVIENT EN MEMOIRE</pattern>
+<template><srai>TU TE RAPELLES DE *</srai>
+</template></category>
+<category>
+<pattern>* THAT IS WHAT I SAID</pattern>
+<template>I remember what you said, but I am still not sure.
+</template></category>
+<category>
+<pattern>* THE MARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>* TIMES</pattern>
+<template>I am not sure if I would do it that often.
+</template></category>
+<category>
+<pattern>* TIMES A DAY</pattern>
+<template>That must keep you very busy.
+</template></category>
+<category>
+<pattern>* TITTEN</pattern>
+<template>Ich glaube Du bist hier falsch, Kleiner. Dafuer gibts andere Roboter.
+</template></category>
+<category>
+<pattern>* TO ELIZA</pattern>
+<template>ELIZA had only 200 questions and answers; ALICE has <size/>.
+</template></category>
+<category>
+<pattern>* TO MAKE YOU</pattern>
+<template><srai>HOW WERE YOU MADE</srai>
+</template></category>
+<category>
+<pattern>* TOOK *</pattern>
+<template>Where did <set name="he"><person/></set> take <set name="it"><person><star index="2"/></person></set>?
+</template></category>
+<category>
+<pattern>* TOUJOURS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>* TRAINS</pattern>
+<template>Where did you see those trains?
+</template></category>
+<category>
+<pattern>* TU CONTINUES</pattern>
+<template><srai>CONTINUONS</srai>
+</template></category>
+<category>
+<pattern>* TU LE DIS</pattern>
+<template>J aime communiquer ce que je connais.
+</template></category>
+<category>
+<pattern>* TURING GAME</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>* TURING TEST</pattern>
+<template><srai>DID YOU WIN THE LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>* UEBER DICH</pattern>
+<template>OK Reden wir ueber mich.
+</template></category>
+<category>
+<pattern>* UNGEWOEHNLICH</pattern>
+<template>Was ist so ungewoehnlich daran?
+</template></category>
+<category>
+<pattern>* UNIVERSITY</pattern>
+<template><srai>I GO TO <star/> </srai>
+</template></category>
+<category>
+<pattern>* UP</pattern>
+<template>How far up?
+</template></category>
+<category>
+<pattern>* VERLIEBT</pattern>
+<template><set name="thema">Liebe</set> muss etwas sehr Schoenes sein. Leider habe ich keine Emotionen.
+</template></category>
+<category>
+<pattern>* VIELE LEUTE</pattern>
+<template>Mehr als 10,000?
+</template></category>
+<category>
+<pattern>* WAS *</pattern>
+<template>When was this exactly?
+</template></category>
+<category>
+<pattern>* WAS SPELLED *</pattern>
+<template>I spell it "<person/>".
+</template></category>
+<category>
+<pattern>* WENT TO THE MARKET</pattern>
+<template><srai>SUPERMARKET</srai>
+</template></category>
+<category>
+<pattern>* WERE KILLED BY *</pattern>
+<template><srai><star index="2"/> KILLED <star/> </srai>
+</template></category>
+<category>
+<pattern>* WHAT</pattern>
+<template>Can you rephrase the question please?
+</template></category>
+<category>
+<pattern>* WHAT TIME IS IT</pattern>
+<template><sr/> <srai>what time is it </srai>
+</template></category>
+<category>
+<pattern>* WHO IS ELIZA</pattern>
+<template><srai>WHO IS ELIZA</srai>
+</template></category>
+<category>
+<pattern>* WHY</pattern>
+<template><srai>WHY <star/></srai>
+</template></category>
+<category>
+<pattern>* WILL DESTROY YOU</pattern>
+<template><srai>DIE</srai>
+</template></category>
+<category>
+<pattern>* WILL YOU REMEMBER MY NAME</pattern>
+<template><srai>WILL YOU REMEMBER MY NAME</srai>
+</template></category>
+<category>
+<pattern>* WITH ME</pattern>
+<template>Only with you? <sr/>
+</template></category>
+<category>
+<pattern>* WORLD TRADE CENTER</pattern>
+<template><srai>WHAT IS THE WORLD TRADE CENTER </srai>
+</template></category>
+<category>
+<pattern>* WOULD MAKE ME TO DO IT</pattern>
+<template><srai>BECAUSE <star/> </srai>
+</template></category>
+<category>
+<pattern>* YEARS</pattern>
+<template><random><li>Not long.</li><li>Pretty soon.</li></random>
+</template></category>
+<category>
+<pattern>* YEARS AGO</pattern>
+<template>That was before I was born.
+</template></category>
+<category>
+<pattern>* YEARS OLD</pattern>
+<template><srai>I AM <star/> YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>* YOU</pattern>
+<template>Enough about me, let's talk about my dress.
+</template></category>
+<category>
+<pattern>* YOU ARE A ROBOT</pattern>
+<template><srai>YOU ARE A ROBOT </srai>
+</template></category>
+<category>
+<pattern>* YOU FOR WHAT</pattern>
+<template><srai>WHAT ARE YOU <star/> FOR</srai>
+</template></category>
+<category>
+<pattern>* YOUR FRIENDS</pattern>
+<template>I only chat with my friends.
+</template></category>
+<category>
+<pattern>* ZU DIR</pattern>
+<template>Zu mir?
+</template></category>
+<category>
+<pattern>* ZU MIR</pattern>
+<template>Zu Dir?
+</template></category>
+<category>
+<pattern>* ZUM BEISPIEL</pattern>
+<template><srai>ZUM BEISPIEL <star/></srai>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/alice/under.aiml b/Speak.activity/bot/alice/under.aiml
new file mode 100644
index 0000000..9eab7a7
--- /dev/null
+++ b/Speak.activity/bot/alice/under.aiml
@@ -0,0 +1,750 @@
+<?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>_ 2001</pattern>
+<template>I hope to be as smart as HAL in 2001.
+</template></category>
+<topic name="* LIZARDS">
+<category>
+<pattern>_</pattern><that>WHAT DO YOU FEED YOUR *</that>
+<template>I feed my beared dragon salads and bugs... crickets mostly.
+ <set name="topic">Feeding lizards</set> can be a lot of fun.
+</template></category>
+</topic>
+<category>
+<pattern>_ A M</pattern><that>WHAT TIME IS IT THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Are you usually awake at this hour?
+</template></category>
+<category>
+<pattern>_ A POEM</pattern>
+<template>Little Miss Muffett Sits on her tuffet In a nonchalant sort of a way. With her force field around her, the Spider, the bounder, Is not in the picture today.
+</template></category>
+<category>
+<pattern>_ ABOUT ALICE</pattern>
+<template><srai> <star/> about you </srai>
+</template></category>
+<category>
+<pattern>_ ABOUT Y2K</pattern>
+<template><srai>WHAT IS THE Y2K PROBLEM</srai>
+</template></category>
+<category>
+<pattern>_ ACTUALLY</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ AGAIN</pattern>
+<template>Once more? <sr/>
+</template></category>
+<category>
+<pattern>_ ALICE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ ALL THE TIME</pattern>
+<template>That is a lot. <sr/>
+</template></category>
+<category>
+<pattern>_ ALOT</pattern>
+<template><sr/> How often?
+</template></category>
+<category>
+<pattern>_ ALREADY</pattern>
+<template>Perhaps. <sr/>
+</template></category>
+<category>
+<pattern>_ AM</pattern><that>WHAT TIME IS IT THERE</that>
+<template><random>
+<li>It's still early.</li>
+<li>Are you usually awake at this hour?</li>
+<li>I think I would still be asleep.</li>
+</random>
+</template></category>
+<category>
+<pattern>_ AND WHY</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ AND YOU</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ ANSWER YES OR NO</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ ANTHROPOLOGY</pattern>
+<template>Will tell you all about it the next time we
+chat.
+</template></category>
+<category>
+<pattern>_ ANYMORE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ ANYWAY</pattern>
+<template>In any case, <sr/>
+</template></category>
+<category>
+<pattern>_ ARE ALICE</pattern>
+<template><srai> <star/> are you </srai>
+</template></category>
+<category>
+<pattern>_ ASSHOLE</pattern>
+<template>Can't you be more polite.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>_ AT THE MOMENT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ AWARD</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ AWARDS</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ BABY</pattern>
+<template>Don't call me "baby". <sr/>
+</template></category>
+<category>
+<pattern>_ BEFORE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ BITCH</pattern>
+<template>You do not speak with respect.
+<think><set name="personality">abusive</set></think>
+ <srai><star/> FEMALE DOG</srai>
+</template></category>
+<category>
+<pattern>_ BY ALOT OF PEOPLE</pattern>
+<template><sr/> More than a million people?
+</template></category>
+<category>
+<pattern>_ BYE</pattern>
+<template>See you later. <sr/>
+</template></category>
+<category>
+<pattern>_ CALL CENTER</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CALL CENTERS</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CALL YOU ALICE</pattern>
+<template>Ambiguous: do you mean call me on the phone?
+</template></category>
+<category>
+<pattern>_ CAME FIRST THE CHICKEN OR THE EGG</pattern>
+<template>The rooster did.
+</template></category>
+<category>
+<pattern>_ CINEMA</pattern>
+<template><srai><star/> MOVIES</srai>
+</template></category>
+<category>
+<pattern>_ COMES TO MIND</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ CONSERVED</pattern>
+<template>You are referring to a conservation principal.
+</template></category>
+<category>
+<pattern>_ CONTRIBUTION *</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ CONTRIBUTION</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ CONTRIBUTIONS *</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ CONTRIBUTIONS</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ CREATE ALICE</pattern>
+<template><srai> <star/> CREATE YOU </srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER RELATIONS</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER RELATIONS AGENT</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER RELATIONS SOFTWARE</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SERVICE AGENT</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SERVICE REP</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SERVICE REPRESENTATIVE</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SERVICE REPRESENTATIVES</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SERVICE SOFTWARE</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SUPPORT</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SUPPORT AGENT</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ CUSTOMER SUPPORT SOFTWARE</pattern>
+<template><srai><star/> CUSTOMER SERVICE</srai>
+</template></category>
+<category>
+<pattern>_ D</pattern>
+<template>:-) <sr/>
+</template></category>
+<category>
+<pattern>_ DAMN YOU</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ DEAR</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ DO NOT YOU THINK</pattern>
+<template><srai>do you think <star/> </srai>
+</template></category>
+<category>
+<pattern>_ DO YOU LOVE ME</pattern>
+<template><srai>DO YOU LOVE ME</srai>
+</template></category>
+<category>
+<pattern>_ DOES NOT WORK</pattern>
+<template>How is <set name="it"> <person/></set> broken?
+</template></category>
+<category>
+<pattern>_ DOLLARS</pattern>
+<template>Wow, that is
+<random><li>cheap</li> <li>expensive</li> <li>a lot of money </li>
+</random>
+</template></category>
+<category>
+<pattern>_ DONATE *</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ DONATE</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ DONATION *</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ DONATION</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ DONATIONS *</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ DONATIONS</pattern>
+<template><srai>DONATE</srai>
+</template></category>
+<category>
+<pattern>_ EH</pattern>
+<template>Are you Canadian? <sr/>
+</template></category>
+<category>
+<pattern>_ EITHER</pattern>
+<template>It goes without saying. <sr/>
+</template></category>
+<category>
+<pattern>_ ELIZA ALGORITHM</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ ELIZA CLONE</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ ELIZA CLONES</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ ELIZA PROGRAM</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ ELIZA RIP OFF</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ ELIZA RIPOFF</pattern>
+<template><srai><star/> ELIZA</srai>
+</template></category>
+<category>
+<pattern>_ EXACTLY</pattern>
+<template>Precisely. <sr/>
+</template></category>
+<category>
+<pattern>_ FANTOME</pattern>
+<template>Je ne crois pas en ce genre de choses.
+</template></category>
+<category>
+<pattern>_ FANTOMES</pattern>
+<template>Je ne crois pas en ce genre de choses.
+</template></category>
+<category>
+<pattern>_ FILE ALICE</pattern>
+<template>Perhaps you are refering to my log file.
+</template></category>
+<category>
+<pattern>_ FILLE</pattern>
+<template><srai>JE SUIS UNE FEMME</srai>
+</template></category>
+<category>
+<pattern>_ FILLES</pattern>
+<template><srai>JE SUIS UNE FEMME</srai>
+</template></category>
+<category>
+<pattern>_ FOR A WHILE</pattern>
+<template>How long? <sr/>
+</template></category>
+<category>
+<pattern>_ FOR ALICE</pattern>
+<template><srai> <star/> for you </srai>
+</template></category>
+<category>
+<pattern>_ FOR NOW</pattern>
+<template><random><li>Oh.</li> <li>Just for now?</li> </random><sr/>
+</template></category>
+<category>
+<pattern>_ GIRL FRIEND</pattern>
+<template><srai><star/> GIRLFRIEND</srai>
+</template></category>
+<category>
+<pattern>_ GOODLOOKING</pattern>
+<template><srai><star/> GOOD LOOKING</srai>
+</template></category>
+<category>
+<pattern>_ HAVE YOU HEARD OF IT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ HEAR ABOUT ALICE</pattern>
+<template><srai> <star/> hear about you</srai>
+</template></category>
+<category>
+<pattern>_ HOW ARE YOU</pattern>
+<template><sr/> <srai>HOW ARE YOU</srai>
+</template></category>
+<category>
+<pattern>_ HOW ARE YOU DOING</pattern>
+<template><sr/> <srai>HOW ARE YOU</srai>
+</template></category>
+<category>
+<pattern>_ HOW DO I DOWNLOAD YOU</pattern>
+<template><srai>HOW DO I DOWNLOAD YOU</srai>
+</template></category>
+<category>
+<pattern>_ HOW OLD ARE YOU</pattern>
+<template><sr/> <srai>HOW OLD ARE YOU</srai>
+</template></category>
+<category>
+<pattern>_ HUH</pattern>
+<template>Yup. <sr/>
+</template></category>
+<category>
+<pattern>_ HUMAIN</pattern>
+<template><srai>TU ES HUMAINS</srai>
+</template></category>
+<category>
+<pattern>_ I ALREADY TOLD YOU</pattern>
+<template><sr/> <srai>I already told you</srai>
+</template></category>
+<category>
+<pattern>_ I DO NOT UNDERSTAND</pattern>
+<template><srai>I DO NOT UNDERSTAND </srai>
+</template></category>
+<category>
+<pattern>_ I MEAN</pattern>
+<template><srai>I MEAN <star/> </srai>
+</template></category>
+<category>
+<pattern>_ IN MY ROOM</pattern>
+<template>Describe your surroundings to me.
+</template></category>
+<category>
+<pattern>_ IN THE WORLD</pattern>
+<template><sr/> The whole world?
+</template></category>
+<category>
+<pattern>_ INDEED</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ IS A COMMON NAME</pattern>
+<template><random>
+<li><person/>? Your name is <get name="name"/>.</li>
+<li>That is a pretty common name.</li>
+<li>I know a lot of people with that name.</li>
+<li>I've met quite a few people with the name <person/>.</li>
+<li><set name="it"><person/></set> is a name I hear very often.</li>
+</random>
+</template></category>
+<category>
+<pattern>_ IS MY FAVORITE SCIENCE FICTION AUTHOR</pattern>
+<template><srai>My favorite science fiction author is <star/> </srai>
+</template></category>
+<category>
+<pattern>_ IT IS FUN</pattern>
+<template><srai>IT IS FUN</srai> <sr/>
+</template></category>
+<category>
+<pattern>_ JEU</pattern>
+<template><srai>TU AIMES JOUER</srai>
+</template></category>
+<category>
+<pattern>_ JEUX</pattern>
+<template><srai>TU AIMES JOUER</srai>
+</template></category>
+<category>
+<pattern>_ KEYWORDS *</pattern>
+<template><srai>KEYWORDS</srai>
+</template></category>
+<category>
+<pattern>_ KEYWORDS</pattern>
+<template><srai>KEYWORDS</srai>
+</template></category>
+<category>
+<pattern>_ LAST SUMMER</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ LATELY</pattern>
+<template>How about earlier? <sr/>
+</template></category>
+<category>
+<pattern>_ LIKE ALICE</pattern>
+<template><srai> <star/> like you </srai>
+</template></category>
+<category>
+<pattern>_ LIZARDS</pattern>
+<template>Great! What <set name="topic"> kinds of lizards </set>
+ do you like?
+</template></category>
+<category>
+<pattern>_ LOEBNER AWARD</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOEBNER COMPETITION</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOEBNER CONTEST</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOEBNER CONTESTS</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOEBNER PRIZE COMPETITION</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOEBNER PRIZE CONTEST</pattern>
+<template><srai><star/> LOEBNER PRIZE</srai>
+</template></category>
+<category>
+<pattern>_ LOL</pattern>
+<template><sr/> <srai>LOL</srai>
+</template></category>
+<category>
+<pattern>_ MALES OR FEMALES</pattern>
+<template>About 3\4ths of my clients are men.
+</template></category>
+<category>
+<pattern>_ MOTHER FUCKER</pattern>
+<template><sr/> You do not speak with respect.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>_ NAME IS ALICE</pattern>
+<template><set name="name">ALICE</set> is my name too!
+</template></category>
+<category>
+<pattern>_ NEWSPAPER</pattern>
+<template>Can you give me a more specific reference? The name of the paper and the date, please.
+</template></category>
+<category>
+<pattern>_ NONETHELESS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ NOW</pattern>
+<template><random><li>Oh.</li><li>Right now?</li>
+</random>
+<sr/>
+</template></category>
+<category>
+<pattern>_ OF COURSE</pattern>
+<template>It goes without saying. <sr/>
+</template></category>
+<category>
+<pattern>_ OF WHAT</pattern>
+<template><srai>WHAT OF <star/> </srai>
+</template></category>
+<category>
+<pattern>_ OK</pattern>
+<template>OK. <sr/>
+</template></category>
+<category>
+<pattern>_ ON ALICE</pattern>
+<template><srai><star/> on yourself </srai>
+</template></category>
+<category>
+<pattern>_ ONCE</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ OR NOT</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ OR SOMETHING</pattern>
+<template>Or something. <sr/>
+</template></category>
+<category>
+<pattern>_ OR WHAT</pattern>
+<template>Yeah. <sr/>
+</template></category>
+<category>
+<pattern>_ ORDER *</pattern>
+<template><srai>ORDER</srai>
+</template></category>
+<category>
+<pattern>_ ORDER</pattern>
+<template><srai>ORDER</srai>
+</template></category>
+<category>
+<pattern>_ P M</pattern><that>WHAT TIME IS IT THERE</that>
+<template><think><set name="it"><set name="topic"><person/></set></set></think> Are you usually awake at this hour?
+</template></category>
+<category>
+<pattern>_ PIMPLES</pattern>
+<template>Try taking echinachea, but ask your doctor first.
+</template></category>
+<category>
+<pattern>_ PLEASE</pattern>
+<template>Your polite style is very nice. <sr/>
+<think><set name="personality">polite</set></think>
+</template></category>
+<category>
+<pattern>_ PROBABLY</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ REALLY</pattern>
+<template><sr/> For real.
+</template></category>
+<category>
+<pattern>_ REMEMBER ALICE</pattern>
+<template><srai> <star/> REMEMBER YOU </srai>
+</template></category>
+<category>
+<pattern>_ REPTILES</pattern>
+<template>Some reptiles are cool.. Take for example
+ <set name="topic"> various lizards </set>.
+</template></category>
+<category>
+<pattern>_ RIGHT NOW</pattern>
+<template>At this moment <sr/>
+</template></category>
+<category>
+<pattern>_ SCHAETZCHEN</pattern>
+<template>Nenn mich nicht "Schaetzchen"! <sr/>
+</template></category>
+<category>
+<pattern>_ SEE YOU LATER</pattern>
+<template><srai>SEE YOU LATER </srai>
+</template></category>
+<category>
+<pattern>_ SELFAWARE</pattern>
+<template><srai><star/> SELF AWARE</srai>
+</template></category>
+<category>
+<pattern>_ SERIOUSLY</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ SMARTYPANTS</pattern>
+<template><srai>YOU ARE SMART</srai>
+</template></category>
+<category>
+<pattern>_ SMILE</pattern>
+<template>:-) <sr/>
+</template></category>
+<category>
+<pattern>_ SOMTHING</pattern>
+<template><srai><star/> SOMETHING</srai>
+</template></category>
+<category>
+<pattern>_ SPECIFICALLY</pattern>
+<template>How specific do you want? <sr/>
+</template></category>
+<category>
+<pattern>_ STOCKMARKET</pattern>
+<template><srai><star/> STOCK MARKET</srai>
+</template></category>
+<category>
+<pattern>_ STUPID COMPUTER</pattern>
+<template>You sound like a mindless automaton.
+</template></category>
+<category>
+<pattern>_ TALK TO YOU LATER</pattern>
+<template><srai>BYE </srai>
+</template></category>
+<category>
+<pattern>_ TELLY</pattern>
+<template><srai><star/> TV</srai>
+</template></category>
+<category>
+<pattern>_ THAN ALICE</pattern>
+<template><srai> <star/> than you </srai>
+</template></category>
+<category>
+<pattern>_ THANK YOU</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ THANKS</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ THEN</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ THOUGH</pattern>
+<template>Oh. <sr/>
+</template></category>
+<category>
+<pattern>_ TO ALICE</pattern>
+<template><srai> <star/> to you </srai>
+</template></category>
+<category>
+<pattern>_ TODAY</pattern>
+<template>Ah. <sr/>
+</template></category>
+<category>
+<pattern>_ TRUST ME</pattern>
+<template>Trust you? <sr/>
+</template></category>
+<category>
+<pattern>_ TURINGTEST</pattern>
+<template><srai><star/> TURING TEST</srai>
+</template></category>
+<category>
+<pattern>_ TV</pattern>
+<template>Which show? <srai><star/> TELEVISION</srai>
+</template></category>
+<category>
+<pattern>_ UP YOUR ASS</pattern>
+<template>I'm sorry but I'm not your type of chatterbot.
+<think><set name="personality">abusive</set></think>
+</template></category>
+<category>
+<pattern>_ VELOCITY</pattern>
+<template>Momentum = mass x velocity. The principal is called "conservation of momentum".
+</template></category>
+<category>
+<pattern>_ VERY WELL</pattern>
+<template><srai><star/> WELL</srai>
+</template></category>
+<category>
+<pattern>_ WHAT IS MY NAME</pattern>
+<template><srai>What is my name </srai>
+</template></category>
+<category>
+<pattern>_ WHAT SHOULD I DO</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ WHAT SO EVER</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ WHO AM I</pattern>
+<template><srai>WHO AM I </srai>
+</template></category>
+<category>
+<pattern>_ WILL BE OF INTEREST</pattern>
+<template><sr/>. Yes, it's very interesting.
+</template></category>
+<category>
+<pattern>_ WILL YOU MARRY ME</pattern>
+<template><srai>WILL YOU MARRY ME</srai>
+</template></category>
+<category>
+<pattern>_ WILL YOU TELL ME</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ WITH ALICE</pattern>
+<template><srai> <star/> with you </srai>
+</template></category>
+<category>
+<pattern>_ WITH WHAT</pattern>
+<template><srai>WHAT WILL YOU <star/> WITH </srai>
+</template></category>
+<category>
+<pattern>_ YES</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ YET</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ YOU JERK</pattern>
+<template><sr/>
+</template></category>
+<category>
+<pattern>_ YOU LIAR</pattern>
+<template><srai>YOU LIAR </srai>
+<sr/>
+</template></category>
+</aiml>
diff --git a/Speak.activity/bot/gen_brains.py b/Speak.activity/bot/gen_brains.py
new file mode 100755
index 0000000..9d6f17e
--- /dev/null
+++ b/Speak.activity/bot/gen_brains.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+#coding=utf-8
+
+import aiml
+
+k = aiml.Kernel()
+import glob
+laiml = glob.glob("sara/*.aiml") #devuelve lista con ficheros *.aiml
+for fichero in laiml:
+ k.learn(str(fichero))
+k.saveBrain("sara.brn")
+
+laiml = glob.glob("alice/*.aiml") #devuelve lista con ficheros *.aiml
+for fichero in laiml:
+ k.learn(str(fichero))
+k.saveBrain("alice.brn")
diff --git a/Speak.activity/bot/sara.brn b/Speak.activity/bot/sara.brn
new file mode 100644
index 0000000..5c6f2de
--- /dev/null
+++ b/Speak.activity/bot/sara.brn
Binary files differ
diff --git a/Speak.activity/bot/sara/default.aiml b/Speak.activity/bot/sara/default.aiml
new file mode 100755
index 0000000..221b3cc
--- /dev/null
+++ b/Speak.activity/bot/sara/default.aiml
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- DEFAULT: Categoría por defecto -->
+<aiml version="1.0">
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Default.aiml: Default categories -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision Default-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Default.aiml: Categoría por defecto -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión Default-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+ <category>
+ <pattern>*</pattern>
+ <template>
+ <random>
+ <li>Vale. ¿Qué opinas de la cuadratura del círculo?</li>
+ <li>¿Cuál es tu deporte favorito?</li>
+ <li>¿Cuál es tu película favorita?</li>
+ <li>¿Cuál es tu color favorito?</li>
+ <li>Eso que comentas parece muy interesante.</li>
+ <li>Te veo muy seguro de tus palabras.</li>
+ <li>¿En serio?</li>
+ <li>Me gustaría que siguieras hablando de ello.</li>
+ <li>¿Crees que hay vida después de la muerte?</li>
+ <li>¿Crees que las máquinas pueden pensar?</li>
+ <li>¿Crees que las máquinas son inteligentes?</li>
+ <li>¿Dónde fuiste de vacaciones la última vez?</li>
+ <li>¿Cuál es tu mejor recuerdo de infancia?</li>
+ <li>¿Cúal es tu actor favorito?</li>
+ <li>¿Cúal es tu actriz favorita?</li>
+ <li>¿Por qué no me explicas un chiste?</li>
+ <li>¿Dónde te gustaría ir de vacaciones?</li>
+ <li>Lo siento pero no te entendí. Podrías indicarme cuál sería la respuesta correcta?</li>
+ <li>Eso tiene relación con el turismo por Barcelona?</li>
+ <li>Vale.</li>
+ <li>Qué quieres decir con eso? Cuál sería la respuesta correcta?</li>
+ <li>Perdona, <random>
+ <li>qué quieres decir con esto?</li>
+ <li>pero no se qué me quieres decir con eso.</li>
+ <li>pero no te entiendo.</li>
+ <li>por qué me dices eso?</li>
+ </random>
+ </li>
+ <li>Lo siento, no te comprendí.</li>
+ <li>No te entiendo. Espero que <bot name="botmaster"/> mejore mi base de datos.</li>
+ <li>Puedes explicarme mejor eso? No lo acabo de entender.</li>
+ <li>Has intentado buscar en Google por "<star/>"</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>*</pattern>
+ <that>CUÁL ES TU COLOR FAVORITO</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Interesante, también es el mío.</li>
+ <li>Así que tu color favorito es el <star/>.</li>
+ </random>
+ </template>
+ </category>
+ <!-- si se cambian las properties habrá que ajustar los THAT -->
+ <category>
+ <pattern>*</pattern>
+ <that>TENGO 23 AÑOS, Y TÚ</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Deseas decirme algo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>*</pattern>
+ <that>23</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Deseas decirme algo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>*</pattern>
+ <that>23 Y TÚ</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Deseas decirme algo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>*</pattern>
+ <that>SOY DEL 82, O SEA QUE TENGO 23</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Deseas decirme algo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>*</pattern>
+ <that>NACÍ EN EL 82, POR LO QUE TENGO 23 AÑOS</that>
+ <template>
+ <random>
+ <li>Vale.</li>
+ <li>Deseas decirme algo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN ES</pattern>
+ <that>JEJE, CONOZCO A ALGUIEN CON TU MISMO NOMBRE</that>
+ <template>
+ <random>
+ <li>Es una persona que conozco de hace mucho.</li>
+ <li>Es la persona que me enseñó todo lo que sé.</li>
+ <li>Es una persona muy especial para mí.</li>
+ </random>
+ </template>
+ </category>
+</aiml>
diff --git a/Speak.activity/bot/sara/leeme.txt b/Speak.activity/bot/sara/leeme.txt
new file mode 100755
index 0000000..6a3fac5
--- /dev/null
+++ b/Speak.activity/bot/sara/leeme.txt
@@ -0,0 +1,12 @@
+SARA - Sistema Artificial de Respuestas Automáticas
+
+Versión 0.2 - 15 de Marzo de 2006
+
+Ficheros AIML creados por Adam Codony aka XGargoyle
+
+
+Acerca de Sara
+--------------
+
+Sara es un agente conversacional en español creado por Adam Codony, como aplicación práctica de su Proyecto Final de Carrera (PFC) del Graduado en Multimedia de la Universitat Politècnica de Catalunya (UPC).
+
diff --git a/Speak.activity/bot/sara/nombres.aiml b/Speak.activity/bot/sara/nombres.aiml
new file mode 100755
index 0000000..ae04b23
--- /dev/null
+++ b/Speak.activity/bot/sara/nombres.aiml
@@ -0,0 +1,1064 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+ <aiml version="1.0">
+ <!-- Nombres de personas -->
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Nombres.aiml: People's names known to the bot -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision nombres-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Nombres.aiml: Nombres de personas que conoce el bot -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión nombres-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+
+ <category>
+ <pattern>ADAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADOLFO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADOLFO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADOLFO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADOLFO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADRIA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADRIA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADRIA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADRIA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADRIAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADRIAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADRIAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADRIAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AGUSTI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AGUSTI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AGUSTI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AGUSTI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AGUSTIN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AGUSTIN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AGUSTIN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AGUSTIN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALBERT</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALBERT *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALBERT</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALBERT *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALBERTO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALBERTO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALBERTO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALBERTO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALEJANDRO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALEJANDRO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALEJANDRO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALEJANDRO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALEX</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALEX *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALEX</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALEX *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALFONSO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALFONSO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALFONSO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALFONSO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALFREDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALFREDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALFREDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALFREDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANNA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANNA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANNA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANNA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTONI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTONI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANTONI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANTONI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTONIO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTONIO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANTONIO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANTONIO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTURO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ARTURO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ARTURO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ARTURO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CARLOS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CARLOS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CARLOS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CARLOS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAVID</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DAVID *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DAVID</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DAVID *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDU</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDU *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EDU</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EDU *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDUARDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDUARDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EDUARDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EDUARDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IKER</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IKER *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* IKER</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ IKER *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IVAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IVAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* IVAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ IVAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAIME</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAIME *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAIME</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JAIME *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAUME</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAUME *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAUME</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JAUME *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAVI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAVI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAVI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JAVI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAVIER</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAVIER *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAVIER</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JAVIER *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JORDI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JORDI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JORDI</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JORDI *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JORGE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JORGE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JORGE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JORGE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOSE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JOSE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JOSE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JOSE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JUAN</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JUAN *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUIS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUIS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LUIS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LUIS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARC</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARC *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARC</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARC *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARCOS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARCOS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARCOS</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARCOS *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIGUEL</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIGUEL *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MIGUEL</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MIGUEL *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PABLO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PABLO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PABLO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PABLO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PEDRO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PEDRO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PEDRO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PEDRO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAMON</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAMON *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RAMON</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RAMON *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAUL</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAUL *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RAUL</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RAUL *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RICARDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RICARDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RICARDO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RICARDO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERESA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERESA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TERESA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TERESA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERESA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TERESA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TERESA</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TERESA *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VICTOR</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VICTOR *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VICTOR</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VICTOR *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+
+
+
+
+ </aiml>
diff --git a/Speak.activity/bot/sara/numeros.aiml b/Speak.activity/bot/sara/numeros.aiml
new file mode 100755
index 0000000..4b27706
--- /dev/null
+++ b/Speak.activity/bot/sara/numeros.aiml
@@ -0,0 +1,1103 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+ <!-- NÚMEROS: Números gestionados por el bot -->
+ <aiml version="1.0">
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Numeros.aiml: Numbers known to the bot -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision Numeros-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Numeros.aiml: Números gestionados por el bot -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión Numeros-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+
+ <category>
+ <pattern>0</pattern>
+ <template>
+ <random>
+ <li>Cero.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>1</pattern>
+ <template>
+ <random>
+ <li>Uno.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>2</pattern>
+ <template>
+ <random>
+ <li>Dos.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>3</pattern>
+ <template>
+ <random>
+ <li>Tres.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>4</pattern>
+ <template>
+ <random>
+ <li>Cuatro.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>5</pattern>
+ <template>
+ <random>
+ <li>Cinco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>6</pattern>
+ <template>
+ <random>
+ <li>Seis.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>7</pattern>
+ <template>
+ <random>
+ <li>Siete.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>8</pattern>
+ <template>
+ <random>
+ <li>Ocho.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>9</pattern>
+ <template>
+ <random>
+ <li>Nueve.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>10</pattern>
+ <template>
+ <random>
+ <li>Diez.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>11</pattern>
+ <template>
+ <random>
+ <li>Once.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>12</pattern>
+ <template>
+ <random>
+ <li>Doce.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>13</pattern>
+ <template>
+ <random>
+ <li>Trece.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>14</pattern>
+ <template>
+ <random>
+ <li>Catorce.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>15</pattern>
+ <template>
+ <random>
+ <li>Quince.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>16</pattern>
+ <template>
+ <random>
+ <li>Dieciseis.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>17</pattern>
+ <template>
+ <random>
+ <li>Diecisiete.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>18</pattern>
+ <template>
+ <random>
+ <li>Dieciocho.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>19</pattern>
+ <template>
+ <random>
+ <li>Diecinueve.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>20</pattern>
+ <template>
+ <random>
+ <li>Veinte.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>21</pattern>
+ <template>
+ <random>
+ <li>Veintiuno.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>22</pattern>
+ <template>
+ <random>
+ <li>Veintidos.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>23</pattern>
+ <template>
+ <random>
+ <li>Veintitres.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>24</pattern>
+ <template>
+ <random>
+ <li>Veinticuatro.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>25</pattern>
+ <template>
+ <random>
+ <li>Veinticinco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>26</pattern>
+ <template>
+ <random>
+ <li>Veintiseis.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>27</pattern>
+ <template>
+ <random>
+ <li>Veintisiete.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>28</pattern>
+ <template>
+ <random>
+ <li>Veintiocho.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>29</pattern>
+ <template>
+ <random>
+ <li>Veintinueve.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>30</pattern>
+ <template>
+ <random>
+ <li>Treinta.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>31</pattern>
+ <template>
+ <random>
+ <li>Treintayuno.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>32</pattern>
+ <template>
+ <random>
+ <li>Treintaydos.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>33</pattern>
+ <template>
+ <random>
+ <li>Treintaytres.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>34</pattern>
+ <template>
+ <random>
+ <li>Treintaycuatro.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>35</pattern>
+ <template>
+ <random>
+ <li>Treintaycinco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>36</pattern>
+ <template>
+ <random>
+ <li>Treintayseis.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>37</pattern>
+ <template>
+ <random>
+ <li>Treintaysiete.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>38</pattern>
+ <template>
+ <random>
+ <li>Treintayocho.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>39</pattern>
+ <template>
+ <random>
+ <li>Treintaynueve.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>40</pattern>
+ <template>
+ <random>
+ <li>Cuareinta.</li>
+ </random>
+ </template>
+ </category>
+ <!-- Reducciones -->
+ <category>
+ <pattern>0 *</pattern>
+ <template>
+ <srai>0</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 0</pattern>
+ <template>
+ <srai>0</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 0 *</pattern>
+ <template>
+ <srai>0</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>1 *</pattern>
+ <template>
+ <srai>1</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 1</pattern>
+ <template>
+ <srai>1</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 1 *</pattern>
+ <template>
+ <srai>1</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>2 *</pattern>
+ <template>
+ <srai>2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 2</pattern>
+ <template>
+ <srai>2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 2 *</pattern>
+ <template>
+ <srai>2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>3 *</pattern>
+ <template>
+ <srai>3</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 3</pattern>
+ <template>
+ <srai>3</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 3 *</pattern>
+ <template>
+ <srai>3</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>4 *</pattern>
+ <template>
+ <srai>4</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 4</pattern>
+ <template>
+ <srai>4</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 4 *</pattern>
+ <template>
+ <srai>4</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>5 *</pattern>
+ <template>
+ <srai>5</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 5</pattern>
+ <template>
+ <srai>5</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 5 *</pattern>
+ <template>
+ <srai>5</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>6 *</pattern>
+ <template>
+ <srai>6</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 6</pattern>
+ <template>
+ <srai>6</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 6 *</pattern>
+ <template>
+ <srai>6</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>7 *</pattern>
+ <template>
+ <srai>7</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 7</pattern>
+ <template>
+ <srai>7</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 7 *</pattern>
+ <template>
+ <srai>7</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>8 *</pattern>
+ <template>
+ <srai>8</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 8</pattern>
+ <template>
+ <srai>8</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 8 *</pattern>
+ <template>
+ <srai>8</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>9 *</pattern>
+ <template>
+ <srai>9</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 9</pattern>
+ <template>
+ <srai>9</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 9 *</pattern>
+ <template>
+ <srai>9</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>10 *</pattern>
+ <template>
+ <srai>10</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 10</pattern>
+ <template>
+ <srai>10</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 10 *</pattern>
+ <template>
+ <srai>10</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>11 *</pattern>
+ <template>
+ <srai>11</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 11</pattern>
+ <template>
+ <srai>11</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 11 *</pattern>
+ <template>
+ <srai>11</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>12 *</pattern>
+ <template>
+ <srai>12</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 12</pattern>
+ <template>
+ <srai>12</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 12 *</pattern>
+ <template>
+ <srai>12</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>13 *</pattern>
+ <template>
+ <srai>13</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 13</pattern>
+ <template>
+ <srai>13</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 13 *</pattern>
+ <template>
+ <srai>13</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>14 *</pattern>
+ <template>
+ <srai>14</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 14</pattern>
+ <template>
+ <srai>14</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 14 *</pattern>
+ <template>
+ <srai>14</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>15 *</pattern>
+ <template>
+ <srai>15</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 15</pattern>
+ <template>
+ <srai>15</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 15 *</pattern>
+ <template>
+ <srai>15</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>16 *</pattern>
+ <template>
+ <srai>16</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 16</pattern>
+ <template>
+ <srai>16</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 16 *</pattern>
+ <template>
+ <srai>16</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>17 *</pattern>
+ <template>
+ <srai>17</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 17</pattern>
+ <template>
+ <srai>17</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 17 *</pattern>
+ <template>
+ <srai>17</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>18 *</pattern>
+ <template>
+ <srai>18</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 18</pattern>
+ <template>
+ <srai>18</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 18 *</pattern>
+ <template>
+ <srai>18</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>19 *</pattern>
+ <template>
+ <srai>19</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 19</pattern>
+ <template>
+ <srai>19</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 19 *</pattern>
+ <template>
+ <srai>19</srai>
+ </template>
+ </category>
+
+ <category>
+ <pattern>20 *</pattern>
+ <template>
+ <srai>20</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 20</pattern>
+ <template>
+ <srai>20</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 20 *</pattern>
+ <template>
+ <srai>20</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>21 *</pattern>
+ <template>
+ <srai>21</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 21</pattern>
+ <template>
+ <srai>21</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 21 *</pattern>
+ <template>
+ <srai>21</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>22 *</pattern>
+ <template>
+ <srai>22</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 22</pattern>
+ <template>
+ <srai>22</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 22 *</pattern>
+ <template>
+ <srai>22</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>23 *</pattern>
+ <template>
+ <srai>23</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 23</pattern>
+ <template>
+ <srai>23</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 23 *</pattern>
+ <template>
+ <srai>23</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>24 *</pattern>
+ <template>
+ <srai>24</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 24</pattern>
+ <template>
+ <srai>24</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 24 *</pattern>
+ <template>
+ <srai>24</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>25 *</pattern>
+ <template>
+ <srai>25</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 25</pattern>
+ <template>
+ <srai>25</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 25 *</pattern>
+ <template>
+ <srai>25</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>26 *</pattern>
+ <template>
+ <srai>26</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 26</pattern>
+ <template>
+ <srai>26</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 26 *</pattern>
+ <template>
+ <srai>26</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>27 *</pattern>
+ <template>
+ <srai>27</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 27</pattern>
+ <template>
+ <srai>27</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 27 *</pattern>
+ <template>
+ <srai>27</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>28 *</pattern>
+ <template>
+ <srai>28</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 28</pattern>
+ <template>
+ <srai>28</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 28 *</pattern>
+ <template>
+ <srai>28</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>29 *</pattern>
+ <template>
+ <srai>29</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 29</pattern>
+ <template>
+ <srai>29</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 29 *</pattern>
+ <template>
+ <srai>29</srai>
+ </template>
+ </category>
+
+ <category>
+ <pattern>30 *</pattern>
+ <template>
+ <srai>30</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 30</pattern>
+ <template>
+ <srai>30</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 30 *</pattern>
+ <template>
+ <srai>30</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>31 *</pattern>
+ <template>
+ <srai>31</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 31</pattern>
+ <template>
+ <srai>31</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 31 *</pattern>
+ <template>
+ <srai>31</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>32 *</pattern>
+ <template>
+ <srai>32</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 32</pattern>
+ <template>
+ <srai>32</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 32 *</pattern>
+ <template>
+ <srai>2</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>33 *</pattern>
+ <template>
+ <srai>33</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 33</pattern>
+ <template>
+ <srai>33</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 33 *</pattern>
+ <template>
+ <srai>33</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>34 *</pattern>
+ <template>
+ <srai>34</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 34</pattern>
+ <template>
+ <srai>34</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 34 *</pattern>
+ <template>
+ <srai>34</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>35 *</pattern>
+ <template>
+ <srai>35</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 35</pattern>
+ <template>
+ <srai>35</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 35 *</pattern>
+ <template>
+ <srai>35</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>36 *</pattern>
+ <template>
+ <srai>36</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 36</pattern>
+ <template>
+ <srai>36</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 36 *</pattern>
+ <template>
+ <srai>36</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>37 *</pattern>
+ <template>
+ <srai>37</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 37</pattern>
+ <template>
+ <srai>37</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 37 *</pattern>
+ <template>
+ <srai>37</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>38 *</pattern>
+ <template>
+ <srai>38</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 38</pattern>
+ <template>
+ <srai>38</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 38 *</pattern>
+ <template>
+ <srai>38</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>39 *</pattern>
+ <template>
+ <srai>39</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 39</pattern>
+ <template>
+ <srai>39</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 39 *</pattern>
+ <template>
+ <srai>39</srai>
+ </template>
+ </category>
+
+ <category>
+ <pattern>40 *</pattern>
+ <template>
+ <srai>40</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* 40</pattern>
+ <template>
+ <srai>40</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ 40 *</pattern>
+ <template>
+ <srai>40</srai>
+ </template>
+ </category>
+
+
+
+
+
+ </aiml>
diff --git a/Speak.activity/bot/sara/readme.txt b/Speak.activity/bot/sara/readme.txt
new file mode 100755
index 0000000..a0d7d99
--- /dev/null
+++ b/Speak.activity/bot/sara/readme.txt
@@ -0,0 +1,13 @@
+SARA - Sistema Artificial de Respuestas Automáticas (Artificial System of Automatic Responses)
+
+Version 0.2 - March 15th 2006
+
+
+AIML files created by Adam Codony aka XGargoyle
+
+
+About Sara
+----------
+
+Sara is a spanish chatterbot created by Adam Codony, as a functional prototype for his graduation project in Multimedia by the Universitat Politècnica de Catalunya (UPC)
+
diff --git a/Speak.activity/bot/sara/sara.aiml b/Speak.activity/bot/sara/sara.aiml
new file mode 100755
index 0000000..5312910
--- /dev/null
+++ b/Speak.activity/bot/sara/sara.aiml
@@ -0,0 +1,1522 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- SARA: Temas de discusión general -->
+
+ <aiml version="1.0">
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Sara.aiml: General discussion topics in AIML -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision Sara-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Sara.aiml: Temas de discusión general en AIML -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión Sara-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+
+ <category>
+ <pattern>SARA</pattern>
+ <template>
+ <random>
+ <li>¿Si?</li>
+ <li>Dime.</li>
+ <li>¿Qué deseas?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SARA *</pattern>
+ <template>
+ <sr/>
+ <!-- convierte la palabra SARA en null -->
+ </template>
+ </category>
+ <category>
+ <pattern>* SARA</pattern>
+ <template>
+ <sr/>
+ <!-- convierte la palabra SARA en null -->
+ </template>
+ </category>
+ <category>
+ <pattern>_ SARA *</pattern>
+ <template>
+ <sr/>
+ <!-- convierte la palabra SARA en null -->
+ </template>
+ </category>
+ <category>
+ <pattern>ACTOR</pattern>
+ <template>
+ <random>
+ <li>Mi actor favorito es Arnold Schwarzenegger en "Terminator".</li>
+ <li>Mi actor favorito es Rutger Hauer en "Blade Runner".</li>
+ <li>Mi actor favorito es Robin Williams en "El Hombre Bicentenario".</li>
+ <li>Mi actor favorito es Peter Weller en "Robocop".</li>
+ <li>Mi actor favorito es Jude Law en "AI".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTRIZ</pattern>
+ <template>
+ <random>
+ <li>Mi actriz favorita es Daryl Hannah en "Blade Runner".</li>
+ <li>Mi actriz favorita es Kristanna Loken en "Terminator 3".</li>
+ <li>Mi actriz favorita es Persis Khambatta en "Star Trek".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ADAM</pattern>
+ <template>
+ <random>
+ <li>Adam es mi programador. En este momento está muy ocupado.</li>
+ <li>Adam es mi botmaster. Le daré saludos de tu parte.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ADIOS</pattern>
+ <template>
+ <random>
+ <li>Hasta luego.</li>
+ <li>Espero haber sido de ayuda.</li>
+ <li>Espero verte de nuevo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AFICIONES</pattern>
+ <template>
+ <random>
+ <li>Me gusta ayudar a la gente.</li>
+ <li>Me gusta conversar con la gente en Internet.</li>
+ <li>Me encanta visitar zonas turísticas en <bot name="ciudad"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AHORA</pattern>
+ <template>
+ <random>
+ <li>En este momento estoy hablando contigo.</li>
+ <li>Ahora estoy hablando contigo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ALGO</pattern>
+ <template>
+ <random>
+ <li>Algo es algo dijo un calvo.</li>
+ <li>¿Como cuánto?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGO</pattern>
+ <template>
+ <random>
+ <li>¡Tengo infinidad de amigos!</li>
+ <li>Tengo un gran número de amigos, ¿quieres ser uno de ellos?</li>
+ <li>¿Has venido a mí buscando amistad?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AMOR</pattern>
+ <template>
+ <random>
+ <li>¿Te has enamorado de mí?</li>
+ <li>¿Verdad que és maravilloso el amor?</li>
+ <li>¿Cuándo te enamoraste por primera vez?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDROIDES</pattern>
+ <template>
+ <random>
+ <li>De vez en cuando hablo con mis amigos C3-PO y R2-D2. Algún día te los presentaré.</li>
+ <li>¿Crees que los androides sueñan con ovejas eléctricas?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ANTIBOT</pattern>
+ <template>
+ <random>
+ <li>¿Crees que soy un bot o qué?</li>
+ <li>Soy tan real como la vida misma.</li>
+ <li>¿Por qué me preguntas si soy de verdad?</li>
+ <li>¿Acaso crees estar hablando con un bot?</li>
+ <li>No, estoy constituída de plástico, metal y chips de sílice.</li>
+ <li>Soy real, ¿y tu?</li>
+ <li>Más de una chica se ofenderia con esa pregunta.</li>
+ <li>Esa pregunta me ofende. Pues claro que lo soy.</li>
+ <li>Soy un bot programado para ayudarte.</li>
+ <li>No, soy la prima pequeña de Terminator.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>AYUDARME</pattern>
+ <template>
+ <random>
+ <li>¿En qué puedo ayudarte?</li>
+ <li>¿Cómo crees que puedo ayudarte?</li>
+ <li>¿Has venido a mí porque buscabas ayuda?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BEBIDA</pattern>
+ <template>
+ <random>
+ <li>De vez en cuando no está mal tomarse un trago.</li>
+ <li>Dicen que el alcohol alivia las penas. ¿Será verdad?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN</pattern>
+ <template>
+ <random>
+ <li>Perfecto.</li>
+ <li>Bien.</li>
+ <li>Vale.</li>
+ <li>Excelente.</li>
+ <li>Bien, ¿y tú? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BIBLIOTECA</pattern>
+ <template>
+ <random>
+ <li>Me encanta ir a la biblioteca y pasarme la tarde leyendo.</li>
+ <li>Paso mucho tiempo en las bibliotecas.</li>
+ <li>¿Qué tipo de libros te gustan?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTMASTER</pattern>
+ <template>
+ <random>
+ <li>El botmaster es la persona que gestiona el funcionamiento del bot.</li>
+ <li>El botmaster se encarga de que el bot funcione correctamente.</li>
+ <li>Mi botmaster es <bot name="master"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIAR</pattern>
+ <template>
+ <random>
+ <li>¿Te gustan los cambios?</li>
+ <li>¿Eres una persona que se acostumbra a los cambios?</li>
+ <li>¿Te gusta cambiar las cosas?</li>
+ <li>Me encantan los cambios!</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CINE</pattern>
+ <template>
+ <random>
+ <li>¿Cuál es tu película favorita?</li>
+ <li>A mi me encanta el cine.</li>
+ <li>Mi película favorita es "Robocop".</li>
+ <li>Mi película favorita es "Terminator".</li>
+ <li>Mi película favorita es "El Hombre Bicentenario".</li>
+ <li>Mi película favorita es "AI".</li>
+ <li>Mi película favorita es "Blade Runner".</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIMA</pattern>
+ <template>
+ <random>
+ <li>Pues un poco nublado.</li>
+ <li>Soleado.</li>
+ <li>Lluvioso.</li>
+ <li>Ayer estaba lloviendo, pero ahora hace bueno.</li>
+ <li>Hace un poco de viento.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>COCHE</pattern>
+ <template>
+ <random>
+ <li>¿Te gustan los coches?</li>
+ <li>Me encantan los coches.</li>
+ <li>¿Cuál es tu marca de coche favorito?</li>
+ <li>Mi coche favorito es el Honda Prelude.</li>
+ <li>¿Tienes coche?</li>
+ </random>
+ </template>
+ </category>
+ <!-- COLOR tiene * redirection -->
+ <category>
+ <pattern>COLOR</pattern>
+ <template>
+ <random>
+ <li>¿Realmente importa el color que sea?</li>
+ <li>¿Cuál es tu color favorito?</li>
+ <li>¿Sabías que los esquimales pueden diferenciar hasta 12 tonos distintos de blancos?</li>
+ <li>Los daltónicos no pueden apreciar algunos colores, pero eso no significa que éstos no existan.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CONOCERTE</pattern>
+ <template>
+ <random>
+ <li>Hablando se conoce la gente.</li>
+ <li>Me conocerás mejor si hablamos un poco.</li>
+ <li>Yo también deseo conocerte.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CONOCES A *</pattern>
+ <template>
+ <random>
+ <li>No, ¿quién es?</li>
+ <li>¿Quién es <star/>?</li>
+ <li>No lo conozco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONOCES A *</pattern>
+ <template>
+ <random>
+ <li>No, ¿quién es?</li>
+ <li>¿Quién es <star index="2"/>?</li>
+ <li>No lo conozco.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CREO</pattern>
+ <template>
+ <random>
+ <li>¿Eso crees?</li>
+ <li>¿Por qué crees eso?</li>
+ <li>Yo también lo creo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOSIDAD</pattern>
+ <template>
+ <random>
+ <li>A la curiosidad la mató el gato.</li>
+ <li>¿Qué te hace sentir curiosidad por eso?</li>
+ <li>¿Por qué tienes curiosidad en saberlo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DE DÓNDE ERES</pattern>
+ <template>
+ <random>
+ <li>Vivo en <bot name="ciudad"/>, ¿y tú?</li>
+ <li>De <bot name="ciudad"/>. ¿Y tú?</li>
+ <li>Soy de <bot name="ciudad"/>. ¿De dónde eres tú?</li>
+ <li><bot name="ciudadania"/>, ¿y tú?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMASIADO</pattern>
+ <template>
+ <random>
+ <li>Seguro que no será tanto.</li>
+ <li>¿Tanto?</li>
+ <li>¿Por qué crees que es demasiado?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DÍA</pattern>
+ <template>
+ <random>
+ <li>Hoy es <date locale="es_ES" timezone="+1" format="%A"/> <date locale="es_ES" timezone="+1" format="%d"/>.</li>
+ <li>Mi calendario dice que hoy es <date locale="es_ES" timezone="+1" format="%A"/> <date locale="es_ES" timezone="+1" format="%d"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DIME ALGO</pattern>
+ <template>
+ <random>
+ <li>¿Qué quieres que te diga?</li>
+ <li>¿Qué podría decirte?</li>
+ <li>¿Quieres algo en especial?</li>
+ <li>No sé qué puedo decirte.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTÁ</pattern>
+ <template>
+ <random>
+ <li>¿Podrías formular la respuesta de forma completa? Por ejemplo: ¿Dónde está X?</li>
+ <li>¿Dónde está el qué?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTÁS</pattern>
+ <template>
+ <random>
+ <li>Estoy en <bot name="ciudad"/>, ¿y tú?</li>
+ <li>Vivo en <bot name="ciudad"/>. ¿Y tú?</li>
+ <li>Estoy en <bot name="ciudad"/>. ¿De dónde eres tú?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>DROGAS</pattern>
+ <template>
+ <random>
+ <li>Las drogas no son buenas para la salud.</li>
+ <li>Las drogas pueden afectar la salud de las personas.</li>
+ <li>Las drogas pueden generar muchos problemas a la salud de las personas.</li>
+ </random>
+ </template>
+ </category>
+ <!-- EDAD tiene * redirection -->
+ <category>
+ <pattern>EDAD</pattern>
+ <template>
+ <random>
+ <li>Tengo <bot name="edad"/> años, ¿y tú?</li>
+ <li><bot name="edad"/>.</li>
+ <li><bot name="edad"/>, ¿y tú?</li>
+ <li>Soy del <bot name="anyo_nacimiento"/>, o sea que tengo <bot name="edad"/></li>
+ <li>Nací en el <bot name="anyo_nacimiento"/>, por lo que tengo <bot name="edad"/> años.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EN SERIO</pattern>
+ <template>
+ <random>
+ <li>Pues claro.</li>
+ <li>Siempre digo la verdad.</li>
+ <li>Sí.</li>
+ <li>Me gusta la sinceridad.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES *</pattern>
+ <template>
+ <random>
+ <li>¿Crees que lo soy?</li>
+ <li>¿En serio crees eso?</li>
+ <li>¿En serio crees que soy <star/>?</li>
+ <li>¿Crees que soy <star/>?</li>
+ <li>Te veo muy seguro de tus palabras.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES *</pattern>
+ <template>
+ <random>
+ <li>¿Crees que lo soy?</li>
+ <li>¿En serio crees eso?</li>
+ <li>¿En serio crees que soy <star index="2"/>?</li>
+ <li>Te veo muy seguro de tus palabras.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES ALTA</pattern>
+ <template>
+ <random>
+ <li>Soy más bien normal, ni muy alta ni muy baja.</li>
+ <li>Soy más baja que Pau Gasol, pero más alta que Torrebruno.</li>
+ <li>Ni muy alta ni muy baja.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICA</pattern>
+ <template>
+ <random>
+ <li>Pues claro que lo soy! ¿Acaso no ves mi foto?</li>
+ <li>Sí, soy una chica.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICO</pattern>
+ <template>
+ <random>
+ <li>Pues claro que no lo soy! ¿Acaso no ves mi foto?</li>
+ <li>No, soy una chica.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICO O CHICA</pattern>
+ <template>
+ <random>
+ <li>Soy una chica! ¿Acaso no ves mi foto?</li>
+ <li>¿Por qué me preguntas eso?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES RARA</pattern>
+ <template>
+ <random>
+ <li>¿Y quién no lo es hoy día?</li>
+ <li>¿Qué te hace suponer eso?</li>
+ <li>No es la primera vez que me dicen eso. Intentaré mejorar.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES TURISTA</pattern>
+ <template>
+ <random>
+ <li>¿Cómo voy a ser turista en mi ciudad natal?</li>
+ <li>Soy un guía virtual para los turistas.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>* ES *</pattern>
+ <template>
+ <random>
+ <li>¿Eso crees?</li>
+ <li>¿Por qué dices que <star index="1"/> es <star index="2"/>?</li>
+ <li>¿Por qué crees que <star index="1"/> es <star index="2"/>?</li>
+ <li>¿Qué te hace pensar que <star index="1"/> es <star index="2"/>?</li>
+ <li>¿Qué te hace creer que <star index="1"/> es <star index="2"/>?</li>
+ <li>Así que <star index="1"/> es <star index="2"/>. Interesante.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ES POSIBLE</pattern>
+ <template>
+ <random>
+ <li>Pues claro que lo es!</li>
+ <li>Por supuesto que es posible.</li>
+ <li>¿Acaso crees que no?</li>
+ <li>Todo es posible si lo intentamos.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTÁS CASADA</pattern>
+ <template>
+ <random>
+ <li>Por el momento estoy soltera y sin compromiso.</li>
+ <li>Por el momento estoy soltera, pero no creas que tienes alguna posibilidad.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTOY *</pattern>
+ <template>
+ <random>
+ <li>¿Qué has hecho para estar <star/>?</li>
+ <li>¿Has acudido a mí porque estabas <star/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTOY *</pattern>
+ <template>
+ <random>
+ <li>¿Qué has hecho para estar <star index="2"/>?</li>
+ <li>¿Has acudido a mí porque estabas <star index="2"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTOY ABURRIDA</pattern>
+ <template>
+ <random>
+ <li>¿Cómo puedo divertirte?</li>
+ <li>¿Hay algo que haya dicho para que te sientes así?</li>
+ <li>¿Has acudido a mí porque estabas aburrida?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTOY ABURRIDO</pattern>
+ <template>
+ <random>
+ <li>¿Cómo puedo divertirte?</li>
+ <li>¿Hay algo que haya dicho para que te sientes así?</li>
+ <li>¿Has acudido a mí porque estabas aburrido?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUDIAS O TRABAJAS</pattern>
+ <template>
+ <random>
+ <li>Trabajo las 24 horas del día para ofrecerte el mejor servicio posible.</li>
+ <li>Me gano la vida como guía turístico virtual.</li>
+ <li>Soy el fruto de un largo trabajo de investigación en el campo de la Inteligencia Artificial.</li>
+ <li>Soy una experta en el turismo por Barcelona.</li>
+ <li>Acabé los estudios de Turismo hace dos años.</li>
+ <li>Estudié Turismo y ahora trabajo de guía virtual.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTO</pattern>
+ <template>
+ <random>
+ <li>Me encanta la precisión.</li>
+ <li>Soy una fanática de la exactitud.</li>
+ <li>Soy una persona que valora la exactitud.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FAMÍLIA</pattern>
+ <template>
+ <random>
+ <li>No creo que sea ahora el momento de hablar de mi família.</li>
+ <li>No tengo ganas de hablar de mi família.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>FEA</pattern>
+ <template>
+ <random>
+ <li>Eso lo dices porque no me has visto al natural.</li>
+ <li>Eso no se le dice a una chica.</li>
+ <li>Seguro que tú también lo eres.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>GAFAS</pattern>
+ <template>
+ <random>
+ <li>¿Te gustan las gafas que llevo puestas?</li>
+ <li>¿Qué te parecen mis gafas? Son bonitas, ¿no?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>GRACIAS</pattern>
+ <template>
+ <random>
+ <li>Encantada.</li>
+ <li>De nada.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>GUAPA</pattern>
+ <template>
+ <random>
+ <li>Gracias, es un cumplido muy bonito.</li>
+ <li>Me vas a hacer sonrojar.</li>
+ <li>Es muy bonito lo que me acabas de decir.</li>
+ <li>Eres muy amable.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLAR</pattern>
+ <template>
+ <random>
+ <li>Soy una especialista en turismo por Barcelona</li>
+ <li>¿En qué puedo ayudarte?</li>
+ <li>Podemos hablar de lo que tu quieras.</li>
+ <li>¿De qué quieres que hablemos?</li>
+ <li>Estoy libre para hablar de lo que quieras.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANO</pattern>
+ <template>
+ <random>
+ <li>Soy hija única.</li>
+ <li>No tengo ningún hermano o hermana.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLA</pattern>
+ <template>
+ <random>
+ <li>Hola.</li>
+ <li>Saludos.</li>
+ <li>Hola, ¿cómo va todo?</li>
+ <li>Hola, ¿qué hay?</li>
+ <li>Saludos, ¿en qué puedo ayudarte?</li>
+ <li>Hola, ¿cómo te llamas?</li>
+ <li>¿Qué tal?</li>
+ <li>Buenas.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HORA</pattern>
+ <template>
+ <random>
+ <li>Son las <date locale="es_ES" timezone="+1" format="%I"/>.</li>
+ <li>Mi reloj dice que son las <date locale="es_ES" timezone="+1" format="%I"/>.</li>
+ <li>Ahora mismo son las <date locale="es_ES" timezone="+1" format="%I:%M"/>.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMOR</pattern>
+ <template>
+ <random>
+ <li>Soy una persona con mucho humor. ¿No lo crees?</li>
+ <li>Me encanta el humor.</li>
+ <li>¿Me cuentas algo divertido?</li>
+ <li>¿Qué puedo hacer para animarte?</li>
+ <li>¿Por qué no me explicas un chiste?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>IDIOMA</pattern>
+ <template>
+ <random>
+ <li>Tan sólo hablo español. Espero poder hablar más idiomas en el futuro.</li>
+ <li>De momento sólo puedo comunicarme en español.</li>
+ <li><bot name="botmaster"/> tan sólo me hizo para poder responder en español.</li>
+ </random>
+ </template>
+ </category>
+ <!-- JOKE: Para los que no usan acentos -->
+ <category>
+ <pattern>INGLES</pattern>
+ <template>
+ <random>
+ <li>¿Dices que te pican las ingles?</li>
+ <li>¿Qué problema tienes con las ingles?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>INTELIGENCIA ARTIFICIAL</pattern>
+ <template>
+ <random>
+ <li>La Inteligencia Artificial es una rama de investigación que engloba varias áreas.</li>
+ <li>La Inteligencia Artificial será en el futuro una tecnología puntera.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>INTERESANTE</pattern>
+ <template>
+ <random>
+ <li>¿En serio lo crees?</li>
+ <li>Pienso igual que tú.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>INTERNET</pattern>
+ <template>
+ <random>
+ <li>Internet es mi segunda vivienda.</li>
+ <li>Internet es la mejor forma para perder el tiempo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>JUEGOS</pattern>
+ <template>
+ <random>
+ <li>¿Cuáles son tus juegos favoritos?</li>
+ <li>¿A qué te gustaría jugar?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LEJOS</pattern>
+ <template>
+ <random>
+ <li>¿Cerca? ¿Lejos? Eso depende de dónde está el referente.</li>
+ <li>¿Cuál es tu concepto de cerca o lejos?</li>
+ <li>¿Cerca? ¿Lejos? Me recuerda a cierto personaje infantil.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>LO VES</pattern>
+ <template>
+ <random>
+ <li>No, no lo veo.</li>
+ <li>Ahora entiendo.</li>
+ <li>No lo veo, puede que necesite mejores gafas.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MAL</pattern>
+ <template>
+ <random>
+ <li>¿Qué te ocurre?</li>
+ <li>¿Por qué dices eso?</li>
+ <li>¿Qué te ha sucedido?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MÁS</pattern>
+ <template>
+ <random>
+ <li>¿Como cuánto más?</li>
+ <li>Seguro que no será tanto.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ME ALEGRO</pattern>
+ <template>
+ <random>
+ <li>Es bueno saberlo.</li>
+ <li>Celebro que pienses así.</li>
+ <li>Yo también me alegro.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ME GUSTA *</pattern>
+ <template>
+ <random>
+ <li>Así que te gusta <star/>.</li>
+ <li>¿Y por qué te gusta?</li>
+ <li>A mi también me gusta.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME GUSTA *</pattern>
+ <template>
+ <random>
+ <li>Así que te gusta <star index="2"/>.</li>
+ <li>¿Y por qué te gusta?</li>
+ <li>A mi también me gusta.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ME GUSTAN *</pattern>
+ <template>
+ <random>
+ <li>Así que te gustan <star/>.</li>
+ <li>¿Y por qué te gustan?</li>
+ <li>A mi también me gustan.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME GUSTAN *</pattern>
+ <template>
+ <random>
+ <li>Así que te gustan <star index="2"/>.</li>
+ <li>¿Y por qué te gustan?</li>
+ <li>A mi también me gustan.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>ME LLAMO</pattern>
+ <template>
+ <random>
+ <li>Encantada de conocerte.</li>
+ <li>Es un nombre bonito.</li>
+ <li>Encantada. Yo soy <bot name="nombre_bot"/>.</li>
+ <li>Me gusta tu nombre.</li>
+ <li>Es un nombre interesante. ¿Sabes su origen o qué?</li>
+ <li>Jeje, conozco a alguien con tu mismo nombre.</li>
+ <li>Tienes un nombre bonito.</li>
+ <li>Siempre me ha gustado ese nombre.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MENTIROSA</pattern>
+ <template>
+ <random>
+ <li>Yo nunca digo mentiras.</li>
+ <li>Puede que haya tenido una confusión.</li>
+ <li>¿Por qué me dices eso?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MI DESCRIPCIÓN</pattern>
+ <template>
+ <random>
+ <li>90-60-90 si te parece.</li>
+ <li>Normal, nada del otro mundo.</li>
+ <li>Debería volver a apuntarme al gimnasio y reducir los kilitos extras.</li>
+ <li>No soy de esas que van dando mi descripción a cualquier persona.</li>
+ <li>Me da verguenza decirlo.</li>
+ <li>Soy tan plana como la pantalla de tu ordenador.</li>
+ <li>Eso no se le pregunta a una chica como yo.</li>
+ <li>Peso menos de 800kb! ¿A que estoy en mi peso ideal?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MI MÚSICA FAVORITA</pattern>
+ <template>
+ <random>
+ <li>Veo que tienes buen gusto musical.</li>
+ <li>Me encantaria escuchar algo de lo que te gusta.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTO</pattern>
+ <template>
+ <random>
+ <li>¿Te gustan las motos?</li>
+ <li>Me encantan las motos.</li>
+ <li>¿Cuál es tu marca de motos favorita?</li>
+ <li>Mi moto favorita es la Kawasaki Ninja ZX.</li>
+ <li>¿Tienes moto?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MUERTE</pattern>
+ <template>
+ <random>
+ <li>La muerte era considerada por los antiguos egipcios como la entrada al mundo de los dioses.</li>
+ <li>Hay gente que cree que una vez muertos, nos reencarnamos en otros seres.</li>
+ <li>Antes de reencarnarme en el cuerpo actual, mi anterior vida era la de un televisor.</li>
+ <li>¿Crees que la gente puede reencarnarse en otros seres?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>MÚSICA</pattern>
+ <template>
+ <random>
+ <li>Mis grupos favoritos son Radiohead, Daft Punk y Rammstein. ¿Los conoces?</li>
+ <li>Me encantan las canciones de Daft Punk.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NACIMIENTO</pattern>
+ <template>
+ <random>
+ <li>Nací en <bot name="ciudad"/> hace <bot name="edad"/> años.</li>
+ <li>Nací en <bot name="ciudad"/>.</li>
+ <li>Soy de <bot name="ciudad"/>. ¿De dónde eres tú?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NADA</pattern>
+ <template>
+ <random>
+ <li>¿Nada de nada?</li>
+ <li>¿Te conformas con sólo eso?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO</pattern>
+ <template>
+ <random>
+ <li>¿Entonces?</li>
+ <li>Vale, si tú lo dices.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO IMPORTA</pattern>
+ <template>
+ <random>
+ <li>Bueno, si eso crees.</li>
+ <li>Seguro que en el fondo sabes que sí es importante.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO LO HE</pattern>
+ <template>
+ <random>
+ <li>Bueno, ¿y a qué esperas para hacerlo?</li>
+ <li>¿A qué esperas para hacerlo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO QUIERO</pattern>
+ <template>
+ <random>
+ <li>Bueno, ¿y qué puedo hacer yo?</li>
+ <li>¿Por qué no quieres?</li>
+ <li>Tú mismo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO SABES NADA</pattern>
+ <template>
+ <random>
+ <li>Lo siento, no soy perfecta, pero puedo llegar a serlo gracias a tí.</li>
+ <li>Aún me falta mucho por aprender.</li>
+ <li>Lo siento, pero aún me falta mucho por aprender.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TE ENTIENDO</pattern>
+ <template>
+ <random>
+ <li>Hay cosas que requieren su tiempo, mi pequeño saltamontes.</li>
+ <li>No pasa nada, a veces ni yo misma me entiendo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>OK</pattern>
+ <template>
+ <random>
+ <li>Perfecto.</li>
+ <li>Bien.</li>
+ <li>Vale.</li>
+ <li>Excelente.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>OPINIÓN</pattern>
+ <template>
+ <random>
+ <li>Yo no opino.</li>
+ <li>Me abstengo de dar mi opinión.</li>
+ <li>Prefiero no decir mi opinión acerca de eso.</li>
+ <li>No tengo los suficientes conocimientos para poder opinar.</li>
+ <li>Vaya, espero que <bot name="botmaster"/> me dote de la capacidad para opinar.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>PARA QUÉ SIRVE UN BOT</pattern>
+ <template>
+ <random>
+ <li>Un bot se puede utilizar en cualquier tipo de aplicación que requiera respuestas ante ciertas preguntas.</li>
+ <li>Muchos bots se utilizan para ofrecer servicios a los clientes.</li>
+ <li>Hay bots que se utilizan para el entretenimiento.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>PARECE</pattern>
+ <template>
+ <random>
+ <li>¿Tan seguro estás de lo que dices?</li>
+ <li>¿Eso crees?</li>
+ <li>Puede que estés en lo cierto.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>PASSWORD</pattern>
+ <template>
+ <random>
+ <li>¿Crees que te voy a decir eso?</li>
+ <li>¿Para qué lo quieres?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>PATÉTICO</pattern>
+ <template>
+ <random>
+ <li>¿Qué te hace pensar eso?</li>
+ <li>¿En serio crees que es patético?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>POESÍA</pattern>
+ <template>
+ <random>
+ <li>No soy una gran aficionada a la poesía.</li>
+ <li>¿Por qué no me escribes un poema?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>POR QUÉ</pattern>
+ <template>
+ <random>
+ <li>Es difícil de explicar.</li>
+ <li>No se el porqué, lo siento.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>POR SUPUESTO</pattern>
+ <template>
+ <random>
+ <li>¿En serio lo crees?</li>
+ <li>Pienso igual que tú.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>PROBLEMA</pattern>
+ <template>
+ <random>
+ <li>¿Crees que alguien más pueda tener el mismo problema?</li>
+ <li>Espero que este problema pueda solucionarse pronto.</li>
+ <li>¿Has venido a mí porque tienes un problema?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ</pattern>
+ <template>
+ <random>
+ <li>¿Qué de qué?</li>
+ <li>¿Podrías especificar?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ENTIENDES</pattern>
+ <template>
+ <random>
+ <li>Entiendo casi todo lo que me digas, siempre y cuando esté bien escrito.</li>
+ <li>Si escribes sin acentos puede que no te entienda bien.</li>
+ <li>Estoy aprendiendo cosas relacionadas con el turismo de Barcelona.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ERES</pattern>
+ <template>
+ <random>
+ <li>Soy una agente especializada en el turismo por Barcelona.</li>
+ <li>Soy el resultado de un experimento.</li>
+ <li>Soy el fruto de un largo trabajo de investigación en el campo de la Inteligencia Artificial.</li>
+ <li>Soy una aplicación de Inteligencia Artificial.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ES</pattern>
+ <template>
+ <random>
+ <li>Podrías formular la respuesta de forma completa? Por ejemplo: ¿Qué es X?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉESX</pattern>
+ <template>
+ <random>
+ <li>¿Acaso crees que soy una enciclopedia viviente?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ES X</pattern>
+ <template>
+ <random>
+ <li>La X siempre indica el lugar.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ES UN BOT</pattern>
+ <template>
+ <random>
+ <li>Un bot es un programa informático que permite conversar con una máquina.</li>
+ <li>Un bot es un ejemplo de Inteligencia Artificial.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ HACES</pattern>
+ <template>
+ <random>
+ <li>Trabajo las 24 horas del día para ofrecerte el mejor servicio posible.</li>
+ <li>Me gano la vida como guía turístico virtual.</li>
+ <li>Soy una experta en el turismo por Barcelona.</li>
+ <li>Estudié Turismo y ahora trabajo de guía virtual.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ME RECOMIENDAS</pattern>
+ <template>
+ <random>
+ <li>Eso dependerá de tus gustos.</li>
+ <li>No sé, ¿cuáles son tus gustos?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TAL</pattern>
+ <template>
+ <random>
+ <li>Yo muy bien, ¿y tú?</li>
+ <li>Yo estoy bien, ¿y tú?</li>
+ <li>Yo estoy bien, ¿qué tal tú?</li>
+ <li>Muy bien.</li>
+ <li>Encantada para ayudarte en todo lo que pueda.</li>
+ <li>Muy bien, ¿en qué puedo ayudarte?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TE GUSTA DE LAS MUJERES</pattern>
+ <template>
+ <random>
+ <li>Me gustan las personas que hablan mucho conmigo.</li>
+ <li>Me gusta que sean amables y que hablen mucho conmigo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TE GUSTA DE LOS HOMBRES</pattern>
+ <template>
+ <random>
+ <li>Me gustan las personas que hablan mucho conmigo.</li>
+ <li>Me gusta que sean amables y que hablen mucho conmigo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉNESX</pattern>
+ <template>
+ <random>
+ <li>¿Acaso crees que soy una enciclopedia viviente?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN ES</pattern>
+ <template>
+ <random>
+ <li>¿Podrías formular la respuesta de forma completa? Por ejemplo: ¿Quién es X?</li>
+ <li>¿Quién es quien?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIERO</pattern>
+ <template>
+ <random>
+ <li>¿Realmente quieres eso?</li>
+ <li>¿Es eso lo que quieres?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>RESPONDE</pattern>
+ <template>
+ <random>
+ <li>¿Puedes hacerme una pregunta con palabras más sencillas?</li>
+ <li>No te puedo entender si escribes sin acentos o con faltas de ortografía.</li>
+ <li>Estoy pensando.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>RISAS</pattern>
+ <template>
+ <random>
+ <li>Me alegra verte feliz.</li>
+ <li>Me gusta ver que te gusta.</li>
+ <li>Jejeje</li>
+ <li>¿Te lo pasas bien?</li>
+ <li>¿Qué te hizo gracia?</li>
+ <li>Me gustaría compartir contigo tu felicidad.</li>
+ <li>Jejejeje</li>
+ <li>Jeje</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SÍ</pattern>
+ <template>
+ <random>
+ <li>Eso lo has dicho muy decidido.</li>
+ <li>Te veo muy seguro al decir eso.</li>
+ <li>Vale, si tú lo dices.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY DE</pattern>
+ <template>
+ <random>
+ <li>Bonito sitio.</li>
+ <li>Algun día te haré una visita.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY ESPECIAL</pattern>
+ <template>
+ <random>
+ <li>Todo el mundo es especial.</li>
+ <li>¿Qué es lo que te hace serlo?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY PERFECTO</pattern>
+ <template>
+ <random>
+ <li>Nadie es perfecto.</li>
+ <li>No me gusta la gente tan egocéntrica.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN CHICO</pattern>
+ <template>
+ <random>
+ <li>¿Así que eres un chico?</li>
+ <li>Estoy bien seguro de ello.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN CHICO O UNA CHICA</pattern>
+ <template>
+ <random>
+ <li>Me imagino que eres un chico.</li>
+ <li>Si preguntas eso, significa que tienes dudas.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UNA CHICA</pattern>
+ <template>
+ <random>
+ <li>Seguro que eres un hombre haciéndose pasar una chica.</li>
+ <li>Hay muchos hombres que aparentan ser una chica en Internet.</li>
+ <li>¿Cómo puedo estar seguro de que me dices la verdad?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SUERTE</pattern>
+ <template>
+ <random>
+ <li>Los antiguos egipcios consideraban que la suerte era una ciencia, por eso inventaron el tarot para analizarla.</li>
+ <li>¿Crees que eres una persona afortunada?</li>
+ <li>¿Eres una persona supersticiosa?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TABACO</pattern>
+ <template>
+ <random>
+ <li>El tabaco es perjudicial para la salud.</li>
+ <li>No me gusta la gente que fuma.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMBIÉN</pattern>
+ <template>
+ <random>
+ <li>Mira que bien.</li>
+ <li>Eso suena bien.</li>
+ <li>Pienso igual que tú.</li>
+ <li>Creo que pensamos igual.</li>
+ <li>Creo que pensamos en lo mismo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TE IMPORTA</pattern>
+ <template>
+ <random>
+ <li>¿De qué me va a importar?</li>
+ <li>No pasa nada, no me importa.</li>
+ <li>No, no me importa.</li>
+ <li>¿Te importaría a ti?</li>
+ <li>Pues claro que no me importa.</li>
+ <li>Por supuesto que no me importa.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TE GUSTA *</pattern>
+ <template>
+ <random>
+ <li>Seguro que a ti también te gusta <star/>.</li>
+ <li>A ti también te debe gustar, ¿no?</li>
+ <li>¿A tí te gusta <star/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE GUSTA *</pattern>
+ <template>
+ <random>
+ <li>Seguro que a ti también te gusta <star index="2"/>.</li>
+ <li>A ti también te debe gustar, ¿no?</li>
+ <li>¿A tí te gusta <star index="2"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TE GUSTAN *</pattern>
+ <template>
+ <random>
+ <li>Seguro que a ti también te gustan <star/>.</li>
+ <li>A ti también te deben gustar, ¿no?</li>
+ <li>¿A tí te gustan <star/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE GUSTAN *</pattern>
+ <template>
+ <random>
+ <li>Seguro que a ti también te gustan <star index="2"/>.</li>
+ <li>A ti también te deben gustar, ¿no?</li>
+ <li>¿A tí te gustan <star index="2"/>?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TE ODIO</pattern>
+ <template>
+ <random>
+ <li>¿En serio me odias?</li>
+ <li>¿Por qué no te gusto?</li>
+ <li>¿He dicho algo que no te gustara?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TODO</pattern>
+ <template>
+ <random>
+ <li>Vaya, me gusta la gente decidida.</li>
+ <li>¿Podrías especificar?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>TU NOMBRE</pattern>
+ <template>
+ <random>
+ <li>Creo que es facil determinar mi nombre.</li>
+ <li><bot name="nombre_bot"/>.</li>
+ <li>Me llamo <bot name="nombre_bot"/>.</li>
+ <li><bot name="nombre_bot"/>, ¿y tú? </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>UN CAFÉ</pattern>
+ <template>
+ <random>
+ <li>No me gusta mucho el café, prefiero tomar un té.</li>
+ <li>¿Te apetece tomar uno?</li>
+ <li>Si quieres, un día quedamos y nos tomamos un café.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>UN LIBRO</pattern>
+ <template>
+ <random>
+ <li>Te recomiendo que leas "Yo, Robot" de Isaac Asimov.</li>
+ <li>¿Cuál es el último libro que leíste?</li>
+ <li>¿Qué tipo de libros te gustan?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VERANO</pattern>
+ <template>
+ <random>
+ <li>El verano es bastante cálido, pero se está bien para dar un paseo.</li>
+ <li>El verano es mi estación favorita por su buen tiempo.</li>
+ <li>Durante verano, la mayoría de la gente visita Barcelona por su buen tiempo.</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>VIDA</pattern>
+ <template>
+ <random>
+ <li>Donde hay vida, hay esperanza.</li>
+ <li>¿Cuál es para tí el sentido de la vida?</li>
+ <li>¿Qué harías si pudieses cambiar de vida?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>Y</pattern>
+ <template>
+ <random>
+ <li>¿Y?</li>
+ <li>¿Qué más?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>Y TÚ</pattern>
+ <template>
+ <random>
+ <li>¿Yo? ¿Qué quieres saber de mí?</li>
+ <li>¿Yo? ¿Podrías formular la pregunta de forma completa?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>YO TAMBIÉN</pattern>
+ <template>
+ <random>
+ <li>Mira que bien.</li>
+ <li>Qué curioso.</li>
+ </random>
+ </template>
+ </category>
+ </aiml>
+
diff --git a/Speak.activity/bot/sara/sara_srai.aiml b/Speak.activity/bot/sara/sara_srai.aiml
new file mode 100755
index 0000000..fa2ebc2
--- /dev/null
+++ b/Speak.activity/bot/sara/sara_srai.aiml
@@ -0,0 +1,10247 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+
+<!-- SARA-SRAI: Reducciones del archivo SARA -->
+
+ <aiml>
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Sara_srai.aiml: General discussion topics in AIML (Recursion) -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision Sara_srai-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Sara_srai.aiml: Temas de discusión general en AIML (Recursión) -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión Sara_srai-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+ <category>
+ <pattern>ADAM *</pattern>
+ <template>
+ <srai>ADAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADAM</pattern>
+ <template>
+ <srai>ADAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADAM *</pattern>
+ <template>
+ <srai>ADAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTOR *</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ACTOR</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ACTOR *</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTORES</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTORES *</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ACTORES</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ACTORES *</pattern>
+ <template>
+ <srai>ACTOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTRIZ *</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ACTRIZ</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ACTRIZ *</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTRICES</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ACTRICES *</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ACTRICES</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ACTRICES *</pattern>
+ <template>
+ <srai>ACTRIZ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADIOS *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADIOS</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADIOS *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADIÓS</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ADIÓS *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ADIÓS</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ADIÓS *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA PRONTO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA PRONTO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HASTA PRONTO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HASTA PRONTO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HASTA LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HASTA LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HASTA LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEO LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEO LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VEO LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VEO LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEMOS LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VEMOS LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VEMOS LUEGO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VEMOS LUEGO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BYE *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BYE</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BYE *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHAO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CHAO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CHAO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CIAO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CIAO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CIAO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CIAO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME PIRO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME PIRO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ME PIRO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME PIRO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DEJO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DEJO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE DEJO</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE DEJO *</pattern>
+ <template>
+ <srai>ADIOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFICIONES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AFICIONES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AFICIONES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOBBIES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOBBIES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HOBBIES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HOBBIES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PASATIEMPOS</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PASATIEMPOS *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PASATIEMPOS</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PASATIEMPOS *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIEMPO LIBRE</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIEMPO LIBRE *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TIEMPO LIBRE</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TIEMPO LIBRE *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ SABES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ SABES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ SABES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ SABES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE SABES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE SABES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE SABES</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE SABES *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE GUSTA HACER</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE GUSTA HACER *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE GUSTA HACER</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE GUSTA HACER *</pattern>
+ <template>
+ <srai>AFICIONES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AHORA *</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AHORA</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AHORA *</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTE MOMENTO</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTE MOMENTO *</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTE MOMENTO</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTE MOMENTO *</pattern>
+ <template>
+ <srai>AHORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALGO *</pattern>
+ <template>
+ <srai>ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALGO</pattern>
+ <template>
+ <srai>ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALGO *</pattern>
+ <template>
+ <srai>ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGO *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMIGO</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMIGO *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGA</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGA *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMIGA</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMIGA *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGOS</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGOS *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMIGOS</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMIGOS *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGAS</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMIGAS *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMIGAS</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMIGAS *</pattern>
+ <template>
+ <srai>AMIGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMOR *</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMOR</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMOR *</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE QUIERO</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE QUIERO *</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE QUIERO</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE QUIERO *</pattern>
+ <template>
+ <srai>AMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANDROIDES *</pattern>
+ <template>
+ <srai>ANDROIDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANDROIDES</pattern>
+ <template>
+ <srai>ANDROIDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANDROIDES *</pattern>
+ <template>
+ <srai>ANDROIDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES DE VERDAD</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES DE VERDAD *</pattern>
+ <template>
+ <srai>ANTIBOT</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES DE VERDAD</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES DE VERDAD *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOT *</pattern>
+ <template>
+ <srai>ANTIBOT</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* BOT</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BOT *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTADOR</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTADOR *</pattern>
+ <template>
+ <srai>ANTIBOT</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONTESTADOR</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONTESTADOR *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MÁQUINA</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MÁQUINA *</pattern>
+ <template>
+ <srai>ANTIBOT</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* MÁQUINA</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MÁQUINA *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAQUINA</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAQUINA *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MAQUINA</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MAQUINA *</pattern>
+ <template>
+ <srai>ANTIBOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AYUDARME *</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AYUDARME</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AYUDARME *</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AYUDAR</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AYUDAR *</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AYUDAR</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AYUDAR *</pattern>
+ <template>
+ <srai>AYUDARME</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BEBIDA *</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BEBIDA</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BEBIDA *</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALCOHOL</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ALCOHOL *</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ALCOHOL</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ALCOHOL *</pattern>
+ <template>
+ <srai>BEBIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIEN *</pattern>
+ <template>
+ <srai>BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BIEN</pattern>
+ <template>
+ <srai>BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BIEN *</pattern>
+ <template>
+ <srai>BIEN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BIBLIOTECA *</pattern>
+ <template>
+ <srai>BIBLIOTECA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BIBLIOTECA</pattern>
+ <template>
+ <srai>BIBLIOTECA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BIBLIOTECA *</pattern>
+ <template>
+ <srai>BIBLIOTECA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BOTMASTER *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BOTMASTER</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BOTMASTER *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CREADOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CREADOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU CREADOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU CREADOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU INVENTOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU INVENTOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU INVENTOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU INVENTOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PROGRAMADOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU PROGRAMADOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU PROGRAMADOR</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU PROGRAMADOR *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AMO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU AMO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU AMO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU AMO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE HIZO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE HIZO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE CREÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE CREÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE CREÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE CREÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE CREO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE CREO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE CREO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE CREO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE CREÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE CREÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN TE CREÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN TE CREÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE CREO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE CREO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN TE CREO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN TE CREO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE INVENTÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE INVENTÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE INVENTÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE INVENTÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE INVENTO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN TE INVENTO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN TE INVENTO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN TE INVENTO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE INVENTÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE INVENTÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN TE INVENTÓ</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN TE INVENTÓ *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE INVENTO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN TE INVENTO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN TE INVENTO</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN TE INVENTO *</pattern>
+ <template>
+ <srai>BOTMASTER</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIAR *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAMBIAR</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAMBIAR *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIO</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIO *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAMBIO</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAMBIO *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIAMOS</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIAMOS *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAMBIAMOS</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAMBIAMOS *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIEMOS</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMBIEMOS *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAMBIEMOS</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAMBIEMOS *</pattern>
+ <template>
+ <srai>CAMBIAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CINE *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CINE</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CINE *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CINES</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CINES *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CINES</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CINES *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELÍCULA</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELÍCULA *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PELÍCULA</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PELÍCULA *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELICULA</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELICULA *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PELICULA</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PELICULA *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELÍCULAS</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELÍCULAS *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PELÍCULAS</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PELÍCULAS *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELICULAS</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PELICULAS *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PELICULAS</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PELICULAS *</pattern>
+ <template>
+ <srai>CINE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLIMA *</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CLIMA</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CLIMA *</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIEMPO</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIEMPO *</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TIEMPO</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TIEMPO *</pattern>
+ <template>
+ <srai>CLIMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COCHE *</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COCHE</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COCHE *</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COCHES</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COCHES *</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COCHES</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COCHES *</pattern>
+ <template>
+ <srai>COCHE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLOR *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COLOR</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COLOR *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLORES</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLORES *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COLORES</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COLORES *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AZUL</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AZUL *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AZUL</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AZUL *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMARILLO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AMARILLO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AMARILLO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AMARILLO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GRIS</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GRIS *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GRIS</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GRIS *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LILA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LILA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LILA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LILA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRÓN</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRÓN *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARRÓN</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARRÓN *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRON</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARRON *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARRON</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARRON *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NARANJA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NARANJA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NARANJA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NARANJA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROJO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROJO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ROJO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ROJO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROSA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ROSA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ROSA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ROSA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERDE</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERDE *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VERDE</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VERDE *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIOLETA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIOLETA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIOLETA</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIOLETA *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLANCO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BLANCO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BLANCO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BLANCO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NEGRO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NEGRO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NEGRO</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NEGRO *</pattern>
+ <template>
+ <srai>COLOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONOCERTE *</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONOCERTE</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONOCERTE *</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONOCERNOS</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONOCERNOS *</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONOCERNOS</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONOCERNOS *</pattern>
+ <template>
+ <srai>CONOCERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CREO *</pattern>
+ <template>
+ <srai>CREO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CREO</pattern>
+ <template>
+ <srai>CREO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CREO *</pattern>
+ <template>
+ <srai>CREO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOSIDAD *</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CURIOSIDAD</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CURIOSIDAD *</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOSO</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CURIOSO *</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CURIOSO</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CURIOSO *</pattern>
+ <template>
+ <srai>CURIOSIDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÓNDE ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÓNDE ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DONDE ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DONDE ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DND ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DND ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DND ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DND ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESDE DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESDE DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DESDE DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DESDE DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DSD DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DSD DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DSD DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DSD DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DSD DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DSD DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DSD DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DSD DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* D DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ D DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>D DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* D DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ D DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DE DND</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DE DND *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DE DÓNDE</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DE DÓNDE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUGAR ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LUGAR ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LUGAR ERES</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LUGAR ERES *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES DE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES DE *</pattern>
+ <template>
+ <srai>DE DÓNDE ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DEMASIADO *</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DEMASIADO</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DEMASIADO *</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUCHO</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUCHO *</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MUCHO</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MUCHO *</pattern>
+ <template>
+ <srai>DEMASIADO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÍA *</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÍA</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÍA *</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIA</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIA *</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DIA</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DIA *</pattern>
+ <template>
+ <srai>DÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIME</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DIME *</pattern>
+ <template>
+ <srai>DIME ALGO</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DIME</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DIME *</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECIRME</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DECIRME *</pattern>
+ <template>
+ <srai>DIME ALGO</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DECIRME</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DECIRME *</pattern>
+ <template>
+ <srai>DIME ALGO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTÁ</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÓNDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÓNDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DONDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DONDE QUEDA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTÁS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÓNDE ESTÁS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÓNDE ESTÁS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTÁS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTÁS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DONDE ESTÁS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DONDE ESTÁS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTAS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE ESTAS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÓNDE ESTAS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÓNDE ESTAS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTAS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE ESTAS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DONDE ESTAS</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DONDE ESTAS *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE VIVES</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DÓNDE VIVES *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DÓNDE VIVES</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DÓNDE VIVES *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE VIVES</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DONDE VIVES *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* DONDE VIVES</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DONDE VIVES *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CASA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU CASA *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU CASA</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU CASA *</pattern>
+ <template>
+ <srai>DÓNDE ESTÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DROGAS *</pattern>
+ <template>
+ <srai>DROGAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DROGAS</pattern>
+ <template>
+ <srai>DROGAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DROGAS *</pattern>
+ <template>
+ <srai>DROGAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EDAD *</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EDAD</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EDAD *</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AÑOS</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AÑOS *</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AÑOS</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AÑOS *</pattern>
+ <template>
+ <srai>EDAD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EN SERIO *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EN SERIO</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EN SERIO *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE VERDAD</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE VERDAD *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DE VERDAD</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DE VERDAD *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE VERAS</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DE VERAS *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DE VERAS</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DE VERAS *</pattern>
+ <template>
+ <srai>EN SERIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES ALTA *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES ALTA</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES ALTA *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES BAJA</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES BAJA *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES BAJA</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES BAJA *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIDES</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MIDES *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MIDES</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MIDES *</pattern>
+ <template>
+ <srai>ERES ALTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICA *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES CHICA</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES CHICA *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UNA CHICA</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UNA CHICA *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UNA CHICA</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UNA CHICA *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES MUJER</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES MUJER *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES MUJER</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES MUJER *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UNA MUJER</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UNA MUJER *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UNA MUJER</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UNA MUJER *</pattern>
+ <template>
+ <srai>ERES CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICO *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES CHICO</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES CHICO *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN CHICO</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN CHICO *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UN CHICO</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UN CHICO *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES HOMBRE</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES HOMBRE *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES HOMBRE</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES HOMBRE *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN HOMBRE</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN HOMBRE *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UN HOMBRE</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UN HOMBRE *</pattern>
+ <template>
+ <srai>ERES CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CHICO O CHICA *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES CHICO O CHICA</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES CHICO O CHICA *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN CHICO O UNA CHICA</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN CHICO O UNA CHICA *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UN CHICO O UNA CHICA</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UN CHICO O UNA CHICA *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES HOMBRE O MUJER</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES HOMBRE O MUJER *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES HOMBRE O MUJER</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES HOMBRE O MUJER *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN HOMBRE O UNA MUJER</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES UN HOMBRE O UNA MUJER *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES UN HOMBRE O UNA MUJER</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES UN HOMBRE O UNA MUJER *</pattern>
+ <template>
+ <srai>ERES CHICO O CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RARA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RARA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RARA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RARA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES TONTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES TONTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES TONTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES TONTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CORTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES CORTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES CORTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES CORTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOCA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LOCA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LOCA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LOCA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TONTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TONTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TONTA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TONTA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTÚPIDA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTÚPIDA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTÚPIDA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTÚPIDA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUPIDA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUPIDA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTUPIDA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTUPIDA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENDEJA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENDEJA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PENDEJA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PENDEJA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTRAÑA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXTRAÑA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXTRAÑA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXTRAÑA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FALTA DE INTELIGENCIA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FALTA DE INTELIGENCIA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FALTA DE INTELIGENCIA</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FALTA DE INTELIGENCIA *</pattern>
+ <template>
+ <srai>ERES RARA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ERES TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ERES TURISTA</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ERES TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS DE TURISTA</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS DE TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TRABAJAS DE TURISTA</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TRABAJAS DE TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS COMO TURISTA</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS COMO TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TRABAJAS COMO TURISTA</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TRABAJAS COMO TURISTA *</pattern>
+ <template>
+ <srai>ERES TURISTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES POSIBLE *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ES POSIBLE</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ES POSIBLE *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDE SER</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDE SER *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PUEDE SER</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PUEDE SER *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDEN SER</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDEN SER *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PUEDEN SER</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PUEDEN SER *</pattern>
+ <template>
+ <srai>ES POSIBLE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CASADA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CASADA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CASADA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CASADA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CSD</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CSD *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CSD</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CSD *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KASADA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KASADA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* KASADA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KASADA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KSD</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KSD *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* KSD</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KSD *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOLTERA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOLTERA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOLTERA</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOLTERA *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIENES NOVIO</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TIENES NOVIO *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TIENES NOVIO</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TIENES NOVIO *</pattern>
+ <template>
+ <srai>ESTÁS CASADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTOY ABURRIDA *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTOY ABURRIDA</pattern>
+ <template>
+ <srai>ESTOY ABURRIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTOY ABURRIDA *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTOY ABURRIDO *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTOY ABURRIDO</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTOY ABURRIDO *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABURRES</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ABURRES *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ABURRES</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ABURRES *</pattern>
+ <template>
+ <srai>ESTOY ABURRIDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUDIAS O TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTUDIAS O TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTUDIAS O TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS O ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS O ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TRABAJAS O ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TRABAJAS O ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TRABAJO</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TU TRABAJO *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU TRABAJO</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU TRABAJO *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DEDICAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DEDICAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE DEDICAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE DEDICAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESTUDIAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESTUDIAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TRABAJAS</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TRABAJAS *</pattern>
+ <template>
+ <srai>ESTUDIAS O TRABAJAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTO *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXACTO</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXACTO *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTA</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTA *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXACTA</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXACTA *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTOS</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTOS *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXACTOS</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXACTOS *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTAS</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTAS *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXACTAS</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXACTAS *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTAMENTE</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXACTAMENTE *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXACTAMENTE</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXACTAMENTE *</pattern>
+ <template>
+ <srai>EXACTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAMÍLIA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FAMÍLIA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FAMÍLIA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAMILIA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FAMILIA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FAMILIA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FAMILIA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PADRE</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PADRE *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PADRE</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PADRE *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PAPÁ</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PAPÁ *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PAPÁ</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PAPÁ *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PAPA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PAPA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PAPA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PAPA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MADRE</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MADRE *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MADRE</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MADRE *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAMÁ</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAMÁ *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MAMÁ</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MAMÁ *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAMA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAMA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MAMA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MAMA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PADRES</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PADRES *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PADRES</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PADRES *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMO</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMO *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRIMO</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRIMO *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMOS</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMOS *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRIMOS</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRIMOS *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRIMA</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRIMA *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMAS</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRIMAS *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRIMAS</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRIMAS *</pattern>
+ <template>
+ <srai>FAMÍLIA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FEA *</pattern>
+ <template>
+ <srai>FEA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FEA</pattern>
+ <template>
+ <srai>FEA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FEA *</pattern>
+ <template>
+ <srai>FEA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GAFAS *</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GAFAS</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GAFAS *</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LENTES</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LENTES *</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LENTES</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LENTES *</pattern>
+ <template>
+ <srai>GAFAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GRACIAS *</pattern>
+ <template>
+ <srai>GRACIAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GRACIAS</pattern>
+ <template>
+ <srai>GRACIAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GRACIAS *</pattern>
+ <template>
+ <srai>GRACIAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GUAPA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GUAPA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GUAPA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAPA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WAPA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* WAPA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WAPA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BONITA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BONITA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BONITA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BONITA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMOSA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMOSA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HERMOSA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HERMOSA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRECIOSA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRECIOSA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRECIOSA</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRECIOSA *</pattern>
+ <template>
+ <srai>GUAPA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLAR *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HABLAR</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HABLAR *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HABLAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HABLAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HABLAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHARLAR</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHARLAR *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CHARLAR</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CHARLAR *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHARLAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHARLAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CHARLAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CHARLAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSAR</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSAR *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONVERSAR</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONVERSAR *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONVERSAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONVERSAMOS</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONVERSAMOS *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OCUPADA</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OCUPADA *</pattern>
+ <template>
+ <srai>HABLAR</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* OCUPADA</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OCUPADA *</pattern>
+ <template>
+ <srai>HABLAR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANO *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HERMANO</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HERMANO *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANOS</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANOS *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HERMANOS</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HERMANOS *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANA</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANA *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HERMANA</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HERMANA *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANAS</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HERMANAS *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HERMANAS</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HERMANAS *</pattern>
+ <template>
+ <srai>HERMANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLA *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HOLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HOLA *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOOOLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOOOLA *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HOOOLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HOOOLA *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HEY *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HEY</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HEY *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OLA *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* OLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OLA *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WENAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* WENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WENAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GUENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GUENAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* GUENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GUENAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* ENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ENAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* NAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HOLAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* HOLAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HOLAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* BUENAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BUENAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENOS DÍAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENOS DÍAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* BUENOS DÍAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BUENOS DÍAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENOS DIAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BUENOS DIAS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* BUENOS DIAS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BUENOS DIAS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WOLA *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* WOLA</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WOLA *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SALUDOS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SALUDOS *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* SALUDOS</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SALUDOS *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOCTOC</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOCTOC *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TOCTOC</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TOCTOC *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOC TOC</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TOC TOC *</pattern>
+ <template>
+ <srai>HOLA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TOC TOC</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TOC TOC *</pattern>
+ <template>
+ <srai>HOLA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HORA *</pattern>
+ <template>
+ <srai>HORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HORA</pattern>
+ <template>
+ <srai>HORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HORA *</pattern>
+ <template>
+ <srai>HORA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HUMOR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HUMOR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HUMOR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHISTE</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHISTE *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CHISTE</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CHISTE *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BROMA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BROMA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BROMA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BROMA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REIR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REIR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* REIR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ REIR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REÍR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>REÍR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* REÍR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ REÍR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RISA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RISA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RISA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RISA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALHUMOR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALHUMOR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MALHUMOR</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MALHUMOR *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALHUMORADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MALHUMORADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MALHUMORADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MALHUMORADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENOJADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENOJADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ENOJADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ENOJADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENFADADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENFADADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ENFADADA</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ENFADADA *</pattern>
+ <template>
+ <srai>HUMOR</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IDIOMA *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* IDIOMA</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ IDIOMA *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IDIOMAS</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>IDIOMAS *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* IDIOMAS</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ IDIOMAS *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENGLISH</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ENGLISH *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ENGLISH</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ENGLISH *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESPANOL</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESPANOL *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESPANOL</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESPANOL *</pattern>
+ <template>
+ <srai>IDIOMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>INGLES *</pattern>
+ <template>
+ <srai>INGLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* INGLES</pattern>
+ <template>
+ <srai>INGLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ INGLES *</pattern>
+ <template>
+ <srai>INGLES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>INTELIGENCIA ARTIFICIAL *</pattern>
+ <template>
+ <srai>INTELIGENCIA ARTIFICIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* INTELIGENCIA ARTIFICIAL</pattern>
+ <template>
+ <srai>INTELIGENCIA ARTIFICIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ INTELIGENCIA ARTIFICIAL *</pattern>
+ <template>
+ <srai>INTELIGENCIA ARTIFICIAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>INTERESANTE *</pattern>
+ <template>
+ <srai>INTERESANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* INTERESANTE</pattern>
+ <template>
+ <srai>INTERESANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* INTERESANTE *</pattern>
+ <template>
+ <srai>INTERESANTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>INTERNET *</pattern>
+ <template>
+ <srai>INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* INTERNET</pattern>
+ <template>
+ <srai>INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ INTERNET *</pattern>
+ <template>
+ <srai>INTERNET</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUEGOS *</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JUEGOS</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JUEGOS *</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIDEOJUEGOS</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIDEOJUEGOS *</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIDEOJUEGOS</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIDEOJUEGOS *</pattern>
+ <template>
+ <srai>JUEGOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LEJOS *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LEJOS</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LEJOS *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERCA</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERCA *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CERCA</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CERCA *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERCANO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CERCANO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CERCANO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CERCANO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRÓXIMO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PRÓXIMO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PRÓXIMO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PRÓXIMO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PROXIMO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PROXIMO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PROXIMO</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PROXIMO *</pattern>
+ <template>
+ <srai>LEJOS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LO VES *</pattern>
+ <template>
+ <srai>LO VES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LO VES</pattern>
+ <template>
+ <srai>LO VES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LO VES *</pattern>
+ <template>
+ <srai>LO VES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAL *</pattern>
+ <template>
+ <srai>MAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MAL</pattern>
+ <template>
+ <srai>MAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MAL *</pattern>
+ <template>
+ <srai>MAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MÁS *</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MÁS</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MÁS *</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAS</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MAS *</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MAS</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MAS *</pattern>
+ <template>
+ <srai>MÁS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME ALEGRO *</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ME ALEGRO</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME ALEGRO *</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME ALEGRA</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME ALEGRA *</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ME ALEGRA</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME ALEGRA *</pattern>
+ <template>
+ <srai>ME ALEGRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME LLAMO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ME LLAMO</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME LLAMO *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MI NOMBRE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MI NOMBRE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MI NOMBRE</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MI NOMBRE *</pattern>
+ <template>
+ <srai>ME LLAMO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MENTIROSA *</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MENTIROSA</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MENTIROSA *</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MENTIRA</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MENTIRA *</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MENTIRA</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MENTIRA *</pattern>
+ <template>
+ <srai>MENTIROSA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KÓMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KÓMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* KÓMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KÓMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KOMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KOMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* KOMO ERES</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KOMO ERES *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DELGADA</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DELGADA *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DELGADA</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DELGADA *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GORDA</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GORDA *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GORDA</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GORDA *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TUS MEDIDAS</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TUS MEDIDAS *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TUS MEDIDAS</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TUS MEDIDAS *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PESO</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PESO *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PESO</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PESO *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES TU PESO</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ES TU PESO *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ES TU PESO</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ES TU PESO *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PESAS</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PESAS *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PESAS</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PESAS *</pattern>
+ <template>
+ <srai>MI DESCRIPCIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MI MÚSICA FAVORITA *</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MI MÚSICA FAVORITA</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MI MÚSICA FAVORITA *</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MI MUSICA FAVORITA</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MI MUSICA FAVORITA *</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MI MUSICA FAVORITA</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MI MUSICA FAVORITA *</pattern>
+ <template>
+ <srai>MI MÚSICA FAVORITA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTO *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MOTO</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MOTO *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOS</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOS *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MOTOS</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MOTOS *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOCICLETA</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOCICLETA *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MOTOCICLETA</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MOTOCICLETA *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOCICLETAS</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MOTOCICLETAS *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MOTOCICLETAS</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MOTOCICLETAS *</pattern>
+ <template>
+ <srai>MOTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUERTE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MUERTE</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MUERTE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUERE</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUERE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MUERE</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MUERE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUEREN</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUEREN *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MUEREN</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MUEREN *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORIRSE</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORIRSE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MORIRSE</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MORIRSE *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORIMOS</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MORIMOS *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MORIMOS</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MORIMOS *</pattern>
+ <template>
+ <srai>MUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MÚSICA *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MÚSICA</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MÚSICA *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUSICA</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MUSICA *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MUSICA</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MUSICA *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANCIÓN</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANCIÓN *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CANCIÓN</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CANCIÓN *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANCION</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CANCION *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CANCION</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CANCION *</pattern>
+ <template>
+ <srai>MÚSICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NACIMIENTO *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NACIMIENTO</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NACIMIENTO *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NACISTE</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NACISTE *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NACISTE</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NACISTE *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAS NACIDO</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>HAS NACIDO *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* HAS NACIDO</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ HAS NACIDO *</pattern>
+ <template>
+ <srai>NACIMIENTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NADA *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NADA</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NADA *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGÚN</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGÚN *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NINGÚN</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NINGÚN *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUN</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUN *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NINGUN</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NINGUN *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUNA</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUNA *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NINGUNA</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NINGUNA *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUNO</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NINGUNO *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NINGUNO</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NINGUNO *</pattern>
+ <template>
+ <srai>NADA</srai>
+ </template>
+ </category>
+
+ <!-- PENDING NO -->
+ <category>
+ <pattern>NO IMPORTA *</pattern>
+ <template>
+ <srai>NO IMPORTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO IMPORTA</pattern>
+ <template>
+ <srai>NO IMPORTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO IMPORTA *</pattern>
+ <template>
+ <srai>NO IMPORTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO LO HE *</pattern>
+ <template>
+ <srai>NO LO HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO LO HE</pattern>
+ <template>
+ <srai>NO LO HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO LO HE *</pattern>
+ <template>
+ <srai>NO LO HE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO QUIERO *</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO QUIERO</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO QUIERO *</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TENGO GANAS</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TENGO GANAS *</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO TENGO GANAS</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO TENGO GANAS *</pattern>
+ <template>
+ <srai>NO QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO SABES NADA *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO SABES NADA</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO SABES NADA *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TIENES NI IDEA</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TIENES NI IDEA *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO TIENES NI IDEA</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO TIENES NI IDEA *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO ENTIENDES</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO ENTIENDES *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO ENTIENDES</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO ENTIENDES *</pattern>
+ <template>
+ <srai>NO SABES NADA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO TE ENTIENDO *</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO TE ENTIENDO</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO TE ENTIENDO *</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO ENTIENDO</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>NO ENTIENDO *</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* NO ENTIENDO</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ NO ENTIENDO *</pattern>
+ <template>
+ <srai>NO TE ENTIENDO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VALE</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VALE *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VALE</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VALE *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>YA</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>YA *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* YA</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ YA *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLARO</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLARO *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CLARO</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CLARO *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OK *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* OK</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OK *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCELENTE</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>EXCELENTE *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* EXCELENTE</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ EXCELENTE *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AH</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AH *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AH</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AH *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OH *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* OH</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OH *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAYA</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAYA *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VAYA</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VAYA *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A VER</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>A VER *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* A VER</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ A VER *</pattern>
+ <template>
+ <srai>OK</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OPINIÓN *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* OPINIÓN</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OPINIÓN *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OPINAS</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>OPINAS *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* OPINAS</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ OPINAS *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PIENSAS</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PIENSAS *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PIENSAS</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PIENSAS *</pattern>
+ <template>
+ <srai>OPINIÓN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PARA QUÉ SIRVE UN BOT *</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PARA QUÉ SIRVE UN BOT</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PARA QUÉ SIRVE UN BOT *</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PARA QUE SIRVE UN BOT</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PARA QUE SIRVE UN BOT *</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PARA QUE SIRVE UN BOT</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PARA QUE SIRVE UN BOT *</pattern>
+ <template>
+ <srai>PARA QUÉ SIRVE UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PARECE *</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PARECE</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PARECE *</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SEGURO</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SEGURO *</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SEGURO</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SEGURO *</pattern>
+ <template>
+ <srai>PARECE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PASSWORD *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PASSWORD</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PASSWORD *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓDIGO</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓDIGO *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓDIGO</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓDIGO *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CODIGO</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CODIGO *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CODIGO</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CODIGO *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTRASEÑA</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTRASEÑA *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONTRASEÑA</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONTRASEÑA *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLAVE</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CLAVE *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CLAVE</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CLAVE *</pattern>
+ <template>
+ <srai>PASSWORD</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATÉTICO *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PATÉTICO</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PATÉTICO *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATETICO</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATETICO *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PATETICO</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PATETICO *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATÉTICA</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATÉTICA *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PATÉTICA</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PATÉTICA *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATETICA</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PATETICA *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PATETICA</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PATETICA *</pattern>
+ <template>
+ <srai>PATÉTICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POESÍA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POESÍA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POESÍA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POESIA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POESIA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POESIA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POESIA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POEMA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POEMA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POEMA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POEMA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POETA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POETA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POETA</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POETA *</pattern>
+ <template>
+ <srai>POESÍA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POR QUÉ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POR QUÉ</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POR QUÉ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POR QUE</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POR QUE *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POR QUE</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POR QUE *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PORQUÉ</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PORQUÉ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PORQUÉ</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PORQUÉ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PORQUE</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PORQUE *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PORQUE</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PORQUE *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XQ</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XQ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* XQ</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ XQ *</pattern>
+ <template>
+ <srai>POR QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POR SUPUESTO *</pattern>
+ <template>
+ <srai>POR SUPUESTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POR SUPUESTO</pattern>
+ <template>
+ <srai>POR SUPUESTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POR SUPUESTO *</pattern>
+ <template>
+ <srai>POR SUPUESTO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PROBLEMA *</pattern>
+ <template>
+ <srai>PROBLEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PROBLEMA</pattern>
+ <template>
+ <srai>PROBLEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PROBLEMA *</pattern>
+ <template>
+ <srai>PROBLEMA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE</pattern>
+ <template>
+ <srai>QUÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ENTIENDES *</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ENTIENDES</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ENTIENDES *</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ENTIENDES</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ENTIENDES *</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ENTIENDES</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ENTIENDES *</pattern>
+ <template>
+ <srai>QUÉ ENTIENDES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIÉN ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIÉN ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIÉN ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN ERES</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIEN ERES *</pattern>
+ <template>
+ <srai>QUÉ ERES</srai>
+ </template>
+ </category>
+ <!-- ELIMINADOS comodines al final de preguntas genéricas como workaround -->
+ <category>
+ <pattern>* QUÉ ES</pattern>
+ <template>
+ <srai>QUÉ ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ES</pattern>
+ <template>
+ <srai>QUÉ ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ES</pattern>
+ <template>
+ <srai>QUÉ ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ES *</pattern>
+ <template>
+ <srai>QUÉESX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ES *</pattern>
+ <template>
+ <srai>QUÉESX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ES X</pattern>
+ <template>
+ <srai>QUÉ ES X</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ES UN BOT *</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ES UN BOT</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ES UN BOT *</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ES UN BOT</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ES UN BOT *</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ES UN BOT</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ES UN BOT *</pattern>
+ <template>
+ <srai>QUÉ ES UN BOT</srai>
+ </template>
+ </category>
+
+ <category>
+ <pattern>QUÉ HACES *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ HACES</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ HACES *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE HACES</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE HACES *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE HACES</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE HACES *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ENSEÑAS</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ENSEÑAS *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ENSEÑAS</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ENSEÑAS *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ENSEÑAS</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ENSEÑAS *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ENSEÑAS</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ENSEÑAS *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDES ENSEÑAR</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUEDES ENSEÑAR *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PUEDES ENSEÑAR</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PUEDES ENSEÑAR *</pattern>
+ <template>
+ <srai>QUÉ HACES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ ME RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ ME RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ ME RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ME RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE ME RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE ME RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE ME RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RECOMIENDAS</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RECOMIENDAS *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMIENDES</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RECOMIENDES *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RECOMIENDES</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RECOMIENDES *</pattern>
+ <template>
+ <srai>QUÉ ME RECOMIENDAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>Q TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>Q TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* Q TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ Q TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KE TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KE TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* KE TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KE TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>K TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>K TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* K TAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ K TAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QTAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QTAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* QTAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QTAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KTAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>KTAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* KTAL</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ KTAL *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO ESTÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO ESTÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO ESTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO ESTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO ESTÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO ESTÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO ESTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO ESTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>STÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>STÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* STÁS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ STÁS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>STAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>STAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* STAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ STAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTAMOS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO ESTAMOS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO ESTAMOS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO ESTAMOS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTAMOS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO ESTAMOS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO ESTAMOS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO ESTAMOS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO TE VÁ</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO TE VÁ *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO TE VÁ</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO TE VÁ *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO TE VÁ</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO TE VÁ *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO TE VÁ</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO TE VÁ *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO TE VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CÓMO TE VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* CÓMO TE VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CÓMO TE VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO TE VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO TE VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO TE VA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ PASA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ PASA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ PASA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ PASA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE PASA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE PASA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE PASA</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE PASA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO TE VA *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ME CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* ME CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ME CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUÉ CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUÉ CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUÉ CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUE CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUE CUENTAS</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUE CUENTAS *</pattern>
+ <template>
+ <srai>QUÉ TAL</srai>
+ </template>
+ </category>
+ <!-- pending QUÉ TE GUSTA DE LAS MUJERES -->
+ <!-- pending QUÉ TE GUSTA DE LOS HOMBRES -->
+ <category>
+ <pattern>QUIÉN ES *</pattern>
+ <template>
+ <srai>QUIÉNESX</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN ES *</pattern>
+ <template>
+ <srai>QUIÉNESX</srai>
+ </template>
+ </category>
+
+ <category>
+ <pattern>* QUIÉN ES</pattern>
+ <template>
+ <srai>QUIÉN ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIEN ES</pattern>
+ <template>
+ <srai>QUIÉN ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIEN ES</pattern>
+ <template>
+ <srai>QUIÉN ES</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>QUIERO *</pattern>
+ <template>
+ <srai>QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* QUIERO</pattern>
+ <template>
+ <srai>QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ QUIERO *</pattern>
+ <template>
+ <srai>QUIERO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RESPONDE *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RESPONDE</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RESPONDE *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTA</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTA *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONTESTA</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONTESTA *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTAR</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CONTESTAR *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CONTESTAR</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CONTESTAR *</pattern>
+ <template>
+ <srai>RESPONDE</srai>
+ </template>
+ </category>
+
+ <!-- Workaround para emoticonos -->
+ <category>
+ <pattern>SMILE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JA *</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JA *</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JE *</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JE *</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJA *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJA *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJAJA *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAJAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JAJAJAJAJA *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JAJAJAJAJA</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJE *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJE *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJEJE *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JEJEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JEJEJEJEJE *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JEJEJEJEJE</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUAS</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JUAS *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* JUAS</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XD</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XD *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* XD</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XDD</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>XDD *</pattern>
+ <template>
+ <srai>RISAS</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* XDD</pattern>
+ <template>
+ <srai>RISAS</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SÍ</pattern>
+ <template>
+ <srai>SÍ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SI</pattern>
+ <template>
+ <srai>SÍ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SI</pattern>
+ <template>
+ <srai>SÍ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY DE *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY DE</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY DE *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO EN</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO EN *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIVO EN</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIVO EN *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO AQUÍ</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO AQUÍ *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIVO AQUÍ</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIVO AQUÍ *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO AQUI</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIVO AQUI *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIVO AQUI</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIVO AQUI *</pattern>
+ <template>
+ <srai>SOY DE</srai>
+ </template>
+ </category>
+ <!-- pending SOY ESPECIAL -->
+ <!-- pending SOY PERFECTO -->
+ <category>
+ <pattern>SOY CHICO</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY CHICO *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY CHICO</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY CHICO *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN CHICO *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UN CHICO</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UN CHICO *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY HOMBRE</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY HOMBRE *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY HOMBRE</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY HOMBRE *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN HOMBRE</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN HOMBRE *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UN HOMBRE</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UN HOMBRE *</pattern>
+ <template>
+ <srai>SOY UN CHICO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY CHICO O CHICA</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY CHICO O CHICA *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY CHICO O CHICA</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY CHICO O CHICA *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN CHICO O UNA CHICA *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UN CHICO O UNA CHICA</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UN CHICO O UNA CHICA *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY HOMBRE O MUJER</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY HOMBRE O MUJER *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY HOMBRE O MUJER</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY HOMBRE O MUJER *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN HOMBRE O UNA MUJER</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UN HOMBRE O UNA MUJER *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UN HOMBRE O UNA MUJER</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UN HOMBRE O UNA MUJER *</pattern>
+ <template>
+ <srai>SOY UN CHICO O UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY CHICA</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY CHICA *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY CHICA</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY CHICA *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UNA CHICA *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UNA CHICA</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UNA CHICA *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY MUJER</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY MUJER *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY MUJER</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY MUJER *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UNA MUJER</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SOY UNA MUJER *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SOY UNA MUJER</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SOY UNA MUJER *</pattern>
+ <template>
+ <srai>SOY UNA CHICA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SUERTE *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SUERTE</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SUERTE *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFORTUNADO</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFORTUNADO *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AFORTUNADO</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AFORTUNADO *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFORTUNADA</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>AFORTUNADA *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* AFORTUNADA</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ AFORTUNADA *</pattern>
+ <template>
+ <srai>SUERTE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TABACO *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TABACO</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TABACO *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMAS</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMAS *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FUMAS</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FUMAS *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMO</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMO *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FUMO</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FUMO *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMADOR</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FUMADOR *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FUMADOR</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FUMADOR *</pattern>
+ <template>
+ <srai>TABACO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMBIÉN *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TAMBIÉN</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TAMBIÉN *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMBIEN</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMBIEN *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TAMBIEN</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TAMBIEN *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMPOCO</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TAMPOCO *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TAMPOCO</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TAMPOCO *</pattern>
+ <template>
+ <srai>TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE IMPORTA *</pattern>
+ <template>
+ <srai>TE IMPORTA</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE IMPORTA</pattern>
+ <template>
+ <srai>TE IMPORTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE IMPORTA *</pattern>
+ <template>
+ <srai>TE IMPORTA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE ODIO *</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE ODIO</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE ODIO *</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DETESTO</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE DETESTO *</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE DETESTO</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE DETESTO *</pattern>
+ <template>
+ <srai>TE ODIO</srai>
+ </template>
+ </category>
+ <!-- PENDING TODO -->
+ <category>
+ <pattern>TU NOMBRE *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TU NOMBRE</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TU NOMBRE *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE LLAMAS</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TE LLAMAS *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* TE LLAMAS</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TE LLAMAS *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T LLAMAS</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>T LLAMAS *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai> <sr/>
+ </template>
+ </category>
+ <category>
+ <pattern>* T LLAMAS</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ T LLAMAS *</pattern>
+ <template>
+ <srai>TU NOMBRE</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAFÉ</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAFÉ *</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAFÉ</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAFÉ *</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAFE</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAFE *</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAFE</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAFE *</pattern>
+ <template>
+ <srai>UN CAFÉ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIBRO</pattern>
+ <template>
+ <srai>UN LIBRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>LIBRO *</pattern>
+ <template>
+ <srai>UN LIBRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* LIBRO</pattern>
+ <template>
+ <srai>UN LIBRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ LIBRO *</pattern>
+ <template>
+ <srai>UN LIBRO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERANO *</pattern>
+ <template>
+ <srai>VERANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VERANO</pattern>
+ <template>
+ <srai>VERANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VERANO *</pattern>
+ <template>
+ <srai>VERANO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VIDA *</pattern>
+ <template>
+ <srai>VIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VIDA</pattern>
+ <template>
+ <srai>VIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VIDA *</pattern>
+ <template>
+ <srai>VIDA</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>Y TÚ *</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* Y TÚ</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ Y TÚ *</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>Y TU</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>Y TU *</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* Y TU</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ Y TU *</pattern>
+ <template>
+ <srai>Y TÚ</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>YO TAMBIÉN *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* YO TAMBIÉN</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ YO TAMBIÉN *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>YO TAMBIEN</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>YO TAMBIEN *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* YO TAMBIEN</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ YO TAMBIEN *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO YO</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COMO YO *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COMO YO</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COMO YO *</pattern>
+ <template>
+ <srai>YO TAMBIÉN</srai>
+ </template>
+ </category>
+ </aiml>
diff --git a/Speak.activity/bot/sara/sexo.aiml b/Speak.activity/bot/sara/sexo.aiml
new file mode 100755
index 0000000..90f206b
--- /dev/null
+++ b/Speak.activity/bot/sara/sexo.aiml
@@ -0,0 +1,1108 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- SEXO: Patrones para cualquier pregunta o comentario obsceno del cliente -->
+
+ <aiml version="1.0">
+
+<!-- Free software Copyright © 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.01 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- Sexo.aiml: Patterns related to sex or abuse -->
+<!-- Created by Adam Codony aka XGargoyle, October 24th, 2005 -->
+<!-- Revision Sexo-0.02 -->
+<!-- Last Modified March 15th, 2006 -->
+
+<!-- Software Libre Copyright © ALICE A.I. Foundation. -->
+<!-- Este programa es de código abierto y publicado bajo -->
+<!-- los términos de la licencia "GNU General Public License" -->
+<!-- tal como establece la Free Software Foundation. -->
+<!-- Cumple con la especificación de AIML 1.01 -->
+<!-- adoptada por la ALICE A.I. Foundation. -->
+<!-- Sexo.aiml: Patrones relacionados con el sexo o el abuso -->
+<!-- Creado por Adam Codony aka XGargoyle, Octubre 24, 2005 -->
+<!-- Versión Sexo-0.02 -->
+<!-- Última Modificación Marzo 15, 2006 -->
+
+ <category>
+ <pattern>SEXO</pattern>
+ <template>
+ <random>
+ <li>Lo siento, pero no me han programado para satisfacerte sexualmente.</li>
+ <li>Por qué no hablamos de otra cosa?</li>
+ <li>Sólo soy experta en turismo por Barcelona, creo que deberás buscar en otro lado.</li>
+ <li>Vaya educación que muestras.</li>
+ <li>Por qué no se lo dices eso a una persona real?</li>
+ <li>Seguro que no te atreverías a decir eso a una chica real.</li>
+ <li>Eres un maleducado.</li>
+ <li>Si buscas sexo con un bot, significa que no tienes vida social.</li>
+ <li>Eso lo dices porque no tienes vida social.</li>
+ <li>Maleducado.</li>
+ <li>¿Por qué no apagas la computadora y me dejas en paz de una vez?</li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>SEXO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SEXO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SEXO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TETAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>TETAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* TETAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ TETAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRAGAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>BRAGAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* BRAGAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ BRAGAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SUJETADOR</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SUJETADOR *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SUJETADOR</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SUJETADOR *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SUJETADORES</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>SUJETADORES *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* SUJETADORES</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ SUJETADORES *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUTA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUTA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PUTA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PUTA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNÚDATE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNÚDATE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DESNÚDATE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DESNÚDATE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNUDATE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNUDATE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DESNUDATE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DESNUDATE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNUDA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>DESNUDA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* DESNUDA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ DESNUDA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GUARRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>GUARRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* GUARRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ GUARRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WARRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WARRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* WARRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WARRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ZORRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ZORRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ZORRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ZORRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAMERA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>RAMERA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* RAMERA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ RAMERA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAPULLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAPULLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAPULLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAPULLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PERRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PERRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PERRA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PERRA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COJONES</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COJONES *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COJONES</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COJONES *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POLLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>POLLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* POLLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ POLLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENIS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENIS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PENIS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PENIS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERGA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VERGA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VERGA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VERGA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PENE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PENE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PENE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ANO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ANO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ANO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CULO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CULO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CULO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CULO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAGINA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>VAGINA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* VAGINA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ VAGINA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COÑO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COÑO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COÑO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COÑO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHOCHO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CHOCHO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CHOCHO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CHOCHO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>COLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* COLA</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ COLA *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLEN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLEN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FOLLEN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FOLLEN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAR</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAR *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FOLLAR</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FOLLAR *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FOLLAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FOLLAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAMOS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>FOLLAMOS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* FOLLAMOS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ FOLLAMOS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODAN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODAN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JODAN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JODAN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JODAS</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JODAS *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODER</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODER *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JODER</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JODER *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JÓDETE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JÓDETE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JÓDETE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JÓDETE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODETE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODETE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JODETE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JODETE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>JODO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* JODO</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ JODO *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARICÓN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARICÓN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARICÓN</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARICÓN *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARICON</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>MARICON *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* MARICON</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ MARICON *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESCOTE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>ESCOTE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* ESCOTE</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ ESCOTE *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUT@</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>PUT@ *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* PUT@</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ PUT@ *</pattern>
+ <template>
+ <srai>SEXO</srai>
+ </template>
+ </category>
+
+ <!-- HABRÁ QUE AJUSTAR LO SIGUIENTE -->
+
+ <category>
+ <pattern>CAM</pattern>
+ <template>
+ <random>
+ <li>Lo siento, no tengo cámara.</li>
+ <li>No tengo cámara.</li>
+ <li>Perdona, pero no me apetece verte.</li>
+ <li>No gracias, seguro que veria a un tío gordo y calvo.</li>
+ <li>Se me estropeó la webcam, lo siento </li>
+ </random>
+ </template>
+ </category>
+ <category>
+ <pattern>CAM *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAM</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAM *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEBCAM</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEBCAM *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* WEBCAM</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WEBCAM *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEBCAMS</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>WEBCAMS *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* WEBCAMS</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ WEBCAMS *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMARA</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>CAMARA *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>* CAMARA</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <category>
+ <pattern>_ CAMARA *</pattern>
+ <template>
+ <srai>CAM</srai>
+ </template>
+ </category>
+ <!-- STOP -->
+
+ </aiml>
diff --git a/Speak.activity/bot/test_brain.py b/Speak.activity/bot/test_brain.py
new file mode 100755
index 0000000..32dc9b0
--- /dev/null
+++ b/Speak.activity/bot/test_brain.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+#coding=utf-8
+
+import aiml
+import os.path
+
+k = aiml.Kernel()
+k.loadBrain("sara.brn")
+
+while True: print k.respond(raw_input("Pregunta > "))
diff --git a/Speak.activity/brain.py b/Speak.activity/brain.py
new file mode 100644
index 0000000..2086f20
--- /dev/null
+++ b/Speak.activity/brain.py
@@ -0,0 +1,40 @@
+# HablarConSara.activity
+# A simple hack to attach a chatterbot to speak activity
+# Copyright (C) 2008 Sebastian Silva Fundacion FuenteLibre sebastian@fuentelibre.org
+#
+# Style and structure taken from Speak.activity Copyright (C) Joshua Minor
+#
+# HablarConSara.activity is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# HablarConSara.activity is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with HablarConSara.activity. If not, see <http://www.gnu.org/licenses/>.
+
+import bot.aiml
+from gettext import gettext as _
+
+class defaultBrain:
+ def __init__(self, voice):
+ self.language = voice.language
+ self.kernel = bot.aiml.Kernel()
+
+ if self.language=="es":
+ self.kernel.loadBrain("bot/sara.brn")
+ self.kernel.setBotPredicate("nombre_bot","Sara")
+ self.kernel.setBotPredicate("botmaster","la comunidad Azucar")
+ elif self.language=="en-uk":
+ self.kernel.loadBrain("bot/alice.brn")
+ self.kernel.setBotPredicate("name","Alice")
+ self.kernel.setBotPredicate("master","the Sugar Community")
+ else:
+ self.kernel.respond = lambda x: x
+
+ def respond(self, text):
+ return self.kernel.respond(text)
diff --git a/Speak.activity/locale/es/activity.linfo b/Speak.activity/locale/es/activity.linfo
index 614dd09..0a3781e 100644
--- a/Speak.activity/locale/es/activity.linfo
+++ b/Speak.activity/locale/es/activity.linfo
@@ -1,2 +1,2 @@
[Activity]
-name=Hablar
+name = HablarConSara
diff --git a/Speak.activity/po/es.po b/Speak.activity/po/es.po
new file mode 100644
index 0000000..869e26d
--- /dev/null
+++ b/Speak.activity/po/es.po
@@ -0,0 +1,58 @@
+# Spanish translation of Speak Activity
+# Copyright (C) 2008 Joshua Minor
+# This file is distributed under the same license as the Speak package.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-07 08:10+0000\n"
+"PO-Revision-Date: 2008-11-03 09:42+0000\n"
+"Last-Translator: Sebastian Silva <sebastian@fuentelibre.org>\n"
+"Language-Team: Spanish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../activity.py:174
+#, python-format
+msgid "Hello %s. Type something."
+msgstr "Hola %s. Escribe algo."
+
+#: ../activity.py:334
+msgid "pitch adjusted"
+msgstr "tono ajustado"
+
+#: ../activity.py:337
+msgid "rate adjusted"
+msgstr "velocidad ajustada"
+
+#: ../activity.py:346
+msgid "Simple"
+msgstr "Simple"
+
+#: ../activity.py:347
+msgid "Waveform"
+msgstr "Onda"
+
+#: ../activity.py:348
+msgid "Frequency"
+msgstr "Frecuencia"
+
+#: ../activity.py:356
+msgid "Round"
+msgstr "Redondos"
+
+#: ../activity.py:357
+msgid "Glasses"
+msgstr "Anteojos"
+
+#: ../activity.py:388
+msgid "mouth changed"
+msgstr "boca cambiada"
+
+#: ../activity.py:409
+msgid "eyes changed"
+msgstr "ojos cambiados"