45,638
edits
No edit summary |
No edit summary |
||
Line 74: | Line 74: | ||
["^([ptkc])"] = "%1ʰ", --voiceless stops word-initially become aspirated | ["^([ptkc])"] = "%1ʰ", --voiceless stops word-initially become aspirated | ||
["^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] | ||
["(" .. | |||
}, | |||
{ | |||
["([" .. table.concat(m_sm.diphthongs) .. "])(" .. consonant .. ")"] = open_to_closed("%1"), | |||
}, | }, | ||
{ | { | ||
["( | ["(" .. vowel .. ")t$"] = "%1ʔ%1" -- -Vt becomes -VʔV (or -Vht, not considered) | ||
}, | }, | ||
} | } |