German Polarity-Marking Strategies #
Lexical entries for how German marks polarity switches (negation → affirmation).
The key finding of [TBD14] is that German does NOT use sentence-internal particles for polarity switches. Instead, German relies on Verum focus: a pitch accent on the finite verb. The particle doch can appear pre-utterance in corrections but is not sentence-internal in the relevant sense.
This file is named "PolarityMarking" rather than "Particles" precisely because German's strategy is non-particulate.
Cross-Module Connections #
Semantics.Questions.VerumFocus: VERUM in questions — a different phenomenon from the declarative Verum focus encoded hereGerman.Particles: German denn (question-flavoring)
Verum focus — pitch accent on the finite verb. Dominant strategy in German for neg→affirm switches in both contexts. Sentence-internal; available in both contrast and correction. [Hoh92], [TBD14]: ~82% in contrast, ~78% in correction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
doch — polarity-reversing correction particle ([Hol16]). Assigns [+Pol] while contradicting a negative context. Available only in corrections, NOT sentence-internal in the sense of [TBD14]: it precedes the utterance rather than appearing within the VP/middle field. Cross-linguistically the same class as Swedish jo and French si.
Equations
- One or more equations did not get rendered due to their size.
Instances For
German answer particles ([Hol16]) #
The response system in Features.AnswerParticle vocabulary. doch
here is the answer-particle face of dochPreUtterance (the same item
in the [TBD14] marking vocabulary above); its
clause-internal modal-particle homonym lives in German/Particles.lean.
ja — standard affirmative answer particle; positive contexts only
(like Swedish ja). Distinct from the modal particle ja
(German/Particles.lean).
Equations
- German.PolarityMarking.jaAnswer = { form := "ja", assigns := Features.Polarity.positive, respondsTo := [Features.Polarity.positive] }
Instances For
nein — standard negative answer particle.
Equations
- German.PolarityMarking.nein = { form := "nein", assigns := Features.Polarity.negative, respondsTo := [Features.Polarity.positive, Features.Polarity.negative] }
Instances For
doch — polarity-reversing answer particle: "Kommt er nicht?" → "Doch" = "he is coming".
Equations
- German.PolarityMarking.dochAnswer = { form := "doch", assigns := Features.Polarity.positive, respondsTo := [Features.Polarity.negative] }
Instances For
doch is a polarity-reversing particle — derived from its assign/respond profile.