Documentation

Linglib.Theories.Syntax.Minimalist.VerbalDecomposition

Verbal Decomposition #

@cite{cuervo-2003} @cite{wood-2015} @cite{pylkkanen-2008}

Sub-eventive verb heads that decompose verbal structure into fine-grained event components. Following @cite{wood-2015} and @cite{pylkkanen-2008}, CAUSE is an independent head — separate from both Voice (which introduces the external argument) and the root-determined event structure (vGO, vBE).

Key decompositions:

Voice contributes vDO (the agent's activity); CAUSE is part of the root structure, present in both causative and anticausative alternants.

Independent of applicative heads — used by Fission and the Spanish fragment.

Sub-eventive verb heads from @cite{cuervo-2003}, extended with vCAUSE following @cite{wood-2015} and @cite{pylkkanen-2008}.

  • vDO: Dynamic subevent where an agent does something
  • vCAUSE: Causal relation between subevents (independent head; present in both causative and anticausative alternants)
  • vGO: Dynamic subevent of change (inchoative component)
  • vBE: Stative subevent of result state
Instances For
    @[implicit_reducible]
    Equations
    def Minimalist.instReprVerbHead.repr :
    VerbHeadStd.Format
    Equations
    Instances For
      def Minimalist.isInchoative (heads : List VerbHead) :
      Bool

      A verb's event-structural decomposition as a list of VerbHeads.

      Key patterns:

      • State: [vBE]
      • Activity: [vDO]
      • Inchoative: [vCAUSE, vGO, vBE] (anticausative: "the door opened")
      • Causative: [vDO, vCAUSE, vGO, vBE] (transitive: "John opened the door")
      Equations
      Instances For
        def Minimalist.isCausative (heads : List VerbHead) :
        Bool

        Is this a causative (external cause + change + result)?

        Equations
        Instances For
          def Minimalist.isState (heads : List VerbHead) :
          Bool

          Is this a simple state (vBE only)?

          Equations
          Instances For
            def Minimalist.isActivity (heads : List VerbHead) :
            Bool

            Is this a simple activity (vDO only)?

            Equations
            Instances For
              def Minimalist.hasCause (heads : List VerbHead) :
              Bool

              Does this decomposition contain a CAUSE head?

              Equations
              Instances For
                def Minimalist.isAnticausative (heads : List VerbHead) :
                Bool

                Is this an anticausative (CAUSE present, but no external agent)? Anticausatives have the causal structure but lack an agentive vDO. This is the key insight from @cite{wood-2015}: CAUSE is independent of Voice, so it can appear without an agent.

                Equations
                Instances For

                  Inchoative = change + result, no external cause.

                  Inchoative with CAUSE: [vCAUSE, vGO, vBE] is still inchoative (no vDO).

                  Causative = external cause + change + result.

                  Inchoative is NOT causative (no vDO).

                  Causative is NOT inchoative (has vDO).

                  A pure state is neither inchoative nor causative.

                  An activity is neither inchoative nor causative.

                  CAUSE is present in both causative and anticausative alternants.

                  Anticausative = CAUSE + change, no agent.