Skip to content

Commit

Permalink
nltk: add punkt_tab
Browse files Browse the repository at this point in the history
fixes #60
  • Loading branch information
wwwutz committed Sep 23, 2024
1 parent 7381b04 commit d9bc7f7
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 d9bc7f7

Please sign in to comment.