Documentation

Linglib.Semantics.Verb.Root.Classification

Root classification: change type, denotation type, and cross-classification #

The cross-linguistic classification dimensions a change-of-state verb root is typed by: whether it lexically entails change (ChangeType), its semantic denotation domain (DenotationType), Dixon's property-concept categories (PCClass), Levin's result-verb categories (ResultClass), and the bundled Classification cross-classifying arity against change entailment.

Anchoring and provenance #

Main definitions #

Main results #

Two types of change-of-state verb roots ([BEJ+21] §3.1).

Property concept (PC) roots underlie deadjectival CoS verbs: the root describes a gradable property (flat, red, long, warm). Result roots underlie non-deadjectival CoS verbs: the root describes a specific result state arising from a particular event (crack, break, shatter).

Instances For
    @[implicit_reducible]
    Equations
    def Verb.Root.instReprChangeType.repr :
    ChangeTypeStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Whether a root lexically entails prior change ([BEJ+21] §3.6). PC roots denote simple states holding without prior change; result roots denote states entailing a prior change event. The entailment reading is the B&KG account, contested by the DM camp.

      Equations
      Instances For

        PC roots allow restitutive again (scope over root only); result roots allow only repetitive again (scope over BECOME) ([BEJ+21] §3.4). Since a result root's state itself entails change, again over the root still entails a prior change event, collapsing into the repetitive reading.

        Equations
        Instances For

          The semantic denotation domain of a root ([Coo19] (3); extended by [HKG25]).

          • indivStatePred ⟨e, ⟨v,t⟩⟩: individual/state relation (√TV, √ITV; also PC Class 1/3 roots per [HKG25])
          • statePred ⟨v,t⟩: predicate of states, no individual argument (PC Class 2)
          • measureFn ⟨e, ⟨s,d⟩⟩: entity → event → degree (√POS in [Coo19] (3), following [Hen19]'s measure functions)
          • entityPred ⟨e,t⟩: entity → truth-value, no event (√NOM)
          Instances For
            @[implicit_reducible]
            Equations
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Whether a root denotation type includes an individual argument.

              Types with an individual argument (⟨e, ...⟩) compose directly with v_become (which requires ⟨e, ⟨v,t⟩⟩). Types without one (⟨v,t⟩) cause a type mismatch and require type-shifting (∇) or possessive semantics (v_have) to predicate of individuals ([HKG25] §5.1).

              Equations
              Instances For

                Property concept root subclasses ([Dix82]; [BEJ+21] ex. 5).

                [Dix82] identifies seven semantic categories. [BEJ+21] omits HUMAN PROPENSITY from their Table 2 sample, but the category is attested crosslinguistically ([HKG25] Table A1).

                Instances For
                  @[implicit_reducible]
                  Equations
                  @[implicit_reducible]
                  Equations
                  def Verb.Root.instReprPCClass.repr :
                  PCClassStd.Format
                  Equations
                  Instances For

                    Result root subclasses ([Lev93]; [BEJ+21] ex. 6). inherentlyDirectedMotion is a formaliser addition, not on Levin's list.

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

                        Unified root characterization bundling the classification dimensions.

                        A root is characterized along independent axes: arity (does it select an internal argument?), change entailment (does it lexically entail prior change?), denotation type ([Coo19] (3)), within-class quality dimensions, and verb-class membership. Arity, change entailment, and denotation type cross-classify: [Coo19]'s four Chuj root classes are recovered as (arity × denotationType) pairs — √TV = selectsTheme + indivStatePred, √ITV = noTheme + indivStatePred, √POS = noTheme + measureFn, √NOM = noTheme + entityPred.

                        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

                                Cross-classification: arity × change entailment #

                                √BREAK: selects theme + entails change (result root, [Lev93] 45.1).

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

                                  √HIT: selects theme + does not entail change ([Lev93] 18.1). .propertyConcept is used broadly: the formal content (entailsChange = false) is what matters, not the label.

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

                                    √DIE: no theme + entails change. The dying entity is introduced by functional structure (unaccusative vGO/vBE), not selected by the root; dying lexically entails a prior change (becoming dead).

                                    Equations
                                    Instances For

                                      √SIT: no theme + does not entail change (positional root, Coon's √POS class). Denotes a measure function ⟨e,⟨s,d⟩⟩ ([Coo19] (3), following [Hen19]).

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

                                        Orthogonality of arity and change entailment. All four cells of the 2×2 cross-classification are inhabited: knowing that a root selects a theme tells you nothing about whether it entails change, and vice versa.

                                        theorem Verb.Root.change_does_not_determine_arity :
                                        (∃ (r : Classification), r.entailsChange = true r.arity = Arity.selectsTheme) (∃ (r : Classification), r.entailsChange = true r.arity = Arity.noTheme) (∃ (r : Classification), r.entailsChange = false r.arity = Arity.selectsTheme) ∃ (r : Classification), r.entailsChange = false r.arity = Arity.noTheme

                                        Change entailment does not determine arity (and vice versa). Change entailment fixes all morphosyntactic correlates (markedness, simple stative, again readings) but nothing about internal argument selection — [Coo19]'s arity is an independent dimension.

                                        Theme persistence ([Coo19] main empirical claim). If a root selects a theme, the internal argument persists regardless of the v/Voice⁰ head. In Chuj, √TV roots surface with an internal argument in transitive, passive, and antipassive constructions alike. Expressed by design: arity is a field of Classification, not of the derived verb.