Documentation

Linglib.Phenomena.Comparison.Comparative.Differential

Differential Comparatives #

@cite{schwarzschild-2005} @cite{solt-2015} @cite{winter-2005}

Empirical data on differential comparatives: constructions that specify the extent of the comparison ("3 inches taller", "twice as expensive", "much faster").

Key Empirical Patterns #

  1. Measure phrase differentials require specific scale structure: "3 inches taller" ✓ but "*3 units more beautiful" ✗ (ratio scale needed).
  2. Factor phrases ("twice as tall") require the equative, not the comparative (*"twice taller than").
  3. Degree modifiers ("much", "slightly", "a lot") are less restrictive than measure phrases — they work with open scales.

A measure phrase differential datum: a numeric amount specifying the extent of comparison.

  • sentence : String
  • acceptable : Bool
  • scaleType : String

    What kind of scale does the adjective have?

  • measurePhrase : String

    The measure phrase

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

        Factor phrase data: multiplicative comparison ("twice", "three times").

        • sentence : String
        • acceptable : Bool
        • factor : String

          Factor ("twice", "three times", etc.)

        • construction : String

          Equative or comparative?

        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

              Degree modifier data: "much", "slightly", "a lot", "far".

              • sentence : String
              • acceptable : Bool
              • modifier : String
              • requiresComparison : Bool

                Does the modifier require a comparison construction?

              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