Syntactic position of a temporal adverbial. @cite{rouillard-2026} schemata (57), (61):
eventLevel: modifies VP (E-TIA reading)perfectLevel: modifies AspP (G-TIA reading)
- eventLevel : AdverbialPosition
- perfectLevel : AdverbialPosition
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Map function type: what does in relate to time? @cite{rouillard-2026} eqs. (62)--(64), (70):
runtime: M = τ (temporal trace); used for E-TIAsidentity: M = id; used for G-TIAs (times map to themselves)
- runtime : MapFunction
- identity : MapFunction
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Temporal adverbial type. @cite{rouillard-2026} terminology.
Instances For
Equations
- Fragments.English.TemporalAdverbials.instBEqTIAType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
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
A lexical entry for a temporal in-adverbial or related adverbial. Theory-typed but theory-neutral: records structural properties without committing to a specific analysis of the perfect or aspect.
- preposition : String
Surface preposition
- tiaType : TIAType
TIA type
- position : AdverbialPosition
Syntactic position
- mapFunction : MapFunction
Map function
- requiresTelic : Bool
Requires telic VP? (for E-TIAs)
- requiresNegative : Bool
Requires negative polarity? (for G-TIAs)
- requiresPerfect : Bool
Requires the perfect?
- aspectReq : AspectReq
Aspectual requirement
- isNPI : Bool
Is this an NPI?
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.
- Fragments.English.TemporalAdverbials.instBEqTIAEntry.beq x✝¹ x✝ = false
Instances For
in as E-TIA: "wrote a paper in three days". @cite{rouillard-2026} eq. (62): ⟦in⟧ := λM λt λx. M(x) ⊑ t. Position: event-level (VP-adjacent). Map function: τ (runtime). Licensed when VP is telic. Not an NPI.
Equations
- One or more equations did not get rendered due to their size.
Instances For
in as G-TIA: "hasn't been sick in three days". @cite{rouillard-2026} eq. (70): ⟦id⟧ := id. Position: perfect-level (AspP-adjacent). Map function: id (times map to themselves). Licensed only under negation in the perfect. NPI.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Temporal adverbial type for non-TIA temporal expressions.
- since_ : TemporalAdvType
- for_ : TemporalAdvType
- ago : TemporalAdvType
- before_ : TemporalAdvType
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A non-TIA temporal adverbial entry.
- form : String
Surface form
- advType : TemporalAdvType
Adverbial type
- specifiesLB : Bool
Specifies LB of PTS? (@cite{iatridou-anagnostopoulou-izvorski-2001} classification)
- requiresPerfect : Bool
Requires the perfect?
- perfectAmbiguity : Bool
Is ambiguous between E- and U-perfect?
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.
- Fragments.English.TemporalAdverbials.instBEqTemporalAdvEntry.beq x✝¹ x✝ = false
Instances For
"since Monday": left-bounds the PTS. Durative adverbial: specifies LB. @cite{von-fintel-iatridou-2019}: not lexically ambiguous.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"for three days": event-level duration. Ambiguous between event-level (measures event) and perfect-level (measures PTS). @cite{rouillard-2026} fn. 10.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"three days ago": simple past reference.
Equations
- One or more equations did not get rendered due to their size.
Instances For
E-TIA vs G-TIA is determined by syntactic position. @cite{rouillard-2026} schemata (61): (a) ASP [ VP E-TIA] (b) [ ASP VP] G-TIA
Equations
Instances For
Does this TIA type use the runtime function τ?
Equations
Instances For
The Vendler class constraint for E-TIAs: telic VPs only.
Equations
Instances For
All TIA entries (both readings of in).
Equations
Instances For
All temporal adverbial entries.