Voice Typology: Argument Realization and Suppression #
@cite{kemmer-1993} @cite{kemmer-1994} @cite{beavers-udayana-2022}
Cross-linguistic substrate for voice alternations — the family of constructions (active / passive / antipassive / middle / reflexive / anticausative) that systematically vary which argument surfaces as subject and how event participants map to surface arguments.
The umbrella framing follows @cite{kemmer-1993}'s monograph The Middle Voice, which establishes middles as a coherent voice category distinct from passive/reflexive while sharing surface affinities with both. This file specifically formalizes Beavers-Udayana 2022's 2×2 middle-construction typology along two orthogonal dimensions:
Suppressed variable interpretation: whether a suppressed argument is interpreted as coreferent with the surface subject (reflexive) or disjoint (dispositional/passive).
Object realization: whether the internal argument is realized as a full DP (functional application) or an incorporated NP (head-adjunction to V).
Both dimensions generalize beyond middles proper — ObjectRealization
covers noun-incorporation typology (cf. Mithun 1984) and
SuppressedVarReading covers reflexive/anticausative readings broadly.
WALS-side neighbors: Typology.ArgumentStructure covers WALS chs
105--111 (ditransitives, reciprocals, passives, antipassives,
applicatives, causatives); voice alternations specifically are at
ch 107 (PassivePresence) and ch 106 (ReciprocalType).
How a suppressed argument variable is interpreted vis-à-vis the surface subject.
- coreferent : SuppressedVarReading
The suppressed variable is interpreted as coreferent with the surface subject, yielding a reflexive reading.
- disjoint : SuppressedVarReading
The suppressed variable is interpreted as disjoint from the surface subject, yielding a dispositional/passive reading.
Instances For
Equations
- Typology.Voice.instDecidableEqSuppressedVarReading x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
How the base object is syntactically realized.
- incorporation : ObjectRealization
Object = incorporated NP (head-adjoined to V).
- noIncorporation : ObjectRealization
Object = full DP (functional application).
Instances For
Equations
- Typology.Voice.instDecidableEqObjectRealization x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
A middle type classified by two independent dimensions: how the suppressed variable is interpreted and how the object is realized.
- objRealization : ObjectRealization
- suppressedVar : SuppressedVarReading
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Typology.Voice.instReprMiddleType = { reprPrec := Typology.Voice.instReprMiddleType.repr }
Which argument surfaces as subject in a middle construction depends on object realization, not on the suppression operation itself.
- Incorporation: agent surfaces (patient is incorporated)
- No incorporation: patient surfaces (agent is suppressed)
This connects the MiddleType typology to the voice system's
PivotTarget (@cite{beavers-udayana-2022}, (32d)).