We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4add9cf commit 4a1fae5Copy full SHA for 4a1fae5
corenlp.sh
@@ -1,4 +1,3 @@
1
#!/usr/bin/env bash
2
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
-
+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