WALTERMAC commited on
Commit
43d6b43
·
verified ·
1 Parent(s): 7ec3ded

Update app.py

Browse files

se agrega nltk.download('punkt_tab')

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ import string
16
  # Descargar recursos de nltk
17
  nltk.download('stopwords')
18
  nltk.download('punkt')
 
19
  nltk.download('wordnet')
20
 
21
  # Inicializar herramientas NLP
 
16
  # Descargar recursos de nltk
17
  nltk.download('stopwords')
18
  nltk.download('punkt')
19
+ nltk.download('punkt_tab')
20
  nltk.download('wordnet')
21
 
22
  # Inicializar herramientas NLP