Grammatical gender: a close look at gender assignment across languages #
[Kra20] reviews how nouns are sorted into genders. Every gender system assigns gender to some nouns by animacy, humanness, or social gender/biological sex — the semantic core generalization — and the remainder nouns take one gender or several, recycled from the core or novel, in every combination (Table 2). Russian's remainder follows declension class up to the Class III exceptions, and Hausa's feminine remainder ends in -ā, a correlation that fails in the other direction. Against these facts the review sets [Har91]'s lexical rules beside [Kra15]'s gender on n for Spanish: the two agree on Spanish, but a lexical entry holds one gender feature, so hybrid nouns call for a second structural source, and the thesis of radical interpretability derives the semantic core from the structural account alone.
Main definitions #
IsCore,SatisfiesSemanticCore: the properties of (3) and the generalization (2) over [Cor91]'s profiles.Remainder: a language's core and remainder genders and the cells of Table 2.declensionGender: [Cor91]'s declension rule (18) for Russian.phonologicalRule: the disputed Hausa rule (26).LexicalEntry,LexicalEntry.humanCloning,LexicalEntry.humanGender: [Har91]'s lexical system (Figure 1, (23)).nHead,determiners,determiner: the four n's of (24) and the determiner items of (25).RadicallyInterpretable: (29) as a condition on a language's gender features.
Main results #
semantic_core_holds: (2) across the sample.Remainder.not_mixed_of_allSame: the inapplicable cell of Table 2.declension_exceptions: (18) fails on exactly the Class III nouns of (19).phonologicalRule_kada,feminine_remainder_aa: the -ā correlation fails forwards and holds backwards.lexical_faithful,structural_faithful,lexical_eq_structural: both accounts recover the Fragment's genders.determiner_iMasc_eq_plain: [−fem] and featureless n share el by the Subset Principle.lexical_no_hybrid: no lexical entry fits (27).exists_interpretable,lexical_allows_arbitrary_only: radical interpretability yields the semantic core; the lexical account does not.
The semantic core (§1.2) #
The minimal properties of (3): animacy, humanness, and social gender or biological sex.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
The semantic core generalization (2): a language with gender assigns it to some nouns by a property of (3).
Equations
- Kramer2020.SatisfiesSemanticCore p = (p.rawCount = 0 ∨ ∃ b ∈ p.semanticBases, Kramer2020.IsCore b)
Instances For
Remainder nouns (§2.3.1) #
The genders a language assigns semantically and the genders of its remainder nouns.
- core : Finset G
- remainder : Finset G
Instances For
Dieri: female humans feminine, male humans masculine, every other noun masculine.
Equations
- Kramer2020.Remainder.dieri = { core := {Gender.masculine, Gender.feminine}, remainder := {Gender.masculine} }
Instances For
Tamil: Dieri's core, with the remainder in a novel neuter.
Equations
- Kramer2020.Remainder.tamil = { core := {Gender.masculine, Gender.feminine}, remainder := {Gender.neuter} }
Instances For
Spanish: the remainder split arbitrarily over both core genders (Table 1), read off the Fragment.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Blackfoot: animates animate; inanimates in a novel inanimate gender or the recycled animate one.
Equations
- Kramer2020.Remainder.blackfoot = { core := {Gender.animate}, remainder := {Gender.animate, Gender.inanimate} }
Instances For
Declension class in Russian (§2.3.2) #
[Cor91]'s assignment for the Russian remainder (18): Class I masculine, Class II or III feminine, all others neuter.
Equations
Instances For
(18) misassigns exactly the Class III nouns of (19): neuter znamja and masculine put'.
The final vowel in Hausa (§2.3.2, §3.3.1) #
The disputed rule (26): a noun in -ā is feminine, any other masculine.
Equations
- Kramer2020.phonologicalRule n = if n.EndsInAa then Gender.feminine else Gender.masculine
Instances For
(22e): kadā̀ 'crocodile' ends in -ā and is masculine, so (26) is false.
The correlation in its valid direction, feminine gender realized as -ā: every feminine noun outside the semantic core ends in -ā.
Lexical gender assignment (§3.2) #
A lexical entry in [Har91]'s system: the semantic features [human] and [female] and the gender feature [f].
- human : Bool
- female : Bool
- f : Bool
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
- Kramer2020.instReprLexicalEntry = { reprPrec := Kramer2020.instReprLexicalEntry.repr }
Equations
- Kramer2020.instFintypeLexicalEntry = Fintype.ofEquiv ((_ : Bool) × (_ : Bool) × Bool) Kramer2020.LexicalEntry.proxyTypeEquiv
Human Cloning (Figure 1): a [human] entry doubles into a [male] and a [female] entry.
Equations
Instances For
The Human Gender rule (23): [female] → [f] / __ [human].
Instances For
Agreement: feminine with [f], masculine by default.
Equations
- e.gender = if e.f = true then Gender.feminine else Gender.masculine
Instances For
The lexical entry of a Fragment noun: [human] for the natural-gender nouns (higher animals honoris causa), [female] for the female-denoting ones, and a listed [f] for the arbitrarily feminine remainder.
Equations
- Kramer2020.lexicalEntry n = { human := n.isNaturalGender, female := n.isNaturalGender && n.attestedGender == Gender.feminine, f := !n.isNaturalGender && n.attestedGender == Gender.feminine }
Instances For
The lexical account recovers every Fragment gender.
persona, listed with [f], stays feminine under Human Cloning.
Structural gender assignment (§3.2) #
The four n's of (24).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The n of a Fragment noun: interpretable gender for the natural-gender nouns, u[+fem] for the arbitrarily feminine remainder — persona among them — and plain n otherwise.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Same-root nominals (14a) combine with either interpretable n.
Equations
Instances For
The features of a definite determiner: [d], [def], and the gender it acquires by agreement.
- d : DetFeature
- definite : DetFeature
- gender (v : Gender.Signed) : DetFeature
Instances For
Equations
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.d Kramer2020.DetFeature.d = isTrue ⋯
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.d Kramer2020.DetFeature.definite = isFalse Kramer2020.instDecidableEqDetFeature.decEq._proof_1
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.d (Kramer2020.DetFeature.gender v) = isFalse ⋯
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.definite Kramer2020.DetFeature.d = isFalse Kramer2020.instDecidableEqDetFeature.decEq._proof_3
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.definite Kramer2020.DetFeature.definite = isTrue ⋯
- Kramer2020.instDecidableEqDetFeature.decEq Kramer2020.DetFeature.definite (Kramer2020.DetFeature.gender v) = isFalse ⋯
- Kramer2020.instDecidableEqDetFeature.decEq (Kramer2020.DetFeature.gender v) Kramer2020.DetFeature.d = isFalse ⋯
- Kramer2020.instDecidableEqDetFeature.decEq (Kramer2020.DetFeature.gender v) Kramer2020.DetFeature.definite = isFalse ⋯
- Kramer2020.instDecidableEqDetFeature.decEq (Kramer2020.DetFeature.gender a) (Kramer2020.DetFeature.gender b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
Instances For
Equations
- Kramer2020.instReprDetFeature = { reprPrec := Kramer2020.instReprDetFeature.repr }
Equations
- One or more equations did not get rendered due to their size.
- Kramer2020.instReprDetFeature.repr Kramer2020.DetFeature.d prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Kramer2020.DetFeature.d")).group prec✝
Instances For
What the determiner carries after agreeing with a head.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Spanish definite determiners (25): la with [+fem], el underspecified.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The determiner a head takes, by the Subset Principle.
Equations
Instances For
A determiner with [−fem] and one with no gender feature both take el: la carries a feature neither bears.
Natural and arbitrary feminine share la: one feature, [+fem].
The structural account recovers every Fragment gender.
On Spanish the two accounts agree (§3.3).
Hybrid nouns (§3.3.2) #
(27): the agreement targets of vrač 'doctor' — the Fragment's morphologically masculine Class I noun — and their genders in one phrase.
Equations
- Kramer2020.hybridTargets = [("xoroš-aja", Gender.feminine), ("glavn-yj", Gender.masculine)]
Instances For
No lexical entry fits (27): an entry has one gender. The structural account adds a second source of gender features above n.
Radical interpretability and the semantic core (§3.3.3) #
The thesis of radical interpretability (29) as a condition on a language's gender features: an uninterpretable instantiation of a dimension implies an interpretable one.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Kramer2020.instDecidableRadicallyInterpretable fs = id inferInstance
Under radical interpretability a language with gender features has an interpretable one, so some nouns are gendered semantically: the semantic core, from the structural account.
The lexical account excludes nothing: a lexicon whose two agreement classes track no semantic feature is well formed, though no such language is attested.