While experimenting with NLTK part of speech tagging, I noticed a lot of VBP
tags in the output of my calls to nltk.pos_tag
. I noticed this tag is not in the Brown Corpus part of speech tagset. It is however a part of the UPenn tagset.
What tagset does nltk use by default? I can't find this in the official documentation or the apidocs.
Ntlk uses PennTreebank tagset . Have a look at this link http://nltk.org/api/nltk.tag.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With