Documentation

Linglib.Studies.Buring2015

Unalternative Semantics: the prosodic origin #

Formalises [buring-2015]: calculating focus alternatives without F-markers, from metrical structure alone. A branching node's stress pattern restricts its focal targets — under the default weak–strong pattern the Weak Restriction (his (1)) bans targets that vary the weak daughter while the strong stays at its ordinary value; under prosodic reversal the Strong Restriction (his (9)) allows only targets varying the accented daughter non-trivially.

The worked example is his ordered BREAKfast vs ORDERED breakfast: default stress bans exactly the verb-focus targets ('R breakfast') and permits object and VP focus; reversal permits exactly the non-trivial verb-focus targets. The rules live in Semantics/Focus/Unalternatives.lean, shared with the morphosyntactic extension of [assmann-etal-2023].

inductive Buring2015.Rel :

Transitive-verb meanings.

Instances For
    @[implicit_reducible]
    instance Buring2015.instDecidableEqRel :
    DecidableEq Rel
    Equations
    def Buring2015.instReprRel.repr :
    RelStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations
      inductive Buring2015.Obj :

      Object meanings.

      Instances For
        @[implicit_reducible]
        instance Buring2015.instDecidableEqObj :
        DecidableEq Obj
        Equations
        def Buring2015.instReprObj.repr :
        ObjStd.Format
        Equations
        Instances For
          @[implicit_reducible]
          Equations
          def Buring2015.vt (r : Rel) :
          ObjRel × Obj

          VP meanings as verb–object applications, modelled as pairs.

          Equations
          Instances For

            breakfast, with its object alternatives.

            Equations
            Instances For

              Default ordered BREAKfast bans the verb-focus target 'paid for breakfast': it varies the weak daughter over given breakfast.

              Default ordered BREAKfast permits the object-focus target 'ordered lunch': no way to compose it holding breakfast fixed.

              Reversed ORDERED breakfast allows the non-trivial verb-focus target 'paid for breakfast'.

              Reversed ORDERED breakfast excludes the trivial target 'ordered breakfast' itself: the accented daughter must vary.

              Reversal also excludes object-focus targets: only the accented verb may vary.

              The licensed focal targets of default ordered BREAKfast compute to exactly the breakfast-free compositions: object focus with a new object survives; everything about breakfast is banned. The licensed set is the focus value the prosody derives — the pipeline the squiggle consumes at propositional type.