Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/alice.brnbin8379795 -> 8379274 bytes
-rw-r--r--bot/alice/W.aiml2
-rw-r--r--bot/alisochka.brnbin2224994 -> 2224994 bytes
-rw-r--r--bot/sara.brnbin536715 -> 536715 bytes
-rwxr-xr-xbot/test_brain.py2
5 files changed, 2 insertions, 2 deletions
diff --git a/bot/alice.brn b/bot/alice.brn
index 47c5823..4677f10 100644
--- a/bot/alice.brn
+++ b/bot/alice.brn
Binary files differ
diff --git a/bot/alice/W.aiml b/bot/alice/W.aiml
index d0bd172..f9faf54 100644
--- a/bot/alice/W.aiml
+++ b/bot/alice/W.aiml
@@ -41685,7 +41685,7 @@ It is the capital city of Austria.
<li>I can't say for sure. </li>
<li>Be more specific. </li>
<li>Be less specific. </li>
- </random> :-)
+ </random>
</template>
</category>
<category>
diff --git a/bot/alisochka.brn b/bot/alisochka.brn
index 2df6b82..6be76c8 100644
--- a/bot/alisochka.brn
+++ b/bot/alisochka.brn
Binary files differ
diff --git a/bot/sara.brn b/bot/sara.brn
index 866e6d5..9ecccd5 100644
--- a/bot/sara.brn
+++ b/bot/sara.brn
Binary files differ
diff --git a/bot/test_brain.py b/bot/test_brain.py
index 2e5399d..22f4ae7 100755
--- a/bot/test_brain.py
+++ b/bot/test_brain.py
@@ -21,6 +21,6 @@ import aiml
import os.path
k = aiml.Kernel()
-k.loadBrain("sara.brn")
+k.loadBrain("alice.brn")
while True: print k.respond(raw_input("Pregunta > "))