Retired_mod
Esteemed Contributor III

Hi @cleversureshYou're encountering a LookupError because the averaged_perceptron_tagger_eng resource is missing.

To fix it, run this in a new cell:

python import nltk nltk.download('averaged_perceptron_tagger_eng')

This will download the necessary resources. If you still face issues, ensure your NLTK data directory is set up correctly and accessible.