Category-Changing Morphology: English Root Families #
@cite{marantz-1997}
Theory-neutral empirical data on English roots that surface across multiple lexical categories via different morphological processes.
Data Source #
Standard examples from the Distributed Morphology literature.
Empirical Generalization #
Many English roots can appear as nouns, verbs, and adjectives. The category of the resulting word is determined by the morphological environment (suffixation, zero-derivation, syntactic context), not by inherent properties of the root itself.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Morphology.CategoryChanging.instBEqLexCat.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
A root family: a set of word forms derived from a common root, each appearing in a different lexical category.
- rootLabel : String
Label for the root (approximate; roots are sub-morphemic)
Word forms and their categories
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Does this root family have a form in the given category?
Equations
- rf.hasCategory c = rf.forms.any fun (x : String × Phenomena.Morphology.CategoryChanging.LexCat) => x.snd == c
Instances For
How many distinct categories does this root family span?
Equations
- rf.categoryCount = (List.map (fun (x : String × Phenomena.Morphology.CategoryChanging.LexCat) => x.snd) rf.forms).eraseDups.length
Instances For
√DESTROY: destroy (V), destruction (N), destructive (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
√BEAUTY: beautify (V), beauty (N), beautiful (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
√CLEAR: clear (V), clarity (N), clear (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
√PRODUCE: produce (V), product/production (N), productive (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
√CREATE: create (V), creation (N), creative (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
√ACT: act (V), action (N), active (A)
Equations
- One or more equations did not get rendered due to their size.
Instances For
All sample root families.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every root in our sample spans all three categories.
Every root in our sample has exactly 3 forms.