I am a linguist trying to figure out how to use NLTK
and how to tag parts of speech in corpora.
I am trying to use the function pos_tag and get the same error message as another poster: ascii codec can't decode byte...
See this link: NLTK 3 POS_TAG throws UnicodeDecodeError
I tried all of the suggested solutions, including the one given by the original poster, but without success on any of them.
Are there any more possible solutions to this problem?