This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/cplint/slipcase
Vítor Santos Costa 05d3266671 fix lib64 issues 2012-08-22 10:07:33 -05:00
..
Artistic updated cplint 2011-10-22 16:33:04 +02:00
Makefile.in fix lib64 issues 2012-08-22 10:07:33 -05:00
README updated cplint 2011-10-22 16:33:04 +02:00
bddem.c updated cplint 2011-10-22 16:33:04 +02:00
inference_sl.pl updated cplint 2011-10-22 16:33:04 +02:00
revise.pl updated cplint 2011-10-22 16:33:04 +02:00
slipcase.pl updated cplint 2011-10-22 16:33:04 +02:00

README

This folder cotains EMBLEM, an EM parameter learning algorithm, and SLIPCASE, a structure  learning algorithm

To execute EMBLEM, load slicpase.pl with
:- use_module(library('cplint/slipcase')).

and run

:- em(filestem).

in a directory containing filestem.kb, filestem.bg and filestem.l.
You will find the output in filestem.rules.

To execute SLIPCASE, load slicpase.pl with
:- use_module(library('cplint/slipcase')).

and run

:- sl(filestem).

in a directory containing filestem.kb, filestem.bg and filestem.l.
You will find the output in filestem.rules.

See also http://sites.unife.it/ml/emblem and http://sites.unife.it/ml/slipcase