Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Fragments.English.FunctionWords.to_ = { form := "to" }
Instances For
Equations
- Fragments.English.FunctionWords.on = { form := "on" }
Instances For
Equations
- Fragments.English.FunctionWords.in_ = { form := "in" }
Instances For
Equations
- Fragments.English.FunctionWords.at_ = { form := "at" }
Instances For
Equations
- Fragments.English.FunctionWords.by_ = { form := "by", passiveAgent := true }
Instances For
Equations
- Fragments.English.FunctionWords.with_ = { form := "with" }
Instances For
Equations
- Fragments.English.FunctionWords.from_ = { form := "from" }
Instances For
Equations
- Fragments.English.FunctionWords.before = { form := "before" }
Instances For
Equations
- Fragments.English.FunctionWords.after = { form := "after" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
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.FunctionWords.instBEqCompEntry.beq x✝¹ x✝ = false
Instances For
Equations
- Fragments.English.FunctionWords.that = { form := "that", optional := true }
Instances For
Equations
Instances For
Equations
- Fragments.English.FunctionWords.whether = { form := "whether", question := true }
Instances For
Equations
- Fragments.English.FunctionWords.because = { form := "because" }
Instances For
Equations
- Fragments.English.FunctionWords.although = { form := "although" }
Instances For
Equations
- Fragments.English.FunctionWords.while_ = { form := "while" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.English.FunctionWords.instBEqAuxType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
- form : String
- auxType : AuxType
Person/number agreement
Morphological tense.
nonefor base forms (modals like can, will). Note: "past" modals (could, would) carryPastas a morphological feature even when semantically non-past (counterfactual, polite).- modalMeaning : List Core.Modality.ForceFlavor
Modal meaning in the force-flavor space (Imel, Guo, & @cite{imel-guo-steinert-threlkeld-2026}). Empty for non-modal auxiliaries.
- register : Core.Register.Level
Register level. Formal items (must, shall) vs informal items (have to) vs unmarked (can, will).
Contracted negative form with -n't, if it exists.
nonefor paradigm gaps (mayn't, amn't).- negIrregular : Bool
Phonological irregularity in the negative form (Z&P criterion C).
truewhen the contracted form cannot be derived by regular -n't suffixation (e.g., won't ← will, can't ← can, don't ← do).
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.FunctionWords.instBEqAuxEntry.beq x✝¹ x✝ = false
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.
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.
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.
Instances For
Have to: periphrastic deontic/circumstantial necessity. Informal register variant of must. Inflects unlike true modals: has to, had to, having to.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.English.FunctionWords.dare = { form := "dare", auxType := Fragments.English.FunctionWords.AuxType.modal, negForm := some "daren't" }
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
- Fragments.English.FunctionWords.do_ = { form := "do", auxType := Fragments.English.FunctionWords.AuxType.doSupport, number := some Number.pl, negForm := some "don't", negIrregular := true }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.English.FunctionWords.did = { form := "did", auxType := Fragments.English.FunctionWords.AuxType.doSupport, tense := some UD.Tense.Past, negForm := some "didn't" }
Instances For
Equations
- Fragments.English.FunctionWords.am = { form := "am", auxType := Fragments.English.FunctionWords.AuxType.be, person := some UD.Person.first, number := some Number.sg }
Instances For
Equations
- Fragments.English.FunctionWords.is_ = { form := "is", auxType := Fragments.English.FunctionWords.AuxType.be, person := some UD.Person.third, number := some Number.sg, negForm := some "isn't" }
Instances For
Equations
- Fragments.English.FunctionWords.are = { form := "are", auxType := Fragments.English.FunctionWords.AuxType.be, number := some Number.pl, negForm := some "aren't" }
Instances For
Equations
- Fragments.English.FunctionWords.was = { form := "was", auxType := Fragments.English.FunctionWords.AuxType.be, number := some Number.sg, tense := some UD.Tense.Past, negForm := some "wasn't" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.English.FunctionWords.have_ = { form := "have", auxType := Fragments.English.FunctionWords.AuxType.have, number := some Number.pl, negForm := some "haven't" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.English.FunctionWords.had = { form := "had", auxType := Fragments.English.FunctionWords.AuxType.have, tense := some UD.Tense.Past, negForm := some "hadn't" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Project to the shared modal item core (form + meaning + register).
Equations
- a.toModalItem = { form := a.form, meaning := a.modalMeaning, register := a.register }
Instances For
Modal adverb entry: an adverb expressing modal force and flavor without auxiliary morphology.
Modal adverbs participate in concord constructions where two modal expressions yield a single-modality reading.
- form : String
- modalMeaning : List Core.Modality.ForceFlavor
Modal meaning in the force-flavor space.
- register : Core.Register.Level
Register level.
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.FunctionWords.instBEqModalAdvEntry.beq x✝¹ x✝ = false
Instances For
Instances For
Project to the shared modal item core (form + meaning + register).
Equations
- a.toModalItem = { form := a.form, meaning := a.modalMeaning, register := a.register }
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.
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.
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.
Instances For
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Fragments.English.FunctionWords.and_ = { form := "and" }
Instances For
Equations
- Fragments.English.FunctionWords.or_ = { form := "or" }
Instances For
Equations
- Fragments.English.FunctionWords.but = { form := "but" }
Instances For
Equations
- Fragments.English.FunctionWords.nor = { form := "nor" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- c.toWord = { form := c.form, cat := if c.coordinating = true then UD.UPOS.CCONJ else UD.UPOS.SCONJ }
Instances For
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.FunctionWords.instBEqParticleEntry.beq x✝¹ x✝ = false
Instances For
Equations
Instances For
Equations
Instances For
Quantificational force for adverbial quantifiers.
- universal : AdvQuantForce
- existential : AdvQuantForce
- proportional : AdvQuantForce
- negative : AdvQuantForce
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
An adverbial quantifier entry: a closed-class adverb that quantifies over situations (times, events, occasions).
In @cite{percus-2000}'s framework, adverbial quantifiers take a situation pronoun that determines their domain and introduce a new λs binder over their nuclear scope. Generalization Y constrains the situation pronoun to be bound by the nearest c-commanding λ.
- form : String
- force : AdvQuantForce
Quantificational force.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Fragments.English.FunctionWords.always = { form := "always", force := Fragments.English.FunctionWords.AdvQuantForce.universal }
Instances For
Equations
- Fragments.English.FunctionWords.usually = { form := "usually", force := Fragments.English.FunctionWords.AdvQuantForce.proportional }
Instances For
Equations
- Fragments.English.FunctionWords.sometimes = { form := "sometimes", force := Fragments.English.FunctionWords.AdvQuantForce.existential }
Instances For
Equations
- Fragments.English.FunctionWords.never = { form := "never", force := Fragments.English.FunctionWords.AdvQuantForce.negative }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Infinitival marker "to" (UD: PART). Distinct from the preposition "to" (ADP). Used in infinitival complements: "John managed to sleep".