Nacho86 commited on
Commit
c91dc87
·
verified ·
1 Parent(s): 159b36e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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