Explorar el Código

Download punkt in the docker setup script.

master
Trey Del Bonis hace 2 años
padre
commit
b6a71c8359
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      docker-setup.sh

+ 6
- 0
docker-setup.sh Ver fichero

@@ -7,3 +7,9 @@ pip3 install pipenv
cd /app
pipenv install --system --deploy --ignore-pipfile
pip3 list

# Download the punkt dataset for the thing.
echo "
import nltk
nltk.download('punkt')
" | python3

Cargando…
Cancelar
Guardar