Documentation

Linglib.Fragments.Tangale.Phonology

Tangale tone processes and the elision cascade #

[Kid85]'s tonal and segmental rules that carry the perfective focus-marking reflex of [HZ04]. Tonemes are two (H, L; §1.16); High Tone Spread (her (31)) links a boundary-adjacent H one TBU rightward, creating a falling contour on the docked TBU, and Left Line Delinking (her (35a), her coinage) then erases the original line, shifting the H. Segmentally, final-vowel elision plus u-epenthesis into the resulting final cluster produce the perfective alternation pon-go ~ pon-ug (her (4a)): the suffix surfaces faithful at a prosodic boundary and elided–repaired phrase-medially. boundary_audible is the witness that blocking the cascade — the prosodic reflex of [HZ04]'s perfective focus — is perceptible.

inductive Tangale.Tone :

Tangale tonemes ([Kid85] §1.16): two levels; extralow is a phonetic realization, and falling contours arise only from spread.

Instances For
    @[instance_reducible]
    instance Tangale.instDecidableEqTone :
    DecidableEq Tone
    Equations
    def Tangale.instReprTone.repr :
    ToneStd.Format
    Equations
    Instances For
      @[instance_reducible]
      instance Tangale.instReprTone :
      Repr Tone
      Equations
      def Tangale.hts (L : BoolBoolProp) (i j : ) (b b' : Bool) (p q : ) :

      High Tone Spread ([Kid85] (31)) on the link presentation: the toneme at i — an H linked to TBU j at a morpheme or word boundary — spreads onto the following TBU.

      Equations
      • Tangale.hts L i j b b' p q = (L b b' p q b = true b' = false p = i q = j + 1)
      Instances For
        def Tangale.lld (L : BoolBoolProp) (i j : ) (b b' : Bool) (p q : ) :

        Left Line Delinking ([Kid85] (35a)): erase the original (left) line after the toneme has spread rightward.

        Equations
        • Tangale.lld L i j b b' p q = (L b b' p q ¬(b = true b' = false p = i q = j))
        Instances For
          theorem Tangale.hts_surfacesWith_H {ws : (b : Bool) → List (Autosegmental.TwoTier Tone Unit b)} {L : BoolBoolProp} {i j : } (hH : (ws true)[i]? = some Tone.H) (hj : j + 1 < (ws false).length) :

          Spread creates the falling contour (§4.6): the docked TBU surfaces with H on top of whatever it already bore.

          theorem Tangale.lld_hts_shift {ws : (b : Bool) → List (Autosegmental.TwoTier Tone Unit b)} {L : BoolBoolProp} {i j : } (hH : (ws true)[i]? = some Tone.H) (hj : j + 1 < (ws false).length) (hne : j + 1 j) (hor : ∀ (p q : ), ¬L false true p q) :

          Spread followed by Left Line Delinking shifts the H one TBU rightward ((34)): the docked TBU keeps the new line and the source loses the original.

          The elision cascade (Ch. 2) #

          Final-vowel elision builds consonant clusters; the cluster constraints then force u-epenthesis. On the perfective suffix this yields [Kid85]'s (4a) alternation pón-é + gó → pon-go (clause-final, faithful) vs pon-ug (phrase-medial, elided and repaired) — the alternation whose blocking under focus is [HZ04]'s prosodic reflex.

          inductive Tangale.Slot :

          CV slots for the cluster phonotactics.

          Instances For
            @[instance_reducible]
            instance Tangale.instDecidableEqSlot :
            DecidableEq Slot
            Equations
            @[instance_reducible]
            instance Tangale.instReprSlot :
            Repr Slot
            Equations
            def Tangale.instReprSlot.repr :
            SlotStd.Format
            Equations
            Instances For
              def Tangale.Phonotactic (w : List Slot) :

              The cluster constraints ([Kid85] p. 64): initial clusters are impermissible, medial three-consonant clusters are disallowed, and word-final clusters are not permitted.

              Equations
              Instances For
                def Tangale.ve (w : List Slot) :
                List Slot

                Final-vowel elision (§2.2): delete a word-final vowel. Triggered by suffixation, compounding, and phrase-medial position; blocked at a prosodic boundary.

                Equations
                Instances For
                  def Tangale.epenthesize (w : List Slot) :
                  List Slot

                  u-epenthesis ((4)): repair a word-final cluster by inserting the vowel between the penultimate and ultimate consonants.

                  Equations
                  Instances For
                    def Tangale.ponE :
                    List Slot

                    pón-é 'knew' ((4a)).

                    Equations
                    Instances For
                      def Tangale.go :
                      List Slot

                      The perfective suffix .

                      Equations
                      Instances For

                        The boundary form: word-internal elision only; the suffix surfaces faithful (pon-go; before a focused constituent, wai-gó lánda of [HZ04] (25)).

                        Equations
                        Instances For

                          The phrase-medial form: phrasal elision hits the suffix vowel and epenthesis repairs the final cluster (pon-ug ŋâi 'knew Ngai').

                          Equations
                          Instances For

                            The cascade is audible: both outputs are phonotactically licit and they differ — blocking phrasal elision (the prosodic boundary of the perfective focus reflex) is perceptible.