Reputation: 3283
Is there any documentation about the meaning of parser tags in OpenNLP? I know that the POS tag types follows the TreeBank convention, but unfortunately I haven't found any information about the parser tags, such as "SBAR", etc.
Does this documentation exist somewhere or I have to figure it out myself?
Upvotes: 2
Views: 1015
Reputation: 1701
See the Penn Treebank Tagset and the treebank annotation guidelines
Upvotes: 3