Stanford CoreNLP can be downloaded via the link below. This will download a large (~500 MB) zip file containing (1) the CoreNLP code jar, (2) the CoreNLP models jar (required in your classpath for most tasks), (3) the libraries required to run CoreNLP, and (4) documentation / source code for the project. Unzip this file, open the folder that results and you’re ready to use it.
Alternatively, Stanford CoreNLP is available on Maven Central. Source is available on GitHub.
The table below has jars for the current release with all the models for each language we support. Due to size issues we have divided the English resources into two jars. The English (KBP) models jar contains extra resources needed to run relation extraction and entity linking.
Language | model jar | version |
---|---|---|
Arabic | download | 3.9.1 |
Chinese | download | 3.9.1 |
English | download | 3.9.1 |
English (KBP) | download | 3.9.1 |
French | download | 3.9.1 |
German | download | 3.9.1 |
Spanish | download | 3.9.1 |