Documentation

Linglib.Fragments.Turkish.TAM

Turkish Tense-Aspect-Modality System #

[GK05]

The TAM system is the core of the Turkish verbal paradigm ([GK05] Ch 21, Appendix 2). There are five basic TAM categories and three modal categories, occupying a single paradigmatic slot.

Key properties #

  1. Evidential -mIş is a TAM marker, not a separate evidential morpheme. It fills the same paradigmatic slot as -DI (past definite) and cannot co-occur with it.

  2. Aorist negation is asymmetric: affirmative -(I)r becomes negative -mAz rather than the expected *-mA-(I)r. All other categories use regular -mA- negation (see also Turkish.Negation).

  3. Compound tenses are formed by adding a copular suffix (-DI, -mIş, -(y)sA) to the basic form: geliyordu (progressive + past copula).

Suffix notation #

Capital letters indicate vowel harmony alternation (see Turkish.VowelHarmony):

The eight TAM categories of Turkish.

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

      TAM suffix entry with positive and negative forms.

      • category : TAMCategory
      • affSuffix : String
      • negSuffix : String
      • isNegSymmetric : Bool

        Is negation symmetric (neg = stem + -mA- + TAM)?

      Instances For
        def Turkish.TAM.instReprTAMEntry.repr :
        TAMEntryStd.Format
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Copular suffixes that combine with basic TAM for compound tenses.

              Instances For
                @[instance_reducible]
                Equations
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  theorem Turkish.TAM.asymmetric_is_aorist :
                  List.map (fun (x : TAMEntry) => x.category) (List.filter (fun (x : TAMEntry) => !x.isNegSymmetric) entries) = [TAMCategory.aorist]

                  The aorist is the only TAM category with asymmetric negation; all others use regular -mA- insertion (cf. Negation.aorist_asymmetric for the surface-form counterpart).