Difference between revisions of "ADJP"
| Line 13: | Line 13: | ||
<synttree>[ADJP[ADJ[mikið]][CONJ[og]][ADJ[fagurt]]]</synttree> | <synttree>[ADJP[ADJ[mikið]][CONJ[og]][ADJ[fagurt]]]</synttree> | ||
| + | |||
| + | ==Comparatives in ADJP== | ||
| + | |||
| + | Comparatives where there is no obvious clausal structure in the comparative phrase (i.e. no verb, no subject and gap of a verb), they are treated just like PP complements of ADJR in the PPCME2. If the object of the comparison is simply a dative NP, the PP level is omitted and the phrase is parsed as parallel to "NP Complements of PP" in the PPCME2 (http://www.ling.upenn.edu/~beatrice/annotation/syn-phrase.htm#adjp_comp_np). The NP is *not* given an extended dash tag, but dative is marked on the pos-tag, as in the example below: | ||
| + | |||
| + | <pre> | ||
| + | ( (IP-MAT (NP-SBJ (N-FSNIC Sjón-sjón)) | ||
| + | (BEP-IA3SP er-vera) | ||
| + | (ADJP (NP (N-FSAIC sögu-saga)) | ||
| + | (ADJR-FSAWC ríkari-ríkur)) | ||
| + | (, ,-,))) | ||
| + | </pre> | ||
Revision as of 08:11, 1 February 2010
ADJP, adjective phrase (icel. lýsingarorðsliður)
Example 1: rauður (e. 'red')
<synttree>[ADJP[ADJ[rauður]]]</synttree>
Example 2: mjög rauður (e. 'very red')
<synttree>[ADJP [ADV [mjög]] [ADJ [rauður]]]</synttree>
Á Íslandi liggur hérað eitt mikið og fagurt
<synttree>[ADJP[ADJ[mikið]][CONJ[og]][ADJ[fagurt]]]</synttree>
Comparatives in ADJP
Comparatives where there is no obvious clausal structure in the comparative phrase (i.e. no verb, no subject and gap of a verb), they are treated just like PP complements of ADJR in the PPCME2. If the object of the comparison is simply a dative NP, the PP level is omitted and the phrase is parsed as parallel to "NP Complements of PP" in the PPCME2 (http://www.ling.upenn.edu/~beatrice/annotation/syn-phrase.htm#adjp_comp_np). The NP is *not* given an extended dash tag, but dative is marked on the pos-tag, as in the example below:
( (IP-MAT (NP-SBJ (N-FSNIC Sjón-sjón)) (BEP-IA3SP er-vera) (ADJP (NP (N-FSAIC sögu-saga)) (ADJR-FSAWC ríkari-ríkur)) (, ,-,)))