Slot/Filler Verification #
[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.
Ditransitive: 4/4 open slots → abstraction level 1.
must-V: 2/3 open slots → abstraction level 2/3.
Let alone: 2/4 open slots → abstraction level 1/2.
Veggie-wrap: a fully lexically specified compound ([Gol03]:220).
Equations
- Dunn2025.veggieWrapForm = [{ filler := ConstructionGrammar.SlotFiller.fixed "veggie" }, { filler := ConstructionGrammar.SlotFiller.fixed "wrap", isHead := true }]
Instances For
Veggie-wrap: 0/2 open slots → abstraction level 0.
Veggie-wrap: derived .lexicallySpecified (all fixed).
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.
WXDY is partiallyOpen: mix of open, headed, and fixed slots.
Coinstantiation is fully abstract (all slots open).
Coreference constraints #
WXDY has exactly one coreference group (the X–Y coinstantiation).
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.
Neither the ditransitive nor let alone bear any slot constraints — the enriched constraint machinery is specific to constructions like WXDY that have fine-grained syntactic restrictions.