Module:qlu-pron: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 53: Line 53:
{"ŋgü", "gǵ"}, {"gu(" .. vowels .. ")", "ǵ%1"},
{"ŋgü", "gǵ"}, {"gu(" .. vowels .. ")", "ǵ%1"},
{"gl([iíî]?)", "ʎ"}, {"gn([iíî]?)", "ɲ"},
{"gl([iïíî]?)", "ʎ%1"}, {"gn([iïíî]?)", "ɲ%1"},
{"(" .. vowels .. ")([ʣʎɲ])(" .. vowels .. ")", "%1%2%2%3"},
{"(" .. vowels .. ")([ʣʎɲ])(" .. vowels .. ")", "%1%2%2%3"},
Line 117: Line 117:
if match(word, first_stress) then
if match(word, first_stress) then
if match(syllables[i], first_stress) then
if match(syllables[i], first_stress) then
syllables[i] = "ˈ" .. dediacv(syllables[i])
end
elseif match(word, "[ʎɲ]i")then
if match(syllables[i], "[ʎɲ]i") or match(syllables[i], "[ʎɲ]i") then
syllables[i] = "ˈ" .. dediacv(syllables[i])
syllables[i] = "ˈ" .. dediacv(syllables[i])
end
end