fatimaejaz commited on
Commit
e11ac12
·
1 Parent(s): 13cace3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,8 +5,7 @@ from nltk.corpus import stopwords
5
  import nltk
6
  from nltk.stem.porter import PorterStemmer
7
  nltk.download('punkt')
8
- nltk.data.path.append("/path/to/custom/nltk_data")
9
- nltk.download('stopwords', download_dir="/path/to/download/location")
10
 
11
 
12
 
 
5
  import nltk
6
  from nltk.stem.porter import PorterStemmer
7
  nltk.download('punkt')
8
+ nltk.download('stopwords')
 
9
 
10
 
11