Documentation

Linglib.Syntax.Comparative

Comparison: comparative-construction typology #

[Sta13b] [DH13b] [BKF+09] [Has01]

Per-language typological substrate for comparative-construction typology (Stassen's WALS Ch 121 framework + Beck-Crisma-Krasikova degree-word typology + superlative strategies). Fragment-importable; mirrors the Linglib/Typology/{Possession,Negation,Question}.lean pattern.

What lives here #

Theory-laden caveats #

Out of scope #

Stassen's 1985 fine-grained adverbial typology (ComparativeType1985, caseAssignment, fixedEncoding, spatialCase) and the 1985-↔-2013 consistency theorems live in Studies/Stassen1985.lean (paper-anchored). Cross-linguistic theorems consuming Fragment per-language data live in Studies/Stassen2013.lean.

WALS Ch 121: how a language expresses comparison of inequality.

Stassen's classification is based on how the standard of comparison (the Y in "X is more Adj than Y") is encoded. Five types are cross-cutting; a single language may use more than one productively (classified as "mixed").

  • locational : ComparativeType

    Locational: the standard is marked with a locational/ablative case or adposition. Example: Japanese Y yori X tall 'Y from/than X tall'. Also Turkish (ablative), Hindi-Urdu (se), Latin (ablative).

  • exceed : ComparativeType

    Exceed: a verb meaning 'exceed/surpass' encodes comparison. Example: Yoruba Ade ga ju Bola lo. Common in Niger-Congo + SE Asian.

  • conjoined : ComparativeType

    Conjoined: two juxtaposed clauses, one attributing the property to X and the other denying / contrasting it for Y. Rarest type.

  • particle : ComparativeType

    Particle: a dedicated comparative particle marks the standard (e.g. English than, German als). Standard Average European pattern.

  • mixed : ComparativeType

    Mixed: more than one type is productive without a clear dominant.

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      [BKF+09]: presence of degree words in comparison constructions.

      • hasDegreeWord : DegreeWordType

        Free degree word (English more, French plus, Mandarin geng).

      • morphological : DegreeWordType

        Bound comparative morphology, no free degree word (English -er for short adjectives, Turkish -rak).

      • noDegreeMarking : DegreeWordType

        No overt degree marking (exceed-verb, juxtaposition, pragmatic).

      Instances For
        @[implicit_reducible]
        Equations
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          How a language forms superlatives. Partially independent of comparative type; some languages lack a dedicated superlative entirely.

          Instances For
            @[implicit_reducible]
            Equations
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              A language's comparative construction profile. Fragment-side joint: every Fragments/{Lang}/Comparison.lean exposes def comparison : ComparativeProfile.

              • language : String

                Language name.

              • iso : String

                ISO 639-3 code.

              • comparativeType : ComparativeType

                WALS Ch 121 comparative type.

              • degreeWord : DegreeWordType

                Degree word typology.

              • superlative : SuperlativeStrategy

                Primary superlative strategy.

              • comparativeForm : String

                Illustrative comparative form.

              • standardMarker : String

                Standard marker (the "than" equivalent), if applicable.

              • degreeMarker : String

                Degree marker ("more" equivalent), if applicable.

              • basicOrder : String

                Dominant basic word order (for word-order correlations).

              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Does a language have a given comparative type?

                  Equations
                  Instances For

                    Does a language have a free degree word?

                    Equations
                    Instances For

                      Does a language have bound comparative morphology?

                      Equations
                      Instances For

                        Does a language lack overt degree marking entirely?

                        Equations
                        Instances For

                          Does a language have a morphological superlative?

                          Equations
                          Instances For

                            Is this an SOV language?

                            Equations
                            Instances For

                              Is this an SVO language?

                              Equations
                              Instances For

                                Count of languages in a sample with a given comparative type.

                                Equations
                                Instances For

                                  Count of languages in a sample by degree word type.

                                  Equations
                                  Instances For

                                    Count of languages in a sample by superlative strategy.

                                    Equations
                                    Instances For

                                      Locational comparatives are the most common single type in WALS Ch 121.

                                      Particle comparatives are the rarest single type in the WALS data.

                                      Locational + particle together account for more than half the sample.

                                      Stassen 1985 — Comparative Entry [Sta85] #

                                      A typed record for the parameters of a comparative construction in a particular language: standard case, how that case is assigned, optional fixed-encoding role, the standard marker (e.g., than, より), and whether the construction has dedicated degree morphology.

                                      A language's comparative construction entry ([Sta85]).

                                      Instances For
                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          Equations
                                          Instances For