Documentation

Linglib.Fragments.Turkish.Negation

Turkish Negation Fragment #

[Mie05] [Has13b] [DH13a]

Turkish expresses standard negation with the verbal suffix -mA- (-ma- ~ -me- by vowel harmony). The suffix is inserted between the verb stem and the TAM suffix.

SymAsy: Symmetric and Asymmetric #

Most constructions are symmetric: -mA- inserts without further change. But the aorist is asymmetric (A/Cat): the affirmative aorist marker -(I)r is replaced by -z in the negative.

ConstructionAffirmativeNegativeSymmetric?
Progressivegel-iyorgel-m-iyorYes
Past definitegel-digel-me-diYes
Futuregel-ecekgel-me-yecekYes
Evidentialgel-mişgel-me-mişYes
Aoristgel-irgel-me-zNo

The aorist asymmetry is a paradigmatic change: a different morphological marker appears, not just insertion of the negative morpheme. It is sharpest outside 3sg: the negative aorist drops the marker entirely in 1sg gelmem and 1pl gelmeyiz, retaining -z only in the second and third persons.

-mA- — Turkish's negative verbal suffix (underlying form). Surfaces as -ma- (back-vowel stems) or -me- (front-vowel stems) by vowel harmony. Inserted between the verb stem and the TAM suffix: gel-iyorgel-m-iyor (come-NEG-PROG). The form here is the abstract citation form; the harmony-conditioned alternants are captured by the language's morphology layer, not the marker entry.

Equations
Instances For

    Turkish standard (verbal) negation: a single verbal affix. Nonverbal predication negates with copular değil and the existential with suppletive yok (for var), both outside standard negation in [Mie05]'s sense.

    Equations
    Instances For

      A Turkish negation paradigm entry.

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

        Is this construction symmetric (neg = aff + neg marker, no other change)?

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

          Paradigm for gelmek 'come' (3sg forms).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem Turkish.Negation.aorist_asymmetric :
            List.map (fun (x : NegParadigmEntry) => x.formLabel) (List.filter (fun (e : NegParadigmEntry) => !e.symmetric) gelParadigm) = ["aorist"]

            The aorist is the only asymmetric construction in the paradigm.