stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Aperta

#435 aperta il 17 mag 2017

 (9 commenti) (0 reazioni) (0 assegnatari)Java (2730 fork)batch import
documentationhelp wanted

Metriche repository

Star
 (9315 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor