Quote:
Originally posted by Radgam
tested, and yes, this bot does seem more intelligent. Works fine without many modifications either. sadly there are a few problems in one of the XML files (the "topics.aiml" file), so you need to sort out some tags, but asides from that, conversation is much better than with alice.
|
OK I just installed the anna AIML. There are a LOT of errors. I'll list them all here so you can fix them up if you really want to.
File: D.aiml
Line 6210 Put </srai> after <star/>
File: test.aiml
(forgot to write down the line)
Change </categroy> to </category>
move </aiml> to end of file
File: topics.aiml (This is the big one)
Line 163 remove stray <li>
Line 168 add </srai> before </template>
Line 184 change <li> to </li>
Line 183 change <get ... > to <get ... />
Line 335 remove stray <li>
Line 670 add </template> </category>
Line 765 add </li>
Line 774 add </template>
Line 813 change to </template>
Line 942 remove </random>
I think thats all. Make sure you check what you are putting in. I may of made a couple mistakes in my notes. But at least you now know where the errors are appoximatly.