Athanasios Agrafiotis

Results 1 comments of Athanasios Agrafiotis

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