Documentation

Linglib.Fragments.Spanish.Gender

Spanish Noun Gender #

[BBMR19] [Kra15] [Kra20] [Har91]

Spanish has two genders, masculine and feminine ([BBMR19] §1.1). Per [BBMR19] §1.2, Group A: nouns referring to humans + a few well-known animals get natural gender; per §1.3, Group B (lifeless things, plants, other animals) get arbitrary gender. Per §1.2.11, a small set of common-gender nouns (e.g. persona, víctima, ángel) take fixed gender regardless of referent.

Theory-neutral data layer #

The Fragment carries two empirical fields per entry:

These two fields suffice to project every entry's structural analysis under [Kra15] Ch. 6's Set-1 DM categorizer (the projection lives in Studies/Kramer2020.lean); they also support [Har91]'s lexical-rule analysis directly (Harris's [FEMALE] and [HUMAN] features map onto attestedGender and the natural-gender inference).

Per-entry verification #

Entries explicitly named in [Kra15]: hombre, mujer, niño, niña, mesa, cama, persona, libro, soldado, estudiante, artista. Other entries (rey/reina/gato/gata, silla/casa/puerta/ventana, zapato/coche/árbol/cielo/vaso, ángel) are extrapolations from Kramer's framework, anchored on the textbook-consensus genders documented in [BBMR19].

A Spanish noun. No commitment to any specific theoretical framework — Kramer's DM categorizing head, Harris's lexical rule, etc. are projections that live in Studies/.

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

    Empirical agreement-trigger fact ([BBMR19]).

  • isNaturalGender : Bool

    True iff the gender is semantically motivated by the referent's biological sex. False for inanimates, for non-natural-gender animals, and for the [BBMR19] §1.2.11 common-gender fixed-assignment exceptions (persona feminine for any sex; ángel masculine for any sex).

Instances For
    def Spanish.Gender.instDecidableEqSpanishNoun.decEq (x✝ x✝¹ : SpanishNoun) :
    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]

        Surface gender alias for ergonomic consumer access.

        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
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For

                                      persona 'person': common-gender noun ([BBMR19] §1.2.11) — feminine regardless of referent's sex. The famous [Kra15] §6.2 exception: human-denoting noun with structurally arbitrary feminine gender. isNaturalGender = false captures that the gender does NOT come from biological sex (even though referent is human).

                                      Equations
                                      Instances For
                                        Equations
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              Instances For
                                                Equations
                                                Instances For
                                                  Equations
                                                  Instances For

                                                    ángel 'angel': common-gender noun ([BBMR19] §1.2.11) — masculine for any sex. Companion to persona: the masculine fixed-gender exception. isNaturalGender = false.

                                                    Equations
                                                    Instances For

                                                      Same-root nominals: a single root that surfaces as either masculine or feminine depending on the referent's sex. Empirically polymorphic in gender (one form, two genders), distinct from the atomic SpanishNoun schema. The DM analysis (combination with i[+FEM] vs i[−FEM]) lives in Studies/Kramer2020.lean.

                                                      • form : String
                                                      • gloss : String
                                                      Instances For
                                                        def Spanish.Gender.instDecidableEqSameRootEntry.decEq (x✝ x✝¹ : SameRootEntry) :
                                                        Decidable (x✝ = x✝¹)
                                                        Equations
                                                        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

                                                                  Spanish's two controller genders — the carrier of its Gender.System ([Cor91]; [Kra15]).

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

                                                                      Adjectival concord exponents: the -o vs -a desinence contrast ([BBMR19]). Evidence type for Gender.Faithful.

                                                                      Instances For
                                                                        @[implicit_reducible]
                                                                        Equations
                                                                        def Spanish.Gender.instReprConcord.repr :
                                                                        ConcordStd.Format
                                                                        Equations
                                                                        Instances For

                                                                          The Spanish gender system over its own carrier: full comparative labelling; masculine is the morphosyntactic default (plain-n roots surface masculine — [Kra15]'s Set-1 derivation, exercised at Kramer2020.set1_plain_n_masculine).

                                                                          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.

                                                                            Equations
                                                                            Instances For

                                                                              The assigned system: every noun gets its controller gender.

                                                                              Equations
                                                                              Instances For

                                                                                The carrier is faithful to the adjectival concord evidence: -o vs -a distinguishes the two genders. [Cor91]'s genders-are-agreement-classes criterion, discharged via Gender.Faithful.

                                                                                Label ∘ assign recovers the attested gender across the inventory: the system view and the per-noun data agree.

                                                                                [Kra15]'s (7ii) / [Dah00]'s generalization instantiated: on the natural-gender core (Group A), assignment factors through the attested gender — which on that core is the referent-sex classification (that is what isNaturalGender asserts). persona and ángel are outside the core (isNaturalGender = false), so the fixed-gender exceptions do not disturb the factoring.