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

5 lines
138 B
Bash
Raw Normal View History

2021-01-14 08:07:24 +01:00
#!/bin/sh
scriptdir=`dirname $0`
java -mx100m -cp "$scriptdir/stanford-tregex.jar:" edu.stanford.nlp.trees.tregex.TregexPattern "$@"