Text Mining for Dummies: Sentiment Analysis with Python

The common steps of any NLP project in 20 lines of code

Joos K
Towards Data Science
2 min readMar 8, 2020

--

Text Mining

This short-read shows the common steps of any text mining project. If you want to follow along in a notebook, you can get the notebook over here.

This goal is not to give an exhaustive overview of text mining, but to quickstart your thinking and give…

--

--