From 75ec2b5a71df736918373cecc886c8c64a1e358b Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Wed, 28 Nov 2012 19:45:43 +0000 Subject: addressing bad pronunctiation on an answer, changing test_brain for testing alice brain --- 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.
  • I can't say for sure.
  • Be more specific.
  • Be less specific.
  • - :-) + 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 > ")) -- cgit v0.9.1