Rocha commited on
Commit
880b3fa
·
1 Parent(s): 18867a1

fixed issue with nltk

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import datetime
7
  import time
8
  import json
9
 
 
 
10
  app = FastAPI()
11
 
12
  # Inicializar el stemmer
 
7
  import time
8
  import json
9
 
10
+ nltk.download('punkt_tab')
11
+
12
  app = FastAPI()
13
 
14
  # Inicializar el stemmer