Latin Adjective Degree Forms #
@cite{bobaljik-2012}
Latin comparative and superlative morphology, used for cross-linguistic verification of @cite{bobaljik-2012}'s *ABA constraint and pattern inventory.
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.
A Latin adjective entry with positive, comparative, and superlative forms plus the suppletive pattern. Minimal structure — Latin data here is purely morphological (no scale type, dimension, etc.).
- pos : String
- cmpr : String
- sprl : String
- suppletion : Core.Morphology.DegreeContainment.DegreePattern
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
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Latin.Adjectives.instBEqLatinAdjEntry.beq x✝¹ x✝ = false
Instances For
longus – longior – longissimus ('long'): regular synthetic comparative and superlative with productive suffixes -ior/-issimus.
Equations
- Fragments.Latin.Adjectives.longus = { pos := "longus", cmpr := "longior", sprl := "longissimus", suppletion := Core.Morphology.DegreeContainment.aaa }
Instances For
altus – altior – altissimus ('tall/high/deep'): regular.
Equations
- Fragments.Latin.Adjectives.altus = { pos := "altus", cmpr := "altior", sprl := "altissimus", suppletion := Core.Morphology.DegreeContainment.aaa }
Instances For
fortis – fortior – fortissimus ('brave/strong'): regular.
Equations
- Fragments.Latin.Adjectives.fortis = { pos := "fortis", cmpr := "fortior", sprl := "fortissimus", suppletion := Core.Morphology.DegreeContainment.aaa }
Instances For
bonus – melior – optimus ('good – better – best'): three distinct roots (ABC). The paradigmatic example of ABC suppletion (@cite{bobaljik-2012}).
Equations
- Fragments.Latin.Adjectives.bonus = { pos := "bonus", cmpr := "melior", sprl := "optimus", suppletion := Core.Morphology.DegreeContainment.abc }
Instances For
malus – peior – pessimus ('bad – worse – worst'): three distinct roots (ABC).
Equations
- Fragments.Latin.Adjectives.malus = { pos := "malus", cmpr := "peior", sprl := "pessimus", suppletion := Core.Morphology.DegreeContainment.abc }
Instances For
magnus – maior – maximus ('great – greater – greatest'): ABB. The comparative and superlative share the suppletive root mai-/max-.
Equations
- Fragments.Latin.Adjectives.magnus = { pos := "magnus", cmpr := "maior", sprl := "maximus", suppletion := Core.Morphology.DegreeContainment.abb }
Instances For
parvus – minor – minimus ('small – smaller – smallest'): ABB. Suppletive root min- shared across comparative and superlative.
Equations
- Fragments.Latin.Adjectives.parvus = { pos := "parvus", cmpr := "minor", sprl := "minimus", suppletion := Core.Morphology.DegreeContainment.abb }
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.