Say I have the following Penn Tree:

(S (NP-SBJ the steel strike)
 (VP lasted
     (ADVP-TMP (ADVP much longer)
               (SBAR than
                     (S (NP-SBJ he)
                        (VP anticipated
                            (SBAR *?*))))))
 .)

What do abbrevations like VP and SBAR etc mean? Where can I find these definitions? What are these abbreviations called?

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Those are the Penn Treebank tags, for example, VP means "Verb Phrase". The full list can be found here

link|improve this answer
Thanks, I'm bad at Googling things like this sometimes... – simplyianm Oct 21 '11 at 18:15
feedback

VP means verb phrase . these are standard abbreviation in the treebank.

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.