Documentation

Linglib.Fragments.German.Gender

German Derivational Gender: -schaft and related suffixes #

[Kra20] [Kra15]

German is a 3-gender language (masculine, feminine, neuter) where certain derivational suffixes deterministically assign gender:

Theory-neutral data layer #

The Fragment carries one empirical field per suffix: assignedGender, the deterministic gender output. No isNaturalGender field — derivational suffixes always assign arbitrary gender (the suffix is the locus of the gender feature, not the root's semantic content). The [Kra15] structural analysis (each suffix IS a categorizing head n with a fixed gender feature: -schaft = n u[+FEM], -chen = plain n) is a projection that lives in Studies/.

The empirical content captured here is the morphological override: Mädchen 'girl' is neuter despite its semantic referent being female, because the diminutive suffix -chen fixes the gender. This is diagnostic for any theory in which suffixes can override semantics.

A German derivational suffix that deterministically assigns gender. Theory-neutral: carries the empirical gender output, not a DM categorizing head.

  • form : String
  • assignedGender : Gender

    Gender this suffix always assigns, regardless of the base.

Instances For
    def German.Gender.instDecidableEqDerivationalSuffix.decEq (x✝ x✝¹ : DerivationalSuffix) :
    Decidable (x✝ = x✝¹)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For
          Equations
          Instances For
            Equations
            Instances For
              Equations
              Instances For
                Equations
                Instances For
                  Equations
                  Instances For

                    A German noun derived via a gender-assigning suffix. The noun's surface gender is the suffix's assignedGender (suffix overrides base semantics, e.g. Mädchen).

                    Instances For
                      def German.Gender.instDecidableEqDerivedNoun.decEq (x✝ x✝¹ : DerivedNoun) :
                      Decidable (x✝ = x✝¹)
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          @[reducible, inline]
                          Equations
                          Instances For
                            Equations
                            Instances For
                              Equations
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For
                                      Equations
                                      Instances For
                                        Equations
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              Instances For
                                                Equations
                                                • One or more equations did not get rendered due to their size.
                                                Instances For

                                                  All -schaft, -heit, -keit, -ung derived nouns surface as feminine — the suffix deterministically assigns feminine. Stated directly over assignedGender (no DM intermediary).

                                                  Mädchen override: Mädchen 'girl' is neuter despite its semantic referent being female. The diminutive suffix -chen overrides the natural-gender expectation — empirical fact that any theory must account for. The DM-specific analysis (suffix IS the n head, plain n → neuter via 3-gender VI) lives in Studies/Kramer2020.lean.