ADVP

From Icelandic Parsed Historical Corpus (IcePaHC)
Revision as of 08:04, 5 January 2011 by Einarfs (Talk | contribs) (Complements of ADVP-TMP)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Adverbs at clause level project.

( (IP-MAT-SPE (INTJ Jú-jú)
	      (, ,-,)
	      (NP-SBJ (PRO-D mér-ég))
	      (VBPI LEIÐIST-LEIÐAST)
	      (ADVP (ADV ósköp-ósköp))
	      (, ,-,)
	      (IP-MAT-PRN (VBPI segir-segja)
			  (NP-SBJ (NPR-N Sigríður-sigríður)))
	      (. ,-,)))

We use three different dash tags for ADVPs, -DIR(ectional), -LOC(acative) and -TeMPoral.

ADVP-DIR - þangað 'there (to)'

ADVP-LOC - inni 'inside', úti 'outside', hér 'here', þar there'

Note that most counterparts of ADVP-LOC such as inni, úti, i.e. inn, út, are tagged RP

ADVP-TMP - alltaf 'always', 'now', þá 'then'

Head types

ADV - adverbs, except for WADV and a few more exceptions, have the tag ADV

WADV - wh-adverb, hvar 'where', hvernig 'how', hví 'why'

Complements of ADV

The adjective "nærri" is tagged and parsed in the same way as "near" or "nearly" in the PPCEME, PPCME2, depending on its meaning (see Treatment of individual words ). When "nærri" means "nearly", as in "it was nearly nighttime when they reached the town", it is tagged/parsed as an ADV, and projects an ADVP as shown below. If there is a dative pronoun, it is parsed as the NP complement of ADV; this is one of the few cases in which there is an NP complement of ADV, and it is the only way in which the treatment of "nærri" differs from the treatment of "nearly" in the PPCME2, PPCEME, since the construction containing a dative pronoun does not occur in English.

( (IP-MAT (IP-MAT-1 (NP-SBJ (N-N Dalur$-dalur) (D-N $inn-hinn))
		    (BEPI er-vera)
		    (ADJP (ADJ-N þráðbeinn-þráðbeinn)))
	  (; ;-;)
	  (IP-MAT=1 (NP-SBJ (NS-N fjöll$-fjall)
			    (D-N $in-hinn)
			    (PP (P að-að)
				(NP (PRO-D honum-hann))))
		    (NEG ekki-ekki)
		    (ADJP (ADJ-N há-hár)))
	  (; ;-;)
	  (IP-MAT=1 (NP-SBJ (NS-N hlíðar$-hlíð) (D-N $nar-hinn))
		    (ADJP (ADJP (ADJ-N iðgrænar-iðgrænn)
				(PP (P á-á)
				    (NP (NS-A sumr$-sumar) (D-A $in-hinn))))
			  (CONJP (CONJ og-og)
				 (ADJP (ADVP (ADV nær-nærri)
					     (NP (PRO-D því-það)))
				       (ADJ-N klettalausar-klettalaus)))))
	  (. ;-;))
  (ID PILTUR,.19))

The dative pronoun (því) is optional.

	  (IP-MAT=1 (NP-SBJ (NS-N hlíðar$-hlíð) (D-N $nar-hinn))
		    (ADJP (ADJP (ADJ-N iðgrænar-iðgrænn)
				(PP (P á-á)
				    (NP (NS-A sumr$-sumar) (D-A $in-hinn))))
			  (CONJP (CONJ og-og)
				 (ADJP (ADV nær-nærri)
				       (ADJ-N klettalausar-klettalaus)))))


When "nærri" means "near", as in "they were sailing near land", it is tagged "ADJ", projects an ADJP-LOC where ADJ has an NP complement; see ADJP#Complements_of_ADJ

Complements of ADV which projects ADVP-TMP

Snemma dags

NP-MSR inside ADVP

This follows the PPCEME, PPCME2. Note that "annars dags" below is an NP-MSR, not an NP-POS or an NP-TMP.

 (ADVP-TMP (NP-MSR (OTHER-G annars-annar) (N-G dags-dagur))
		    (ADV eftir-eftir))

ADVP idominating two ADVs

ADVP usually does not idominate RP

Phrases like "þar inn" are sometimes ambiguous between forming one constituent (PP inn idominating ADVP þar) or are both attached high. These are usually *not* parsed as (ADVP (ADV þar) (RP inn)).

Sometimes particles modify adverbs:

	      (IP-INF-SPE (TO að-að)
			  (VB staulast-staulast)
			  (PP (P með-með)
			      (NP (PRO-D þér-þú)))
			  (ADVP-DIR (RP fram-fram) (ADV eftir-eftir)))
(ADVP-DIR (RP fram-fram) (ADV hjá-hjá))

ADV projecting NP

( (IP-MAT (CONJ En-en)
	  (NP-SBJ (ADV-LOC þar-þar)
		  (CP-REL (WADVP-1 0)
			  (C sem-sem)
			  (IP-SUB (ADVP-LOC *T*-1)
				  (NP-SBJ (N-N fólk$-fólk) (D-N $ið-hinn))
				  (PP (RP út-út)
				      (P í-í)
				      (NP (NS-A báta$-bátur) (D-A $na-hinn)))
				  (VBDI sté-stíga))))
	  (VBDI nefndist-nefna)
	  (NP-PRD (NPR-N Kífunes-kífunes))
	  (ADVP (ADV-LOC þar-þar)
		(CP-REL (WNP-1 0)
			(C eð-eð)
			(IP-SUB (NP-SBJ *T*-1)
				(NP-PRD (NP-POS (NPR-G Sankti-sankti) (NPR-G Önnu-anna))
					(N-N brú-brú))
				(VBPI kallast-kalla))))
	  (. .-.)))