stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Ouverte

#435 ouverte le 17 mai 2017

 (9 commentaires) (0 réaction) (0 personne assignée)Java (2 730 forks)batch import
documentationhelp wanted

Métriques du dépôt

Stars
 (9 315 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur