Skip to content

Expert system with rules written in Prolog and UI written in Java.

Notifications You must be signed in to change notification settings

s-webber/prolog-expert-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Expert system with rules written in Prolog and UI written in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published