Skip to content

Commit 4a1fae5

Browse files
committed
Proper arg format
1 parent 4add9cf commit 4a1fae5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

corenlp.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/usr/bin/env bash
22
cd /opt/corenlp/src
3-
exec java -mx10g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -timeout=300000 -annotators "tokenize,ssplit,pos,lemma,ner,parse,depparse,quote,mention,natlog,dcoref,openie"
4-
3+
exec java -mx10g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -timeout 300000 -annotators "tokenize,ssplit,pos,lemma,ner,parse,depparse,quote,mention,natlog,dcoref,openie"

0 commit comments

Comments
 (0)