CofeehousePy/services/corenlp/doc/tregex/tregex.sh

5 lines
134 B
Bash

#!/bin/sh
scriptdir=`dirname $0`
java -mx100m -cp "$scriptdir/stanford-tregex.jar:" edu.stanford.nlp.trees.tregex.TregexPattern "$@"