A lexical entry for an adjective modifier.
Includes morphological forms (comparative, superlative) and semantic properties (scale type, antonym relation).
- form : String
Positive form
Comparative form
Superlative form
- scaleType : Core.Scale.Boundedness
Scale boundedness (from @cite{kennedy-2007})
- dimension : Core.Dimension
What dimension is being measured?
Antonym form (if any)
- antonymRelation : Option Semantics.Lexical.Adjective.NegationType
Antonym relation: contrary (gap) vs contradictory (no gap)
- isLowerEndpoint : Bool
Does this adjective select the lower endpoint of its scale? E.g., "short" selects the low end of height, "empty" selects the low end of fullness. This is scale-endpoint polarity, distinct from evaluative polarity (@cite{sassoon-2013}): empty is lower-endpoint but evaluatively positive (total, max-standard).
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.
- Fragments.English.Modifiers.Adjectives.instBEqAdjModifierEntry.beq x✝¹ x✝ = false
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
- Fragments.English.Modifiers.Adjectives.dead = { form := "dead", scaleType := Core.Scale.Boundedness.closed, dimension := Core.Dimension.alive }
Instances For
Equations
- Fragments.English.Modifiers.Adjectives.pregnant = { form := "pregnant", scaleType := Core.Scale.Boundedness.closed, dimension := Core.Dimension.pregnancy }
Instances For
Instances For
Convert an adjective entry to a morphological stem with its comparative/superlative paradigm.
Periphrastic adjectives (e.g., "expensive" → "more expensive") work naturally: the full periphrastic form is stored as the irregular form string.
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.