SPE Derivation Bridge #
Connects Fragment-level phonological rules to Phenomena-level alternation
data via SPE ordered derivation. For each alternation datum, defines the
underlying segment string, applies derive with the language's rule set,
and verifies the output matches the expected surface form.
All theorems are proved by native_decide (finite segment data).
Expected surface form: /t/ with [+c.g.] added.
Equations
- One or more equations did not get rendered due to their size.
Instances For
UR /kæt/ → derive [preglottalization] → [kætˀ]. Word-final /t/ acquires [+c.g.]; /k/ is not word-final so is unchanged.
The derivation output has the same length (feature change, not deletion).
UR /wɪntər/ → derive [postnasalDeletion] → [wɪnər]. /t/ deletes between /n/ ([+nasal]) and /ə/ ([+syll]).
Deletion reduces the string by one segment.
Expected surface form: /k/ nasalized to [+nasal, +voice, +son]. Preserves all other features of underlying /k/.
Equations
- One or more equations did not get rendered due to their size.
Instances For
UR /pakmul/ → derive [stopNasalization] → [paŋmul]. /k/ at position 2 nasalizes before /m/ ([+nasal]).
Nasalization preserves string length (feature change, not deletion).