Documentation

Linglib.Features.Aktionsart

Features.Aktionsart #

[Ven57] [Smi97]

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 / [Smi97] (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 Semantics/Events/CEM.lean — that is the substrate; the Telicity here is the Smith-flavored derived label.

Sibling formalizations of competitor lexical-aspect frameworks: [Bac86]; the event-token sort is this Dynamicity feature (Event.sort); [Kri89]/[Kri98] CUM/QUA/DIV in Semantics/Events/CEM.lean; [Dow79] SIP in Semantics/Aspect/SubintervalProperty.lean; [Fil12] three-way refutation of binary telicity in 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 ([Smi97]). Three binary features [±dynamic, ±durative, ±telic] yield five classes. The name VendlerClass is retained for compatibility; [Ven57] identified the first four, [Smi97] 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.

                    A Vendler class has internal stages iff it is both dynamic and durative. [Smi97] Ch. 4: the progressive focuses internal stages, so classes without them (states, punctuals) resist the progressive.

                    Equations
                    Instances For

                      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).

                                                  Aspectual diagnostics #

                                                  [Ven57] [Dow79]

                                                  The textbook test battery: for-X and in-X adverbials, the progressive, stop V-ing, and the imperative. Each prediction is a function of VendlerClass, and the derivation theorems show the predictions are consequences of the three-feature decomposition (telicity, duration, dynamicity), not independent stipulations.

                                                  Result of applying an aspectual diagnostic: felicitous, infelicitous, degraded, or acceptable only under a meaning shift.

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

                                                      in-X acceptance is exactly telicity: the diagnostic follows from the telicity feature.

                                                      for-X acceptance is exactly atelicity plus duration: semelfactives are atelic but punctual, so they only accept for-X with iterative coercion.

                                                      Semelfactive coercion under for-X derives from being atelic but punctual: atelicity licenses temporal modification, punctuality forces iterative reinterpretation.

                                                      Progressive acceptance is exactly duration plus dynamicity: states fail (not dynamic), achievements and semelfactives fail (not durative).