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