All of the Parts of Speech (POS) Taggers give the tags in the form of shortcodes like (NNS,VBZ etc).

This/DT page/NN is/VBZ about/IN the/DT Brill-tagger/NNP

Like the above example which is from one of the online POS Taggers.

Where can I find the meaning of each shortcodes?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 3 down vote accepted

English taggers often use the Penn Treebank Tagset. Here you can find a quick overview and the official detailed annotation guidelines.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.