Nancy1906 commited on
Commit
4f974de
·
verified ·
1 Parent(s): 91bd86f
Files changed (1) hide show
  1. postBuild +7 -0
postBuild CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ # 1) Indicar a NLTK que use la carpeta nltk_data dentro del repositorio
4
+ export NLTK_DATA="nltk_data"
5
+
6
+ # 2) Descarga silenciosa de los paquetes “punkt” y “stopwords” en nltk_data
7
+ python - <<EOF