Sandini commited on
Commit
849a4de
·
verified ·
1 Parent(s): ec85722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from nltk.stem import WordNetLemmatizer
9
 
10
  # Download NLTK resources (run this once if not already downloaded)
11
  nltk.download('punkt')
 
12
  nltk.download('stopwords')
13
  nltk.download('wordnet')
14
 
 
9
 
10
  # Download NLTK resources (run this once if not already downloaded)
11
  nltk.download('punkt')
12
+ nltk.download('punkt_tab')
13
  nltk.download('stopwords')
14
  nltk.download('wordnet')
15