Hi all,
I have created a bot in AIML. I am using program-ab on my computer. My bot is called CISO. The command line that I am using to launch CISO is
java -cp lib/Ab.jar Main bot = CISO action = chat trace = false
My bot however is not launched. the super bot is being launched. I do not get any error messages so I can’t tell where the problem is. I have taken the following steps to build CISO.
1. I have created the following folders.
aiml
aimlif
config
maps
sets
2. I have placed my AIML file called ciso.aiml inside the aiml folder.
3. In the config folder, I have placed the properties.xt, normal.txt and copyright.txt files. I have modified these files to meet my needs.
What else do I need to do?
Pranav