Zarma-Sonrai: Negation and Expletive Negation Markers #
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 [JK21].
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
Standard negation #
si — imperfective negation marker. Aspect-conditioned alternation with perfective mana/batu. Parallel to Mandarin's bù/méi split.
Equations
- ZarmaSonrai.Negation.si = { form := "si", morphemeType := Syntax.Negation.NegMorphemeType.particle, position := Syntax.Negation.NegMarkerPosition.preverbal }
Instances For
mana — perfective negation marker (one of two variants).
Equations
- ZarmaSonrai.Negation.mana = { form := "mana", morphemeType := Syntax.Negation.NegMorphemeType.particle, position := Syntax.Negation.NegMarkerPosition.preverbal }
Instances For
batu — perfective negation marker (second variant; also surfaces as a verb 'wait/delay').
Equations
- ZarmaSonrai.Negation.batu = { form := "batu", morphemeType := Syntax.Negation.NegMorphemeType.particle, position := Syntax.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
Studies/Dryer2013Negation.lean.
Equations
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
- 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
Expletive negation markers #
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
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imperfective EN negator: si.
Equations
- ZarmaSonrai.Negation.enIpfv = { form := "si", aspect := ZarmaSonrai.Negation.ENAspect.ipfv, isStandardNeg := true }
Instances For
Perfective EN negator: batu.
Equations
- ZarmaSonrai.Negation.enPfv = { form := "batu", aspect := 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).
Trigger-specific examples #
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' ([JK21], ex. 22).
Equations
- One or more equations did not get rendered due to their size.
Instances For
CANNOT WAIT trigger: si batu 'cannot wait' ([JK21], 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 ([JK21], §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
Aspect-based negator selection #
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 ([JK21], §7).