Skip to content

Commit ddb5be3

Browse files
committed
added few lines to main file
1 parent 6f36857 commit ddb5be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text_analyzer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import nltk
1010
nltk.download('vader_lexicon')
1111
nltk.download('punkt')
12+
nltk.download('stopwords')
1213
from nltk.sentiment.vader import SentimentIntensityAnalyzer
1314
from nltk.corpus import stopwords
1415
from nltk.tokenize import word_tokenize, sent_tokenize

0 commit comments

Comments
 (0)