1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Improved docs, docker-compose and dockerfile

This commit is contained in:
J. Fernando Sánchez
2018-06-20 12:16:17 +02:00
parent bbe91e1924
commit 48ba936a7b
3 changed files with 74 additions and 25 deletions

View File

@@ -1,10 +1 @@
from gsiupm/senpy:0.10.7-python2.7
RUN python -m nltk.downloader stopwords
RUN python -m nltk.downloader punkt
RUN python -m nltk.downloader maxent_treebank_pos_tagger
RUN python -m nltk.downloader wordnet
RUN python -m nltk.downloader omw
ADD . /senpy-plugins
from gsiupm/senpy:0.10.8-python2.7