The PPCME2 parsing scheme uses a limited tree representation in the
form of labelled parentheses. All open parentheses have an associated
label, either a phrase label (NP, ADJP, etc.) or a word label (N,
ADJ, etc.), representing nodes in a tree. Word-level labels are
provided for every word, but phrasal labels are not included in every
case in which a fully labelled tree would require them. Intermediate
levels of structure (N', ADJ', etc.) are never represented explicitly.
Thus the trees are quite flat.
This approach has no theoretical import, but rather was adopted purely
for practical reasons. Some phrases were omitted because their
boundaries are too difficult to define. This is the case for VP,
which, especially in Early Middle English where the order of the verb
and its complements is still in flux (at least on the surface), cannot
easily be included. Other phrases, such as DP, were omitted because in
our opinion, the cost of including them outweighs their usefullness.
Intermediate levels of structure are omitted for both reasons. In no
case should the lack of any particular phrase label be taken as
implying that we do or do not believe that Middle English syntax
failed to include such a phrase. The trees are simply underspecified.
This introduction to our parsing scheme includes only a basic outline of
the general principles we followed in parsing and details on the most
common structures. All examples in this manual are made up and given in
Modern English so as to be maximally accessible. For complete documentation
of the system with Middle English examples, see the full manual.
Full lists of all the labels used are given in the appendices.
General parsing principles
Note that:
(IP-MAT (NP-SBJ (NPR Mary))
(HVP has)
(BEN been)
(VAG meaning)
(IP-INF (TO to)
(VB go))
(PP (P for)
(NP (D a) (N week))))
(IP-MAT (CONJ And) <--- sentential conjunction
(NP-SBJ (NPR Mary))
(VBD looked)
(RP up) <--- particle
(NP-OB1 (NP-GEN (NPR Jane) ($ 's))
(N number)))
(IP-MAT-SPE (INTJ Alas) <--- single-word interjection
(IP-MAT-PRN (VBD cried)
(NP-SBJ (NPR Mary)))
(NP-SBJ (PRO I))
(HVP have)
(VBD lost)
(NP-OB1 (PRO$ my) (NS glasses)))
(NP (D the ) (N girl))
(PP (P in)
(NP (D the) (N spring)))
(ADJP (ADV very) (ADJ big))
(NP (D a) (ADJ big) (N cat))
(NP (D a)
(ADJP (ADV very) (ADJ big))
(N cat))
(IP-MAT (PP (P From)
(ADVP (ADV above)))
(MD shall)
(VB come)
(NP-SBJ (D +te) (N judge)
(ADJP (ADJ fierce) (CONJ and) (ADJ angry)))
(E_S ;))
(IP-MAT (NP-SBJ (PRO He))
(ADVP-TMP (ADV never))
(VBD found)
(NP-OB1 (D a) (N woman)
(ADJP (ADJ good))))
(IP-MAT (NP-SBJ (D The) (N king))
(VBD gave)
(NP-OB2 (PRO him))
(NP-OB1 (D an) (N island)
(RRC (VAN forsaken)))) <--- RRC = reduced relative clause
(IP-MAT (NP-SBJ (PRO$ Our) (N life)
(ADVP-LOC (ADV here)))
(BEP is)
(ADJP (ADV very) (ADJ comfortable)))
(IP-MAT (NP-SBJ (PRO She))
(VBD came)
(NP-TMP (D the) (ADJ fifth) (N day)
(ADVP-TMP (ADV+WARD afterward))))
(IP-MAT (NP-TMP (N Yesterday))
(NP-SBJ (NPR Mary))
(VBD told)
(NP-OB2 (NPR Jane))
(CP-THT (C that)
(IP-SUB (NP-SBJ (PRO she))
(VBD studied)
(NP-MSR (QP (ADVR too) (Q much)))
(PP (P during)
(NP (D the) (N+N weekend))))))
(IP-MAT (NP-SBJ (NPR Mary))
(VBD put)
(NP-OB1 (D the) (N book))
(PP (P on)
(NP (D the) (N table)))
(PP (P on)
(NP (NPR Saturday))))
(IP-MAT (NP-SBJ (NPR Mary))
(ADVP (ADV happily))
(VBD put)
(NP-OB1 (D the) (N book))
(ADVP-LOC (ADV there))
(ADVP-TMP (ADV+WARD afterward)))
(IP-MAT (NP-SBJ (NPR Mary))
(VBD forgot)
(IP-INF (TO to)
(VB tell)
(NP-OB2 (NPR Jane))
(CP-THT (C that)
(IP-SUB (NP-SBJ (PRO she))
(MD should)
(VB buy)
(NP-OB1 (N milk))))))
(IP-MAT (NP-SBJ (NPR Mary))
(VBD saw)
(NP-OB1 (D the) (N man))
(PP (P with)
(NP (D the) (N telescope))))
(XP (Y single_word_modifier) (X head)
(ZP complement_or_post_head_modifier))
(XP (W single_word_modifier) (Y single_word_modifier) (X head)
(ZP complement_or_post_head_modifier))
(XP (YP multi_word_modifier)
(X head)
(ZP complement_or_post_head_modifier))
(NP (D the) (NS girls)
(PP (P on)
(NP (D the) (N beach))))
(NP (Q many) (ADJ happy) (NS girls)
(PP (P on)
(NP (D the) (VAN overcrowded) (N beach))))
(NP (ADJP (ADJ happy) (CONJ and) (VAN excited))
(NS girls))
(NP (Q many)
(ADJP (ADV very) (ADJ happy))
(NS girls)
(PP (P on)
(NP (D the) (VAN overcrowded) (N beach))))
(NP (QP (ADV very) (Q many))
(ADJP (ADV very) (ADJ happy))
(NS girls)
(PP (P on)
(NP (D the) (N beach)
(PP (P with)
(NP (D the) (ADJ big) (NS dunes))))))
Other phrases have the same structure as NPs.
(ADJP (ADV very) (ADJ happy))
(ADJP (ADJ full)
(PP (P of)
(NP (N water))))
(PP (ADV especially)
(P on)
(NP (NPRS Saturdays)))
(PP (ADV right)
(P up)
(NP (D the) (N street)))
(ADVP (ADV very) (ADV slowly))
PRO, EX, MAN, OTHERS, ?PRO$, ?ONE, ?OTHER, ?D, ?Q, (QR, etc.)
VAN, VAG, (HAN, HAG, etc.), SUCH, QR, ?ONE, ?OTHER
(IP-MAT (IP-MAT-1 (NP-SBJ (NPR Mary))
(VBD gave)
(NP-OB2 (NPR Jane))
(NP-OB1 (D a) (ADJ red) (N ribbon)))
(CONJP (CONJ and)
(IP-MAT=1 (NP-OB2 (NPR Lucy))
(NP-OB1 (D a) (ADJ blue))))) <--- elided head noun