Documentation

Linglib.Fragments.Slavic.Russian.Gender

Russian Noun Gender #

[Wad20] [Cor91] [Kra20] [Kra15]

Russian has three surface genders: masculine, feminine, neuter. Gender is partly determined by the referent's biological sex (semantic core) and partly by morphological declension class.

Theory-neutral data layer #

The Fragment carries empirical fields per entry:

These fields suffice to project entries to [Kra15] Ch. 7's 5-n DM analysis (projection in Studies/Kramer2020.lean); they also support [Cor91]'s controller-target classification directly.

Hybrid nouns #

vrač 'doctor' triggers feminine agreement on some targets (verb, predicate adjective) when the referent is female, while retaining masculine morphology ([Wad20], e.g. "Врач обязана..." with fem.-agreeing predicate; [Cor91]). The Fragment encodes vrač's morphological gender (masculine, derived from Class I); the hybrid agreement story lives in Studies/Kramer2020.lean §7 via the existing russianVrac : HybridNoun struct.

Per-entry verification #

Entries explicitly named in [Kra15]: otec, put', vrač. All others are extrapolations from Kramer's framework, anchored on [Wad20]'s declension and gender treatment + [Cor91]'s canonical 5-language sample. kost' (Class III feminine) verified at Wade ≈ noun-declension tables; put' (Class III masculine, sole exception) verified at Wade §6397; znamja (-мя neuter) is the textbook Class III neuter group.

Russian declension classes. Gender correlates with class but neither fully determines the other ([Cor91]; [Kra20] §2.3.2).

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

      A Russian noun. Empirical agreement-gender + natural-gender + optional declension class. No commitment to any specific theoretical framework — Kramer's DM categorizing head, Corbett's controller-target are projections in Studies/.

      • form : String
      • gloss : String
      • attestedGender : Gender

        Empirical agreement-trigger fact ([Wad20]).

      • isNaturalGender : Bool

        True iff the gender comes from biological sex of the referent. For vrač 'doctor' (hybrid) the morphological gender is encoded here as masculine; the hybrid female-referent agreement lives in Studies/Kramer2020.lean §7.

      • declClass : Option DeclClass

        Optional declension class. Semantic-core nouns may omit since their gender is determined by the referent.

      Instances For
        def Russian.Gender.instDecidableEqRussianNoun.decEq (x✝ x✝¹ : RussianNoun) :
        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

                                  znamja 'banner': Class III but neuter, not feminine (the -мя neuter group; [Cor91]; [Kra20] ex. 19a).

                                  Equations
                                  Instances For

                                    put' 'way': the only masculine noun in Class III ([Wad20] §6397: "путь is qualified by masculine adjectives"; [Cor91]; [Kra20] ex. 19b).

                                    Equations
                                    Instances For

                                      vrač 'doctor': morphologically masculine (Class I), but triggers feminine agreement on some targets when the referent is female (verified at [Wad20] "Врач обязана…" with feminine-agreeing predicate). The Fragment encodes morphological gender; the hybrid behavior is captured in Studies/Kramer2020.lean §7.

                                      Equations
                                      Instances For

                                        Declension class does not determine gender: znamja and kost' share Class III but differ in surface gender (the Class III counter-correlation [Cor91] highlights). Stated directly over attestedGender (no DM intermediary).

                                        Russian's three controller genders — the carrier of its Gender.System ([Cor91]; [Kra15] ch. 7).

                                        Instances For
                                          @[implicit_reducible]
                                          Equations
                                          def Russian.Gender.instReprValue.repr :
                                          ValueStd.Format
                                          Equations
                                          Instances For

                                            Past-tense verbal concord exponents: -∅ / -a / -o ([Wad20]). Evidence type for Gender.Faithful.

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

                                                The Russian gender system over its own carrier: full comparative labelling; neuter is the morphosyntactic default (plain-n roots like vino surface neuter — [Kra15]'s ch. 7 derivation, exercised at Kramer2020.russian_licensing_vino).

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

                                                  Controller gender of a noun, from the attested agreement fact. For the hybrid vrač this is the morphological masculine; the female-referent agreement alternation lives in Studies/Kramer2020.lean §7.

                                                  Equations
                                                  Instances For

                                                    The assigned system: every noun gets its controller gender.

                                                    Equations
                                                    Instances For

                                                      The carrier is faithful to the past-tense concord evidence: -∅ / -a / -o distinguishes all three genders on a single target. [Cor91]'s genders-are-agreement-classes criterion, discharged via Gender.Faithful.

                                                      Label ∘ assign recovers the attested gender across the inventory.

                                                      [Kra15]'s (7ii) / [Dah00]'s generalization instantiated: on the natural-gender core, assignment factors through the attested gender (= referent sex on that core). The hybrid vrač and the declension-class remainder are outside the core.