Telicity: whether an event has a natural endpoint.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Duration: whether an event takes time or is instantaneous.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
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
Vendler's four-way classification of eventualities.
- state : VendlerClass
- activity : VendlerClass
- achievement : VendlerClass
- accomplishment : VendlerClass
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get the telicity of a Vendler class (states treated as atelic).
Equations
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.state.telicity = Semantics.Tense.Aspect.LexicalAspect.Telicity.atelic
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.activity.telicity = Semantics.Tense.Aspect.LexicalAspect.Telicity.atelic
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.achievement.telicity = Semantics.Tense.Aspect.LexicalAspect.Telicity.telic
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.accomplishment.telicity = Semantics.Tense.Aspect.LexicalAspect.Telicity.telic
Instances For
Get the duration of a Vendler class.
Equations
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.state.duration = Semantics.Tense.Aspect.LexicalAspect.Duration.durative
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.activity.duration = Semantics.Tense.Aspect.LexicalAspect.Duration.durative
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.achievement.duration = Semantics.Tense.Aspect.LexicalAspect.Duration.punctual
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.accomplishment.duration = Semantics.Tense.Aspect.LexicalAspect.Duration.durative
Instances For
Get the dynamicity of a Vendler class.
Equations
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.state.dynamicity = Semantics.Tense.Aspect.LexicalAspect.Dynamicity.stative
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.activity.dynamicity = Semantics.Tense.Aspect.LexicalAspect.Dynamicity.dynamic
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.achievement.dynamicity = Semantics.Tense.Aspect.LexicalAspect.Dynamicity.dynamic
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.accomplishment.dynamicity = Semantics.Tense.Aspect.LexicalAspect.Dynamicity.dynamic
Instances For
States are stative.
Activities are atelic.
Activities are durative.
Achievements are punctual.
Achievements are telic.
Accomplishments are telic.
Accomplishments are durative.
All dynamic classes involve change.
All telic classes have endpoints.
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
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
Equations
- One or more equations did not get rendered due to their size.
- Semantics.Tense.Aspect.LexicalAspect.instBEqAspectualProfile.beq x✝¹ x✝ = false
Instances For
Convert an aspectual profile to a Vendler class (semelfactives mapped to activity).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Convert a Vendler class to its canonical aspectual profile.
Equations
Instances For
Canonical profile for states.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Canonical profile for activities.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Canonical profile for achievements.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Canonical profile for accomplishments.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Converting a Vendler class to a profile and back is identity.
The canonical state profile maps to the state class.
The canonical activity profile maps to the activity class.
The canonical achievement profile maps to the achievement class.
The canonical accomplishment profile maps to the accomplishment class.
Telicize: add a natural endpoint to an atelic predicate.
Equations
- p.telicize = { telicity := Semantics.Tense.Aspect.LexicalAspect.Telicity.telic, duration := p.duration, dynamicity := p.dynamicity }
Instances For
Atelicize: remove the natural endpoint (progressive effect).
Equations
- p.atelicize = { telicity := Semantics.Tense.Aspect.LexicalAspect.Telicity.atelic, duration := p.duration, dynamicity := p.dynamicity }
Instances For
Duratize: stretch a punctual event over time (iterative).
Equations
- p.duratize = { telicity := p.telicity, duration := Semantics.Tense.Aspect.LexicalAspect.Duration.durative, dynamicity := p.dynamicity }
Instances For
Statify: convert to a stative reading.
Equations
Instances For
Telicizing an activity yields an accomplishment.
Atelicizing an accomplishment yields an activity.
Duratizing an achievement yields an accomplishment.
Telicize is idempotent.
Atelicize is idempotent.
Whether a predicate is homogeneous (has the subinterval property).
Equations
- One or more equations did not get rendered due to their size.
Instances For
States are homogeneous.
Activities are homogeneous.
Achievements are not homogeneous.
Accomplishments are not homogeneous.
Homogeneous iff atelic.
Whether a VendlerClass predicts ATOM-DIST_t (@cite{zhao-2025}, Def. 5.3).
States satisfy ATOM-DIST_t (distribute over temporal subintervals);
dynamic classes do not. Stricter than isHomogeneous: activities are
homogeneous but fail ATOM-DIST_t.
- Zhao, Z. (2025). Cross-Linguistic and Cross-Domain Temporal Expressions. NYU dissertation, Ch. 5.
Equations
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.state.predictsAtomDist = true
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.activity.predictsAtomDist = false
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.achievement.predictsAtomDist = false
- Semantics.Tense.Aspect.LexicalAspect.VendlerClass.accomplishment.predictsAtomDist = false
Instances For
ATOM-DIST_t prediction coincides with stative dynamicity.
States predict ATOM-DIST_t holds.
All dynamic classes predict ATOM-DIST_t failure.
ATOM-DIST_t implies homogeneity (but not vice versa). Activities are homogeneous but do NOT satisfy ATOM-DIST_t — this is Zhao's point: ATOM-DIST_t discriminates states from activities, while the classical subinterval property does not.
ATOM-DIST_t prediction is the negation of dynamicity =.dynamic.