AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Program AB source code released
 
 

I’ve published the source code for Program AB on Google Code at https://code.google.com/p/program-ab/

The code has a bit of javadoc (but could use more).  There is a new Java interface called AIMLProcessorExtension that allows developers to easily extend AIML with new custom tags.  As an example, the class PCAIMLProcessorExtension implements a simulated Contacts database, so that the AIML can store, modify and retrieve contact information and use it to output <oob> commands to place calls, send emails and send SMS messages.

There is also a new download of the executable, version 0.0.3.8 at
https://code.google.com/p/program-ab/downloads/list

 

 
  [ # 1 ]

Thanks, Rich! I’ll look into it. smile

 

 
  [ # 2 ]

Hi Richard, is the source code still there?  It seems it is only the executable that is left.

Update - Never mind grin  Found it by running hg clone https://code.google.com/p/program-ab/ on my Linux machine…  The source is not visible on the Google Code website though.

 

 
  [ # 3 ]

@Richard Wallace Hello, Is there any tutorial or reference material or any documentation on how to use AIMLProcessorExtension? I couldn’t find anything useful online. Please help me. Thanks in advance.

 

 
  [ # 4 ]

Hi, all!
I have some questions
1. Can i use programAb to build a chatbot for language like Chinese, or Thai or Burmese.
(May be i need to do word segmentation here because these language have no fixed space.)
2. Can i use program Ab to build an android chat app.
3. I’ve heard that Program Ab can work offline without internet access. Is that true?
Really thankyou for your answers.

 

 
  login or register to react