Analyse Financial Tweets with Stanford CoreNLP – Part 2

In my previous post I introduced CoreNLP as a viable solution for sentiment analysis. Today, I will show you how to use the library in practice. We will start with understanding the data model and break down the algorithm for calculating the tweet sentiment. Objectives Our objective is to assess an emotional load, a sentiment,…