English Complementizers Lexicon Fragment #
Lexical entries for English subordinating complementizers: that,
if, whether, because, although, while. Surface-form
classification (question-introducing, conditional-introducing,
optional) only — semantic clauses live in the relevant Theory or
Study files.
if is split between conditional and embedded-question uses; the
single Fragment entry carries both flags. The morphologically distinct
preposition to and the infinitival particle to live in
Auxiliaries.lean and FunctionWords.lean respectively.
- form : String
- question : Bool
Introduces a question?
- conditional : Bool
Introduces a conditional?
- optional : Bool
Can be omitted?
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
- Fragments.English.Complementizers.instBEqCompEntry.beq x✝¹ x✝ = false
Instances For
Equations
- Fragments.English.Complementizers.that = { form := "that", optional := true }
Instances For
Equations
- Fragments.English.Complementizers.if_ = { form := "if", question := true, conditional := true }
Instances For
Equations
- Fragments.English.Complementizers.whether = { form := "whether", question := true }
Instances For
Equations
- Fragments.English.Complementizers.because = { form := "because" }
Instances For
Equations
- Fragments.English.Complementizers.although = { form := "although" }
Instances For
Equations
- Fragments.English.Complementizers.while_ = { form := "while" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- c.toWord = { form := c.form, cat := UD.UPOS.SCONJ }