Module:siwa-pron: Difference between revisions

No edit summary
No edit summary
Line 27: Line 27:
for vc in gmatch(v, ".") do
for vc in gmatch(v, ".") do
vc = gsub(vc, vc, switch[vc])
vc = gsub(vc, vc, switch[vc] )
table.insert(otc, vc)
table.insert(otc, vc)
end
end
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ʰ", --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]