mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
10 lines
229 B
Docker
10 lines
229 B
Docker
from gsiupm/senpy:0.8.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
|
|
|
|
ADD . /senpy-plugins
|
|
|