py-corenlp icon indicating copy to clipboard operation
py-corenlp copied to clipboard

Is a server really necessary?

Open steve3p0 opened this issue 4 years ago • 1 comments

Can someone explain to me why a server is required to use py-corenlp?

steve3p0 avatar Apr 04 '20 05:04 steve3p0

The server is to host the CoreNLP using java and then the package is doing corenlp by calling the server you hosted. This make the inference much faster than using the original nltk-way, which doesn't run the server and uses the corenlp jar files in python.

zhangyilun avatar Jun 01 '20 17:06 zhangyilun