Construction Morphology: the constructional-schema engine [Boo10a] #
[Boo10a] analyzes complex words as constructions — pairings of form
and meaning — licensed by constructional schemas in a hierarchical lexicon. This
file instantiates the Morphology/Construction/ substrate as that CxM engine
over small Flat carriers: the deadjectival -ness schema and its
unification-instantiation (carless unified with the schema is carlessness),
generation of a novel -ness noun, the compound hierarchy with right-headed
subschemas, the default-inheritance override (werkbaar), and schema
unification (on- prefixation composed with V-baar).
Main results #
carlessness_unifies— instantiation is unification of an adjective with the-nessschema ([Boo10a]'s worked example)awareness_generates— the-nessschema licenses a novel deadjectival nouncompound_inheritance— subschemas inherit right-headedness (no Right-hand Head Rule) yet override locally (NN allows a recursive modifier, AN does not)werkbaar_overrides— the CxM default-inheritance demand site:werkbaaroverrides the-baarschema's transitivity defaultonbaar_unifies— two word-formation schemas unify intoon-V-baar, no listed intermediate required
The deadjectival -ness schema #
The schema [[x]A ness]N of [Boo10a]: a two-slot construction whose
affix slot is lexically fixed as -ness and whose base slot is an open
(deadjectival) variable. A concrete adjective unified into the base slot yields a
-ness noun.
Equations
- Booij2010.instDecidableEqAtom x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Booij2010.instFintypeAtom = { elems := { val := ↑Booij2010.Atom.enumList, nodup := Booij2010.Atom.enumList_nodup }, complete := Booij2010.instFintypeAtom._proof_1 }
The two slots of the -ness construction.
Instances For
Equations
- Booij2010.instDecidableEqNessSlot x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Booij2010.instFintypeNessSlot = { elems := { val := ↑Booij2010.NessSlot.enumList, nodup := Booij2010.NessSlot.enumList_nodup }, complete := Booij2010.instFintypeNessSlot._proof_1 }
The -ness schema: the affix slot pinned to -ness, the base slot an open
deadjectival variable (⊥).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Any filling whose affix slot is -ness instantiates the schema: the base slot
is open, the affix slot's constraint is met.
carlessness instantiates the -ness schema.
Instantiation as unification: unifying the schema description with
carlessness returns carlessness — [Boo10a]'s worked example.
The stored lexicon of -ness nouns feeding the generative role.
Equations
Instances For
The -ness schema generates the novel noun awareness: the open base slot is
free, and the pinned affix slot takes only its attested filler -ness. The
affix slot is not open, so this is Generates, not full productivity.
The compound hierarchy #
The compound schema (6) dominates the NN/VN/AN/PN subcases (7). Headedness is
read off the general schema — right-headed — so no Right-hand Head Rule is
needed; subschemas inherit it. Subschemas still legislate locally: an NN
modifier may itself be a compound, an AN modifier may not (8).
The compound schema and its four subcases.
- compound : CompoundNode
- nn : CompoundNode
- vn : CompoundNode
- an : CompoundNode
- pn : CompoundNode
Instances For
Equations
- Booij2010.instDecidableEqCompoundNode x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
The subschema-of relation: each subcase's parent is the general compound schema.
Equations
- Booij2010.compoundParent Booij2010.CompoundNode.compound = none
- Booij2010.compoundParent Booij2010.CompoundNode.nn = some Booij2010.CompoundNode.compound
- Booij2010.compoundParent Booij2010.CompoundNode.vn = some Booij2010.CompoundNode.compound
- Booij2010.compoundParent Booij2010.CompoundNode.an = some Booij2010.CompoundNode.compound
- Booij2010.compoundParent Booij2010.CompoundNode.pn = some Booij2010.CompoundNode.compound
Instances For
The hierarchical constructicon of English compounds.
Equations
- Booij2010.compoundHierarchy = { parent := Booij2010.compoundParent, wf := Booij2010.compoundParent_wf✝ }
Instances For
Headedness, specified once at the general schema.
Instances For
Equations
- Booij2010.instDecidableEqHeaded x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Right-headedness is a property of the general compound schema alone.
Equations
Instances For
Whether the modifier may itself be a compound: allowed by default, overridden
at the AN subschema (8).
Equations
- Booij2010.recursiveModifier Booij2010.CompoundNode.compound = some true
- Booij2010.recursiveModifier Booij2010.CompoundNode.an = some false
- Booij2010.recursiveModifier x✝ = none
Instances For
Subschemas inherit right-headedness from the general schema (no Right-hand Head Rule), while the AN subschema overrides the default recursive-modifier option: an NN modifier may be a compound, an AN modifier may not.
Default inheritance and override: werkbaar #
[Boo10a]'s own demand site for default inheritance: -baar attaches
to transitive verbs, but werkbaar (from intransitive werk) overrides the
inherited transitivity specification. "By default, complex words inherit the
information specified in a schema, but a particular piece of information may be
overruled by an individual lexical item." A minimal two-level hierarchy: the
schema node and the werkbaar leaf.
Equations
- Booij2010.instDecidableEqBaarNode x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Booij2010.instFintypeBaarNode = { elems := { val := ↑Booij2010.BaarNode.enumList, nodup := Booij2010.BaarNode.enumList_nodup }, complete := Booij2010.instFintypeBaarNode._proof_1 }
Equations
Instances For
Equations
- Booij2010.baarHierarchy = { parent := Booij2010.baarParent, wf := Booij2010.baarParent_wf✝ }
Instances For
Equations
- Booij2010.instDecidableEqTransitivity x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
The -baar schema requires a transitive base by default; werkbaar
overrides to intransitive.
Equations
Instances For
The default-override flagship: werkbaar overrides the inherited transitivity
specification, while the schema keeps its default.
Schema unification: on- composed with V-baar #
The two productive schemas — negative on- prefixation and deverbal -baar
suffixation — unify into a single complex schema [on [V baar]A]A (16), so
onbedwingbaar is coined directly from the verb without the intermediate
bedwingbaar needing to be listed. The join is taken on the schema bodies over a
shared slot space; the intermediate positive adjective is not required to exist,
which is exactly the content the join without a listed intermediate expresses.
The affixal morphs of the on-V-baar complex.
Instances For
Equations
- Booij2010.instDecidableEqBaarAtom x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Booij2010.instFintypeBaarAtom = { elems := { val := ↑Booij2010.BaarAtom.enumList, nodup := Booij2010.BaarAtom.enumList_nodup }, complete := Booij2010.instFintypeBaarAtom._proof_1 }
The three slots of the on-V-baar complex schema.
- pre : OnbaarSlot
- base : OnbaarSlot
- suf : OnbaarSlot
Instances For
Equations
- Booij2010.instDecidableEqOnbaarSlot x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Booij2010.instFintypeOnbaarSlot = { elems := { val := ↑Booij2010.OnbaarSlot.enumList, nodup := Booij2010.OnbaarSlot.enumList_nodup }, complete := Booij2010.instFintypeOnbaarSlot._proof_1 }
The on-A schema body: prefix pinned to on-, base open.
Equations
Instances For
The V-baar schema body: suffix pinned to -baar, base open.
Equations
Instances For
The unified on-V-baar schema body: both affixes pinned, base open.
Equations
Instances For
The on- and V-baar schema bodies unify into the on-V-baar body — the
schema unification (16), with no intermediate V-baar word required.
Further constructional phenomena (prose) #
[Boo10a] extends the constructional analysis in three directions this
file records but does not formalize. Holistic VN exocentrics: Romance VN
compounds (lava-piatti 'dishwasher') carry an agent/instrument meaning that is
a property of the construction as a whole, with no head constituent and no
zero-affix to bear it. Constructional inflection: the Russian declension
paradigm treats each cell's morpho-syntactic value as a holistic property of the
word form, with thematic material that is morphomic ([Aro94]). Periphrasis:
have plus past participle is a constructional idiom whose perfect meaning is
holistic — the natural home for a dedicated periphrasis carrier.