Skip to content

This is a fork of Program AB — the reference implementation of the AIML 2.0 draft specification.

License

Notifications You must be signed in to change notification settings

GoldRenard/Program-JB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program JB

This is a 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.

Program AB was developed by Richard Wallace (contact info@alicebot.org) and first released in January, 2013. Following in the tradition of naming AIML interpreters after letters of the alphabet (Program B, Program D, Program N, Program O etc.), the name "AB" is intended to suggest a fresh start with AIML 2.0.

This project is called JB because it is originally developed for JuniperBot Discord Bot, but keeps full abstraction so it can be used anywhere.

Download

Latest Version: version

Be sure to replace the VERSION key below with the latest version shown above!

Maven

<dependency>
    <groupId>org.goldrenard</groupId>
    <artifactId>jb</artifactId>
    <version>VERSION</version>
</dependency>

<repository>
    <id>jcenter</id>
    <name>jcenter-bintray</name>
    <url>http://jcenter.bintray.com</url>
</repository>

The builds are distributed using JCenter through Bintray JCenter Bintray

License

Program JB is licensed under the GNU General Public License v3.0.

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

About

This is a fork of Program AB — the reference implementation of the AIML 2.0 draft specification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published