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

貢獻者指南