Zarma-Sonrai: Negation and Expletive Negation Markers #
@cite{jin-koenig-2021}
Zarma-Sonrai (ISO 639-3: dje) is a Songhay language mainly spoken in the southwestern border area of Niger. It had not been documented for expletive negation (EN) prior to @cite{jin-koenig-2021}.
Standard Negation #
Zarma-Sonrai distinguishes two standard negation markers by aspect:
- si : imperfective negation (IPFV.NEG)
- mana / batu : perfective negation (PFV.NEG)
Expletive Negation #
EN negators vary by trigger class, mirroring the aspect-based split:
| Trigger class | EN negator | Gloss | Aspect |
|---|---|---|---|
| FEAR | si | IPFV.NEG | imperfective |
| AVOID | si | IPFV.NEG | imperfective |
| DENY | si | IPFV.NEG | imperfective |
| DELAY | batu | PFV.NEG | perfective |
| BEFORE | mana | PFV.NEG | perfective |
| CANNOT WAIT | si + batu | IPFV+PFV | mixed |
The choice of EN negator correlates with the aspectual properties of the complement clause, not with the trigger class itself.
Notable Absences #
- WITHOUT: expressed as "q not p" (analytic, not triggering EN)
- TOO…TO: expressed as "too…so that…not" (collocation, not EN)
- MORE THAN: attested (with da 'than'), but EN data limited
si — imperfective negation marker. Aspect-conditioned alternation with perfective mana/batu. Parallel to Mandarin's bù/méi split.
Equations
- Fragments.ZarmaSonrai.Negation.si = { form := "si", morphemeType := Typology.Negation.NegMorphemeType.particle, position := Typology.Negation.NegMarkerPosition.preverbal }
Instances For
mana — perfective negation marker (one of two variants).
Equations
- Fragments.ZarmaSonrai.Negation.mana = { form := "mana", morphemeType := Typology.Negation.NegMorphemeType.particle, position := Typology.Negation.NegMarkerPosition.preverbal }
Instances For
batu — perfective negation marker (second variant; also surfaces as a verb 'wait/delay').
Equations
- Fragments.ZarmaSonrai.Negation.batu = { form := "batu", morphemeType := Typology.Negation.NegMorphemeType.particle, position := Typology.Negation.NegMarkerPosition.preverbal }
Instances For
The Zarma-Sonrai negation system: three aspect-conditioned markers.
si (imperfective) listed first per ordering convention; the two
perfective variants follow. The Fragment-side joint consumed by
Phenomena/Negation/Studies/Dryer2013.lean.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Legacy String accessors (used by enNegatorForAspect in this file).
Instances For
Instances For
Instances For
Aspect governs expletive negation marker choice.
Instances For
Equations
- Fragments.ZarmaSonrai.Negation.instDecidableEqENAspect 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
An expletive negation marker used in a specific trigger context.
- form : String
The negator form
- aspect : ENAspect
Aspectual context
- isStandardNeg : Bool
Whether this is a standard negation marker
Instances For
Equations
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
Imperfective EN negator: si.
Equations
- Fragments.ZarmaSonrai.Negation.enIpfv = { form := "si", aspect := Fragments.ZarmaSonrai.Negation.ENAspect.ipfv, isStandardNeg := true }
Instances For
Perfective EN negator: batu.
Equations
- Fragments.ZarmaSonrai.Negation.enPfv = { form := "batu", aspect := Fragments.ZarmaSonrai.Negation.ENAspect.pfv, isStandardNeg := true }
Instances For
Both EN negators are standard negation markers — Zarma-Sonrai does not have a dedicated expletive negator (unlike French ne).
A glossed EN example from Zarma-Sonrai.
- triggerClass : String
- triggerForm : String
- triggerGloss : String
- sentence : String
- gloss : String
- translation : String
- enNegator : String
- enAspect : ENAspect
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
DELAY trigger: batu 'delay' (@cite{jin-koenig-2021}, ex. 22).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CANNOT WAIT trigger: si batu 'cannot wait' (@cite{jin-koenig-2021}, Table 5, ex. 25).
Equations
- One or more equations did not get rendered due to their size.
Instances For
HIDE trigger: tugu 'hide'. Zarma-Sonrai example (@cite{jin-koenig-2021}, §6.1.3, ex. 20).
N.B. The negator sinda ('not.have') is a copular/possessive negative,
not the imperfective marker si or perfective mana/batu. It falls
outside the aspect-based EN negator selection system formalized in
enNegatorForAspect. The .ipfv classification here is approximate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The EN negator is determined by the aspectual properties of the complement clause, not by the trigger class. This is a general property of Zarma-Sonrai negation, not specific to EN.
Equations
Instances For
Why WITHOUT and TOO…TO do not trigger EN in Zarma-Sonrai.
WITHOUT is expressed analytically as "q not p" and TOO…TO as "too…so that…not" — in both cases, the negation is a necessary part of the meaning, not expletive (@cite{jin-koenig-2021}, §7).