Documentation

Linglib.Fragments.Tangale.TAM

Tangale tense–aspect morphology #

The six tense–aspect categories of Tangale (Kaltungo dialect) and their exponence, from [Kid85]'s summary diagram: the perfective and imperative are verb-final suffixes; the four imperfective non-imperatives share the suffix and are distinguished by a preposed particle (wa future, continuous), the subject clitic -n (habitual), or nothing (subjunctive). Suffix alternants are conditioned by voicing of the preceding segment and tense–lax vowel harmony (§1.19–1.20).

The subjectVE field records the (23)–(24) generalization: the subject's final vowel elides unless wa, , or -n intervenes — the morphological ground for the focus-marking asymmetry between perfective and progressive clauses in [HZ04]. [Jun91] is the lexical companion source.

inductive Tangale.TAM :

The six tense–aspect categories ([Kid85] §1.20).

  • perfective : TAM
  • imperative : TAM
  • future : TAM
  • continuous : TAM
  • habitual : TAM
  • subjunctive : TAM
Instances For
    @[implicit_reducible]
    instance Tangale.instDecidableEqTAM :
    DecidableEq TAM
    Equations
    @[implicit_reducible]
    instance Tangale.instReprTAM :
    Repr TAM
    Equations
    def Tangale.instReprTAM.repr :
    TAMNatStd.Format
    Equations
    Instances For
      inductive Tangale.Marker :

      The distinctive marker accompanying an aspect beyond the verb-final suffix ([Kid85] §1.20).

      Instances For
        def Tangale.instReprMarker.repr :
        MarkerNatStd.Format
        Equations
        • One or more equations did not get rendered due to their size.
        • Tangale.instReprMarker.repr Tangale.Marker.none prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ 1024 then 1 else 2) (Std.Format.text "Tangale.Marker.none")).group prec✝
        Instances For
          @[implicit_reducible]
          Equations

          One row of [Kid85]'s tense–aspect paradigm: the verb-final suffix alternants and the distinctive marker. subjectVE is the (23)–(24) generalization: the preceding subject's final vowel elides iff no marker intervenes.

          • tam : TAM
          • suffixAlternants : List String
          • marker : Marker
          • subjectVE : Bool
          Instances For
            def Tangale.instDecidableEqTAMEntry.decEq (x✝ x✝¹ : TAMEntry) :
            Decidable (x✝ = x✝¹)
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              def Tangale.instReprTAMEntry.repr :
              TAMEntryNatStd.Format
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                @[implicit_reducible]
                Equations

                Perfective, singular-object suffix set (voicing × harmony alternants).

                Equations
                Instances For

                  Perfective, plural-object suffix set — the o → u raising variant of the singular.

                  Equations
                  Instances For

                    Perfective for action performed at a location different from the speaker's.

                    Equations
                    Instances For

                      Imperfective imperative.

                      Equations
                      Instances For

                        Future: plus preposed wa.

                        Equations
                        Instances For

                          Continuous: plus preposed — the progressive of [HZ04]'s focus examples.

                          Equations
                          Instances For

                            Habitual: plus -n cliticized to the subject.

                            Equations
                            Instances For

                              Subjunctive: with no distinctive marker.

                              Equations
                              Instances For
                                theorem Tangale.imperfectives_share_suffix (e : TAMEntry) :
                                e tamEntriese.tam = TAM.future e.tam = TAM.continuous e.tam = TAM.habitual e.tam = TAM.subjunctivee.suffixAlternants = ["é", "ẹ́"]

                                The four imperfective non-imperatives share the suffix and are distinguished by marker alone.

                                Subject-final vowel elision is blocked exactly by an intervening marker ((23)–(24)): wa, , and -n protect the subject's final vowel; bare-suffix aspects elide it.