We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb58d1a commit 57575b8Copy full SHA for 57575b8
044_afinn111SentimentAnalysis/P5/sketch.js
@@ -6,7 +6,7 @@
6
var afinn;
7
8
function preload() {
9
- afinn = loadJSON('afinn111.json');
+ afinn = loadJSON('afinn111-edited.json');
10
}
11
12
function setup() {
0 commit comments