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

|

4 Useful Ways to Automate Text Summarization

Data is gold and time is of essence. Would’t it be great to get a summary of an elaborate article, latest news or a complicated piece of a legal text? Well, we aren’t quite there yet. Algorithms that generate concise information-rich summaries that make sense and are pleasant to read remain a tough challenge. Nevertheless,…