stanfordnlp/CoreNLP

CoreNLP on Windows as a Service

Aberta

#435 aberto em 17 de mai. de 2017

 (9 comentários) (0 reação) (0 responsável)Java (2.730 forks)batch import
documentationhelp wanted

Métricas do repositório

Stars
 (9.315 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador