Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,9 @@ def main():
|
|
| 31 |
:return: None.
|
| 32 |
"""
|
| 33 |
nltk.download('punkt')
|
|
|
|
| 34 |
nltk.download('stopwords')
|
|
|
|
| 35 |
|
| 36 |
descargar_recursos_nltk()
|
| 37 |
|
|
|
|
| 31 |
:return: None.
|
| 32 |
"""
|
| 33 |
nltk.download('punkt')
|
| 34 |
+
nltk.download('punkt_tab')
|
| 35 |
nltk.download('stopwords')
|
| 36 |
+
nltk.download('wordnet')
|
| 37 |
|
| 38 |
descargar_recursos_nltk()
|
| 39 |
|