stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Open

#435 opened on May 17, 2017

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Java (2,730 forks)batch import
documentationhelp wanted

Repository metrics

Stars
 (9,315 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide