Skip to content

Commit

Permalink
do not print the whole vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Nov 20, 2023
1 parent 6c904b7 commit 98b9371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/natural/sentiment/SentimentAnalyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class SentimentAnalyzer {
Object.keys(this.vocabulary).forEach(word => {
this.vocabulary[word] = this.vocabulary[word].polarity
})
DEBUG && console.log(JSON.stringify(this.vocabulary, null, 2));
}
}

Expand Down

0 comments on commit 98b9371

Please sign in to comment.