Hello is there a posibility to save data in realtime in AIML?
I spend lot of time by search and write a lot of aiml but if I turn off the myrobotlab and start it again all the data is lost.
Example:
<?xml version = "1.0" encoding = "UTF-8"?> <aiml version = "1.0.1" encoding = "UTF-8"?> <category> <pattern>I am *</pattern> <template> Hello <set name = "username"> <star/>! </set> </template> </category> <category> <pattern>Good Night</pattern> <template> Hi <get name = "username"/> Thanks for the conversation! </template> </category> </aiml>
In teory i tel the bot what my name is and it is ok until I don't restart AIML. After restart the username is uknown.
Hi this it what i use. maybe
Hi this it what i use. maybe it's not a good way , maybe it can help you
http://myrobotlab.org/content/bot-memory
Working in Realtime and save new aiml file but...
<?xml version="1.0" encoding="ISO-8859-2"?>