aiml-java-interpreter icon indicating copy to clipboard operation
aiml-java-interpreter copied to clipboard

AIML 2.0 Interpreter for Java

Aiml Java Interpreter

Build Status License: GPL v3

AIML 2.0 Interpreter for Java

It is not contains full implementation of specification, basically it is still pet project for aimlang spec implementation. So please keep it in mind.

2. Build

2.1 Using Maven

mvn clean package

2. Using Gradle

gradle clean fatJar

3.Run

java -jar ./target/aiml.jar YourName

Dependencies

  • Lombok (1.18.16)
  • Logback (1.2.3)
  • Slf4j (1.7.25)
  • JUnit (5.1.0)

Contacts

[email protected]