Skip to content

Commit

Permalink
- model testing issue: added nltk package averaged_perceptron_tagger_…
Browse files Browse the repository at this point in the history
…eng (#1658)

Co-authored-by: hghuge <[email protected]>
  • Loading branch information
hiteshghuge and hghuge authored Dec 16, 2024
1 parent c14f537 commit bcc1cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ COPY requirements requirements
RUN python -m pip --no-cache-dir install -r ./requirements/prod.txt && \
python -m spacy download en_core_web_md && \
python -m nltk.downloader averaged_perceptron_tagger && \
python -m nltk.downloader averaged_perceptron_tagger_eng && \
python -m nltk.downloader punkt && \
python -m nltk.downloader stopwords && \
python -m nltk.downloader omw-1.4 && \
Expand Down

0 comments on commit bcc1cee

Please sign in to comment.