I was planning to make a chat bot as my project. i understood basic aiml tags but i am not getting how to implement aiml tags. Also how can we create GUI for this chatbot
Asked
Active
Viewed 6,292 times
3
-
1Did you find any solution? i am on the same problem. – shababhsiddique Sep 05 '11 at 09:22
-
i implemented chatbot using program # . It is also opensource program. program # provides a dll file aimlBot.dll which has to be referenced in our project. aimlBot library provides classes to parse the aiml files and get responss from the files we created follow this link for more information http://ntoll.org/program-an-aiml-chatterbot-in-c.html – goku Apr 30 '12 at 12:22
2 Answers
5
If you are wanting an AIML chatbot in Java, then you should check out Program D. It's open source so if you don't want to use it yourself, at least you will be able to get some ideas on how to implement an AIML parser.
There are also many more parsers in different languages which can be found at Alicebot.org, which is also a good resource for all things A.I. and AIML.

Mark_Gibson
- 922
- 1
- 12
- 32