• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Jan-2012-

ArtisticH A D20-Oct-20118.7 KiB202151

Makefile.inH A D20-Oct-20111 KiB5429

READMEH A D20-Oct-2011641 2514

bddem.cH A D20-Oct-201126.9 KiB1,2681,098

inference_sl.plH A D20-Oct-201128.9 KiB1,011804

revise.plH A D20-Oct-20119.1 KiB459319

slipcase.plH A D20-Oct-201119.7 KiB851668

README

1
2This folder cotains EMBLEM, an EM parameter learning algorithm, and SLIPCASE, a structure  learning algorithm
3
4To execute EMBLEM, load slicpase.pl with
5:- use_module(library('cplint/slipcase')).
6
7and run
8
9:- em(filestem).
10
11in a directory containing filestem.kb, filestem.bg and filestem.l.
12You will find the output in filestem.rules.
13
14To execute SLIPCASE, load slicpase.pl with
15:- use_module(library('cplint/slipcase')).
16
17and run
18
19:- sl(filestem).
20
21in a directory containing filestem.kb, filestem.bg and filestem.l.
22You will find the output in filestem.rules.
23
24See also http://sites.unife.it/ml/emblem and http://sites.unife.it/ml/slipcase
25