While running a Python script using NLTK I got this:
Traceback (most recent call last): File \"cpicklesave.py\", line 56, in pos = nltk.
Install all nltk resources in one line:
python3 -c "import nltk; nltk.download('all')"
the data will be saved at ~/nltk_data
You can also substitute "all" for "averaged_perceptron_tagger" to install only this module.