Skip to content

Commit 462ff73

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

044_afinn111SentimentAnalysis/P5/sketch.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
var afinn;
77

88
function preload() {
9+
// Using an edited version of AFINN111 list to remove NSFW and offensive words
910
afinn = loadJSON('afinn111-edited.json');
1011
}
1112

0 commit comments

Comments
 (0)