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

5 lines
125 B
Bash
Raw Normal View History

2021-01-09 03:43:33 +01:00
#!/bin/sh
export CLASSPATH=stanford-tregex.jar:$CLASSPATH
java -mx100m edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon "$@"