stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Open

#435 建立於 2017年5月17日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)Java (9,315 star) (2,730 fork)batch import
documentationhelp wanted

描述

Has anyone tried setting up the CoreNLP package as a service on Windows ?

I setup a .bat file that has the follwing content:

java -mx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9005

Next I created a service using the sc command from within Windows. But it does not seem to work.

_Ben

貢獻者指南

CoreNLP on Windows as a Service · stanfordnlp/CoreNLP#435 | Good First Issue