The 7 interpretive flavors of just (@cite{deo-thomas-2025}: §2).
- complementExclusion : JustFlavor
- rankOrder : JustFlavor
- emphatic : JustFlavor
- precisifyingEquality : JustFlavor
- precisifyingProximity : JustFlavor
- minimalSufficiency : JustFlavor
- unexplanatory : JustFlavor
- unelaboratory : JustFlavor
- counterexpectational : JustFlavor
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Focus.Exclusives.instBEqJustFlavor.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Why the widest answerable construal is optimal at context. Corresponds to @cite{deo-thomas-2025}).
- answerable : ContextType
- qualityFail : ContextType
- relevanceFail : ContextType
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Focus.Exclusives.instBEqContextType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Datum for a just example with flavor classification.
- sentence : String
- flavor : JustFlavor
- onlyOk : Bool
Can only be felicitously substituted?
- contextType : ContextType
Which context type from (37)
- qud : String
The relevant QUD / underspecified question
- inference : String
The inference triggered
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
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 just examples from the paper.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Only can substitute for just only in complement-exclusion and rank-order uses.
Unexplanatory uses arise when wider construals fail Quality.
Unelaboratory uses arise when wider construals fail Relevance.
The complement-exclusion, rank-order, emphatic, precisifying, and counterexpectational uses all arise when the widest construal IS answerable.
Emphatic just requires extreme adjectives. With non-extreme adjectives, just gets complement-exclusion instead.
"The food was just amazing" → emphatic (amazing is extreme) "The soup was just tasty" → complement-exclusion (tasty is NOT extreme) i.e. "The soup was no more than tasty"
- sentence : String
- adjIsExtreme : Bool
- reading : JustFlavor
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Focus.Exclusives.emphatic_extreme = { sentence := "The food was just amazing", adjIsExtreme := true, reading := Phenomena.Focus.Exclusives.JustFlavor.emphatic }
Instances For
Equations
- Phenomena.Focus.Exclusives.nonextreme_gets_exclusion = { sentence := "The soup was just tasty", adjIsExtreme := false, reading := Phenomena.Focus.Exclusives.JustFlavor.complementExclusion }
Instances For
Extreme adjectives never combine with imprecision markers. This is why emphatic just ≠ precisifying just.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Focus.Exclusives.extreme_no_roughly = { sentence := "#Roughly speaking, this soup is amazing", felicitous := false }
Instances For
Equations
- Phenomena.Focus.Exclusives.maxstd_roughly_ok = { sentence := "Roughly speaking, this tank is full", felicitous := true }
Instances For
Emphatic reading blocked when endpoint is objective.
Equations
- Phenomena.Focus.Exclusives.no_emphatic_objective_closed = { sentence := "#The door is just [closed]F!", felicitous := false }
Instances For
Equations
- Phenomena.Focus.Exclusives.no_emphatic_objective_full = { sentence := "#The tank is just [full]F!", felicitous := false }