Documentation

Linglib.Studies.Stump2020

Old English HIERAN #

[Stu20] [BS17]

The finite paradigm of the Old English weak verb HIERAN 'hear' (§2.2, Table 3) from [Stu20]'s survey of Paradigm Function Morphology, run on the PFM1 engine of Morphology/Paradigm/Function.lean. The paradigm's exploded segmentation is captured by three affix blocks — past -d-, theme vowel, agreement — with the Identity Function Default filling empty positions; the bare imperative hīer is the IFD firing through every block. Only the past cells and the agreement-suffixed present plural are decided; the present theme-vowel conditioning across the full paradigm needs the block rules (10), which the source figure does not legibly give. Forms are transcribed from Table 3; block rules are read off the exploded segmentation, never recalled.

The article's other fragments are anchored to their originating work: §3.1's Kashmiri morphomic tense (attributed by the article to [Stu16] Ch. 8) is formalized in Studies/Stump2016.lean, and §3.2's rule conflation (the Swahili si- portmanteau) is the successor direction the portmanteau note in Morphology/Paradigm/Function.lean points to, left to future work.

Old English HIERAN 'hear' (§2.2, Table 3) #

inductive Stump2020.Verb :

The weak verb HIERAN.

Instances For
    @[implicit_reducible]
    instance Stump2020.instDecidableEqVerb :
    DecidableEq Verb
    Equations
    @[implicit_reducible]
    Equations
    inductive Stump2020.Feat :

    Mood, tense, person, and number features (decomposed).

    Instances For
      @[implicit_reducible]
      instance Stump2020.instDecidableEqFeat :
      DecidableEq Feat
      Equations
      @[implicit_reducible]
      Equations

      Block I (position i): the past-tense formative -d-.

      Equations
      Instances For

        Block II (position ii): the theme vowel — -o- in the past plural, -e- elsewhere in the past (the present-tense conditioning is not modelled).

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

          Block III (position iii): agreement and mood — -st (2sg indicative, [Stu20]'s rule (7)), (3sg present indicative), -aþ (present plural), -n (past plural).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            def Stump2020.hieranPF (σ : Finset Feat) :
            String × Finset Feat

            The HIERAN paradigm function: stem hīer through Blocks I–III.

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