Skip to content

Commit b06cb62

Browse files
authored
Update sketch.js
1 parent 462ff73 commit b06cb62

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

044_afinn111SentimentAnalysis/P5/sketch.js

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Daniel Shiffman
2-
// http://codingtra.in
3-
// http://patreon.com/codingtrain
4-
// Code for: https://youtu.be/VV1JmMYceJw
1+
// AFINN 11 Sentiment Analysis
2+
// The Coding Train / Daniel Shiffman
3+
// https://thecodingtrain.com/
4+
// Part 1: https://youtu.be/uw3GbsY_Pbc
5+
// Part 2: https://youtu.be/VV1JmMYceJw
6+
7+
// https://editor.p5js.org/codingtrain/sketches/aNeMdpy-b
58

69
var afinn;
710

0 commit comments

Comments
 (0)