Indonesian Morphophonology #
@cite{sneddon-1996}
The nasal assimilation rules governing the meN- prefix allomorph selection, from @cite{sneddon-1996} §1.5.
meN- allomorph rules #
The capital N in meN- represents a nasal that assimilates to the first segment of the base. The nasal can surface as m, n, ny, ng, or zero, and in some cases the base-initial consonant is deleted:
| Base initial | Prefix | Deletion? | Example |
|---|---|---|---|
| vowel, g, k, h | meng- | k deleted | meng-ajar, meng-irim |
| b, p, f | mem- | p deleted | mem-beli, mem-akai |
| d, t, c, j, z | men- | t deleted | men-dengar, men-ulis |
| s | meny- | s deleted | meny-ewa |
| l, r, m, n, w, y | me- | — | me-lihat, me-masak |
The meN- allomorph prefix selected by the initial segment of the root (@cite{sneddon-1996} §1.5). The nasal N undergoes assimilation:
- Before b, p, f: mem- (bilabial nasal m)
- Before d, t, c, j, z: men- (alveolar nasal n)
- Before s: meny- (palatal nasal ny; s deleted)
- Before l, r, m, n, w, y: me- (N lost)
- Elsewhere (vowels, g, k, h): meng- (velar nasal ng)
Equations
- Fragments.Indonesian.Morphophonology.meNPrefix 'b' = "mem"
- Fragments.Indonesian.Morphophonology.meNPrefix 'p' = "mem"
- Fragments.Indonesian.Morphophonology.meNPrefix 'f' = "mem"
- Fragments.Indonesian.Morphophonology.meNPrefix 'd' = "men"
- Fragments.Indonesian.Morphophonology.meNPrefix 't' = "men"
- Fragments.Indonesian.Morphophonology.meNPrefix 'c' = "men"
- Fragments.Indonesian.Morphophonology.meNPrefix 'j' = "men"
- Fragments.Indonesian.Morphophonology.meNPrefix 'z' = "men"
- Fragments.Indonesian.Morphophonology.meNPrefix 's' = "meny"
- Fragments.Indonesian.Morphophonology.meNPrefix 'l' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix 'r' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix 'm' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix 'n' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix 'w' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix 'y' = "me"
- Fragments.Indonesian.Morphophonology.meNPrefix x✝ = "meng"
Instances For
Derive the expected meN- form from a root, using the phonological rules from @cite{sneddon-1996} §1.5. The result shows the morpheme boundary (prefix-root), preserving the root-initial consonant even when it is deleted in the surface form (e.g., mem-pecah rather than memecah).
Equations
Instances For
Vowel-initial roots get meng-.
Sibilant-initial roots get meny-.