The above interactive solutions didn't work for me. Instead, I made a virtual environment (venv
) for my workspace (activated), then followed the command line installation from here: https://www.nltk.org/data.html
python -m nltk.downloader all
I imagine I could have simply downloaded tokenizers
.