2717 Forks
9948 Stars
9948 Watchers

CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.

How to download and setup CoreNLP

Open terminal and run command
git clone https://github.com/stanfordnlp/CoreNLP.git
git clone is used to create a copy or clone of CoreNLP repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CoreNLP https://github.com/stanfordnlp/CoreNLP/archive/master.zip

Or simply clone CoreNLP with SSH
[email protected]:stanfordnlp/CoreNLP.git

If you have some problems with CoreNLP

You may open issue on CoreNLP support forum (system) here: https://github.com/stanfordnlp/CoreNLP/issues