Spaces:
Running
Running
Update app.py
Browse files
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 |
|