wramey82 / myrobotlab

Automatically exported from code.google.com/p/myrobotlab
1 stars 0 forks source link

Create ChatBot with AI #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create a ChatBot Service

Start a ChatBot service based on the following references :

 * References :
 *  http://www.codeproject.com/Articles/36106/Chatbot-Tutorial
 *  http://cleverbot.com/
 *  http://courses.ischool.berkeley.edu/i256/f06/projects/bonniejc.pdf
 *  http://www.infradrive.com/downloads/articles/Article1.pdf
 *  http://www.chatterbotcollection.com/

I found the source for the ChatBot 17 source - it needs to be ported from cpp 
to Java.  When the initial port is done, the Chat bot should have an interface 
to chat with the Drupal shoutbox - and provide a means for "OnLine Learning" 
!!!!

Original issue reported on code.google.com by supert...@gmail.com on 29 Aug 2012 at 4:26

GoogleCodeExporter commented 8 years ago
Chatbot service is already stubbed out to org.myrobotlab.service.Chatbot

Original comment by supert...@gmail.com on 29 Aug 2012 at 4:27