Skip to content

Commit

Permalink
Merge pull request #61 from mariux64/fix-ntlk-punkt_tab
Browse files Browse the repository at this point in the history
nltk: add punkt_tab
  • Loading branch information
wwwutz authored Sep 23, 2024
2 parents 7381b04 + d9bc7f7 commit 54b0a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paperless-ngx.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ mkdir -pv ${PROJECT}/data/nltk
python3 -W ignore::RuntimeWarning -m nltk.downloader -d "${PROJECT}/data/nltk" snowball_data
python3 -W ignore::RuntimeWarning -m nltk.downloader -d "${PROJECT}/data/nltk" stopwords
python3 -W ignore::RuntimeWarning -m nltk.downloader -d "${PROJECT}/data/nltk" punkt
python3 -W ignore::RuntimeWarning -m nltk.downloader -d "${PROJECT}/data/nltk" punkt_tab

popd

Expand Down

0 comments on commit 54b0a45

Please sign in to comment.