Skip to content

LaClarence/simple-expert-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Expert System Demo

Maven Java JUnit

Overview

The code is based on the example of Expert System described by Virginie Mathivet in her book:

__L'Intelligence Artificielle pour les développeurs__
__Concepts et implémentations en Java__

Build the project and launch it

To use Maven the toolchain.xml file must be defined.

Check that if everythink is correct with maven

mvn verify

Build the jar with the following command:

mvn package

Launch the demo using the following command:

java -jar target/sysexpert-1.0-DEMO.jar -Drules ./src/main/resources/shapes.rules

Then some questions in french should be asking to make the program infers the shape.

About

Simple expert system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages