Documentation

Linglib.Studies.Herce2023

Herce (2023): The Typological Diversity of Morphomes #

This file formalizes two morphomes of [herce-2023] as instances of Morphology.IsMorphome, the book's working definition of a morphome as a systematic syncretism that is not a natural class (§1.4), with a natural class one coextensive with a value or conjunction of values, Morphology.IsValueConjunction. The Spanish L-morphome of Table 1.2, the first person singular of the present indicative together with the whole present subjunctive, is the syncretism class of the velar stems of venir and nacer and of the suppletive stem of caber (venir_morphome); the Darma syncretism of Table 4.32, the first person plural with the second person, is the class of the non-past suffix -he-n and of the past suffix -n-su of ra 'come' (nonpast_morphome). Each class is a value conjunction of none of its paradigm's features (Lset_not_natural), and its recurrence under distinct exponents is the systematicity the definition asks for.

Implementation notes #

References #

The Spanish L-morphome (Table 1.2) #

inductive Herce2023.Mood :

The moods of the present tense.

Instances For
    @[instance_reducible]
    instance Herce2023.instDecidableEqMood :
    DecidableEq Mood
    Equations
    @[instance_reducible]
    Equations
    inductive Herce2023.Per :

    Grammatical person.

    Instances For
      @[instance_reducible]
      instance Herce2023.instDecidableEqPer :
      DecidableEq Per
      Equations
      @[instance_reducible]
      instance Herce2023.instFintypePer :
      Fintype Per
      Equations
      inductive Herce2023.Num :

      Grammatical number.

      Instances For
        @[instance_reducible]
        instance Herce2023.instDecidableEqNum :
        DecidableEq Num
        Equations
        @[instance_reducible]
        instance Herce2023.instFintypeNum :
        Fintype Num
        Equations
        @[reducible, inline]

        A present-tense cell: mood, person and number.

        Equations
        Instances For

          The features of a present-tense cell.

          Instances For
            @[instance_reducible]
            Equations

            The partition of the present-tense cells a feature induces.

            Equations
            Instances For
              @[instance_reducible]
              instance Herce2023.instDecidableRelSpCellR (i : SpFeature) :
              DecidableRel (spFeatures i)
              Equations
              • One or more equations did not get rendered due to their size.
              inductive Herce2023.Stem :

              The stems of Table 1.2: venir with /ven/, diphthongized /vjen/ and velar /veng/; nacer with /naθ/ and velar /naθk/; caber with /kab/ and weakly suppletive /kep/.

              Instances For
                @[instance_reducible]
                instance Herce2023.instDecidableEqStem :
                DecidableEq Stem
                Equations
                @[instance_reducible]
                Equations

                The cells of the L-morphome: the first person singular of the present indicative and the whole present subjunctive.

                Equations
                Instances For

                  The L-morphome is a value conjunction of no features: it crosses the moods without exhausting either.

                  The L-morphome under the velar /g/ stem of venir.

                  The L-morphome under the velar /k/ stem of nacer: the same cells under a distinct exponent.

                  The L-morphome under the suppletive stem of caber.

                  The Darma first person plural and second person (§4.2.2.4, Table 4.32) #

                  @[reducible, inline]

                  A Darma agreement cell: person and number.

                  Equations
                  Instances For

                    The features of an agreement cell.

                    Instances For
                      @[instance_reducible]
                      Equations

                      The partition of the agreement cells a feature induces.

                      Equations
                      Instances For
                        @[instance_reducible]
                        instance Herce2023.instDecidableRelDCellR (i : DFeature) :
                        DecidableRel (dFeatures i)
                        Equations
                        • One or more equations did not get rendered due to their size.

                        The agreement suffixes of ra 'come' in Table 4.32: non-past -hi, -he-n and -ni, past -ju and -n-su.

                        Instances For
                          @[instance_reducible]
                          Equations
                          def Herce2023.Dset :
                          Finset DCell

                          The syncretic cells: the first person plural and the second person.

                          Equations
                          Instances For

                            The syncretic cells are a value conjunction of no features: they cross the persons and fix no number.

                            The syncretism under the past suffix -n-su: the same cells under a distinct exponent, across tenses.