Documentation

Linglib.Syntax.Category.Verb.Argument

Verb arguments #

Verb.Argument: an argument slot of a verb entry — core or oblique, with its proto-role entailment profile — read off the citation frame by Verb.arguments. The slots are the primitive; role labels are derived classifications of them: Argument.thetaLabel gives the Dowty cluster label, and Verb.codingRoles gives the comparative S/A/P/R/T classification, which is a function of the frame (A is defined as the more agent-like core argument of a two-place frame), never a stored feature.

References #

structure Verb.Argument :

An argument slot of a verb entry: whether the citation frame realizes it as a core nominal or an oblique, and its proto-role entailment profile (none when the entry leaves it unspecified).

Instances For
    def Verb.instReprArgument.repr :
    ArgumentStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[instance_reducible]
      Equations
      Equations
      Instances For
        @[instance_reducible]
        Equations

        Derived semantic-role label: the cluster label of the slot's entailment profile (EntailmentProfile.toRole).

        Equations
        Instances For
          def Verb.arguments (v : Verb) :

          The argument slots of the entry's citation frame: the subject, the nominal objects, then one oblique slot per adpositional position, with entailments read from the entry (object entailments sit on the theme — the sole object of a monotransitive, the second object of a double-object frame). Clausal complements are not argument slots here; they stay in the frames/readings API.

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

            The core argument slots of the citation frame.

            Equations
            Instances For

              The derived comparative classification of the core slots, positionally parallel to coreArguments ([Com78]): the sole core argument of a one-place frame is S; a two-place frame has A and P; a double-object frame has A, R, and T. A function of the frame's arity — coding roles are read off argument structure, not assigned to it. This classifies the citation clause; the general clause-token classification is Clause.Arguments.codingRole (a passive clause of the same verb has an S).

              Equations
              Instances For