一旦 coreNLP 服务器启动,我只想调用 openIE 模块。我从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
几秒钟后,日志冻结,没有任何反应。有人能帮助我吗?