Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/gen_brains.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/gen_brains.py')
-rwxr-xr-xbot/gen_brains.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/gen_brains.py b/bot/gen_brains.py
index 12bee12..372f720 100755
--- a/bot/gen_brains.py
+++ b/bot/gen_brains.py
@@ -31,3 +31,8 @@ laiml = glob.glob("alice/*.aiml") #devuelve lista con ficheros *.aiml
for fichero in laiml:
k.learn(str(fichero))
k.saveBrain("alice.brn")
+
+laiml = glob.glob("alisochka/*.aiml")
+for fichero in laiml:
+ k.learn(str(fichero))
+k.saveBrain("alisochka.brn")