English Complementizers Lexicon Fragment #
Lexical entries for the English complementizers that, if, whether,
as root Complementizer entries extended with the English-specific
flags (conditional, optional). if is split between conditional and
embedded-question uses; the single entry carries both.
The adverbial subordinators because, although, while are not
complementizers (adverbial subordination is outside complementation,
[Noo07]); they are plain SCONJ words below. The morphologically
distinct preposition to and the infinitival particle to live in
Auxiliaries.lean and FunctionWords.lean respectively.
An English complementizer entry: the root schema plus the English-specific flags.
- form : String
- script : Option String
- position : Option Morphology.FormativePosition
- noonanType : Option NoonanCompType
- clauseForm : Option Features.ClauseForm
- verbForm : Option UD.VerbForm
- agrees : Option Bool
- factive : Option Bool
- conditional : Bool
Introduces a conditional protasis (if)?
- optional : Bool
Can be omitted (that-drop)?
Instances For
Equations
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.
- English.Complementizers.instBEqCompEntry.beq x✝¹ x✝ = false
Instances For
Equations
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
- English.Complementizers.if_ = { form := "if", position := some Morphology.FormativePosition.detached, clauseForm := some Features.ClauseForm.embeddedQuestion, conditional := true }
Instances For
Equations
- English.Complementizers.whether = { form := "whether", position := some Morphology.FormativePosition.detached, clauseForm := some Features.ClauseForm.embeddedQuestion }
Instances For
The complementizer inventory (adverbial subordinators excluded).
Equations
Instances For
Adverbial subordinators #
Not complementizers ([Noo07] excludes adverbial subordination); recorded as plain subordinating-conjunction words.
Equations
- English.Complementizers.because = { form := "because", cat := UD.UPOS.SCONJ }
Instances For
Equations
- English.Complementizers.although = { form := "although", cat := UD.UPOS.SCONJ }
Instances For
Equations
- English.Complementizers.while_ = { form := "while", cat := UD.UPOS.SCONJ }