Module:siwa-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 58: | Line 58: | ||
{ | { | ||
["^k([" .. front_vowel .. "])"] = "c%1", --word-initial [k] palatalizes before front-vowels | ["^k([" .. front_vowel .. "])"] = "c%1", --word-initial [k] palatalizes before front-vowels | ||
["^([^·]ˈ[ptkc])"] = "%1ʰ", --voiceless stops word-initially become aspirated | |||
["^(.* | ["^(.*·ˈ[ptkc])"] = "%1⁽ʰ⁾", | ||
["^gį([" .. front_vowel .. "])"] = "ʣ%1", --<gį> word-initially and before front vowels is pronounced [d͡z] | ["^gį([" .. front_vowel .. "])"] = "ʣ%1", --<gį> word-initially and before front vowels is pronounced [d͡z] | ||
}, | }, | ||
{ | { | ||