@cite{turco-braun-dimroth-2014} — Polarity Marking in Dutch and German #
@cite{turco-braun-dimroth-2014}
Cross-linguistic production study comparing how Dutch and German speakers mark polarity switches (negation → affirmation) in two discourse contexts: polarity contrast (different topic situations) and polarity correction (same topic situation, mutually exclusive claims).
Key Findings #
- Dutch uses the affirmative particle wel as its dominant strategy (~88% in contrast, ~63% in correction).
- German uses Verum focus (pitch accent on finite verb) as its dominant strategy (~82% in contrast, ~78% in correction).
- German has zero sentence-internal polarity particles.
- Correction contexts elicit more prosodic prominence than contrast contexts in both languages.
- Dutch wel accent type varies by context: downstepped fall (!HL L%) in contrast, plain fall (HL L%) in correction.
Theoretical contribution #
@cite{turco-braun-dimroth-2014} (p. 104, following Blühdorn 2012)
argue that VF and wel operate at different semantic levels: VF targets
the assertion operator (the element carrying the assertive relation
between topic and comment), while wel targets the polarity operator
([±Pol]). Both achieve polarity contrast/correction pragmatically, but
they are structurally distinct. See PolarityLevel.lean for the
formal theory.
Data Sources #
- Fig. 2: Dutch production strategy distribution
- Fig. 3: Dutch wel accent rate by context
- Fig. 5: Dutch wel accent type by context
- Fig. 6: German production strategy distribution
- p. 102: German VF pitch range statistics
Note: Production percentages are approximate (read from bar charts).
Types #
Languages compared in the study.
Instances For
Equations
- TurcoBraunDimroth2014.instDecidableEqLanguage x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
A production-strategy distribution datum (percentages as rationals).
The distribution is keyed by Strategy, so adding a
strategy constructor forces updating every datum.
- language : Language
- pctByStrategy : Typology.PolarityMarking.Strategy → ℚ
Percentage of trials per strategy (approximate, from bar charts)
Instances For
A prosodic prominence datum (pitch range in semitones).
- pitchRangeST : ℚ
Pitch range in semitones
- beta : ℚ
Regression coefficient (contrast relative to correction baseline)
- se : ℚ
Standard error
- pValue : ℚ
p-value (encoded as rational for decidable comparison)
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.
- TurcoBraunDimroth2014.instBEqProminenceDatum.beq x✝¹ x✝ = false
Instances For
Equations
An accent-rate datum for Dutch wel (Fig. 3).
- pctAccented : ℚ
Percentage of wel tokens that were accented
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- TurcoBraunDimroth2014.instBEqAccentRateDatum.beq { context := a, pctAccented := a_1 } { context := b, pctAccented := b_1 } = (a == b && a_1 == b_1)
- TurcoBraunDimroth2014.instBEqAccentRateDatum.beq x✝¹ x✝ = false
Instances For
Equations
Accent type distribution on Dutch wel (Fig. 5). ToDI annotation: !HL L% (downstepped fall) vs HL L% (fall).
- pctDownsteppedFall : ℚ
Percentage realized as downstepped fall (!H*L L%)
- pctFall : ℚ
Percentage realized as plain fall (H*L L%)
- pctOther : ℚ
Percentage other realizations
Instances For
Equations
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.
- TurcoBraunDimroth2014.instBEqAccentTypeDatum.beq x✝¹ x✝ = false
Instances For
Production Strategy Data (Fig. 2: Dutch, Fig. 6: German) #
Dutch contrast: ~88% particle, 0% VF, ~5% other, ~7% unmarked
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dutch correction: ~63% particle, ~5% VF, ~7% other, ~25% unmarked
Equations
- One or more equations did not get rendered due to their size.
Instances For
German contrast: 0% particle, ~82% VF, 0% other, ~18% unmarked. "Others" in the paper's coding = doch pre-utterance + VF combinations; these occur only in correction (p. 102).
Equations
- One or more equations did not get rendered due to their size.
Instances For
German correction: 0% particle, ~78% VF, ~8% other, ~14% unmarked. The ~8% "other" = doch pre-utterance followed by VF (p. 102): "always followed by a Verum focus utterance."
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
Dutch wel Accent Data (Fig. 3) #
Wel is accented ~93% of the time in contrast contexts.
Equations
- TurcoBraunDimroth2014.welAccentContrast = { context := Core.Discourse.Coherence.CoherenceRelation.contrast, pctAccented := 93 }
Instances For
Wel is accented ~97% of the time in correction contexts.
Equations
- TurcoBraunDimroth2014.welAccentCorrection = { context := Core.Discourse.Coherence.CoherenceRelation.correction, pctAccented := 97 }
Instances For
Dutch wel Accent Type Data (Fig. 5) #
ToDI annotation (Gussenhoven 2005): in contrast, wel is mostly realized as a downstepped fall (!HL L%); in correction, as a plain fall (HL L%). The plain fall is more prominent.
Contrast: ~60% downstepped fall, ~30% fall, ~10% other
Equations
- TurcoBraunDimroth2014.welTypeContrast = { context := Core.Discourse.Coherence.CoherenceRelation.contrast, pctDownsteppedFall := 60, pctFall := 30, pctOther := 10 }
Instances For
Correction: ~30% downstepped fall, ~60% fall, ~10% other
Equations
- TurcoBraunDimroth2014.welTypeCorrection = { context := Core.Discourse.Coherence.CoherenceRelation.correction, pctDownsteppedFall := 30, pctFall := 60, pctOther := 10 }
Instances For
Prosodic Prominence Data (p. 102) #
German VF pitch range in contrast: 3.1 semitones. β = −1.85 (contrast is 1.85 ST below correction baseline), SE = 0.39, p < .0001. The regression coefficient is for the contrast condition relative to the correction baseline (correction is the reference level).
Equations
- TurcoBraunDimroth2014.germanVFContrast = { context := Core.Discourse.Coherence.CoherenceRelation.contrast, pitchRangeST := 31 / 10, beta := -185 / 100, se := 39 / 100, pValue := 1 / 10000 }
Instances For
German VF pitch range in correction: 5.3 semitones. This is the reference level (baseline) in the regression model.
Equations
- TurcoBraunDimroth2014.germanVFCorrection = { context := Core.Discourse.Coherence.CoherenceRelation.correction, pitchRangeST := 53 / 10, beta := 0, se := 0, pValue := 1 }
Instances For
Verification Theorems — Dominant Strategies #
Dutch dominant strategy is particles in contrast.
Dutch dominant strategy is particles in correction.
German dominant strategy is Verum focus in contrast.
German dominant strategy is Verum focus in correction.
Verification Theorems — German Zero Particles #
German has zero sentence-internal particles in contrast.
German has zero sentence-internal particles in correction.
Verification Theorems — Dutch VF Asymmetry #
Dutch speakers never use VF in polarity contrast (0%).
Dutch speakers occasionally use VF in polarity correction (~5%), but never in contrast — an asymmetry the paper notes (p. 102) but does not explain.
Verification Theorems — German doch Correction-Only #
The "others" category in German is exclusively doch+VF combinations
(p. 102). These appear only in correction, consistent with
Env.contrast ∉ dochPreUtterance.environments in the
Fragment.
German "others" (doch+VF) appears only in correction, never contrast.
The production data matches the Fragment: doch is correction-only.
Verification Theorems — Dutch wel Accent #
Wel is accented in >90% of tokens in both contexts.
Accent type shifts between contexts: correction favors plain fall (HL) over downstepped fall (!HL). The plain fall is more prominent, consistent with the cross-linguistic pattern that correction elicits more prosodic prominence.
Verification Theorems — Prosodic Prominence #
Correction elicits more prosodic prominence than contrast on German VF.
The correction–contrast difference is significant (p < .05).
Bridge Theorems — Fragment Connections #
Neither Dutch wel nor German VF maps to .unmarked:
both languages have overt polarity-marking strategies.
Dutch wel and German VF instantiate different strategy types.
Dutch wel is sentence-internal; German doch is not. This captures the key typological contrast: Dutch has a sentence-internal particle for polarity switches, German does not.
Both Dutch wel and German VF are available in both contexts.
Bridge Theorems — Polarity-Marking Levels #
Blühdorn (2012): Dutch wel targets [±Pol] (polarity level); German VF targets the assertion operator (assertion level). This explains why VF can co-occur with negation (emphatic denial) while wel cannot.
Dutch wel targets the polarity level.
German VF targets the assertion level.
The two dominant strategies operate at different semantic levels. This is the paper's key theoretical claim (p. 104).
Cross-Linguistic Extension #
@cite{turco-braun-dimroth-2014} compare Dutch and German; the analysis naturally extends to other Western European languages with comparable polarity-marking inventories: English (emphatic do), French (si), Swedish (jo), Spanish (sí (que)), Italian (sì che). See also @cite{holmberg-2016}, @cite{batllori-hernanz-2013}, @cite{wilder-2013}, @cite{garassino-jacob-2018}.
We aggregate the seven-language sample and verify the strategy–level,
correction-only, context-general, and sentence-internality
generalizations as quantified statements over the inventory rather
than as individual per-entry rfls.
All polarity-marking entries across the seven-language sample.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Generalization 1 — Strategy/level mapping. Every particle and polarity-reversal entry targets the polarity level; every Verum-focus entry targets the assertion level.
Generalization 2 — Reversal particles license correction.
Every polarity-reversal entry has .correction present in
environments. The earlier "correction-only" version of this
generalization (also asserting .contrast ∉ e.environments) was
falsified by Italian sì che and Spanish sí que per
@cite{garassino-jacob-2018} ex. 17 + @cite{batllori-hernanz-2013}
ex. 4-5 (both license non-contradictory contrast contexts). The
surviving cross-linguistic generalization is the correction
direction only.
Generalization 3 — Non-reversal strategies are context-general.
Every particle or Verum-focus entry has both .contrast and
.correction present in environments.
Generalization 4 — Sentence-internality splits by strategy type. Polarity-reversal entries are not sentence-internal; particles and Verum-focus entries are.