Documentation

Linglib.Features.Aktionsart

Features.Aktionsart #

@cite{vendler-1957} @cite{smith-1997}

Per-verb-entry feature taxonomy for lexical aspect: three orthogonal binary features (telicity, duration, dynamicity), the five-way Vendler class projection, the bundled AspectualProfile, and aspectual-shift operations modeling compositional coercion.

Descriptive vocabulary Fragment authors use to label lexical entries (verb.aspectualProfile = activityProfile); predictions about how a labelled verb's denotation behaves live in Theories/ (consequence theorems) or framework-specific Studies/ files.

The 5-way classification follows the Vendler taxonomy as extended by Smith 1991 / @cite{smith-1997} (binary feature decomposition + 5-cell map including semelfactives — both first appear in the 1991 1st ed., not the 1997 2nd ed. cited here). The semelfactive category itself comes from Slavic aspectology (Comrie 1976 Aspect, not in references.bib).

Telicity.toMereoTag projects this file's binary Telicity onto Core.Scales.Scale.MereoTag, the canonical cumulative/quantized tag. The CUM/QUA/DIV algebra over event predicates lives in Theories/Semantics/Events/CEM.lean — that is the substrate; the Telicity here is the Smith-flavored derived label.

Sibling formalizations of competitor lexical-aspect frameworks: @cite{bach-1986} EventSort in Theories/Semantics/Events/Basic.lean; @cite{krifka-1989}/@cite{krifka-1998} CUM/QUA/DIV in Theories/Semantics/Events/CEM.lean; @cite{dowty-1979} SIP in Theories/Semantics/Tense/Aspect/SubintervalProperty.lean; @cite{filip-2012} three-way refutation of binary telicity in Phenomena/TenseAspect/Studies/Filip2012.lean.

Telicity: whether an event has a natural endpoint.

Instances For
    @[implicit_reducible]
    Equations
    @[implicit_reducible]
    Equations
    def Features.instReprTelicity.repr :
    TelicityStd.Format
    Equations
    Instances For

      Duration: whether an event takes time or is instantaneous.

      Instances For
        @[implicit_reducible]
        Equations
        @[implicit_reducible]
        Equations
        def Features.instReprDuration.repr :
        DurationStd.Format
        Equations
        Instances For

          Dynamicity: whether the event involves change.

          Instances For
            @[implicit_reducible]
            Equations
            def Features.instReprDynamicity.repr :
            DynamicityStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Telicity → MereoTag: telic = quantized. Telic predicates are QUA (no proper part of a telic event is telic); atelic predicates are CUM (the sum of two atelic events is atelic).

              Equations
              Instances For

                Five-way situation type classification (@cite{smith-1997}). Three binary features [±dynamic, ±durative, ±telic] yield five classes. The name VendlerClass is retained for compatibility; @cite{vendler-1957} identified the first four, @cite{smith-1997} added semelfactives.

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

                    All dynamic classes involve change.

                    An aspectual profile bundles telicity, duration, and dynamicity.

                    • telicity : Telicity

                      Whether the eventuality has a natural endpoint

                    • duration : Duration

                      Whether the eventuality takes time

                    • dynamicity : Dynamicity

                      Whether the eventuality involves change

                    Instances For
                      def Features.instDecidableEqAspectualProfile.decEq (x✝ x✝¹ : AspectualProfile) :
                      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

                          Convert an aspectual profile to a situation type. All five [±dynamic, ±durative, ±telic] combinations are distinguished.

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

                            Telicize: add a natural endpoint to an atelic predicate.

                            Equations
                            Instances For

                              Atelicize: remove the natural endpoint (progressive effect).

                              Equations
                              Instances For

                                Duratize: stretch a punctual event over time (iterative).

                                Equations
                                Instances For

                                  Statify: convert to a stative reading.

                                  Equations
                                  Instances For

                                    Convert a Vendler class to its canonical aspectual profile.

                                    Equations
                                    Instances For

                                      Canonical profile for states.

                                      Equations
                                      Instances For

                                        Canonical profile for activities.

                                        Equations
                                        Instances For

                                          Canonical profile for achievements.

                                          Equations
                                          Instances For

                                            Canonical profile for accomplishments.

                                            Equations
                                            Instances For

                                              Canonical profile for semelfactives.

                                              Equations
                                              Instances For
                                                @[simp]

                                                Converting a situation type to a profile and back is identity.

                                                @[simp]

                                                The canonical state profile maps to the state class.

                                                @[simp]

                                                The canonical activity profile maps to the activity class.

                                                @[simp]

                                                The canonical achievement profile maps to the achievement class.

                                                @[simp]

                                                The canonical accomplishment profile maps to the accomplishment class.

                                                @[simp]

                                                The canonical semelfactive profile maps to the semelfactive class.

                                                Duratizing a semelfactive yields an activity (iterative reading).