Kennedy 1999: Projecting the Adjective #
@cite{kennedy-1999} @cite{bresnan-1973} @cite{bhatt-pancheva-2004} @cite{kennedy-2007} @cite{lechner-2004} @cite{rett-2020} @cite{schwarzschild-2008}
@cite{kennedy-1999} "Projecting the Adjective" (dissertation, UC Santa Cruz; published 1999, Garland). The foundational argument that gradable adjectives denote measure functions (Entity → Degree), with degree morphemes (-er, as, -est, too, enough) as functional heads of a DegP projection that bind the degree argument.
Core Contributions #
Adjectives as measure functions: ⟦tall⟧ = λx. height(x), not λd.λx. height(x) ≥ d. The relational type ⟨d,⟨e,t⟩⟩ is derived by combining with degree morphology, not lexical.
Extent functions: pos-ext and neg-ext partition the scale into degrees an entity "has" and "lacks". Negative adjectives access the negative extent of the same scale as their positive counterpart.
Cross-polar anomaly: "Kim is as tall as Lee is short" is anomalous because the equative tries to compare a positive extent with a negative extent — structurally incompatible (proved always-false in
Core.Scale.crossExtent_always_false).Antonymy biconditional: "BK is longer than The Idiot iff The Idiot is shorter than BK" is DERIVED from extent complementarity, not stipulated as a lexical property (proved in
Core.Scale.antonymy_biconditional).DegP projection: Degree morphemes head their own syntactic phrase. This has been refined by @cite{heim-2001} (sentential operator approach) and subsequent work. The core insight — that degree binding is syntactic, not lexical — is consensus.
Comparative subdeletion: "The table is longer than it is wide" requires clausal standards and cross-dimensional commensurability.
What Is Current vs. Historical #
The measure function denotation and extent functions (§ 1–4) are current consensus — they underlie all subsequent degree-semantic work including @cite{kennedy-2007} and @cite{schwarzschild-2008}.
The specific DegP syntax (§ 5) has been refined: @cite{heim-2001}'s sentential operator approach is now co-standard, and the two make different scope predictions. This study file records both the data and the 1999-era analysis.
Additional Data #
This file also collects comparison construction data from @cite{bresnan-1973} (phrasal/clausal comparatives, morphological distribution), @cite{bhatt-pancheva-2004} and @cite{lechner-2004} (subcomparatives), and @cite{kennedy-2007} and @cite{rett-2020} (equative constructions).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cross-polar anomaly data from @cite{kennedy-1999}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Among equatives, cross-polar = unacceptable. The comparative rescues cross-polar because -er compares degrees, not extents.
The cross-polar anomaly is predicted by extent function algebra: cross-extent inclusion is always false on any linear order. This is the formal content behind the unacceptability of "Kim is as tall as Lee is short".
Same-polarity equatives are well-defined: "as tall as" checks that the standard's positive extent is included in the subject's. This reduces to μ(subject) ≥ μ(standard).
Bridge: the extent-based equative (equativeViaExtent, defined via
posExt inclusion) and the direct equative (equativeLiteral, defined
as μ(a) ≥ μ(b)) are equivalent. This connects Kennedy's algebraic
formulation to the standard point-comparison semantics.
"A is taller than B" iff B's positive extent is strictly contained
in A's. Bridges the consensus comparative to the algebraic
posExt_ssubset_iff from Core.Scale.
Central theorem of @cite{kennedy-1999} Ch. 3: antonymy equivalence is DERIVED from the complementarity of positive and negative extents, not stipulated as a lexical property.
"BK is longer than The Idiot" iff "The Idiot is shorter than BK"
Formally: posExt(b) ⊂ posExt(a) ↔ negExt(a) ⊂ negExt(b). The positive comparative and the negative comparative have the same truth conditions because positive and negative extents are complementary projections of the same scale point.
The antonymy biconditional also holds for equatives: "A is as tall as B" iff "B is as short as A" — extent inclusion in one polarity implies extent inclusion in the other.
@cite{kennedy-1999}'s DegP projection: degree morphemes are functional heads taking AdjP as complement.
[DegP [Deg° -er, as, -est, too, enough] [AdjP tall]]
This specific syntactic structure was refined by @cite{heim-2001}, who treats -er as a sentential operator rather than a DegP head. Both agree that degree binding is syntactic.
Note: the degree head inventory matches Semantics.Degree.DegPType
from Degree/Core.lean, which is the current consensus enumeration.
This historical structure records Kennedy's specific proposal that
these heads project a full DegP phrase.
- head : Semantics.Degree.DegPType
- adjective : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Example DegP constructions from @cite{kennedy-1999}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@cite{kennedy-1999} §3.1.8 observes that measure phrases are acceptable with positive adjectives but not negative ones:
(69) "My Cadillac is 8 feet long." ✓ (70) "#My Fiat is 5 feet short." ✗
Kennedy's explanation: measure phrases denote bounded extents. On scales with a minimum, positive extents are bounded (anchored at ⊥), but negative extents are not (they extend to ∞). So the ordering relation between a measure phrase (bounded extent) and a negative extent is undefined.
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
Measure phrases are acceptable with positive adjectives only.
An acceptability judgment for a comparative construction. @cite{bresnan-1973} @cite{kennedy-1999} @cite{lechner-2004}
- sentence : String
The example sentence
- acceptable : Bool
Whether the sentence is acceptable
- standardType : String
Phrasal or clausal standard?
- note : String
Notes on the reading or restriction
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Phrasal comparatives — DP complement of than.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Clausal comparatives — CP complement of than.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Synthetic vs. analytic comparative distribution in English. The generalization: monosyllabic adjectives prefer synthetic (-er), polysyllabic prefer analytic (more), disyllabic varies.
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
Bare comparative data: the standard of comparison may be implicitly recovered from context.
"Kim is taller" — standard = contextually supplied comparison class. This connects to the evaluative/positive reading of bare gradable adjectives (Gradability/).
Note: "bare comparative" = comparative without an explicit standard. This is NOT "comparative deletion" in @cite{bresnan-1973}'s sense (= identity-based deletion of a clause constituent from the than-clause).
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
A subcomparative judgment. @cite{bhatt-pancheva-2004} @cite{kennedy-1999} @cite{lechner-2004} @cite{schwarzschild-2008}
- sentence : String
- acceptable : Bool
- matrixPredicate : String
The matrix predicate (e.g., "long")
- embeddedPredicate : String
The embedded predicate (e.g., "wide")
- commensurable : Bool
Are the dimensions commensurable?
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
Equative encoding strategy. @cite{rett-2020}
- parameterMarker : EquativeStrategy
- reach : EquativeStrategy
- similative : EquativeStrategy
- exceed : EquativeStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cross-linguistic equative strategy datum.
- language : String
- strategy : EquativeStrategy
- exampleForm : String
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.