Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 723 Bytes

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

anton@batiaev.com