Event Structure ↔ Syntactic Heads Bridge #
@cite{cuervo-2003}
Connects Rappaport @cite{rappaport-hovav-levin-1998} event structure templates to @cite{cuervo-2003}'s syntactic verb head decomposition. This bridges the semantic layer (Semantics.Events/EventStructure) to the syntactic layer (Minimalism/Core/Applicative).
Key Mapping #
| Template | VerbHeads | Description |
|---|---|---|
| state | [vBE] | Simple state |
| activity | [vDO] | Agentive activity |
| achievement | [vCAUSE, vGO, vBE] | Inchoative change of state |
| accomplishment | [vDO, vCAUSE, vGO, vBE] | Causative with external cause |
| motionContact | [vDO] | Manner activity (MOVE+CONTACT) |
Map event structure templates to Cuervo's verb head decomposition.
This is the core syntax–semantics bridge: the semantic template determines which sub-eventive heads are projected in the syntax.
Equations
- One or more equations did not get rendered due to their size.
- Minimalism.Bridge.templateToHeads Semantics.Lexical.Verb.EventStructure.Template.state = [Minimalism.VerbHead.vBE]
- Minimalism.Bridge.templateToHeads Semantics.Lexical.Verb.EventStructure.Template.activity = [Minimalism.VerbHead.vDO]
- Minimalism.Bridge.templateToHeads Semantics.Lexical.Verb.EventStructure.Template.achievement = [Minimalism.VerbHead.vCAUSE, Minimalism.VerbHead.vGO, Minimalism.VerbHead.vBE]
- Minimalism.Bridge.templateToHeads Semantics.Lexical.Verb.EventStructure.Template.motionContact = [Minimalism.VerbHead.vDO]
Instances For
Accomplishments map to causative structure.
Achievements map to inchoative structure.
States map to simple state structure.
Activities map to simple activity structure.
Accomplishments have external cause iff they have vDO.
Achievements lack external cause and lack vDO.