Steve Worswick - May 29, 2011:
Sorry 8pla but I don’t understand what you are trying to do with this bot:
Me: what is my name
It: <condition name=“name”>
<li value=“OM”>I’d like to know your name.</li>
<li value=“JUDGE”>I know you as Judge.</li>
<li value=”*”>You said your name is <get name=“name” >?</li>
<li>I don’t know. What is your name?</li>
</condition>
Me: who was julius caesar
It: I don’t know if that’s true or not.
Me: what color is the sea
It: I don’t think so.
Me: what is 1 + 1
It: Does not seem possible.
Me: How old is the Earth
It: I don’t believe so.
Oh well… It seems additional configuration may be needed to handle the new release of AIML.
Steve Worswick - May 29, 2011:
Do we have to ask questions in a certain fashion?
No. That shouldn’t be necessary.
Steve Worswick - May 29, 2011:
What is the bot aiming to achieve?
The bot (Program 8, its unofficial designation), is aiming to acheve standard AIML interpretion for ASP.NET 3.5.
For now, I’ve rolled back its AIML set:
>> How old is the Earth?
<< It is over six billion years old.
>> what is 1 + 1?
<< Two
>> what color is the sea?
<< Black
>> who was julius caesar?
<< <br />
>> what is my name?
<< Your name is , seeker.
Good work, Steve. That’s very useful information. Thank you.