A-M-S commited on
Commit
2e09508
1 Parent(s): 79b1554

Update preprocess.py

Browse files
Files changed (1) hide show
  1. preprocess.py +1 -0
preprocess.py CHANGED
@@ -2,6 +2,7 @@ import json
2
  import pickle
3
  import pandas as pd
4
  import nltk
 
5
  import regex as re
6
  from nltk.corpus import stopwords
7
 
2
  import pickle
3
  import pandas as pd
4
  import nltk
5
+ nltk.download('stopwords')
6
  import regex as re
7
  from nltk.corpus import stopwords
8