Skip to content

Commit

Permalink
Testing: Install more NLTK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 18, 2024
1 parent 3a2d45c commit 33e5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pueblo/testing/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def nltk_init():
"""
Initialize nltk upfront, so that it does not run stray output into Jupyter Notebooks.
"""
download_items = ["averaged_perceptron_tagger", "punkt"]
download_items = ["averaged_perceptron_tagger", "punkt", "punkt_tab"]
import nltk

for item in download_items:
Expand Down

0 comments on commit 33e5587

Please sign in to comment.