Natural Language Processing as Part of Daily Life

You are chatting on WhatsApp and exchanging hilarious GIFs here and there. Have you noticed that those matching the subject of your recent conversation helpfully line up first? Have you ever wondered why? If humans are able to reconstruct thoughts from words, could computers do this as well? Source: Towards Data Science The gist of…

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,…