Swedish Answer Particles #
Answer particles are pro-sentential — they stand alone as utterances
rather than associating with a host constituent — so they deliberately
do not instantiate the host-associated Syntax/Particle core.
Swedish has a three-way answer particle system:
- ja — affirmative ("yes")
- nej — negative ("no")
- jo — polarity-reversing affirmative (contradicts a negative context)
Jo is the paradigm example of a polarity-reversing particle, the same class as German doch and French si. It assigns [+Pol] while presupposing a negative context (negative question or negative assertion).
Swedish is polarity-based: "Dricker han inte?" → "Ja" = "He does drink."
Swedish also allows verb-echo answers alongside particles (mixed strategy).
ja — standard affirmative. Assigns [+Pol]. Responds only to positive contexts: "Dricker han inte?" → *"Ja" is ungrammatical ([Hol16], p165). Swedish uses jo instead.
Equations
- Swedish.AnswerParticles.ja = { form := "ja", assigns := Features.Polarity.positive, respondsTo := [Features.Polarity.positive] }
Instances For
nej — standard negative. Assigns [-Pol]; responds to positive and negative contexts alike.
Equations
- Swedish.AnswerParticles.nej = { form := "nej", assigns := Features.Polarity.negative, respondsTo := [Features.Polarity.positive, Features.Polarity.negative] }
Instances For
jo — polarity-reversing affirmative: "Dricker han inte?" → "Jo" = "He does drink". Infelicitous responding to positive questions or out of the blue (no negative context to reverse).
Equations
- Swedish.AnswerParticles.jo = { form := "jo", assigns := Features.Polarity.positive, respondsTo := [Features.Polarity.negative] }
Instances For
jo is a polarity-reversing particle — derived from its assign/respond profile.
ja and jo partition the context polarities: ja is blocked where jo is required (negative contexts) and vice versa.
jo — Swedish polarity-reversing affirmative particle. Assigns [+Pol] while contradicting a negative context. Clause-initial or standalone response; not sentence-internal. Correction-only: requires a negative context to reverse. [Hol16]: paradigm example of polarity-reversing particle, same class as German doch and French si.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Swedish polar answer profile: polarity-based, mixed strategy (particles + verb echo), with polarity reversal (jo).
Equations
- Swedish.AnswerParticles.profile = { system := Features.AnsweringSystem.polarityBased, strategy := Features.AnswerStrategy.mixed, hasPolarityReversal := true }
Instances For
Swedish is polarity-based.
Swedish has polarity reversal.