Skip to content

Commit

Permalink
Instruct to download punkt_tab required by nltk 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Aug 20, 2024
1 parent fc80394 commit ba2a408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The recommended way is to install Annif from

You will also need NLTK data files:

python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab

Start up the application:

Expand Down Expand Up @@ -115,7 +115,7 @@ Enter the virtual environment:

You will also need NLTK data files:

python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab

Start up the application:

Expand Down

0 comments on commit ba2a408

Please sign in to comment.