The extended nominal projection #
The extended nominal projection — the nominal spine √ROOT < n < Poss < Num < D — as an order of heads, with the positions of the nominal domain classified by where they attach. Locality to n is then geometry: a position is within nP exactly when its attachment site is at or below n, which is what [Ada24]'s Gender Locality Hypothesis (gender features on n are valued only within nP) quantifies over. The inalienable/alienable possession contrast is a contrast of attachment sites — Spec,nP versus Spec,PossP ([Ale03]; [Myl16]) — and low versus high number likewise ([Ada24]).
Main definitions #
NominalProjection.Head— the heads of the extended nominal projection, linearly ordered by heightNominalProjection.Position,Position.attachmentSite,isWithinNP— the positions of the nominal domain and their place on the projectionPossessionType,NumberPosition— the possession and number contrasts as attachment contrastsExternalFeature— features attached above nP, clausal ones outside the nominal spine altogether (⊤)PossessionGenderMechanism— possessee gender vs inherited gender
Main statements #
ExternalFeature.not_withinNP— no external feature attaches within nP
Implementation notes #
PossessionType.possessorPosition .inalienable = .specN is a
contemporary DM gloss: [Ale03] (and
[KA26]'s rendering of it) places the inalienable
possessor as the complement of NP rather than Spec,nP. Downstream
consumers (Tseltalan possessor extraction in [AP25],
Icelandic hafa/eiga in [Myl16]) recover the right empirical
predictions either way, but not every formulation carves the contrast
at exactly Spec,nP vs Spec,PossP — Michelioudakis et al. collapse both
possessor types into Spec,nP (as [KA26] notes),
which this substrate does not represent.
References #
The heads #
Equations
- DistributedMorphology.NominalProjection.instDecidableEqHead x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
The height of a head on the projection.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Positions and their attachment sites #
Equations
- DistributedMorphology.NominalProjection.instDecidableEqPosition x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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.
Where each position attaches: a specifier attaches at its head's projection.
Equations
- DistributedMorphology.NominalProjection.Position.root.attachmentSite = DistributedMorphology.NominalProjection.Head.root
- DistributedMorphology.NominalProjection.Position.nHead.attachmentSite = DistributedMorphology.NominalProjection.Head.n
- DistributedMorphology.NominalProjection.Position.specN.attachmentSite = DistributedMorphology.NominalProjection.Head.n
- DistributedMorphology.NominalProjection.Position.poss.attachmentSite = DistributedMorphology.NominalProjection.Head.poss
- DistributedMorphology.NominalProjection.Position.specPoss.attachmentSite = DistributedMorphology.NominalProjection.Head.poss
- DistributedMorphology.NominalProjection.Position.num.attachmentSite = DistributedMorphology.NominalProjection.Head.num
- DistributedMorphology.NominalProjection.Position.d.attachmentSite = DistributedMorphology.NominalProjection.Head.d
Instances For
Within-nP is geometry: the position attaches at or below n.
Equations
- p.isWithinNP = decide (p.attachmentSite ≤ DistributedMorphology.NominalProjection.Head.n)
Instances For
The Gender Locality Hypothesis ([Ada24]): gender features on n are valued only within nP, so a position can condition gender exactly when its attachment site is at or below n.
Equations
Instances For
Possession #
Two types of possession, distinguished by the possessor's
attachment site ([Ada24], following [Myl16];
[Ale03]). The inalienable possessor sits in Spec,nP, licensed
by an n bearing the selectional feature {D} (Categorizer.Head.selectsD)
and interpreted by a part-whole relation; the alienable possessor sits
in Spec,PossP, mediated by a Poss head and often extra morphology
(Teop te).
- inalienable : PossessionType
- alienable : PossessionType
Instances For
Equations
- DistributedMorphology.instDecidableEqPossessionType x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
The possessor's position.
Equations
Instances For
Whether this possession type can affect gender assignment: the GLH applied to the possessor's attachment site.
Instances For
Number #
Number features appear in two positions ([Ada24]): low number on n is derivational and can interact with gender (Standard Italian -a plurals, Tunisian Arabic collectives); high number on Num is inflectional and cannot.
- onN : NumberPosition
- onNum : NumberPosition
Instances For
Equations
- DistributedMorphology.instDecidableEqNumberPosition x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
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.
The position a number feature occupies.
Equations
Instances For
External features #
Features attached outside nP, which the GLH bars from conditioning gender ([Ada24]): case and definiteness in the nominal periphery, tense, aspect, and voice on the clausal spine.
- case : ExternalFeature
- definiteness : ExternalFeature
- tense : ExternalFeature
- aspect : ExternalFeature
- voice : ExternalFeature
Instances For
Equations
- DistributedMorphology.instDecidableEqExternalFeature x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Where an external feature attaches: case and definiteness at D, the clausal features outside the nominal projection altogether.
Equations
- DistributedMorphology.ExternalFeature.case.attachmentSite = some DistributedMorphology.NominalProjection.Head.d
- DistributedMorphology.ExternalFeature.definiteness.attachmentSite = some DistributedMorphology.NominalProjection.Head.d
- DistributedMorphology.ExternalFeature.tense.attachmentSite = ⊤
- DistributedMorphology.ExternalFeature.aspect.attachmentSite = ⊤
- DistributedMorphology.ExternalFeature.voice.attachmentSite = ⊤
Instances For
No external feature attaches within nP.
Possession–gender mechanisms #
The two mechanisms by which inalienable possession can affect gender ([Ada24]): under possessee gender the noun's gender is determined by whether it has an iPossessor — the licensing n itself bears the gender feature (Teop, Jarawara) — while under inherited gender the noun's gender is the iPossessor's, an unvalued probe on n valued by Agree (Yanyuwa, Coastal Marind). Both mechanisms place the possessor in Spec,nP, within the GLH's reach.
- possesseeGender : PossessionGenderMechanism
- inheritedGender : PossessionGenderMechanism
Instances For
Equations
- DistributedMorphology.instDecidableEqPossessionGenderMechanism x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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.
Both mechanisms involve an iPossessor in Spec,nP.