Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 879 Bytes

044.2-afinn111sentimentanalysis.md

File metadata and controls

23 lines (20 loc) · 879 Bytes
title redirect_from video_number date video_id repository web_editor links parts
AFINN-111 Sentiment Analysis - Part 2
CodingChallenges/44.2-afinn111sentimentanalysis.html
44.2
2016-12-02
VV1JmMYceJw
CC_044_afinn111SentimentAnalysis
aNeMdpy-b
title url
AFINN-111 Sentiment Analysis - Part 1
/CodingChallenges/044.1-afinn111sentimentanalysis

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.