Documentation

Linglib.Syntax.Clause.Arguments

Core arguments of a clause token #

What each core-argument position of a clause (ArgumentStructure.ArgPosition) bears — a DP, its φ-features, its number — with none at an unfilled position. The filled positions are the clause's valency.

Main definitions #

Main results #

@[reducible, inline]
abbrev Clause.Arguments (α : Type u_1) :
Type u_1

What each core-argument position of a clause token bears, none where the position is unfilled.

Equations
Instances For
    def Clause.Arguments.unaccusative {α : Type u_1} (x : α) :

    An intransitive clause whose sole argument is internal.

    Equations
    Instances For
      def Clause.Arguments.unergative {α : Type u_1} (x : α) :

      An intransitive clause whose sole argument is external.

      Equations
      Instances For
        def Clause.Arguments.transitive {α : Type u_1} (obj subj : α) :

        A transitive clause: an internal argument obj and an external one subj.

        Equations
        Instances For

          A clause with no core argument filled.

          Equations
          Instances For

            The filled positions.

            Equations
            Instances For
              @[simp]

              An unaccusative clause's sole argument occupies the root's valency.

              An unergative clause's sole argument occupies Voice's valency.