Module:qlu-pron: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
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