Latin Adjective Degree Forms #
Latin comparative and superlative morphology, used for cross-linguistic
verification of [Bob12]'s *ABA constraint and pattern inventory. Latin
adjectives instantiate the general Adjective object (Syntax/Adjective/Basic.lean),
carrying their morphology in the comparison facet; the data here is purely
morphological (no scale dimension).
Latin exhibits all three attested degree suppletion patterns:
- AAA: regular (
longus – longior – longissimus) - ABB: suppletive CMPR+SPRL sharing a root (
magnus – maior – maximus) - ABC: three distinct roots (
bonus – melior – optimus)
No Latin adjective shows an *ABA pattern.
longus – longior – longissimus ('long'): regular synthetic comparative and superlative with productive suffixes -ior/-issimus.
Equations
- Latin.Adjectives.longus = { form := "longus", comparison := { formComp := some "longior", formSuper := some "longissimus", suppletion := Morphology.DegreeContainment.aaa } }
Instances For
altus – altior – altissimus ('tall/high/deep'): regular.
Equations
- Latin.Adjectives.altus = { form := "altus", comparison := { formComp := some "altior", formSuper := some "altissimus", suppletion := Morphology.DegreeContainment.aaa } }
Instances For
fortis – fortior – fortissimus ('brave/strong'): regular.
Equations
- Latin.Adjectives.fortis = { form := "fortis", comparison := { formComp := some "fortior", formSuper := some "fortissimus", suppletion := Morphology.DegreeContainment.aaa } }
Instances For
bonus – melior – optimus ('good – better – best'): three distinct roots (ABC), the paradigmatic ABC example ([Bob12]). Both grades suppletive.
Equations
- One or more equations did not get rendered due to their size.
Instances For
malus – peior – pessimus ('bad – worse – worst'): three distinct roots (ABC).
Equations
- One or more equations did not get rendered due to their size.
Instances For
magnus – maior – maximus ('great – greater – greatest'): ABB — the comparative and superlative share the suppletive root mai-/max-.
Equations
- One or more equations did not get rendered due to their size.
Instances For
parvus – minor – minimus ('small – smaller – smallest'): ABB, suppletive root min- shared across comparative and superlative.
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 Latin entries satisfy contiguity (no *ABA).
Regular entries derive AAA patterns.
bonus/melior/optimus is ABC.
malus/peior/pessimus is ABC.
magnus/maior/maximus is ABB.
parvus/minor/minimus is ABB.
Latin has all three attested patterns: AAA, ABB, ABC.