From 6e3e87feb26a0085436172aa5a66ddbd67e11661 Mon Sep 17 00:00:00 2001 From: mvgompel Date: Wed, 27 Oct 2010 11:14:37 +0000 Subject: [PATCH] dummy config git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/pbmbmt/releases/0.34@6687 12f355fe-0486-481a-ad91-c297ab22b4e3 --- config.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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!")