Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.45 KB

prolog-expert-system

Build Status

About

This project demonstrates how an expert system can be constructed by integrating a graphical user interface written in Java with rules written in Prolog. The open source Projog library is used to integrate Java with Prolog.

The subject of the expert system is the classification of birds. The rules are taken from the birds.pl program described in the book "Adventure in Prolog" by Dennis Merritt (ISBN: 978-1520918914).

How to run

You can build the application using the command:

./mvnw package

You can then run the application using the command:

java -jar target/prolog-expert-system-0.1.0-SNAPSHOT.jar

Resources