CofeehousePy/services/corenlp/doc/tsurgeon/tsurgeon.sh

5 lines
125 B
Bash

#!/bin/sh
export CLASSPATH=stanford-tregex.jar:$CLASSPATH
java -mx100m edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon "$@"