chapter seven
7 Your First Sentiment Analyzer using Sentiment Lexicons
This chapter covers
- An in-depth discussion on the intricacies of one of the most popular NLP tasks – sentiment analysis
- Implementation of a sentiment analyzer using a lexicon-based approach
- Further application of linguistic pipeline and linguistic concepts with
spaCy
Last two chapters discussed implementation of an authorship attribution algorithm using NLP approaches and machine learning techniques. As a result, now you can apply your authorship attribution application whenever you want to identify the actual author of a particular piece of writing, and… not only that! In fact, the previous chapters introduced a number of new ideas. Let’s summarize them here before we attempt a new NLP application: