Difference between revisions of "Conjunction"

From Icelandic Parsed Historical Corpus (IcePaHC)
Jump to: navigation, search
Line 5: Line 5:
 
When any of the conjunct consists of more than a single word ([http://www.ling.upenn.edu/~beatrice/annotation/syn-conj.htm#phrase_level_conjunction see PPCME/PPCEME])
 
When any of the conjunct consists of more than a single word ([http://www.ling.upenn.edu/~beatrice/annotation/syn-conj.htm#phrase_level_conjunction see PPCME/PPCEME])
  
 +
<pre>
 
(XP (XP (X first-conjunct))
 
(XP (XP (X first-conjunct))
 
     (CONJP (CONJ conjunction)
 
     (CONJP (CONJ conjunction)
Line 10: Line 11:
 
     (CONJP (CONJ conjunction)
 
     (CONJP (CONJ conjunction)
 
           (ZP (Z third-conjunct) (Z more-of-third-conjunct))))
 
           (ZP (Z third-conjunct) (Z more-of-third-conjunct))))
 +
</pre>
  
 
==Shared modifiers==
 
==Shared modifiers==

Revision as of 13:42, 10 February 2010

Word-level conjunction

Phrase-level conjunction

When any of the conjunct consists of more than a single word (see PPCME/PPCEME)

(XP (XP (X first-conjunct))
    (CONJP (CONJ conjunction)
           (YP (Y second-conjunct)))
    (CONJP (CONJ conjunction)
           (ZP (Z third-conjunct) (Z more-of-third-conjunct))))

Shared modifiers

Shared pre-modifiers

See PPCME Guidelines

Example for ADV heads with a shared pre-modifier ADV, notice the ADVX.

( (IP-MAT (NP-SBJ (N-FSNDC á$-á) (D $in-hinn))
	  (VBD-IA3SD skar-skera)
	  (ADVP (ADV svo-svo)
		(ADV skýrt-skýra)
		(CONJP (CONJ og-og)
		       (ADVX (ADV greinilega-greinilega))))
	  (PP (P-D úr-úr)
	      (NP (NS-NPDIC landamerkjum-landamerki)
		  (NP-POS (Q hvorratveggja-hvorratveggur) (NS-FPGDC jarðan$-jarða) (D $na-hinn))))