We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462ff73 commit b06cb62Copy full SHA for b06cb62
044_afinn111SentimentAnalysis/P5/sketch.js
@@ -1,7 +1,10 @@
1
-// Daniel Shiffman
2
-// http://codingtra.in
3
-// http://patreon.com/codingtrain
4
-// Code for: https://youtu.be/VV1JmMYceJw
+// AFINN 11 Sentiment Analysis
+// The Coding Train / Daniel Shiffman
+// https://thecodingtrain.com/
+// Part 1: https://youtu.be/uw3GbsY_Pbc
5
+// Part 2: https://youtu.be/VV1JmMYceJw
6
+
7
+// https://editor.p5js.org/codingtrain/sketches/aNeMdpy-b
8
9
var afinn;
10
0 commit comments