File size: 134 Bytes
b028d48
 
 
 
1
2
3
4
5
#!/bin/sh
scriptdir=`dirname $0`

java -mx100m -cp "$scriptdir/stanford-tregex.jar:" edu.stanford.nlp.trees.tregex.TregexPattern "$@"