Russian Noun Gender @cite{corbett-1991} @cite{kramer-2020} #
Gender assignments for Russian nouns, typed by DM categorizing heads.
Russian has three surface genders (masculine, feminine, neuter) and is analyzed here as a 5-n language in @cite{kramer-2015}'s framework:
| n head | Gender value | Surface gender | Example |
|---|---|---|---|
| n i[+FEM] | natural fem | feminine | mat' 'mother' |
| n i[−FEM] | natural masc | masculine | otec 'father' |
| n u[+FEM] | arbitrary fem | feminine | škola 'school' |
| n u[−FEM] | arbitrary masc | masculine | zakon 'law' |
| plain n | (default) | neuter | vino 'wine' |
The semantic core (@cite{kramer-2020} ex. 17): male humans and higher animals are masculine; female humans and higher animals are feminine.
Remainder nouns correlate with declension class (@cite{corbett-1991}): Class I → masculine, Class II/III → feminine, others → neuter. The correlation is imperfect: put' (Class III) is masculine and znamja (Class III) is neuter (@cite{kramer-2020} ex. 19).
Hybrid nouns like vrač 'doctor' trigger masculine agreement on some targets and feminine on others in the same clause (@cite{kramer-2020} ex. 15–16).
Equations
- Fragments.Russian.Gender.instBEqDeclClass.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A Russian noun annotated with its categorizing head and (optionally) its declension class. Semantic-core nouns omit the class since their gender is determined by the referent, not morphology.
- form : String
- gloss : String
- nHead : Morphology.DM.CatHead
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Russian.Gender.otec = { form := "otec", gloss := "father", nHead := Morphology.DM.CatHead.n_iMasc }
Instances For
Equations
- Fragments.Russian.Gender.mat' = { form := "mat'", gloss := "mother", nHead := Morphology.DM.CatHead.n_iFem }
Instances For
Equations
- Fragments.Russian.Gender.brat = { form := "brat", gloss := "brother", nHead := Morphology.DM.CatHead.n_iMasc }
Instances For
Equations
- Fragments.Russian.Gender.sestra = { form := "sestra", gloss := "sister", nHead := Morphology.DM.CatHead.n_iFem }
Instances For
Equations
- Fragments.Russian.Gender.byk = { form := "byk", gloss := "bull", nHead := Morphology.DM.CatHead.n_iMasc }
Instances For
Equations
- Fragments.Russian.Gender.korova = { form := "korova", gloss := "cow", nHead := Morphology.DM.CatHead.n_iFem }
Instances For
Equations
- Fragments.Russian.Gender.zakon = { form := "zakon", gloss := "law", nHead := Morphology.DM.CatHead.n_uNegFem, declClass := some Fragments.Russian.Gender.DeclClass.I }
Instances For
Equations
- Fragments.Russian.Gender.škola = { form := "škola", gloss := "school", nHead := Morphology.DM.CatHead.n_uFem, declClass := some Fragments.Russian.Gender.DeclClass.II }
Instances For
Equations
- Fragments.Russian.Gender.kost' = { form := "kost'", gloss := "bone", nHead := Morphology.DM.CatHead.n_uFem, declClass := some Fragments.Russian.Gender.DeclClass.III }
Instances For
Equations
- Fragments.Russian.Gender.vino = { form := "vino", gloss := "wine", nHead := Morphology.DM.CatHead.n_plain, declClass := some Fragments.Russian.Gender.DeclClass.IV }
Instances For
znamja 'banner': Class III but neuter, not feminine. (@cite{corbett-1991}; @cite{kramer-2020} ex. 19a)
Equations
- Fragments.Russian.Gender.znamja = { form := "znamja", gloss := "banner", nHead := Morphology.DM.CatHead.n_plain, declClass := some Fragments.Russian.Gender.DeclClass.III }
Instances For
put' 'way': the only masculine noun in Class III. (@cite{corbett-1991}; @cite{kramer-2020} ex. 19b)
Equations
- Fragments.Russian.Gender.put' = { form := "put'", gloss := "way", nHead := Morphology.DM.CatHead.n_uNegFem, declClass := some Fragments.Russian.Gender.DeclClass.III }
Instances For
vrač 'doctor': morphologically masculine (Class I), but can trigger feminine agreement when the referent is female. (@cite{kramer-2020} ex. 15–16; @cite{corbett-1991})
Equations
- Fragments.Russian.Gender.vrač = { form := "vrač", gloss := "doctor", nHead := Morphology.DM.CatHead.n_uNegFem, declClass := some Fragments.Russian.Gender.DeclClass.I }
Instances For
Russian surface gender: a 3-way system.
- masculine : SurfaceGender
- feminine : SurfaceGender
- neuter : SurfaceGender
Instances For
Equations
- Fragments.Russian.Gender.instBEqSurfaceGender.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Derive surface gender from n head via Russian VI rules.
Unlike Set 1 Spanish (plain n → masculine) or Set 2 Maa (plain n → feminine), Russian maps plain n to a THIRD gender (neuter), yielding 3 surface genders from 5 n-head types.
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
- One or more equations did not get rendered due to their size.
Instances For
Declension class does not determine gender: znamja and kost' share Class III but differ in surface gender.
All five n-types are represented in the inventory.