From 840303a3e55f944af58a38b4f211b20e669081dd Mon Sep 17 00:00:00 2001 From: olpc Date: Mon, 03 Nov 2008 10:54:57 +0000 Subject: Limpieza y localizacion --- (limited to 'Speak.activity') 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") diff --git a/Speak.activity/po/HablarConSara.pot b/Speak.activity/po/HablarConSara.pot deleted file mode 100644 index 3f13f73..0000000 --- a/Speak.activity/po/HablarConSara.pot +++ /dev/null @@ -1,58 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, 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: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../activity.py:174 -#, python-format -msgid "Hello %s. Type something." -msgstr "" - -#: ../activity.py:334 -msgid "pitch adjusted" -msgstr "" - -#: ../activity.py:337 -msgid "rate adjusted" -msgstr "" - -#: ../activity.py:346 -msgid "Simple" -msgstr "" - -#: ../activity.py:347 -msgid "Waveform" -msgstr "" - -#: ../activity.py:348 -msgid "Frequency" -msgstr "" - -#: ../activity.py:356 -msgid "Round" -msgstr "" - -#: ../activity.py:357 -msgid "Glasses" -msgstr "" - -#: ../activity.py:388 -msgid "mouth changed" -msgstr "" - -#: ../activity.py:409 -msgid "eyes changed" -msgstr "" diff --git a/Speak.activity/probar_cerebro.py b/Speak.activity/probar_cerebro.py deleted file mode 100755 index bdae924..0000000 --- a/Speak.activity/probar_cerebro.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python -#coding=utf-8 - -import aiml -import os.path - -k = aiml.Kernel() -k.loadBrain("cerebro.brn") - -while True: print k.respond(raw_input("Pregunta > ")) -- cgit v0.9.1