Grammar Engineering Frequently Asked Questions
I have a lexical rule that seems to be applying even when its phonological conditions aren't met. What's going on?
The rule probably doesn't inherit from the type
inflecting-lex-rule. This
breaks the connection between the
STEM values of the input and output. Add
inflecting-lex-rule as a supertype to the rule in question, and it should
work better.
Back to FAQs page
Back to main course page
--
EmilyBender - 03 Nov 2007
Topic revision: r1 - 2007-11-03 - 05:05:47 -
EmilyBender