Dargwa (Tanti / Muira) Complex Predicates @cite{sumbatova-2021} #
@cite{kalyakin-2026}
Complex verbs in Dargwa consist of a light verb (LV, = v) and a lexical stem (NV, = nominal root inside VP). The lexical stems are highly variable: noun stems, adjectives, numerals, verbs, or ideophones. Often the lexical element does not occur independently.
This is the structural basis for @cite{kalyakin-2026}'s analysis of
v-stranding VP ellipsis (vVPE) in Muira Dargwa: the light verb
(= v) survives while its complement (= VP, containing the nominal
root) is elided. The theoretical analysis (mismatch predictions,
root position mapping, again diagnostics) lives in the study file
Phenomena/Ellipsis/Studies/Kalyakin2026.lean.
Light Verbs (§4.5.1 of @cite{sumbatova-2021}) #
The most common light verbs (ex. 31a):
- b-arq'- 'do, make'
- b-iχ- 'become'
- w-ik'- 'speak'
Other light verbs include b-at- 'leave', b-ič- 'fall', b-ig- 'sit down', aq- 'hang', aʁ- 'reach', b-ač'- 'come', etc. (ex. 31b).
Connection to vVPE (@cite{kalyakin-2026}) #
Under vVPE, the light verb (v head) survives while the nominal root (in VP) is elided. This directly explains why:
- The light verb is overt in the ellipsis site
- Causative alternations (which differ only in Voice) are tolerated
- Antipassive roots (v-adjoined) cannot be elided
A Dargwa light verb entry. The genderSlot field indicates whether
the light verb carries a gender agreement prefix (most do).
- form : String
Citation form (with gender prefix placeholder b-)
- gloss : String
English gloss
- genderSlot : Bool
Does this LV carry a gender prefix?
- boundToComplex : Bool
Is this LV used only in complex predicates (not independently)?
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.
- Fragments.Dargwa.ComplexPredicates.instBEqLightVerb.beq x✝¹ x✝ = false
Instances For
b-arq'- 'do, make' — the most frequent LV.
Equations
- Fragments.Dargwa.ComplexPredicates.arq = { form := "b-arq'-", gloss := "do, make", genderSlot := true }
Instances For
b-iχ- 'become' — inchoative/change-of-state LV.
Equations
- Fragments.Dargwa.ComplexPredicates.ix = { form := "b-iχ-", gloss := "become", genderSlot := true }
Instances For
w-ik'- 'speak' — speech-act LV.
Equations
- Fragments.Dargwa.ComplexPredicates.ik = { form := "w-ik'-", gloss := "speak", genderSlot := true }
Instances For
b-at- 'leave'.
Equations
- Fragments.Dargwa.ComplexPredicates.at_ = { form := "b-at-", gloss := "leave", genderSlot := true }
Instances For
b-ič- 'fall'.
Equations
- Fragments.Dargwa.ComplexPredicates.ic = { form := "b-ič-", gloss := "fall", genderSlot := true }
Instances For
b-ig- 'sit down'.
Equations
- Fragments.Dargwa.ComplexPredicates.ig = { form := "b-ig-", gloss := "sit down", genderSlot := true }
Instances For
aq- 'hang'. No gender prefix.
Equations
- Fragments.Dargwa.ComplexPredicates.aq = { form := "aq-", gloss := "hang", genderSlot := false }
Instances For
aʁ- 'reach'. No gender prefix.
Equations
- Fragments.Dargwa.ComplexPredicates.ar = { form := "aʁ-", gloss := "reach", genderSlot := false }
Instances For
b-uq- — only used within complex verbs.
Equations
Instances For
aq- — only used within complex verbs (distinct from 'hang').
Equations
Instances For
b-ik- — only used within complex verbs.
Equations
Instances For
art- — only used within complex verbs.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A complex predicate: lexical stem + light verb. Examples from @cite{sumbatova-2021} (32):
- taman 'end' (N) + b-arq' 'do' = 'finish'
- ħaˁdur 'ready' (ADJ) + b-arq' 'do' = 'prepare'
- č'u 'two' (NUM) + b-ut' 'cut' = 'divide by two'
- lexicalStem : String
Lexical stem (nominal root / NV)
- stemCategory : String
Part of speech of the lexical stem
- lightVerb : LightVerb
Light verb (LV = v head)
- meaning : String
Combined meaning
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Dargwa.ComplexPredicates.finish_ = { lexicalStem := "taman", stemCategory := "noun", lightVerb := Fragments.Dargwa.ComplexPredicates.arq, meaning := "finish" }
Instances For
Equations
- Fragments.Dargwa.ComplexPredicates.prepare = { lexicalStem := "ħaˁdur", stemCategory := "adjective", lightVerb := Fragments.Dargwa.ComplexPredicates.arq, meaning := "prepare" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Dargwa.ComplexPredicates.cough = { lexicalStem := "qeħ", stemCategory := "ideophone", lightVerb := Fragments.Dargwa.ComplexPredicates.ik, meaning := "cough" }
Instances For
Dargwa has a productive causative morpheme -aq. Causatives from intransitives are transitive (causee = ABS). Causatives from transitives make the causee appear in the elative case.
This is the construction that undergoes alternation under vVPE in @cite{kalyakin-2026}: inchoative → causative and vice versa.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
(65) neš-li durħaˁ hajc:-aq-ur 'Mother caused the boy to stand up.' Base: intransitive. Causee: absolutive.
Equations
- Fragments.Dargwa.ComplexPredicates.causStandUp = { baseVerb := "hajc:-", baseGloss := "stand up", baseTransitive := false, causativeForm := "hajc:-aq-", causeeCase := "absolutive" }
Instances For
(66) t:at:i-li durħaˁ-li-c:e-r qu b-urq:-aq-ub 'Father called the boy to dig the garden.' Base: transitive. Causee: elative.
Equations
- Fragments.Dargwa.ComplexPredicates.causDig = { baseVerb := "b-urq:-", baseGloss := "dig", baseTransitive := true, causativeForm := "b-urq:-aq-", causeeCase := "elative" }
Instances For
Intransitive causatives: causee in absolutive.
Transitive causatives: causee in elative.
Dargwa antipassive (A-lability): the A-argument takes absolutive case and the P-argument is demoted to ergative (a non-core ergative that never controls person or gender agreement). Only available in imperfective forms. Affective verbs are excluded.
This maps to @cite{creissels-2025}'s antipassivization: A is
maintained (becomes S), P is denucleativized.
Instances For
Dargwa P-lability: many transitive verbs can be used intransitively without morphological marking (@cite{sumbatova-2021} §4.7.3, ex. 87). The patient is dropped; the remaining S corresponds to the initial A. This is characteristic of verbs denoting situations that can occur with or without an agent (break, open, fill).
Maps to @cite{creissels-2025}'s P_ambitransitivity: uncoded
decausativization where S = initial P.
Equations
Instances For
Dargwa causative (-aq) applied to intransitive bases maps to Creissels' causativization: S is maintained as P, a new A (causer) is introduced.
Instances For
The antipassive is valency-decreasing (P is denucleativized).
The causative is valency-increasing (new A is introduced).
The antipassive and causative are structural inverses: one removes a core term, the other adds one.
Most light verbs carry a gender prefix slot.
Some light verbs are bound (only used in complex predicates).
A complex predicate annotated with its NV root position, following Marantz (2009a;b, 2013) as applied to Dargwa by @cite{kalyakin-2026} §2.2.
Uses RootPosition from Core.Lexical.RootFeatures:
.complement: change-of-state roots — wana 'warm', hark 'open'.adjoined: manner/activity roots — duc' 'run', taˤh 'jump'
The vVPE eligibility implications are derived in the study file.
- lexicalStem : String
- stemGloss : String
- rootPosition : RootPosition
- lightVerb : LightVerb
- meaning : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
wana AGR-arq'- 'to warm smth. up' (exx. 3, 8a, 64, 66). NV wana 'warm' is a change-of-state root → object-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
gap AGR-arq'- 'to praise' (exx. 9, 17). NV gap 'praise' is a change-of-state root → object-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
hark AGR-arq'- 'to open' (ex. 52). NV hark 'open' is a change-of-state root → object-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
parʁat AGR-arq'- 'to calm' (exx. 36, 37, 69). NV parʁat 'calm' is a change-of-state root → object-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
dawk AGR-irq'- 'to repair' (exx. 84–86). NV dawk 'repaired' is a change-of-state root → object-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
duc' Ø-uq- 'to run' (ex. 58). Activity root → v-adjoined.
Equations
- One or more equations did not get rendered due to their size.
Instances For
taˤh Ø-uq- 'to jump' (ex. 57). Activity root → v-adjoined.
Equations
- One or more equations did not get rendered due to their size.