LookupError:
LookupError:
Resource averaged_perceptron_tagger not found. Please use the NLTK Downloader to obtain the resource:
import nltk nltk.download('averaged_perceptron_tagger')
For more information see: https://www.nltk.org/data.html
Attempted to load taggers/averaged_perceptron_tagger/averaged_perceptron_tagger.pickle
This error can be fixed by mannual download the "averaged_perceptron_tagger" from the nltk.download() dialog. or download "averaged_perceptron_tagger.zip" and put into 'C:\nltk_data'.
Cheers
After I select the right answer I see the following error 149 win ['w', 'i', 'n'] ['z', 'b', 'w', 'i', 'n', 'k'] ['w', 'i', 'n'] ['w', 'i', 'n']
IndexError Traceback (most recent call last)
IndexError: list index out of range