Documentation

Linglib.Studies.Dunn2025

Slot/Filler Verification #

[Dun25] [KF99] [GS25]

[Dun25]'s variationist CxG treats abstraction as continuous — the proportion of open slots in a construction's typed form (abstractionLevel). This file computes the measure for constructions across the constructicon (ditransitive, must-V, let alone, WXDY) and verifies the structural properties of WXDY's flat slot projection: coreference grouping (X–Y coinstantiation via shared refIdx) and per-slot syntactic constraints ([loc -], [neg -], [ref ∅]).

Abstraction levels #

The continuous measure on the typed forms of constructions defined in their owning study files.

Veggie-wrap: a fully lexically specified compound ([Gol03]:220).

Equations
Instances For

    Veggie-wrap: 0/2 open slots → abstraction level 0.

    WXDY ([KF99], Figure 12) #

    wxdyConstruction.form (in Studies/KayFillmore1999.lean) is the flat projection of the paper's hierarchical AVM: valence sets, grammatical functions, coreference indices (#1, #2), and feature constraints ([loc -], [neg -], [ref ∅]), with the nesting lost.

    Coinstantiation (Figure 13, §4.2) is a general construction expressing subject control: the matrix subject and the complement's subject share a coreference index. WXDY's X–Y coindexation is an instance of this pattern.

    Coinstantiation construction ([KF99], Figure 13, §4.2).

    "She tried to leave": the subject of try (#1) = the understood subject of leave (#1). This is the mechanism underlying WXDY's X–Y coindexation.

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

      WXDY: 2/5 open slots → abstraction level 2/5.

      Coreference constraints #

      WXDY has exactly one coreference group (the X–Y coinstantiation).

      theorem Dunn2025.wxdy_coinstantiation :
      ((List.head? Dunn2025.wxdyForm✝).bind fun (x : ConstructionGrammar.Slot String) => x.refIdx) = some 2 ((List.getLast? Dunn2025.wxdyForm✝).bind fun (x : ConstructionGrammar.Slot String) => x.refIdx) = some 2

      X (first slot) and Y (last slot) share coreference index 2: X is the understood subject of Y.

      Coinstantiation has exactly one coreference group.

      Syntactic constraints #

      WXDY-what is left-isolated ([loc -]) and nonreferential ([ref ∅]). These two constraints together explain why WXDY-what cannot take else modification and is not a true interrogative pronoun.

      WXDY-doing cannot be negated ([neg -]): "*What's X not doing Y?" is ungrammatical on the incredulity reading.