Skip to content

Commit

Permalink
add averaged_perceptron_tagger package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Mar 13, 2024
1 parent 011869f commit 473c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN poetry config virtualenvs.create false && \

RUN apt update && apt install libmagic1 -y
RUN poetry add python-magic
RUN python -m nltk.downloader punkt -d /usr/share/nltk_data
RUN python -m nltk.downloader punkt averaged_perceptron_tagger -d /usr/share/nltk_data

COPY . .

Expand Down

0 comments on commit 473c2b9

Please sign in to comment.