stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Offen

#435 geöffnet am 17.05.2017

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (2.730 Forks)batch import
documentationhelp wanted

Repository-Metriken

Stars
 (9.315 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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