Open fjenett opened 8 years ago
Thanks for reporting this. I will accept the pull request if you want to update the import.
import nltk from nltk.tag.stanford import StanfordPOSTagger as POS_Tag spanish_postagger = POS_Tag('spanish.tagger', 'stanford-postagger.jar', encoding='utf8') Download the tagger from the site: https://nlp.stanford.edu/software/tagger.shtml Extract the file:stanford-postagger.jar the file:models/spanish.tagger
From nltk:
https://github.com/nltk/nltk/blob/develop/ChangeLog#L54
I think this causes what i'm currently seeing for your latest version: