Applicative Heads #
@cite{cuervo-2003} @cite{pylkknen-2008} @cite{wood-2015}
Applicative heads introduce applied arguments (benefactives, goals, sources) into the verbal structure. The high/low distinction determines whether the applied argument relates to the event as a whole (high) or to the theme (low).
Low applicatives further split into recipient (transfer to) and source (transfer from), following @cite{pylkknen-2008} Table 1.1.
Semantic Denotations (@cite{pylkknen-2008}) #
- High Appl: λx.λe. Appl(e, x) — relates individual to event (ethical datives: "he ate food on-me")
- Low Appl (recipient): λx.λy. HAVE(x, y) — transfer TO (English DOC: "I sent him a letter")
- Low Appl (source): λx.λy. HAVE-FROM(y, x) — transfer FROM (possessive datives: "they broke his arm")
High/Low Asymmetry (@cite{pylkknen-2008}, @cite{schaefer-2008}) #
High applicatives require Voice with event semantics; low applicatives are independent of Voice. This predicts high Appl is blocked when Voice is semantically null (middles, anticausatives).
Note: @cite{wood-2015} Ch. 5 argues that Icelandic lacks true high applicatives entirely. The high/low interaction modeled here follows the cross-linguistic typology of @cite{pylkknen-2008}.
High vs low applicatives (@cite{pylkknen-2008}, Table 1.1).
- High: Above VP, relates applied argument to the event (benefactive: Chaga "he ate food for wife")
- Low recipient: Below VP, transfer-of-possession to the applied argument (English DOC: "I sent him a letter")
- Low source: Below VP, transfer-of-possession from the applied argument (Korean, Hebrew possessor datives, Japanese adversity passives)
Instances For
Equations
Equations
- Minimalism.instBEqApplType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Minimalism.instReprApplType.repr Minimalism.ApplType.high prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Minimalism.ApplType.high")).group prec✝
Instances For
Equations
- Minimalism.instReprApplType = { reprPrec := Minimalism.instReprApplType.repr }
Is this a low applicative (either recipient or source)?
Equations
Instances For
The semantic relation an applicative head contributes.
eventRelation: λx.λe. R(e, x) — relates individual to event (high Appl)possessionTo: λx.λy. HAVE(x, y) — transfer-to (low recipient)possessionFrom: λx.λy. HAVE-FROM(y, x) — transfer-from (low source)
- eventRelation : ApplSemantics
- possessionTo : ApplSemantics
- possessionFrom : ApplSemantics
Instances For
Equations
- Minimalism.instBEqApplSemantics.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Map each applicative type to its semantic contribution.
Equations
Instances For
Does this applicative type require event-level semantics from Voice? High applicatives relate to the event, so they need Voice to contribute event semantics. Low applicatives relate to the theme and are independent of Voice.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Minimalism.instReprApplHead = { reprPrec := Minimalism.instReprApplHead.repr }
Canonical high applicative (ethical dative).
Equations
- Minimalism.applHigh = { applType := Minimalism.ApplType.high }
Instances For
Canonical low recipient applicative (DOC, possessive dative).
Equations
- Minimalism.applLowRecipient = { applType := Minimalism.ApplType.lowRecipient }
Instances For
Canonical low source applicative.
Equations
- Minimalism.applLowSource = { applType := Minimalism.ApplType.lowSource }
Instances For
Is this applicative licensed in the context of a given Voice head?
High applicatives require Voice with event semantics; when Voice is semantically null (middles, anticausatives), high Appl is blocked. Low applicatives relate to the theme and are always licensed (@cite{pylkknen-2008}).
Equations
- appl.licensedWith voice = if appl.applType.requiresEventSemantics = true then voice.hasSemantics else true
Instances For
High applicatives require event semantics.
Low applicatives do not require event semantics.
Ethical datives (high Appl) are licensed with agentive Voice.
High Appl is BLOCKED with middle Voice (no event semantics) (@cite{pylkknen-2008}).
Possessive datives (low Appl) survive in middles.
Possessive datives survive in anticausatives.
The asymmetry: ethical blocked but possessive survives in middles.
Can a given element merge in SpecApplP?
@cite{wood-2015} Ch. 5 (§5.3.2): Appl assigns dative case to its specifier. Therefore only elements that can bear case can merge in SpecApplP. The Icelandic clitic -st lacks case features and is thus blocked from SpecApplP, even though it can merge in SpecVoiceP and SpecpP (where no case is assigned to the specifier).
Equations
- appl.specCanBearCase bearerHasCase = if appl.assignsDative = true then bearerHasCase else true
Instances For
-st (caseless) cannot merge in SpecApplP (@cite{wood-2015} §5.3.2).
A case-bearing DP CAN merge in SpecApplP.