Documentation

Linglib.Core.Root

Root: Cross-Cutting Primitive Types #

@cite{beavers-etal-2021} @cite{dixon-1982} @cite{harley-2014} @cite{levin-1993} @cite{henderson-2019}

Framework-agnostic types for characterizing verb roots across theoretical modules. These types are used by Semantics (event structure, denotations), Syntax (argument structure, Voice), and Morphology (categorization, DM).

The theoretical content — why these types are what they are, and what they predict — lives in Theories/Morphology/RootTypology.lean and Theories/Morphology/DM/Categorizer.lean.

inductive RootType :

Two types of change-of-state verb roots (@cite{beavers-etal-2021} §3.1).

Property concept (PC) roots: underlie deadjectival CoS verbs. The root describes a gradable property (dimension, color, value, etc.). Examples: flat, red, long, warm.

Result roots: underlie non-deadjectival CoS verbs. The root describes a specific result state that arises from a particular kind of event (breaking, cooking, killing, etc.). Examples: crack, break, shatter.

Instances For
    Equations
    Equations
    Instances For
      Equations
      Instances For

        Whether a root lexically entails prior change (@cite{beavers-etal-2021} §3.6).

        PC roots denote simple states that can hold without any prior change event. Result roots denote states that entail a prior change event.

        Equations
        Instances For
          inductive RootArity :

          Whether a root selects an internal (theme) argument.

          @cite{coon-2019}: the central division of labor is that roots determine internal arguments while functional heads (v/Voice⁰) determine external arguments. This is orthogonal to change entailment.

          Instances For
            Equations
            Equations
            Instances For
              Equations
              Instances For

                Does this root arity entail an obligatory internal argument?

                Equations
                Instances For

                  The semantic denotation domain of a root (@cite{coon-2019}, (3)).

                  • eventPred ⟨e, ⟨s,t⟩⟩: entity → event → truth-value (√TV, √ITV)
                  • measureFn ⟨e, ⟨s,d⟩⟩: entity → event → degree (√POS; @cite{henderson-2019})
                  • entityPred ⟨e,t⟩: entity → truth-value, no event (√NOM)
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      structure Root :

                      Unified root characterization bundling all classification dimensions.

                      A root is characterized along five independent axes:

                      1. Arity: does it select an internal argument?
                      2. Change entailment: does it lexically entail a prior change event?
                      3. Denotation type (@cite{coon-2019}, (3)): event predicate, measure function, or entity predicate.
                      4. Quality dimensions (Spalek & McNally): within-class root content
                      5. Class membership: verb class taxonomy

                      Axes 1, 2, and 3 cross-classify: Coon's four Chuj root classes are recovered as (arity × denotationType) pairs: √TV = selectsTheme + eventPred, √ITV = noTheme + eventPred, √POS = noTheme + measureFn, √NOM = noTheme + entityPred.

                      • arity : RootArity

                        Does this root select an internal argument?

                      • changeType : RootType

                        Does this root lexically entail prior change?

                      • denotationType : Option RootDenotationType

                        Semantic denotation domain (@cite{coon-2019}, (3)). Optional — not all roots have been annotated.

                      • profile : RootProfile

                        Within-class quality dimensions (Spalek & McNally)

                      • levinClass : Option LevinClass

                        Verb class membership

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

                            Does this root lexically entail prior change?

                            Equations
                            Instances For