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