% Load the library declarations file :- ['$REGULUS/Examples/PSA/scripts/library_declarations']. % Compile the main Regulus code :- compile('$REGULUS/Prolog/load'). :- regulus_batch('$REGULUS/Examples/PSA/scripts/psa.cfg', ["LOAD", "EBL_TREEBANK", "EBL_TRAIN", "EBL_POSTPROCESS", "EBL_NUANCE"]). :- halt.