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/README
Fabrizio Riguzzi be449b3aef updated cplint
2011-10-22 16:33:04 +02:00

25 lines
641 B
Plaintext

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