Granularity and Just: Degree Morphology [TD20] #
Grounds the approximative readings of just with degree constructions in
the granularity semantics of Degree.Granularity: with
equatives the negative component of just is vacuous (just_vacuous_iff,
"just as tall as" ≈ "exactly"), while with comparatives it forces failure
at coarser grains (just_rules_out, "just taller than" ≈ "barely").
Main declarations #
equality_grounded,proximity_grounded: the two readings as instances of the granularity lemmasGranularityDatum,allGranularityData: the §3 equative/comparative dataall_noncancellable: the granularity contribution is at-issue (§3.3)
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 #
Each datum records the construction type and the cancellability of the granularity inference.
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
Equations
Equations
- ThomasDeo2020.instDecidableEqCancellability x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
A granularity-specific datum: example + construction + cancellability.
- sentence : String
- construction : Degree.AdjectivalConstruction
- cancellability : Cancellability
- paraphrase : String
- exampleNum : ℕ
Instances For
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.
Instances For
(14) "The amaryllis are just as tall as the hollyhocks" ≈ "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" ≈ "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" ≈ "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" — the 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" ≈ "barely more expensive".
Equations
- One or more equations did not get rendered due to their size.
Instances For
The granularity contribution of just is at-issue (§3.3), not a cancellable implicature: every datum's inference is non-cancellable.