AFINN-111 Sentiment Analysis - Part 2
Coding Challenge #44.2
In Part 2 of this coding challenge, I implement sentiment analysis using the AFINN-111 (link below) word list. A single page web app analyzes the valence (positive vs negative) of text as a user types into a text area. This video is part of Session 8 of the “Programming from A to Z” ITP class.
Community Contributions
- sentiment.js by Sam Lee (Source Code)
- Colorized Sentiment Score by Sam Lee (Source Code)
- Feeling Emojional by Chris R Hall (Source Code)
You can also add your own version! (See how)