tags:

views:

86

answers:

2

I am at he beginning of starting an AIML based chatter-bot for my final year project. It is web based and I have selected the c#.net platform.

*Is there any good articles to be start with?

*Any tutorial help available??

Your suggestions and ideas are most welcome.Thank you very much.

A: 

I totally agree with dtb, if you haven't still figured out how to start implementing the chatter-bot after doing the research also I don't know what to say other than go start doing your degree from the beginning itself. As a final year student don't try to ask dumb questions.

Sharon
A: 

c# is similiar to java which the AIML chatterbots where orginially written in.
So it should be possible to download the source and do a conversion exercise. (That will be a lot of work)

However trying to write a parser for AIML from the spec, might be even worse.

So I think use c# or preferably use java, and build on the existing code.

Bravax