Giter VIP home page Giter VIP logo

dee's Introduction

The KLMDEETOOL

The KLM Defeasible Entailment and Explanations Tool

Table of Contents

  1. About the Tool
  2. Requirements
  3. Compilation
  4. Usage or Execution
  5. Contributors
  6. References

1. About the Tool

The KLMDEETOOL, developed in Java, implements algorithms for KLM-style Rational Closure Entailment and Explanations. It consists of several interconnected components that work together to facilitate the processing and analysis of defeasible reasoning scenarios. The user interface tier offers both a command line interface (CLI) and a graphical user interface (GUI) for user interaction.

To aid in processing and solving complex logical expressions and queries efficiently, the KLMDEETOOL incorporates and relies on two external libraries or packages: the TweetyProject and the SAT4J SAT Solver. The Desktop and Console Applications output of the KLMDEETOOL are shown below:

Figure 1: The KLMDEETOOL GUI with an active example output

Figure 2: The KLMDEETOOL CLI with an active example output

Figure 3: The KLMDEETOOL GUI explanation output for K |โ‰ˆ ๐‘  |โˆผ ๐‘ค?

Figure 4: The KLMDEETOOL CLI explanation output for K |โ‰ˆ ๐‘  |โˆผ ๐‘ค?

2. Requirements

  • Maven 4.0+
  • Java 20+

3. Compilation

The target folder already has the binary 'KLMDEETool-1.0.1-jar-with-dependencies.jar' which can be run directly without any need for compilation. The default application is the Desktop Application (GUI).

To build the KLMDEETOOL, run the following Maven command against the home folder: mvn package

4. Usage or Execution

The Desktop App (GUI)

java -cp target/KLMDEETool-1.0.1-jar-with-dependencies.jar uct.cs.dee.tool.ui.ToolGUI

The Console App (CLI)

java -cp target/KLMDEETool-1.0.1-jar-with-dependencies.jar uct.cs.dee.tool.ui.ToolCLI kb.txt "s~>w"
where 'kb.txt' is the Knowledge Base file and "s~>w" is the defeasible query.

6. Contributors

7. References

The TweetyProject consists of diverse Java libraries that embody strategies for knowledge representation formalisms, encompassing classical logics, conditional logics, and probabilistic logics.

The SAT4J SAT Solver is a Java library designed to solve problems related to boolean satisfaction and optimisation.

The JUnit is a widely adopted open-source framework that provides a structured and organised approach to writing and running unit tests in Java applications..

dee's People

Contributors

chiefmonk avatar

Stargazers

 avatar

Watchers

 avatar

dee's Issues

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.