Cross-Linguistic Question Typology #
@cite{bhatt-dayal-2020} @cite{dayal-2025} @cite{mccloskey-2006} @cite{zu-2018}
Theory-neutral cross-linguistic data on question formation and embedding, following @cite{dayal-2025}. Covers:
- Clause-typing variation: forced (English, Italian) vs delayed (Hindi-Urdu)
- Simplex polar questions: subordination restricted by clause-typing strategy
- Declarative questions: bias conditioned by clause-typing
- Shiftiness: responsive predicates shift under negation/questioning
- Conjunct/disjunct marking: Newari person-sensitive verb morphology
Q-particle data classified by left-peripheral layer (which imports from
Theories/) lives in Questions.TypologyBridge.
Languages covered #
- English, Hindi-Urdu, Japanese, Italian, Newari
How a language handles clause-typing for polar questions at CP.
- forced : ClauseTypingStrategy
- delayed : ClauseTypingStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Data on simplex polar question embedding across languages. A simplex polar question is just the nucleus p (no "or not"). Hindi-Urdu: simplex polars in matrix/quasi-sub but NOT subordination. English/Italian: simplex polars in all three positions (via whether/se).
- language : String
- clauseTyping : ClauseTypingStrategy
- matrixOk : Bool
Simplex polar in matrix?
- quasiSubOk : Bool
Simplex polar in quasi-subordination?
- subordinationOk : Bool
Simplex polar in subordination?
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
Delayed clause-typing languages cannot subordinate simplex polars.
Whether declarative questions in a language are obligatorily biased. English: "You drink wine?" is obligatorily biased (speaker expects yes). Hindi-Urdu/Italian: "a:p shara:b pi:te hai?" / "Bevi il vino?" can be neutral. This follows from whether clause-typing is forced at CP.
- language : String
- neutralOk : Bool
Can a rising declarative be a neutral (unbiased) question?
- obligatorilyBiased : Bool
Is a rising declarative always biased?
- clauseTyping : ClauseTypingStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.Typology.english_decl_q = { language := "English", neutralOk := false, obligatorilyBiased := true, clauseTyping := Phenomena.Questions.Typology.ClauseTypingStrategy.forced }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.Typology.italian_decl_q = { language := "Italian", neutralOk := true, obligatorilyBiased := false, clauseTyping := Phenomena.Questions.Typology.ClauseTypingStrategy.forced }
Instances For
Cross-linguistic shiftiness data. Parallels McCloskey's English data. Hindi-Urdu kya: shows the same pattern as English embedded inversion: blocked under bare responsive, licensed under negation/questioning.
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
Hindi-Urdu shiftiness parallels English: bare responsive blocks quasi-sub, negation and questioning license it.
Newari uses conjunct vs disjunct verb forms sensitive to whether the subject is coindexed with the perspectival center (Seat of Knowledge).
- Declaratives: conjunct = 1st person subject (SoK = speaker)
- Interrogatives: conjunct = 2nd person subject (SoK = addressee) This provides independent evidence for perspective shift in questions.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.Typology.newari_declarative = { language := "Newari", clauseType := "declarative", conjunctPerson := "1st" }
Instances For
Equations
- Phenomena.Questions.Typology.newari_interrogative = { language := "Newari", clauseType := "interrogative", conjunctPerson := "2nd" }
Instances For
WALS Ch 92A: Position of polar question particles.
- initial : QParticlePosition
- final : QParticlePosition
- secondPosition : QParticlePosition
- otherPosition : QParticlePosition
- eitherOfTwo : QParticlePosition
- noParticle : QParticlePosition
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
WALS Ch 93A: Position of interrogative phrases (wh-words).
- initial : WhMovementStrategy
- inSitu : WhMovementStrategy
- mixed : WhMovementStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
WALS Ch 116A: How polar questions are formed.
- particle : PolarQuestionStrategy
- verbMorphology : PolarQuestionStrategy
- particleOrMorphology : PolarQuestionStrategy
- wordOrder : PolarQuestionStrategy
- absenceOfDeclarative : PolarQuestionStrategy
- intonationOnly : PolarQuestionStrategy
- noDistinction : PolarQuestionStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A language's question-formation profile across WALS Chapters 92A, 93A, 116A.
- language : String
Language name.
- walsCode : String
WALS language code.
- qParticlePos : Option QParticlePosition
Ch 92A: Position of polar question particles.
- whMovement : Option WhMovementStrategy
Ch 93A: Wh-phrase position in content questions.
- polarStrategy : Option PolarQuestionStrategy
Ch 116A: Strategy for forming polar questions.
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.