Documentation

Linglib.Semantics.ArgumentStructure.ParticipantType

Participant types ([Gri11] §2.2, Fig. 3) #

A participant type pairs an agentivity value with a persistence level — Grimm's term for a node of the full lattice ("each node of the lattice determines one type of participant"). The product carrier has 80 elements; Grimm's Fig. 3 lattice is the 38-element Valid subset (volition → sentience, and no agentivity without existence at the event's beginning, p.526–527).

Named participant types anchor the case regions (CaseRegion.lean): maximalAgent = ⊤, maximalPatient, effectorAgent, and the dative convergence point sentientNonInstigator. Tsunoda's transitivity hierarchy (§3, example 8) is TransitivityRank, with the canonical patient placement of each class (Fig. 5).

A participant type: agentivity × persistence (80 elements). Grimm's Fig. 3 lattice is the 38-element Valid subset.

Instances For
    def ArgumentStructure.instDecidableEqParticipantType.decEq (x✝ x✝¹ : ParticipantType) :
    Decidable (x✝ = x✝¹)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The agentivity constraint: volition → sentience.

        Equations
        Instances For

          The cross-lattice constraint: if the argument does not exist at the beginning of the event, it cannot have any agentivity properties.

          Equations
          Instances For
            @[implicit_reducible]
            Equations

            Full validity: both constraints satisfied. Carves Grimm's 38-element Fig. 3 lattice out of the 80-element carrier.

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

                Product order: componentwise on agentivity and persistence.

                Equations
                @[implicit_reducible]
                Equations
                • One or more equations did not get rendered due to their size.
                @[implicit_reducible]
                instance ArgumentStructure.instDecidableRelParticipantTypeLe :
                DecidableRel fun (x1 x2 : ParticipantType) => x1 x2
                Equations
                @[implicit_reducible]

                Componentwise lattice: meet/join on each axis independently.

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

                Named participant types #

                Maximal Agent (Fig. 4): all agentivity features at total persistence — the top of the participant lattice. The prototypical transitive subject.

                Equations
                Instances For

                  Maximal Patient (Fig. 4): no agentivity features, existential persistence (beginning). The prototypical affected object that ceases to exist (break, destroy).

                  Equations
                  Instances For

                    The "effector" participant type: instigation + motion, total persistence. The canonical agent of effective action verbs (kill, break). §3, labeled Ia/IIa in Fig. 5.

                    Equations
                    Instances For

                      Sentience without instigation, at qualitative persistence (beginning): the single position where Grimm's §5.1 dative uses converge — recipients, dative experiencers, and second arguments of two-place communication/service verbs (Fig. 7).

                      Equations
                      Instances For

                        Transitivity region (§3, Fig. 4) #

                        A node is in the transitivity region iff its persistence level is in {exPersBeginning, quPersBeginning, totalPersistence}.

                        The transitivity region excludes totalNonPersistence and exPersEnd because the prototypical transitive event requires both participants to exist at the beginning (p.529–530).

                        Equations
                        Instances For

                          Tsunoda's transitivity hierarchy (§3, example 8).

                          ClassExample verbsTransitivity
                          Ikill, breakHighest
                          IIshoot, hitMiddle
                          IIIsearch, seekLowest

                          Named TransitivityRank (rank on Tsunoda's hierarchy) to avoid collision with ArgumentStructure.AuxiliarySelection.TransitivityClass (the Burzio unaccusative/unergative/transitive classification).

                          • resultativeEffective : TransitivityRank

                            Resultative Effective Action: kill, break. Object is destroyed (exPersBeginning). Maximal opposition between agent and patient.

                          • contact : TransitivityRank

                            Contact: shoot, hit. Object is affected but persists (quPersBeginning). Less opposition than Class I.

                          • pursuit : TransitivityRank

                            Pursuit: search, seek. Object may not even exist (totalNonPersistence). Outside the transitivity region.

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

                              The canonical patient position for each transitivity class (Fig. 5). The agent position for all three classes is effectorAgent (Fig. 5, Ia/IIa share the same agent node; Grimm doesn't separately label IIIa).

                              Equations
                              Instances For