LingConv / lng /L2SCA /tsurgeon.sh
mohdelgaar's picture
upload lng
b028d48
raw
history blame
No virus
125 Bytes
#!/bin/sh
export CLASSPATH=stanford-tregex.jar:$CLASSPATH
java -mx100m edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon "$@"