Coding Challenge #44: AFINN-111 Sentiment Analysis - Part 1
In this multi-part coding challenge I implement sentiment analysis using the AFINN-111 word list. Code: https://thecodingtrain.com/challenges/44-afinn-111-sentiment-analysis
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aNeMdpy-b
Other Parts of this Challenge:
πΊ AFINN-111 Sentiment Analysis - Part 2: https://youtu.be/VV1JmMYceJw
π₯ Previous video: https://youtu.be/8Z9FRiW2Jlc?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/RUSvMxxm_Jo?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π AFINN: http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010
π Node.js: https://nodejs.org/
π Express.js: http://expressjs.com/
Livestream Archive:
π΄ Coding Train Live 68: https://youtu.be/lCzB9V9L8d0?t=2082s
Related Coding Challenges:
π #42 Markov Chain Name Generator: https://youtu.be/eGFJ8vugIWA
π #48 White House Social Media Data Visualization: https://youtu.be/UrznYJltZrU
Timestamps:
0:00 Introduce the coding challenge
0:16 Describe sentiment analysis techniques
1:10 Introduce the AFINN-111 list
1:37 Explain the AFINN-111 technique
3:28 Download AFINN-111 list
4:32 Process the list with a p5 sketch
5:32 Load `.txt` file as a table
6:30 Iterate through the rows
7:32 Extract word and score
8:24 Debug parsing logic
9:42 Create an object with words and scores
10:50 Save object to a JSON file
12:10 Conclude the coding challenge
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π Website: http://thecodingtrain.com/
πΎ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
π© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
π‘ GitHub: https://github.com/CodingTrain
π¬ Discord: https://thecodingtrain.com/discord
π Membership: http://youtube.com/thecodingtrain/join
π Store: https://standard.tv/codingtrain
ποΈ Twitter: https://twitter.com/thecodingtrain
πΈ Instagram: https://www.instagram.com/the.coding.train/
π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
π p5.js: https://p5js.org
π p5.js Web Editor: https://editor.p5js.org/
π Processing: https://processing.org
π Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#sentimentanalysis #afinn111 #javascript #p5js