Šis repozitorijs tika arhivēts 2023-08-20. Ir iespējams aplūkot tā failus un to konēt, bet nav iespējams iesūtīt izmaiņas, kā arī izveidot jaunas problēmas vai izmaiņu pieprasījumus.
Files
yap-6.3/packages/cplint/slipcase
2015-02-03 02:37:25 +00:00
..
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2011-10-22 16:33:04 +02:00
2015-02-03 02:37:25 +00:00
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2013-07-16 13:55:22 +02:00
2013-09-04 19:09:36 +02:00
2011-10-22 16:33:04 +02:00
2011-10-22 16:33:04 +02:00

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