Documentation

Linglib.Fragments.Finnish.ConsonantGradation

Finnish Consonant Gradation [Kar18] #

[Hay09]

Consonant gradation is a morphophonological alternation affecting stops at morpheme-internal syllable boundaries in Finnish ([Kar18], Chs. 4–5). The strong grade appears in open syllables; the weak grade appears in closed syllables (i.e., before a coda consonant).

Quantitative gradation #

Geminate stops shorten:

Qualitative gradation #

Single stops weaken:

Formalization #

We model the quantitative and qualitative rules as SPE Rules. The conditioning environment — closed vs. open syllable — is approximated by right context: a following consonant signals a closed syllable.

Voiceless bilabial stop /p/: [−cont, −voice, +labial, −coronal, −dorsal].

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

    Voiceless alveolar stop /t/: [−cont, −voice, +coronal, +anterior].

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

      Voiceless velar stop /k/: [−cont, −voice, +dorsal, −labial, −coronal].

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

        Voiced labial continuant /v/: [+cont, +voice, +labial].

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

          Voiced alveolar stop /d/: [−cont, +voice, +coronal, +anterior].

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

            A consonant: [+cons, −syll] (natural class for right context).

            Equations
            Instances For

              Quantitative pp → p: geminate voiceless bilabial shortens before a consonant. Modeled as: the second /p/ of a geminate is deleted when followed by a consonant (closed syllable).

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

                Quantitative tt → t: geminate voiceless alveolar shortens.

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

                  Quantitative kk → k: geminate voiceless velar shortens.

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

                    Qualitative p → v: single voiceless bilabial becomes a voiced labial continuant before a consonant.

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

                      Qualitative t → d: single voiceless alveolar becomes voiced before a consonant.

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

                        Qualitative k → ∅: single voiceless velar deletes before a consonant.

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

                          Classification of a gradation rule: quantitative (geminate shortening) or qualitative (quality change or deletion).

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

                              A consonant gradation pair: strong and weak grades with classification.

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

                                    The six principal gradation patterns (Karlsson §4.1).

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

                                      There are exactly 3 quantitative gradation pairs.

                                      There are exactly 3 qualitative gradation pairs.

                                      theorem Finnish.ConsonantGradation.quantitative_shortening :
                                      ((List.filter (fun (x : GradationPair) => x.gradationType == GradationType.quantitative) principalPairs).all fun (p : GradationPair) => p.strong.length == p.weak.length + 1) = true

                                      All quantitative pairs involve geminate shortening (strong form is longer than weak form by exactly 1 character).

                                      theorem Finnish.ConsonantGradation.k_deletion_unique :
                                      (List.filter (fun (p : GradationPair) => p.weak == "") principalPairs).length = 1

                                      The k → ∅ qualitative alternation is the only deletion (empty weak grade).