diff --git a/pueblo/testing/nlp.py b/pueblo/testing/nlp.py index d50a1bd..1a12010 100644 --- a/pueblo/testing/nlp.py +++ b/pueblo/testing/nlp.py @@ -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: