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.
mvn clean package
gradle clean fatJar
java -jar ./target/aiml.jar YourName
- Lombok (1.18.16)
- Logback (1.2.3)
- Slf4j (1.7.25)
- JUnit (5.1.0)