[alicebot-general] Release of RebeccaAIML .984
mehri
foreverlinux at yahoo.com
Mon Apr 10 00:23:34 PDT 2006
Release of RebeccaAIML .984
--------
A many BIG thanks to Noel of ProgramD for providing
the awesome AIML 1.0.1 test cases. Without them, I
would not have a good working implementatation,
period! Thanks yo!
--------
**
Feature enhancement and bug fix release.
**
Added the feature of being able to add AIML strings to
Rebecca on the fly through the method
GraphBuilder.addString("aiml string"). You can add a
whole
category programatically as easily as:
builder.addString
(
"<category>"
"<pattern>test aiml string</pattern>"
"<template>it simply works!</template>"
"</category>"
);
- Added the <learn> tag per AIML 1.0.1 specification.
- Fixed the gender, person, and person2 tag
implementations
to pass all of the regression tests.
- Fixed the addFile and addDirectory to be tolerant of
adding
files which are native to the file system. Before you
could
at best portably use relative strings. Now you can
use just
about any file system string for
GraphBuilder.addFile() and
GraphBuilder.addDirectory(). As a result of this I
was able
to simply part of the qtGUI core to using whichever
native
absolute paths that came from Windows or Unix.
See the documentation of these methods for more
details:
http://rebecca-aiml.sourceforge.net/documentation.htm
Here is the hompage for what this interpreter is
about:
http://rebecca-aiml.sourceforge.net/index.htm
Download section:
http://rebecca-aiml.sourceforge.net/download.htm
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the alicebot-general
mailing list