Tutorials
We don’t have a ton of tutorial information on CoreNLP on this site. Sorry! We’ll try to improve that over time.
However, here are some tutorials by third parties. Note that some of this tutorial material ages with the release of newer versions of CoreNLP, and it may not be fully up to date with current CoreNLP. Check the date/version of it.
Getting started with CoreNLP
- linguisticsweb.org tutorial
- Natural Language Processing with Stanford CoreNLP from the CloudAcademy Blog. Has comparisons with Google Cloud NL API.
Sentiment analysis
- Red Hat OpenShift Day 20: Stanford CoreNLP – Performing Sentiment Analysis of Twitter using Java by Shekhar Gulati.
Python
Note: be sure to install stanza instead of stanfordnlp in the following example
Japanese
- CoreNLP を使ってみる(1)/Try using CoreNLP (1): A tutorial introduction to CoreNLP in Japanese by astamuse Lab.