I'd like to invoke only the openIE module once coreNLP server is up. I tried this from shell:
$ java -mx4g -cp "$HOME/corenlp/*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer &
$ java -cp "$CORE/*" -Xmx1g edu.stanford.nlp.pipeline.StanfordCoreNLPClient edu.stanford.nlp.naturalli.OpenIE -file inputfile.txt
After a few seconds, logs get freeze and nothing happens. Can someone help me please?