diff --git a/config.py b/config.py index 961887f..1554c28 100644 --- a/config.py +++ b/config.py @@ -1,15 +1,2 @@ - -#Set this to the place where you extracted the pbmbmt directory -PBMBMTDIR="/home//pbmbmt" - -#Point this to where the Matrex evaluation package is installed -MATREXDIR=PBMBMTDIR + "/Matrex" - -#This is where all experiment results will be stored -EXPDIR=PBMBMDIR + "/experiments" - -#Point this to whereever Timbl resides (may also be /usr/bin/Timbl ?) -TIMBL="/usr/local/bin/Timbl" - #Remove this line once you finish setting all of the above: -raise Exception("Please configure PBMBMT first, edit config.py") +raise Exception("You have not installed PBMBMT yet, run the install.sh script!")