Documentation

Linglib.Studies.Adamson2024

Gender assignment is local #

[Ada24] proposes the Gender Locality Hypothesis: the gender feature on a nominalizer n is valued within nP. An inalienable possessor sits in Spec,nP and can therefore determine a noun's gender; an alienable possessor sits in Spec,PossP and cannot. The hypothesis itself is DistributedMorphology.genderLocalityHypothesis. This file derives the paper's case studies from it and from the shared Vocabulary Insertion and Impoverishment engines.

Main definitions #

Main results #

Implementation notes #

A nominal is a stack of heads, innermost first, and its gender is that of the highest n — the paper's rule for stacked nominalizers. Jarawara's features [masc], [pl], [participant] are privative, as in the paper; the secondary feature [marked] of (A7) is rendered as one Vocabulary Item per marked feature.

The Gender Locality Hypothesis #

The asymmetry of (16): an inalienable possessor can bear on gender, an alienable one cannot.

What fixes a possessee's gender under each mechanism of §2.3: its own nominalizer (possessee gender, Teop and Jarawara) or its iPossessor's gender (inherited gender, Yanyuwa and Coastal Marind, the probe of (90)).

Equations
Instances For

    Under inherited gender the possessee matches its possessor (fn. 8).

    Teop: possessee gender (§3.1) #

    The nominalizer of a body-part or kinship root: it introduces the relation and bears u[animate], with or without the selectional feature {D} that licenses an iPossessor ((36), (43)).

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

      The alienator, a further n of gender II that closes the possessor slot ((43)).

      Equations
      Instances For

        A head bears the gender I feature [animate] ((24)).

        Equations
        Instances For

          The gender of a nominal, read off its highest n: gender II is the absence of [animate].

          Equations
          Instances For

            The iPossessed body-part noun: the root under the {D} nominalizer ((36)).

            Equations
            Instances For

              The free (or aPossessed, or compounded) body-part noun: the {D}-less nominalizer under the alienator ((43), (44)–(47)).

              Equations
              Instances For

                The gender switch of (39)–(40): a bina-naa 'my spleen' is gender I, o bina 'the spleen' gender II.

                The article vocabulary (32), features percolated to D by concord: [animate] is gender I, [proper] the proprial class.

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

                    The items of (32), in the paper's order.

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

                      The article's bundle for a Fragment ArticleCtx.

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

                        (32) derives the Fragment's paradigm, including the cross-identities of (25)–(26) and the neutralization of the proprial article in the plural (29).

                        theorem Adamson2024.Teop.cross_identity :
                        article { gender := Teop.Gender.gI, plural := false } = article { gender := Teop.Gender.gII, plural := true } article { gender := Teop.Gender.gI, plural := true } = article { gender := Teop.Gender.gII, plural := false }

                        The cross-identity: i.sg and ii.pl share a, i.pl and ii.sg share o.

                        theorem Adamson2024.Teop.bodyPart_article :
                        article { gender := outerGender ipossessed, plural := false } = some "a" article { gender := outerGender free, plural := false } = some "o"

                        The body-part noun's article follows its nominalizer: a iPossessed, o free ((39)).

                        The iPossessor's own gender is immaterial ((48)–(49)): possessee gender reads the nominalizer, not the possessor.

                        theorem Adamson2024.Teop.kinship :
                        article { gender := outerGender ipossessed, plural := false, proprial := true } = some "e" article { gender := outerGender free, plural := false } = some "o"

                        Kinship roots take the proprial article when iPossessed ((41), (50)) and switch to gender II under the alienator -na ((51)).

                        The denotations of (36) and (43) #

                        def Adamson2024.Teop.ipossessedDenot {E : Type u_1} {S : Type u_2} (isSpleen : ESProp) (bodyPartOf : EESProp) :
                        EESProp

                        The iPossessed body-part noun ((36)): the root relationalized by the body-part-of relation — Barker's π, possessor first — awaiting its possessor.

                        Equations
                        Instances For
                          def Adamson2024.Teop.freeDenot {E : Type u_1} {S : Type u_2} (isSpleen : ESProp) (bodyPartOf : EESProp) :
                          ESProp

                          The free body-part noun ((43)): the alienator closes the possessor slot.

                          Equations
                          Instances For
                            theorem Adamson2024.Teop.freeDenot_iff {E : Type u_1} {S : Type u_2} (isSpleen : ESProp) (bodyPartOf : EESProp) (y : E) (s : S) :
                            freeDenot isSpleen bodyPartOf y s isSpleen y s ∃ (x : E), bodyPartOf x y s

                            One root, two types: the possessor slot is open under the {D} nominalizer and existentially closed under the alienator.

                            Jarawara: possessee gender and agreement (§3.2) #

                            The privative φ-features of §3.2: [masc] ((58)), [pl], and [participant] for first and second person.

                            Instances For
                              @[instance_reducible]
                              Equations
                              def Adamson2024.Jarawara.instReprPhi.repr :
                              PhiStd.Format
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For

                                The features a possessor contributes to agreement.

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

                                  Gender impoverishment (63): [masc] is deleted next to [pl] and next to [participant], two paradigmatic rules on the shared engine.

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

                                    The φ-bundle after (63).

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      theorem Adamson2024.Jarawara.decl_masc_only :
                                      decl [Phi.masc] = some "ka" decl [] = some "ke" decl [Phi.participant] = some "ke" decl [Phi.masc, Phi.pl] = some "ke"

                                      Masculine singular takes ka, everything else ke ((54), (60)–(62)): impoverishment bleeds the specific exponent.

                                      The possessed noun mano 'arm' (A7): mano for a marked feature — [participant] or a surviving [masc] — and mani elsewhere.

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

                                        The form of mano agreeing with possessor p.

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

                                          The cells of Table 6.

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

                                            Impoverishment then insertion derives the Fragment's paradigm of Table 6: the 3.m.pl mani is the one cell where (63) does the work.

                                            Number on n (§5.1) #

                                            The -a plurals of (99) carry number on n, within the GLH's reach, and change gender; regular plurals carry number on Num and do not.