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