Singlish Question Formation Strategies #
Colloquial Singapore English (Singlish) is a contact variety with an English lexifier and Malay/southern Chinese substrate influence. It has three interchangeable question-formation strategies for content questions ([Sat13]):
- Full wh-movement: "What you think Natalie is baking at 3am ah?"
- Partial wh-movement: "You think what Natalie is baking at 3am ah?"
- Wh-in-situ: "You think Natalie is baking what at 3am ah?"
All three express the same meaning ('What do you think Natalie is baking at 3am?') and are used interchangeably. Do-support is optional in Singlish, and ah is a sentence-final particle that marks wh-in-situ questions as non-echo ([SN17]).
Derivational Analyses ([SN17]) #
- Full movement: successive cyclic overt movement to matrix Spec-CP (same derivation as English, minus obligatory do-support)
- Partial movement: overt movement to intermediate Spec-CP, then
covert movement to matrix Spec-CP — encoded as the dedicated
WhInterpMechanism.partialMovementconstructor (distinct from.covertMovement, which is the Huang-1982 single-step covert analysis used for Mandarin daodi). - Wh-in-situ: unselective binding by Q operator in matrix C; NO movement (overt or covert)
The covert step in partial movement is evidenced by island sensitivity: partial movement out of complex NPs is unacceptable ([SN17]), while wh-in-situ inside complex NPs is fine (as expected if no movement crosses the island boundary).
A Singlish wh-question formation strategy.
No whReachesMatrixSpecCP field — this is derived from the mechanism
via WhInterpMechanism.ReachesSpecCP.
- label : String
Human-readable label.
- whPosition : Syntax.Question.WhMovementStrategy
Surface position of the wh-phrase.
- mechanism : Syntax.Question.WhInterpMechanism
Interpretation mechanism at the syntax-semantics interface.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Does the wh-phrase reach matrix Spec-CP? Derived from the mechanism.
Equations
Instances For
Equations
- Singlish.Questions.instDecidableReachesMatrixSpecCP s = id inferInstance
Full wh-movement: overt successive cyclic movement to matrix Spec-CP. "What you think Natalie is baking at 3am ah?"
Equations
- Singlish.Questions.fullMovement = { label := "full wh-movement", whPosition := Syntax.Question.WhMovementStrategy.initial, mechanism := Syntax.Question.WhInterpMechanism.overtMovement }
Instances For
Partial wh-movement: overt to intermediate Spec-CP, then covert to
matrix Spec-CP — the dedicated two-step constructor. Distinct from
the single-step .covertMovement (Huang 1982 / Mandarin daodi).
"You think what Natalie is baking at 3am ah?"
Equations
- Singlish.Questions.partialMovement = { label := "partial wh-movement", whPosition := Syntax.Question.WhMovementStrategy.mixed, mechanism := Syntax.Question.WhInterpMechanism.partialMovement }
Instances For
Wh-in-situ: unselective binding by Q in C, no movement. "You think Natalie is baking what at 3am ah?"
Equations
- Singlish.Questions.whInSitu = { label := "wh-in-situ", whPosition := Syntax.Question.WhMovementStrategy.inSitu, mechanism := Syntax.Question.WhInterpMechanism.unselectiveBinding }
Instances For
All three Singlish strategies.
Equations
Instances For
In-situ wh-phrases are island-insensitive (unselective binding). [SN17]: (11b) vs (11a).
Partially moved wh-phrases are island-sensitive — the covert second step crosses the boundary at LF. [SN17]: (15).
Partial movement involves a covert step (the second of its two steps), distinguishing it from full overt movement.
Full movement does not involve a covert step.
Map a WhInterpMechanism to [SH26]'s coarser
WhDependencyType. Overt, covert, and partial movement all map to
.movement; unselective binding maps to .binding.
Equations
- Syntax.Question.WhInterpMechanism.overtMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Syntax.Question.WhInterpMechanism.covertMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Syntax.Question.WhInterpMechanism.partialMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Syntax.Question.WhInterpMechanism.unselectiveBinding.toDependencyType = ShenHuang2026.WhDependencyType.binding
Instances For
Singlish in-situ uses the same dependency type as Mandarin wh-in-situ: binding. This connects Chan & Shen's Singlish analysis to Shen & Huang's cross-linguistic island framework.
Singlish full movement uses the same dependency type as English wh-movement: movement.
Singlish partial movement maps to .movement (it has both an overt
step and a covert step, both of which are movement operations).
ah is a sentence-final particle that blocks echo readings in wh-in-situ questions, ensuring they are interpreted as genuine information-seeking questions. [SN17]: footnote 1.
- form : String
- blocksEchoReading : Bool
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
- Singlish.Questions.ah = { form := "ah", blocksEchoReading := true }
Instances For
Singlish the-hell — an aggressively non-D-linked (ANDL) wh-modifier.
Theory-neutral lexical entry; the Minimalist POV-feature analysis
lives in Syntax/Minimalism/ANDL.lean, the empirical
licensing data in Studies/ChanShen2026.lean.
Parametric values: parasitic movement (must adjoin to wh-phrase; cannot move on its own), matrix-scope host requirement.
Equations
- Singlish.Questions.theHell = { form := "the hell", gloss := "the-hell (ANDL intensifier)", movementType := ExpressiveModifier.ANDLMovementType.parasitic }
Instances For
Singlish question profile. Not in WALS (contact variety). Wh-movement
classified as .mixed because all three strategies (full movement,
partial movement, in-situ) are interchangeable ([Sat13]).
Polar questions use sentence-final particles (ah, meh)
([SN17]).
Equations
- One or more equations did not get rendered due to their size.