We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57575b8 commit 462ff73Copy full SHA for 462ff73
044_afinn111SentimentAnalysis/P5/sketch.js
@@ -6,6 +6,7 @@
6
var afinn;
7
8
function preload() {
9
+ // Using an edited version of AFINN111 list to remove NSFW and offensive words
10
afinn = loadJSON('afinn111-edited.json');
11
}
12
0 commit comments