Singlish Question Formation Strategies #
@cite{sato-2013} @cite{sato-ngui-2017} @cite{chan-shen-2026}
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 (@cite{sato-2013}):
- 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 (@cite{sato-ngui-2017}).
Derivational Analyses (@cite{sato-ngui-2017}) #
- 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 (@cite{sato-ngui-2017}), 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 : Typology.Question.WhMovementStrategy
Surface position of the wh-phrase.
- mechanism : Typology.Question.WhInterpMechanism
Interpretation mechanism at the syntax-semantics interface.
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
Does the wh-phrase reach matrix Spec-CP? Derived from the mechanism.
Equations
Instances For
Equations
- Fragments.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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
Instances For
Wh-in-situ: unselective binding by Q in C, no movement. "You think Natalie is baking what at 3am ah?"
Equations
- Fragments.Singlish.Questions.whInSitu = { label := "wh-in-situ", whPosition := Typology.Question.WhMovementStrategy.inSitu, mechanism := Typology.Question.WhInterpMechanism.unselectiveBinding }
Instances For
All three Singlish strategies.
Equations
Instances For
In-situ wh-phrases are island-insensitive (unselective binding). @cite{sato-ngui-2017}: (11b) vs (11a).
Partially moved wh-phrases are island-sensitive — the covert second step crosses the boundary at LF. @cite{sato-ngui-2017}: (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 @cite{shen-huang-2026}'s coarser
WhDependencyType. Overt, covert, and partial movement all map to
.movement; unselective binding maps to .binding.
Equations
- Typology.Question.WhInterpMechanism.overtMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Typology.Question.WhInterpMechanism.covertMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Typology.Question.WhInterpMechanism.partialMovement.toDependencyType = ShenHuang2026.WhDependencyType.movement
- Typology.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. @cite{sato-ngui-2017}: footnote 1.
- form : String
- blocksEchoReading : Bool
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.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 Theories/Syntax/Minimalism/ANDL.lean, the empirical
licensing data in Phenomena/Questions/Studies/ChanShen2026.lean.
Parametric values: parasitic movement (must adjoin to wh-phrase; cannot move on its own), matrix-scope host requirement.
Equations
- Fragments.Singlish.Questions.theHell = { form := "the hell", gloss := "the-hell (ANDL intensifier)", movementType := Typology.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 (@cite{sato-2013}).
Polar questions use sentence-final particles (ah, meh)
(@cite{sato-ngui-2017}).
Equations
- One or more equations did not get rendered due to their size.