% Compile the main Regulus code :- compile('$REGULUS/Prolog/load'). % Compile Regulus grammar to Nuance :- regulus_batch('$REGULUS/Examples/SHRD2/scripts/shrd2.cfg', ["LOAD", "EBL_TREEBANK", "EBL_TRAIN", "EBL_POSTPROCESS", "EBL_NUANCE"]). :- halt.