German Derivational Gender: -schaft and related suffixes #
@cite{kramer-2020} @cite{kramer-2015}
German is a 3-gender language (masculine, feminine, neuter) where certain derivational suffixes deterministically assign gender:
- -schaft → always feminine: Freundschaft, Gesellschaft, Wissenschaft
- -heit, -keit → always feminine: Freiheit, Möglichkeit
- -ung → always feminine: Zeitung, Bildung
- -chen, -lein → always neuter: Mädchen, Büchlein
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
@cite{kramer-2015} 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 Phenomena/Gender/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 : Features.SurfaceGender
Gender this suffix always assigns, regardless of the base.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.German.Gender.schaft = { form := "-schaft", assignedGender := Features.SurfaceGender.feminine }
Instances For
Equations
- Fragments.German.Gender.heit = { form := "-heit", assignedGender := Features.SurfaceGender.feminine }
Instances For
Equations
- Fragments.German.Gender.keit = { form := "-keit", assignedGender := Features.SurfaceGender.feminine }
Instances For
Equations
- Fragments.German.Gender.ung = { form := "-ung", assignedGender := Features.SurfaceGender.feminine }
Instances For
Equations
- Fragments.German.Gender.chen = { form := "-chen", assignedGender := Features.SurfaceGender.neuter }
Instances For
Equations
- Fragments.German.Gender.lein = { form := "-lein", assignedGender := Features.SurfaceGender.neuter }
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).
- form : String
- gloss : String
- suffix : DerivationalSuffix
Instances For
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
Equations
- Fragments.German.Gender.freundschaft = { form := "Freundschaft", gloss := "friendship", suffix := Fragments.German.Gender.schaft }
Instances For
Equations
- Fragments.German.Gender.gesellschaft = { form := "Gesellschaft", gloss := "society", suffix := Fragments.German.Gender.schaft }
Instances For
Equations
- Fragments.German.Gender.wissenschaft = { form := "Wissenschaft", gloss := "science", suffix := Fragments.German.Gender.schaft }
Instances For
Equations
- Fragments.German.Gender.meisterschaft = { form := "Meisterschaft", gloss := "championship", suffix := Fragments.German.Gender.schaft }
Instances For
Equations
- Fragments.German.Gender.freiheit = { form := "Freiheit", gloss := "freedom", suffix := Fragments.German.Gender.heit }
Instances For
Equations
- Fragments.German.Gender.moeglichkeit = { form := "Möglichkeit", gloss := "possibility", suffix := Fragments.German.Gender.keit }
Instances For
Equations
- Fragments.German.Gender.zeitung = { form := "Zeitung", gloss := "newspaper", suffix := Fragments.German.Gender.ung }
Instances For
Equations
- Fragments.German.Gender.bildung = { form := "Bildung", gloss := "education", suffix := Fragments.German.Gender.ung }
Instances For
Equations
- Fragments.German.Gender.maedchen = { form := "Mädchen", gloss := "girl", suffix := Fragments.German.Gender.chen }
Instances For
Equations
- Fragments.German.Gender.buechlein = { form := "Büchlein", gloss := "booklet", suffix := Fragments.German.Gender.lein }
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).
-chen and -lein derived nouns surface as neuter.
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.
German gender typology: 3-gender canonical sex-based. The derivational
facts above (-schaft, -chen, etc.) are the formal-assignment evidence
that justifies the WALS Ch 32 semanticAndFormal value.
Equations
- One or more equations did not get rendered due to their size.