Anderson 2006: localist case grammar #
Every semantic relation an argument bears is a bundle of the three first-order case features of chapter 6 — absolutive, the semantically empty relation; source, whose non-locational form is the ergative; and locative, which may carry source or goal as a second-order feature — and all eight combinations occur: the Experiencer is a locative source, the contactive patient an absolutive locative, and suffer's subject bears all three. Subject selection ranks ergative above ergative absolutive above absolutive, so only a non-spatial source or an absolutive can be subject, and subject formation then marks a selected absolutive as ergative — the neutralization behind subjecthood.
Main definitions #
Relation: a bundle of first-orderFeatures (the second-order {goal} and {src} are not represented);subjectRankthe hierarchy (38)′,subjectthe selected argument of aPredication,subjectFormationrule (40).andersonLinking: the hierarchy as aLinkingTheory, viaRelation.toRole.
References #
- [anderson-2006b]
Case features and relations #
Equations
- Anderson2006b.instDecidableEqFeature x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Anderson2006b.instFintypeFeature = { elems := { val := ↑Anderson2006b.Feature.enumList, nodup := Anderson2006b.Feature.enumList_nodup }, complete := Anderson2006b.instFintypeFeature._proof_1 }
A semantic relation is a bundle of first-order features; the eight combinations all occur (§6.2).
Equations
Instances For
The semantically empty relation.
Instances For
Non-locational source.
Equations
Instances For
Equations
Instances For
The self-mover of (39c).
Instances For
The Experiencer, a locative source (39h).
Equations
Instances For
The contactive patient (22).
Instances For
The hom onto the project's role labels: a locative source is an experiencer, any other source an agent, a sourceless absolutive a patient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Subject selection and subject formation #
The subject selection hierarchy (38)′: ergative > ergative absolutive > absolutive; a purely spatial argument is ineligible, and the locative feature is irrelevant.
Equations
- Anderson2006b.subjectRank r = if Anderson2006b.Feature.src ∈ r then if Anderson2006b.Feature.abs ∈ r then 2 else 3 else if Anderson2006b.Feature.abs ∈ r then 1 else 0
Instances For
The Experiencer and the ergative differ in content but not in rank.
The relations of a predication's arguments.
Equations
Instances For
The selected subject: the highest-ranked argument.
Equations
- Anderson2006b.subject p = List.argmax Anderson2006b.subjectRank p
Instances For
Subject formation (40): the selected argument acquires the ergative feature.
Equations
- Anderson2006b.subjectFormation r = insert Anderson2006b.Feature.src r
Instances For
Subject marks a non-spatial source, inherent or derived by (40).
An inherent source is untouched by (40): the neutralization leaves the residue the ergative subjects have in common.
The derivations of (39) #
Instances For
Instances For
Instances For
Equations
Instances For
(39b) is the odd one out: its subject is not inherently ergative and is assimilated to the others only by (40).
The book's examples #
The relation strings of the example rows.
Equations
- Anderson2006b.Relation.ofString? "abs" = some Anderson2006b.Relation.absolutive
- Anderson2006b.Relation.ofString? "erg" = some Anderson2006b.Relation.ergative
- Anderson2006b.Relation.ofString? "loc" = some Anderson2006b.Relation.locative
- Anderson2006b.Relation.ofString? "abs,erg" = some Anderson2006b.Relation.ergAbs
- Anderson2006b.Relation.ofString? "erg,loc" = some Anderson2006b.Relation.experiencer
- Anderson2006b.Relation.ofString? "abs,loc" = some Anderson2006b.Relation.contactive
- Anderson2006b.Relation.ofString? "abs,erg,loc" = some {Anderson2006b.Feature.abs, Anderson2006b.Feature.src, Anderson2006b.Feature.loc}
- Anderson2006b.Relation.ofString? x✝ = none
Instances For
The predication a row records.
Equations
- Anderson2006b.predicationOfRow r = List.filterMap (fun (kv : String × String) => if kv.1 = "arg" then Anderson2006b.Relation.ofString? kv.2 else none) r.paperFeatures
Instances For
Across the book's examples, the subject is the argument the hierarchy (38)′ selects — except (4.8b), whose complex absolutive outranks the simple one only under (38)'s optional comma.
As a linking theory #
Anderson's subject selection as a linking theory over predications: the subject's role is the label of the selected relation; the theory is silent on other functions.
Equations
- One or more equations did not get rendered due to their size.