Question Syntax: ForceP, FinP, PolP #
@cite{rizzi-1997} @cite{holmberg-2016}
Syntactic projections involved in question formation.
Clause Structure for Polar Questions #
@cite{rizzi-1997}'s split-CP and @cite{holmberg-2016}'s PolP analysis give the following structure for a polar question:
[ForceP Force⁰[+Q] [FinP Fin⁰[+finite] [PolP Pol⁰[uPol] [TP ...]]]]
- ForceP: Clause-typing head. Force⁰ bears [+Q] for interrogatives,
[-Q] for declaratives. Corresponds to
Cat.ForceandFeatureVal.q. - FinP: Finiteness head. Fin⁰ bears [±finite]. Corresponds to
Cat.FinandFeatureVal.finite. - PolP: Polarity head. Pol⁰ bears valued [±Pol] in declaratives,
unvalued [uPol] in polar questions. Corresponds to
Cat.PolandFeatureVal.pol. SeeMinimalism.Polarityfor the Agree infrastructure.
Connection to Semantic Questions #
Semantics.Questions.LeftPeriphery defines WHFeature (±WH on C) —
the semantic clause-typing feature. The syntactic FeatureVal.q corresponds
to the semantic WHFeature:
FeatureVal.q true↔WHFeature.plusWHFeatureVal.q false↔WHFeature.minusWH
Connection to ClauseType #
A clause's Core.Discourse.ClauseType (force × mood) is determined by
the syntactic projections:
- Force⁰[+Q] →
IllocutionaryMood.interrogative - Force⁰[-Q] →
IllocutionaryMood.declarative - Mood is determined lower (by T/Fin morphology), not by ForceP.
The Q-feature on Force⁰: [+Q] for interrogatives, [-Q] for declaratives.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Minimalism.Questions.instBEqQFeature.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Map the Q-feature to a FeatureVal for the Agree system.
Equations
Instances For
Map the Q-feature to illocutionary force.
Equations
Instances For
The clause spine for a polar question: V ... T ... Pol ... Fin ... Force.
This is the full IP-to-CP spine with the projections relevant to @cite{holmberg-2016}'s analysis. The Pol head is between T and Fin.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A declarative spine has the same projections.
Equations
- One or more equations did not get rendered due to their size.
Instances For
PolP is projected in both declaratives and polar questions.
Derive ClauseType from the syntactic features on Force⁰ and T⁰/Fin⁰.
The Q-feature on Force determines illocutionary force; mood is determined by the morphological properties of the verb (indicative vs subjunctive), independent of Force.
Equations
- Minimalism.Questions.clauseType q m = { force := q.toForce, mood := m }
Instances For
A polar question with indicative mood.
A declarative with indicative mood.
Force and mood are independently set by different heads.