Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 56: Line 56:
["ę"] = "æ",
["ę"] = "æ",
},
},
--voiceless stops word-initially become aspirated
{
{
["^([ptk])"] = "%1ʰ",
["^k([ieůy])"] = "c%1",
["^gį([ieůy])"] = "d͡z%1",
["^([ptk])"] = "%1ʰ", --voiceless stops word-initially become aspirated
["(" .. vowel .. ")t$"] = "%1ʔ%1"
["^gį([ieůy])"] = "d͡z%1", --<gį> word-initially becomes [d͡z]
["(" .. vowel .. ")t$"] = "%1ʔ%1" -- -Vt becomes -VʔV (or -Vht, not considered)
},
},
}
}