Documentation

Linglib.Theories.Semantics.Lexical.Roots.Template

Templatic Heads and Event Structure Composition #

@cite{beavers-koontz-garboden-2020} @cite{rappaport-hovav-levin-1998}

The B&K-G architecture decomposes event structure into templatic heads that combine with roots. The three primitive heads are:

A root attaches to a head in one of two structural positions:

The familiar @cite{rappaport-hovav-levin-1998} templates (state, activity, achievement, accomplishment) are compositions of these primitives — see EventStructure.toTemplate.

The three primitive event-structural heads (@cite{beavers-koontz-garboden-2020} ch. 1, ch. 5).

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

      An event structure: a list of templatic heads (outermost first) composed with a root in a specific structural position.

      Examples:

      • ⟨[v_act], jog, adjoined⟩ — pure activity (jog)
      • ⟨[v_become], blossom, complement⟩ — achievement
      • ⟨[v_cause, v_become], crack, complement⟩ — accomplishment
      • ⟨[v_cause, v_become], hand, adjoined⟩ — caused result with manner root in adjoined position
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Does the event structure include a particular head?

          Equations
          Instances For

            A pure activity: [v_act] with manner root adjoined. [x ACT⟨manner⟩]

            Equations
            Instances For

              An achievement: [v_become] with state root as complement. [BECOME [x ⟨STATE⟩]]

              Equations
              Instances For

                An accomplishment: [v_cause, v_become] with state root as complement to BECOME. [[x ACT] CAUSE [BECOME [y ⟨STATE⟩]]]

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