Vocabulary items #
A Vocabulary Item pairs its insertion site with the exponent that realizes
it: the features of the terminal it spells out, together with the features
it requires of the neighboring terminals — its contextual environment,
/ __ ]X]. Form and meaning share the type: an alloseme is an item whose
exponent is a denotation (DistributedMorphology/Allosemy.lean). The
selection-engine instance lives in DistributedMorphology/Basic.lean.
References #
A Vocabulary Item: the site it is inserted at — the features it spells out and those it requires of the adjacent terminals — paired with its exponent; applicable at any neighborhood containing every feature it mentions.
- site : Neighborhood (List F)
The features the item spells out, with those it requires of the adjacent terminals.
- exponent : E
The exponent the item inserts.
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
Equations
The features the item spells out at its own terminal.
Instances For
A context-free item: the features it spells out and its exponent.
Equations
- DistributedMorphology.VocabularyItem.ofFeatures fs e = { site := DistributedMorphology.Neighborhood.ofBundle fs, exponent := e }
Instances For
fs ⟷ e: the context-free Vocabulary Item spelling out fs as e.
Equations
- One or more equations did not get rendered due to their size.