Difference between revisions of "IP-IMP"
From Icelandic Parsed Historical Corpus (IcePaHC)
| Line 1: | Line 1: | ||
| + | Imperative clauses are parsed IP-IMP. A verb in imperative is always tagged VBI/BEI/DOI, that is tense is not tagged. This is not to be confused with I(ndicative) in e.g. VBPI (verb, present, indicative). | ||
| + | |||
Only overt subject of imperative clauses are parsed, cf. [http://www.ling.upenn.edu/~beatrice/annotation/syn-intro.htm#imperatives PPCME2,PPCEME documentation]. | Only overt subject of imperative clauses are parsed, cf. [http://www.ling.upenn.edu/~beatrice/annotation/syn-intro.htm#imperatives PPCME2,PPCEME documentation]. | ||
| + | |||
| + | <pre> | ||
| + | ( (IP-IMP-SPE (CONJ og-og) | ||
| + | (VBI kom$-koma) | ||
| + | (NP-SBJ (PRO-N $du-þú)) | ||
| + | (ADVP-TMP (ADV nú-nú)))) | ||
| + | |||
| + | ( (IP-IMP-SPE (CONJ og-og) | ||
| + | (VBI kom$-koma) | ||
| + | (ADVP-TMP (ADV nú-nú)))) | ||
| + | </pre> | ||
| + | |||
| + | Verbs in 1p.plur., 2p.sing. and 2p.plur. are found in the imperative. Note that usually there is no morphological difference between imperative and indicative, but there is for VERA 'be' in 1p.plur., 2p.sing. and 2p.plur: | ||
| + | |||
| + | <pre> | ||
| + | 1p.plur. Verum (*við) góð vs. Við erum góð | ||
| + | |||
| + | 2p.sing. Ver (þú) góður vs. Þú ert góður | ||
| + | |||
| + | 2p.plur. Verið (þið) góð vs. Þið eruð góð | ||
| + | </pre> | ||
Revision as of 07:55, 28 May 2010
Imperative clauses are parsed IP-IMP. A verb in imperative is always tagged VBI/BEI/DOI, that is tense is not tagged. This is not to be confused with I(ndicative) in e.g. VBPI (verb, present, indicative).
Only overt subject of imperative clauses are parsed, cf. PPCME2,PPCEME documentation.
( (IP-IMP-SPE (CONJ og-og) (VBI kom$-koma) (NP-SBJ (PRO-N $du-þú)) (ADVP-TMP (ADV nú-nú)))) ( (IP-IMP-SPE (CONJ og-og) (VBI kom$-koma) (ADVP-TMP (ADV nú-nú))))
Verbs in 1p.plur., 2p.sing. and 2p.plur. are found in the imperative. Note that usually there is no morphological difference between imperative and indicative, but there is for VERA 'be' in 1p.plur., 2p.sing. and 2p.plur:
1p.plur. Verum (*við) góð vs. Við erum góð 2p.sing. Ver (þú) góður vs. Þú ert góður 2p.plur. Verið (þið) góð vs. Þið eruð góð