A defeasible reasoning tool implementing Rational Closure and Lexicographic Closure.
- Maven 3.9.8+
- Java 21+
There's a binary under app/
folder which can be run without need for compilation. However, it still requires Java 21+. To run the binary run java -jar app/extrc-1.0-SNAPSHOT.jar
and go to http://localhost:8080/
.
mvn clean package
java -jar target/extrc-1.0-SNAPSHOT.jar
After running the above command, visit http://localhost:8080/
on your web browser. Chek the Syntax before sending the queries.