ByteBlaze commited on
Commit
5c96396
1 Parent(s): 2e8a190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from nltk.stem.porter import PorterStemmer
6
  from nltk.corpus import stopwords
7
  import re
8
 
 
 
9
  # import warnings
10
  # from sklearn.exceptions import InconsistentVersionWarning
11
  # warnings.filterwarnings("ignore", category=InconsistentVersionWarning)
 
6
  from nltk.corpus import stopwords
7
  import re
8
 
9
+ nltk.download('stopwords')
10
+
11
  # import warnings
12
  # from sklearn.exceptions import InconsistentVersionWarning
13
  # warnings.filterwarnings("ignore", category=InconsistentVersionWarning)