Documentation

Linglib.Fragments.Maori.Negation

Maori Negation Fragment #

[Mie05] [Has13b] [DH13a]

Maori expresses standard negation with the word kāhore (also written kaahore). WALS classifies the negator's morpheme type as wordUnclear — in this isolating language, it is unclear whether kāhore is a verb or a particle.

Asymmetric A/Fin #

WALS classifies Maori negation as asymmetric (A/Fin): the negator functions as a quasi-auxiliary that changes the finiteness structure. In the affirmative, the lexical verb is preceded by a TAM particle (e.g., kei te progressive). Under negation, kāhore takes the position of the TAM particle and the verb appears in a nominalized form with e...ana or bare.

Examples #

AffirmativeNegative
ProgressiveKei te kai iaKāhore ia e kai ana
PastI kai iaKāhore ia i kai

kāhore — Maori's standard sentential negation word. WALS Ch 112A classifies this as .wordUnclear — in Maori's isolating morphology, kāhore could be analyzed as a verb or a particle. Functions as a quasi-auxiliary that takes the TAM-particle position.

Equations
Instances For

    The Maori negation system: a single quasi-auxiliary word. The Fragment-side joint consumed by Studies/Dryer2013Negation.lean.

    Equations
    Instances For

      A Maori negation example.

      • affirmative : String
      • negative : String
      • glossAff : String
      • glossNeg : String
      • tamLabel : String
      • symmetric : Bool

        Is this construction symmetric?

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          Instances For

            Progressive: Kei te kai iaKāhore ia e kai ana. Asymmetric: TAM particle replaced by negator, verb nominalized.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Past: I kai iaKāhore ia i kai. Asymmetric: negator replaces TAM position.

              Equations
              • Maori.Negation.past = { affirmative := "I kai ia", negative := "Kāhore ia i kai", glossAff := "PST eat 3SG", glossNeg := "NEG 3SG PST eat", tamLabel := "past", symmetric := false }
              Instances For

                Verification #

                theorem Maori.Negation.all_asymmetric :
                (allExamples.all fun (e : NegExample) => !e.symmetric) = true

                All constructions are asymmetric (A/Fin).

                Maori negation profile (WALS Ch 112-115 + Greco/JinKoenig fields).

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For