stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

开放

#435 创建于 2017年5月17日

 (9 条评论) (0 个反应) (0 位负责人)Java (2,730 个派生)batch import
documentationhelp wanted

仓库指标

星标
 (9,315 个星标)
PR 合并指标
 (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

贡献者指南