#!/bin/tcsh

#You will need to change DIR to point to your local copy of the checked out
#grammar stuff, specifically, the location of the config file.

set DIR="/Accounts/cs/cs177f02/purringk/wintercomps/parser"
#set DIR="/Accounts/other/saksb/comps/parser"
set PHOENIX="/Accounts/courses/comps/dialogue/Phoenix"

$PHOENIX/ParserLib/parse_text -config $DIR/config
