Type of quantifier for exceptive compatibility.
- universalPositive : QuantifierType
- universalNegative : QuantifierType
- existential : QuantifierType
- proportional : QuantifierType
- numeral : QuantifierType
Instances For
Equations
- Phenomena.Polarity.Exceptives.instBEqQuantifierType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
But-exceptive example with grammaticality judgment.
- quantifier : String
The quantifier used
- quantifierType : QuantifierType
Type of quantifier
- sentence : String
The sentence
- grammatical : Bool
Is it grammatical?
- notes : String
Notes
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
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 but-exceptive examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Predict grammaticality from quantifier type.
The generalization: only universal quantifiers (positive or negative) license but-exceptives.
Equations
- Phenomena.Polarity.Exceptives.predictExceptiveGrammaticality Phenomena.Polarity.Exceptives.QuantifierType.universalPositive = true
- Phenomena.Polarity.Exceptives.predictExceptiveGrammaticality Phenomena.Polarity.Exceptives.QuantifierType.universalNegative = true
- Phenomena.Polarity.Exceptives.predictExceptiveGrammaticality Phenomena.Polarity.Exceptives.QuantifierType.existential = false
- Phenomena.Polarity.Exceptives.predictExceptiveGrammaticality Phenomena.Polarity.Exceptives.QuantifierType.proportional = false
- Phenomena.Polarity.Exceptives.predictExceptiveGrammaticality Phenomena.Polarity.Exceptives.QuantifierType.numeral = false
Instances For
Exception Uniqueness #
@cite{gajewski-2002}
The but-exceptive typically requires that the exception be unique:
✓ "Everyone but John passed" (one exception) ? "Everyone but John and Mary passed" (multiple exceptions)
The multiple-exception case is degraded or requires special interpretation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Polarity.Exceptives.single_exception = { sentence := "Everyone but John passed", numExceptions := 1, acceptability := 5, notes := "Single exception: fully acceptable" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Polarity.Exceptives.three_exceptions = { sentence := "Everyone but John, Mary, and Sue passed", numExceptions := 3, acceptability := 2, notes := "Three exceptions: further degraded" }
Instances For
All exception cardinality examples.
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 cross-linguistic examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Related exceptive-like constructions.
- butExceptive : ExceptiveConstruction
- exceptExceptive : ExceptiveConstruction
- otherThan : ExceptiveConstruction
- besidesExceptive : ExceptiveConstruction
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Comparison of exceptive constructions.
- construction : ExceptiveConstruction
Construction type
- exampleSentence : String
Example
- hasUniversalConstraint : Bool
Same universal constraint?
- notes : String
Additional notes
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 exceptive construction examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Map Fragment QForce to Exceptive QuantifierType.
Equations
- Phenomena.Polarity.Exceptives.qforceToExceptiveType Fragments.English.Determiners.QForce.universal = some Phenomena.Polarity.Exceptives.QuantifierType.universalPositive
- Phenomena.Polarity.Exceptives.qforceToExceptiveType Fragments.English.Determiners.QForce.negative = some Phenomena.Polarity.Exceptives.QuantifierType.universalNegative
- Phenomena.Polarity.Exceptives.qforceToExceptiveType Fragments.English.Determiners.QForce.existential = some Phenomena.Polarity.Exceptives.QuantifierType.existential
- Phenomena.Polarity.Exceptives.qforceToExceptiveType Fragments.English.Determiners.QForce.proportional = some Phenomena.Polarity.Exceptives.QuantifierType.proportional
- Phenomena.Polarity.Exceptives.qforceToExceptiveType Fragments.English.Determiners.QForce.definite = none
Instances For
Universal quantifiers in the Fragment license but-exceptives; existential quantifiers don't. This connects Fragment metadata to the empirical generalization in @cite{von-fintel-1993}. "Every student but John" ✓ vs "*Some student but John" ✗.
Only the two QForce.universal/.negative quantity words license exceptives; the remaining four (existential, proportional) do not.