Shawi Agreement Fragment @cite{clem-deal-2024} #
Shawi (Chayahuita; ISO 639-3: cbt; Glottocode: chay1248) is a Kawapanan language spoken in Peru. The data formalized here are based on @cite{clem-deal-2024}, drawing on the corpus and descriptive work of Bourdeau (2015), Barraza de García (2005), Hart (1988), and Ulloa (in preparation).
What this fragment captures (theory-neutral) #
- Subject and object agreement paradigms as suffix tables
(@cite{clem-deal-2024} Tables 1–2). Number is "minimal/augmented",
following Ulloa's treatment of the system; we abbreviate as
minandaug(≈ singular/plural for non-inclusive persons). - Ergative case marker
-ri, attaching to some transitive subjects (@cite{clem-deal-2024} (4)). - "Object agreement on subject" (OAgr-on-S) morpheme, the suffix
doubling object φ-features on the subject right after
-ri(@cite{clem-deal-2024} (12), (32)). It uses the same forms as ordinary object agreement, hence reusesobjectMarkers. - 3rd-person object syntactic position (high vs low) as a binary
parameter that any analysis of the optional
-riwith 3rd-person objects must consume (@cite{clem-deal-2024} §3.2 around (30)). - External object syntax (overt-postverbal vs. fronted vs.
pro-dropped). Paper (9), (21): when
-risurfaces, the object cannot remain overt-postverbal — it must be either fronted (OSV) or pro-dropped.
This file imports only Core/. All theoretical analysis — the mapping
of ergative distribution to a particular Agree configuration — lives in
Phenomena/Agreement/Studies/ClemDeal2024.lean.
Equations
- Fragments.Kawapanan.Shawi.instDecidableEqNumber 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
Equations
- Fragments.Kawapanan.Shawi.instDecidableEqClusivity 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
A φ-feature bundle for a Shawi argument. Field order matches the
subjectMarkers / objectMarkers row layout: person, clusivity, number.
- person : Features.Prominence.PersonLevel
- clusivity : Clusivity
- number : Number
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
Subject agreement suffixes, indicative mood (@cite{clem-deal-2024}
Table 1, after Hart 1988, Barraza de García 2005, Ulloa to appear).
Glottal stop is written '; optional (a) reflects source variation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Object agreement suffixes (@cite{clem-deal-2024} Table 2). 3rd person
objects show no overt agreement (∅); we encode this directly with
none rather than an empty-string sentinel.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lookup an agreement suffix; returns none if the row is absent or
the cell itself is null (3rd-person object).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
The ergative case suffix (@cite{clem-deal-2024} (4)). Attaches to some
transitive subjects; the -(*ri) notation in the paper indicates that
the form is -ri when present and ungrammatical when absent in the
relevant configurations.
Equations
Instances For
"Object agreement on subject" exponent, doubling the object's φ on the
subject immediately after -ri (@cite{clem-deal-2024} (12), (32)).
Reuses the object-agreement paradigm.
Equations
- Fragments.Kawapanan.Shawi.oagrOnSMarker objectPhi = Fragments.Kawapanan.Shawi.objectMarker objectPhi
Instances For
Position of an object inside the vP (@cite{clem-deal-2024} §3.2, (30)).
low = inside the inner v_cat phase, invisible to the v probe;
high = outside the inner phase (Spec,v_cat or higher), visible.
- low : ObjectPosition
- high : ObjectPosition
Instances For
Equations
- Fragments.Kawapanan.Shawi.instDecidableEqObjectPosition 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
Local-person (1/2) objects obligatorily move to the high position (@cite{clem-deal-2024} §3.2). 3rd-person objects may but need not.
Equations
Instances For
External-syntax options for an object in a transitive clause. The
surface order is determined by which option is realized:
overt-postverbal corresponds to canonical SVO; fronted to OSV;
pro-dropped to subject-only surface form (@cite{clem-deal-2024}
(9), (20)–(21), (26)).
- overtPostverbal : ObjectSyntax
- overtFronted : ObjectSyntax
- proDropped : ObjectSyntax
Instances For
Equations
- Fragments.Kawapanan.Shawi.instDecidableEqObjectSyntax 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
When the subject bears -ri, the object cannot remain
overt-postverbal: it must be either fronted (OSV) or
pro-dropped (@cite{clem-deal-2024} (9), (21)). When the subject
does not bear -ri, all three options are available.
Equations
- Fragments.Kawapanan.Shawi.objectSyntaxLicit subjBearsErg Fragments.Kawapanan.Shawi.ObjectSyntax.overtPostverbal = !subjBearsErg
- Fragments.Kawapanan.Shawi.objectSyntaxLicit subjBearsErg Fragments.Kawapanan.Shawi.ObjectSyntax.overtFronted = true
- Fragments.Kawapanan.Shawi.objectSyntaxLicit subjBearsErg Fragments.Kawapanan.Shawi.ObjectSyntax.proDropped = true
Instances For
Shawi's morphological case inventory: nominative (unmarked) and ergative (-ri). No accusative; objects are unmarked.