stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Open

#435 创建于 2017年5月17日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)Java (2,730 fork)batch import
documentationhelp wanted

仓库指标

Star
 (9,315 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南