ChatScript
Description
ChatScript is the next generation of the chatbot engine that won the 2010 Loebner Prize with Suzette and the 2011 Loebner Prize with Rosette. Also has useful ontology files for nouns, verbs, adjectives, adverbs. Stand-alone or server modes. LINUX and Windows (Visual Studio 8 and 10).
ChatScript Web SiteUser Ratings
User Reviews
-
Easy to install and use.
-
I'm still "investigating" ChatScript, but so far, I'm very impressed! Keep up the great work!
-
It's the first free software that I could just download, untar, and run on my Linux machine - without even having to "make"! And it works great! Three small suggestions to make the syntax a bit clearer: a. You use brackets [] for choice, so I think you should also use them for topic keywords and concept keywords instead of parens (), because that's also a choice. b. You use == in conditions, so I think you should also use it for comparing variables inside patters instead of a single =, to make it more consistent. c. Instead of three types s:, ?:, u:, I suggest using a single type, since the "%morequestion" flag can be used inside the pattern to check if it's a question. I would like to write a step-by-step tutorial, if you don't plan to do this yourself.