Skip to content

Fork of Program AB, the reference implementation of the AIML 2.0 draft specification. AIML is a widely adopted standard for creating chat bots and mobile virtual assistants like ALICE, Mitsuku, English Tutor, The Professor, S.U.P.E.R. and many more. https://code.google.com/p/program-ab/

License

Notifications You must be signed in to change notification settings

skostrze/program-ab-master

Repository files navigation

Program AB: Sprint's fork

Fork of Program AB, the reference implementation of the AIML 2.0 draft specification. AIML is a widely adopted standard for creating chat bots and mobile virtual assistants like ALICE, Mitsuku, English Tutor, The Professor, S.U.P.E.R. and many more.

Added support of polish langage, using dictionary from morfologik stemming. Supports enable or disable Polish diacritical marks in AIML file. Custom jar plugin execution

Usage - Build Yourself

  1. Build using Maven to your local Maven repository:

     mvn -DskipTests install
    
  2. Use in your Maven project:

     <dependencies>
         <dependency>
             <groupId>org.alicebot.ab</groupId>
             <artifactId>ab</artifactId>
             <version>4.0.5_SPRINT</version>
         </dependency>
     </dependencies>
    

TODO

About

Fork of Program AB, the reference implementation of the AIML 2.0 draft specification. AIML is a widely adopted standard for creating chat bots and mobile virtual assistants like ALICE, Mitsuku, English Tutor, The Professor, S.U.P.E.R. and many more. https://code.google.com/p/program-ab/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages