NP-Ellipsis in Spanish Binominals @cite{saab-2026} #
@cite{lobeck-1995} @cite{pesetsky-2013}
Theory-neutral data on NP-ellipsis patterns across three types of Spanish binominal constructions that are superficially syncretic (all use de) but differ in ellipsis licensing and agreement.
The Three Binominal Types #
Pseudo-partitive: un grupo de estudiantes 'a group of students'
- NP-ellipsis OK: un grupo ✓
- Verb agrees with plural (students)
Quantificational: un montón de estudiantes 'a lot of students'
- NP-ellipsis OK: un montón ✓
- Verb agrees with plural (students)
Qualitative: una mierda de departamento 'a shit of apartment'
- NP-ellipsis BLOCKED: *una mierda ✗ (with intended referent reading)
- Verb agrees with singular (mierda)
Key Diagnostic #
NP-ellipsis distinguishes pseudo-partitive/quantificational (which share a primeval genitive structure with Num[E]) from qualitative (which have an equative structure lacking Num[E]).
BinominalType and its core structural properties (licensesNPE, hasNumE)
are defined in Core.Lexical.Binominal. This file adds ellipsis-specific
data (genitive sources, agreement, concrete examples).
The structural source of the genitive de (@cite{saab-2026} §4).
- primeval : GenitiveSource
- equative : GenitiveSource
Instances For
Equations
- Phenomena.Ellipsis.NPEllipsis.instBEqGenitiveSource.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Map binominal type to its genitive source.
Equations
- Phenomena.Ellipsis.NPEllipsis.genitiveSource Core.Lexical.Binominal.BinominalType.pseudoPartitive = Phenomena.Ellipsis.NPEllipsis.GenitiveSource.primeval
- Phenomena.Ellipsis.NPEllipsis.genitiveSource Core.Lexical.Binominal.BinominalType.quantificational = Phenomena.Ellipsis.NPEllipsis.GenitiveSource.primeval
- Phenomena.Ellipsis.NPEllipsis.genitiveSource Core.Lexical.Binominal.BinominalType.qualitative = Phenomena.Ellipsis.NPEllipsis.GenitiveSource.equative
Instances For
Agreement number on the verb in binominal constructions. @cite{saab-2026} §2: the controller is always Num, not QP in Spec,DP.
- singular : AgreementNumber
- plural : AgreementNumber
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Which element controls verbal agreement? @cite{saab-2026}: Num in all three types, never QP in Spec,DP.
- num : AgreementController
- specDP : AgreementController
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
In all three types, Num controls agreement.
Equations
- Phenomena.Ellipsis.NPEllipsis.agreementController Core.Lexical.Binominal.BinominalType.pseudoPartitive = Phenomena.Ellipsis.NPEllipsis.AgreementController.num
- Phenomena.Ellipsis.NPEllipsis.agreementController Core.Lexical.Binominal.BinominalType.quantificational = Phenomena.Ellipsis.NPEllipsis.AgreementController.num
- Phenomena.Ellipsis.NPEllipsis.agreementController Core.Lexical.Binominal.BinominalType.qualitative = Phenomena.Ellipsis.NPEllipsis.AgreementController.num
Instances For
The agreement number on the verb for each type. Pseudo-partitive/quantificational: Num inherits plural from complement NP. Qualitative: Num gets singular from the expressive noun.
Equations
- Phenomena.Ellipsis.NPEllipsis.verbAgreement Core.Lexical.Binominal.BinominalType.pseudoPartitive = Phenomena.Ellipsis.NPEllipsis.AgreementNumber.plural
- Phenomena.Ellipsis.NPEllipsis.verbAgreement Core.Lexical.Binominal.BinominalType.quantificational = Phenomena.Ellipsis.NPEllipsis.AgreementNumber.plural
- Phenomena.Ellipsis.NPEllipsis.verbAgreement Core.Lexical.Binominal.BinominalType.qualitative = Phenomena.Ellipsis.NPEllipsis.AgreementNumber.singular
Instances For
Agreement controller is uniformly Num across all three types.
An NP-ellipsis datum: a Spanish binominal sentence with its ellipsis and agreement properties.
- sentence : String
The full sentence
- ellipsisForm : String
The attempted ellipsis form
- npeGrammatical : Bool
Is NP-ellipsis grammatical?
- binominalType : Core.Lexical.Binominal.BinominalType
Binominal type
- agreement : AgreementNumber
Agreement number on the verb
- source : String
Source
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
- 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
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
All NP-ellipsis data.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Per-datum verification: each example's grammaticality matches its binominal type's NPE licensing prediction.
Qualitative binominals contain an indexical empty noun whose reference is contextually determined (like a pronoun). This is why NP-ellipsis fails: the empty noun cannot be recovered from the antecedent.
Equations
- Phenomena.Ellipsis.NPEllipsis.hasIndexicalEmptyNoun Core.Lexical.Binominal.BinominalType.pseudoPartitive = false
- Phenomena.Ellipsis.NPEllipsis.hasIndexicalEmptyNoun Core.Lexical.Binominal.BinominalType.quantificational = false
- Phenomena.Ellipsis.NPEllipsis.hasIndexicalEmptyNoun Core.Lexical.Binominal.BinominalType.qualitative = true
Instances For
Qualitative binominals contain an equative phrase (EquP) establishing a predication relation between the expressive noun and the referent.
Equations
Instances For
The presence of an indexical empty noun entails no Num[E]: if the ellipsis site would include an unrecoverable element, NP-ellipsis is blocked.
Primeval genitive ↔ Num[E] ↔ NP-ellipsis licensed. The three properties are coextensive across binominal types.