-
WinRecog EventHandler Dereg mistyped "-=" as "+="
DeactivateGrammar throws invisible (handled) InvallidOperationException when recogniser does contain the grammer.
2009-09-07 18:28:17 UTC in Radegast Speech
-
SampleTTSVoice had very limited vocabulary says "Blah to Blah Blah the Blah Blah".
2009-09-07 18:00:37 UTC in Radegast Speech
-
dmiles changed the public information on the LogicMOO Simulated World project.
2009-08-05 18:42:52 UTC in LogicMOO Simulated World
-
That would be great if OpenCyc was part of the AIMLBot.
I ended up starting with the 2.5 tag first becasue the 3.0 seemed like it was in the early stages of a complete rewrite. But the design looked very good for 3.0 and would have rather used it.
My code is integrated with yours into a project opensim4opencog
I renamed the namespace AIMLBot -> RTParser (recursive template parser).
2009-05-22 14:18:10 UTC in AIMLBot (Program#)
-
Actually that was helpfull.. I ended up getting <guard> to work as well! one thing i learned, is the words in sentences are matched backwards from the end.
In the form below, the <pattern> is only validated "I" first word is matched, and then I call <guard>'s OuterXML which is stored in the node where node.word is "I" evaluation is true, otherwise i return...
2009-05-22 03:20:54 UTC in AIMLBot (Program#)
-
I just got this behavour .. is this what you meant?
<category>
<pattern>ABC * IS THE * OF *</pattern>
<template>
ABC <star index="1"/> IS THE <star index="2"/> OF <star index="3"/>
</template>
</category>
textform> aiml ABC 1 IS THE 2 OF 3
My Bot : ABC 3 IS THE 2 OF 1.
2009-05-21 08:23:00 UTC in AIMLBot (Program#)
-
Thank you, after inspecting Chat in Bot.cs,
It looks like the new <guard> tag i am working on would be implemented simular to a <that> tag.
I couldn't tell for sure, but do you check the conformity of <that> against the bot's last reponse before confirming the <pattern> against the user's input?.
2009-05-20 19:38:14 UTC in AIMLBot (Program#)
-
I am working on implementing these tags:
<cycterm> translates an English word/phrase into a Cyc symbol
<cycsystem> executes a CycL statement and returns the result
<cycrandom> executes a CycL query and returns one response at random
<cycassert> simple way to assert a CycL statement
<cycretract> simple way to retract a CycL statement
<cyccondition>...
2009-05-16 07:08:49 UTC in AIMLBot (Program#)
-
dmiles committed revision 182 to the LogicMOO Simulated World SVN repository, changing 1 files.
2008-09-28 18:22:57 UTC in LogicMOO Simulated World
-
dmiles committed revision 181 to the LogicMOO Simulated World SVN repository, changing 7 files.
2008-09-28 18:22:14 UTC in LogicMOO Simulated World