Git Product home page Git Product logo

bestv5 / program-ab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bj4hs0720111/program-ab

0.0 0.0 0.0 13.48 MB

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.

Home Page: https://code.google.com/p/program-ab/

License: GNU Lesser General Public License v3.0

Java 100.00%

program-ab's Introduction

Program AB: Hendy'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.

Usage - Use Soluvas's Repository

In Maven project

<repositories>
    <repository>
        <id>soluvas-public-snapshots</id>
        <url>http://nexus.bippo.co.id/nexus/content/repositories/soluvas-public-snapshots/</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.alicebot.ab</groupId>
        <artifactId>ab</artifactId>
        <version>4.0.4-SNAPSHOT</version>
    </dependency>
</dependencies>

In Gradle project

repositories {
    maven {
        url 'http://nexus.bippo.co.id/nexus/content/repositories/soluvas-public-snapshots/'
    }
}

dependencies {

    compile 'org.alicebot.ab:ab:4.0.4-SNAPSHOT'

}

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.4-SNAPSHOT</version>
         </dependency>
     </dependencies>
    

    or Gradle project:

     dependencies {
    
         compile 'org.alicebot.ab:ab:4.0.4-SNAPSHOT'
    
     }
    

TODO

  1. Build entirely with Maven, without embedded JARs in project sources [done]
  2. Replace System.out.println with SLF4J logging [done]
  3. Replace ex.printStackTrace(); with detailed Exception [partial]
  4. Replace commons-logging dependency with SLF4J 1.6/1.7 [done]
  5. -Allow loading bot data files from classpath- (too complex, and probably non-performant in Android anyway, alternative: extract the bot ZIP file to @getCacheDir()@)
  6. Replace json dependency with jackson 2.2
  7. Run well with Android Gingerbread (API 9)

program-ab's People

Contributors

ceefour avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.