LingConv / lng /L2SCA /tregex.sh
mohdelgaar's picture
upload lng
b028d48
raw
history blame
No virus
134 Bytes
#!/bin/sh
scriptdir=`dirname $0`
java -mx100m -cp "$scriptdir/stanford-tregex.jar:" edu.stanford.nlp.trees.tregex.TregexPattern "$@"