Granularity Bridge: Just + Degree Morphology @cite{thomas-deo-2020} #
@cite{deo-thomas-2025}
Connects the formal semantics of approximative just from
Theories.Semantics.Degree.Granularity to the just flavor data in
Phenomena.Focus.Exclusives.
The .precisifyingEquality flavor ("just as tall as" ≈ "exactly")
follows from just_vacuous_iff: the negative component of just is
vacuous for equatives. The .precisifyingProximity flavor ("just taller
than" ≈ "barely") follows from just_rules_out: the negative component
forces failure at coarser grains.
Derive just flavor from adjectival construction type. @cite{thomas-deo-2020} predict:
- comparative + just → precisifying proximity (barely)
- equative + just → precisifying equality (exactly)
Equations
- Phenomena.Focus.Studies.ThomasDeo2020.justFlavorFromConstruction Semantics.Degree.AdjectivalConstruction.comparative = Phenomena.Focus.Exclusives.JustFlavor.precisifyingProximity
- Phenomena.Focus.Studies.ThomasDeo2020.justFlavorFromConstruction Semantics.Degree.AdjectivalConstruction.equative = Phenomena.Focus.Exclusives.JustFlavor.precisifyingEquality
- Phenomena.Focus.Studies.ThomasDeo2020.justFlavorFromConstruction x✝ = Phenomena.Focus.Exclusives.JustFlavor.complementExclusion
Instances For
"Fafen is just older than Siri" — comparative + just = proximity.
Equative + just = equality ("just as tall as" ≈ "exactly as tall as").
Note: precisifying_eq_full ("just full") achieves equality via a
closed-scale endpoint standard, not via equative morphology. The
shared flavor (.precisifyingEquality) reflects parallel pragmatic
effects through different compositional routes.
The equality reading for equatives is grounded: when the finest
grain is the strongest (largest lo → fine entails coarse), just's
negative component is vacuous, so "just as tall as" reduces to the
equative at finest grain. Instantiates just_vacuous_iff.
The proximity reading for comparatives is grounded: when the finest
grain is NOT the strongest at some coarser grain g, just rules out
truth at g. Instantiates just_rules_out.
§3 data: just with equatives and comparatives #
The paper's key empirical observations, encoded as JustDatum entries
from Exclusives.lean. Each datum has a predicted flavor and a
predicted cancellability status.
Whether just's inference can be cancelled with "but...".
- cancellable : Cancellability
- nonCancellable : Cancellability
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A granularity-specific datum: example + construction + predicted flavor + cancellability.
- sentence : String
- construction : Semantics.Degree.AdjectivalConstruction
- predictedFlavor : Exclusives.JustFlavor
- cancellability : Cancellability
- paraphrase : String
- exampleNum : ℕ
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
(14) "The amaryllis are just as tall as the hollyhocks" → precisifying equality ("exactly as tall as").
Equations
- One or more equations did not get rendered due to their size.
Instances For
(15) "Anna is just as old as Maria" → precisifying equality ("exactly as old as").
Equations
- One or more equations did not get rendered due to their size.
Instances For
(21) "Fafen is just older than Siri" → precisifying proximity ("barely older than").
Equations
- One or more equations did not get rendered due to their size.
Instances For
(23) "#Fafen is just older than Siri, but by a lot" → proximity inference is non-cancellable. Contrast with (24): "Fafen is only older than Siri, but by a lot" (OK).
Equations
- One or more equations did not get rendered due to their size.
Instances For
(25) "This album is just more expensive than that one" → precisifying proximity ("barely more expensive").
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 equative data points get the predicted equality flavor.
All comparative data points get the predicted proximity flavor.
All data points have non-cancellable inferences — the granularity contribution of just is at-issue (§3.3), not a cancellable implicature.
Equative data match the existing precisifying_eq_full flavor.
Comparative data match the existing precisifying_prox_older flavor.