haotle commited on
Commit
e70de07
·
verified ·
1 Parent(s): fc31602

Update pages/10 WordCloud.py

Browse files
Files changed (1) hide show
  1. pages/10 WordCloud.py +1 -1
pages/10 WordCloud.py CHANGED
@@ -7,7 +7,7 @@ import nltk
7
  from nltk.corpus import stopwords
8
  from nltk.tokenize import word_tokenize
9
  nltk.download('stopwords')
10
- nltk.download('punkt')
11
 
12
 
13
  # ===config===
 
7
  from nltk.corpus import stopwords
8
  from nltk.tokenize import word_tokenize
9
  nltk.download('stopwords')
10
+ nltk.download('punkt_tab')
11
 
12
 
13
  # ===config===