Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 61: Line 61:
},
},
{
{
["^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ʰ", --voiceless stops word-initially become aspirated
["^gį(" .. front_vowel .. ")"] = "d͡z%1", --<gį> word-initially and before front vowels is pronounced [d͡z]
["^gį([" .. front_vowel .. "])"] = "d͡z%1", --<gį> word-initially and before front vowels is pronounced [d͡z]
["(" .. vowel .. ")t$"] = "%1ʔ%1" -- -Vt becomes -VʔV (or -Vht, not considered)
["(" .. vowel .. ")t$"] = "%1ʔ%1" -- -Vt becomes -VʔV (or -Vht, not considered)
},
},