Natural Language Processing – Vader sentiment analysis with NLTK

The Natural Language Toolkit (NLTK) (https://www.nltk.org) provides an excellent starting point for natural language processing projects. In this blog we wanted to explore the creation and use of a custom docker image to allow one of the components of NLTK, that is the VADER sentiment analysis tool (https://www.nltk.org/_modules/nltk/sentiment/vader.html). A key advantage of VADER (Valence Aware […]