# Note that all inputs share the same 2.1.dict file and the words/
# directory.  The words/ directory and 2.1.dict is only located 
# in the input1 directory because of space considerations.

DESCRIPTION="CINT2000/197.parser training-reduced input";
SETUP="ln -sf ${BENCH_DIR}/data/input/common/2.1.dict . ; ln -sf ${BENCH_DIR}/data/input/mdred/mdred.in . ; ln -sf ${BENCH_DIR}/data/input/common/words .";
PREFIX="";
ARGS=" 2.1.dict -batch < mdred.in ";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/data/output/mdred/mdred.out"
CLEANUP="rm -f 2.1.dict ; rm -f mdred.in ; rm -f words";
SKIP="0";
