Documentation

Linglib.Fragments.German.ModalParticles

German Modal Particles #

@cite{gutzmann-2015}

Lexical entries for German modal particles (Modalpartikeln), analyzed within the L_TU framework.

Two Kinds of Modal Particle (@cite{gutzmann-2015}, §6.5) #

Modal particles fall into two categories with distinct types and restriction mechanisms:

Functional Expletive UCIs (ja, denn, halt, doch) #

Type: ⟨⟨s,t⟩, u⟩. These take a proposition and return u-content. They are [+functional], [−2-dimensional], [−resource-sensitive]. Their mood restriction arises from use-conditional conflict: their independent u-content is incompatible with certain sentence moods.

UC-Modifiers (wohl) #

Type: ⟨⟨⟨s,t⟩,u⟩, ⟨⟨s,t⟩,u⟩⟩. These take a UCI and return a modified UCI. wohl modifies the epistemic mood operator EPIS. Its mood restriction is selectional: imperatives lack EPIS, so wohl has no argument to modify — a type mismatch, not a pragmatic conflict.

Semantic Properties (derived from L_TU) #

The special behavior of modal particles follows from their UCI type and L_TU's composition rules, without any special syntactic assumptions:

Mood Distribution (@cite{gutzmann-2015}, Table 6.1) #

ParticleDeclarativeInterrogativeImperativeKindRestriction
jaUCIconflict
dennUCIconflict
wohlUC-modifierselectional
haltUCIconflict
dochUCIconflict

A German modal particle lexical entry.

Follows the pattern of QuestionParticles.QParticleEntry with per-sentence-type distribution booleans for direct per-datum verification.

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

        ja — common-ground reminder particle.

        Roughly: "as you may already know." Licensed only in declaratives; excluded from interrogatives and imperatives. Its use condition references the truth of its propositional argument, conflicting with the epistemic uncertainty of interrogatives and the non-epistemic nature of imperatives.

        Restriction kind: use-conditional conflict.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          denn — question-prompting particle.

          Signals the question is prompted by contextual evidence; the interrogative counterpart of ja. Licensed only in interrogatives; excluded from declaratives, imperatives, and dass-VL clauses.

          Restriction kind: use-conditional conflict.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            wohl — epistemic hedging particle.

            Modifies the epistemic mood operator EPIS, introducing a degree of uncertainty. Licensed in declaratives and interrogatives (both of which involve EPIS), but excluded from imperatives (which lack EPIS).

            This is a UC-modifier, not a functional expletive UCI. Its type is ⟨⟨⟨s,t⟩,u⟩, ⟨⟨s,t⟩,u⟩⟩ — it takes a UCI (like DEONT composed with EPIS) and modifies its epistemic component. The restriction is selectional: imperatives lack EPIS, so wohl has no argument to modify (type mismatch).

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              halt — resignation/acceptance particle.

              Roughly: "that's just the way it is." Licensed only in declaratives.

              Restriction kind: use-conditional conflict.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                doch — contradiction/insistence particle.

                Signals conflict with an expected or salient counterstance. Uniquely among common MPs, licensed in both declaratives and imperatives — its use condition (contradiction of a salient proposition) is compatible with both deontic-only and deontic/epistemic mood structures.

                Restriction kind: use-conditional conflict.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  All modal particle entries.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    The functional expletive UCI entries (excluding UC-modifiers).

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      wohl is the only UC-modifier among these particles.

                      doch is the only common MP licensed in imperatives.

                      theorem Fragments.German.ModalParticles.no_mp_universal (mp : ModalParticleEntry) :
                      mp allModalParticles¬(mp.declOk = true mp.interrogOk = true mp.imperOk = true)

                      No MP is licensed in all three sentence types.

                      wohl's licensing across ALL German clause types is exactly determined by the presence of EPIS in the clause type's mood structure.

                      This is the formal content of the selectional restriction analysis: wohl modifies EPIS, so it is licensed iff EPIS is present.

                      Every MP is excluded from dass-VL clauses (subordinate, no matrix mood).

                      ja and denn are in complementary distribution: for every clause type, at most one of them is licensed.