Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/gen_cerebro.py
diff options
context:
space:
mode:
authorolpc <olpc@xo-11-16-62.localdomain>2008-11-03 10:54:57 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-14 21:42:13 (GMT)
commit840303a3e55f944af58a38b4f211b20e669081dd (patch)
treed57a429eab638b85171dcde6e9fea712104c5ae4 /Speak.activity/gen_cerebro.py
parent1c7916170c0317975609cee1be3760276d921ec9 (diff)
Limpieza y localizacion
Diffstat (limited to 'Speak.activity/gen_cerebro.py')
-rwxr-xr-xSpeak.activity/gen_cerebro.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Speak.activity/gen_cerebro.py b/Speak.activity/gen_cerebro.py
deleted file mode 100755
index f9c8271..0000000
--- a/Speak.activity/gen_cerebro.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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("cerebro.brn")