pos-tagger
What is NLTK POS tagger asking me to download?
Answer recommended by NLP Collective
What Is the Difference Between POS Tagging and Shallow Parsing?
POS tagging would give a POS tag to each and every word in the input sentence. Parsing the sentence (using the stanford pcfg for example) would convert the sentence into a tree whose leaves will hold POS tags (which correspond to words in the sentence), but the rest of the tree would tell you how … Read more