Taos Verbal Agreement Fragment #
@cite{kontak-kunkel-1987} @cite{watkins-1984} @cite{harrington-1916} @cite{harbour-2014} @cite{harbour-2016} @cite{middleton-2026}
Taos (Kiowa-Tanoan, Northern Tiwa) verbal agreement prefixes index up to three arguments — agent (A), goal (G), object (O) — linearized in that order @cite{watkins-1984}. The prefix decomposes into person and number morphemes whose exponence and ordering are described by @cite{middleton-2026} (building on @cite{harbour-2003}, @cite{harbour-2008}, @cite{harbour-2011}, @cite{harbour-2014}).
This fragment provides only the morpheme inventory and a
representation of agreement prefixes as FeatureBundle lists. The
postsyntactic rules of impoverishment and metathesis that derive the
surface forms — and the theorems about ordering — live in
Phenomena/Allomorphy/Studies/Middleton2026.lean.
Person and Number Features (Harbour) #
Number features are [±atomic] and [±minimal]
(@cite{harbour-2014}); person features are [±participant] and
[±author] (@cite{harbour-2016}). Their denotations on Taos:
- singular
s=[+atomic +minimal] - dual
d=[−atomic +minimal] - plural
p=[−atomic −minimal] - 1 =
[+participant +author] - 2 =
[+participant −author] - 3 =
[−participant −author]
(Following @cite{middleton-2026} fn. 4, [−atomic] is used in place of
A&N's [−singular] for direct compatibility with @cite{harbour-2014}.)
Equations
- Fragments.Taos.Agreement.instDecidableEqArgRole 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 [±atomic] feature (@cite{harbour-2014}).
Equations
Instances For
A [±minimal] feature (@cite{harbour-2014}).
Equations
Instances For
A [±participant] feature (@cite{harbour-2016}).
Instances For
A [±author] feature (@cite{harbour-2016}).
Equations
Instances For
1st person bundle: [+participant +author].
Equations
Instances For
2nd person bundle: [+participant −author].
Equations
Instances For
3rd person bundle: [−participant −author].
Equations
Instances For
Singular: [+atomic +minimal].
Equations
Instances For
Dual: [−atomic +minimal].
Equations
Instances For
Plural: [−atomic −minimal].
Equations
Instances For
An argument bundle = its person features then its number features,
aligned per the Taos ordering convention [±part]:[±auth]:[±atom]:[±min]
(@cite{middleton-2026} ex. 4 and 5).
Equations
- Fragments.Taos.Agreement.argBundle person number = List.map Minimalist.GramFeature.valued (person ++ number)
Instances For
The 1s:3i possessive prefix tó — the case in §4.2.5 where a
paradigmatic rule must precede a syntagmatic one. Goal is 1s,
object is 3i (3rd inverse). The agent slot is empty in possessive
prefixes.
Equations
Instances For
The 1d:3p prefix opénôw — fully-articulated, no impoverishment.
Equations
Instances For
The 3s agent (transitive) bundle, the target of paradigmatic rule
(35) 3s → ∅ / [[A _] (O)].
Equations
Instances For
The Taos morphemes named in @cite{middleton-2026}. We carry them as strings; vocabulary insertion is not modeled in this fragment (it would require a full DM exponent-competition model). The relevant facts are exponence rules (20–22), (31), (33), (34), (38), (42).
- pé : Morpheme
- n : Morpheme
- o : Morpheme
- m : Morpheme
- k : Morpheme
- mo : Morpheme
- w : Morpheme
- i : Morpheme
- u : Morpheme
- ô : Morpheme
Instances For
Equations
- Fragments.Taos.Agreement.instDecidableEqMorpheme 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
Render a morpheme as its surface form.
Equations
- Fragments.Taos.Agreement.Morpheme.pé.surface = "pé"
- Fragments.Taos.Agreement.Morpheme.n.surface = "n"
- Fragments.Taos.Agreement.Morpheme.o.surface = "o"
- Fragments.Taos.Agreement.Morpheme.m.surface = "m"
- Fragments.Taos.Agreement.Morpheme.k.surface = "k"
- Fragments.Taos.Agreement.Morpheme.mo.surface = "mo"
- Fragments.Taos.Agreement.Morpheme.w.surface = "w"
- Fragments.Taos.Agreement.Morpheme.i.surface = "i"
- Fragments.Taos.Agreement.Morpheme.u.surface = "u"
- Fragments.Taos.Agreement.Morpheme.ô.surface = "ô"