Module:qhv-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 40: Line 40:
end
end
return table.concat(weight)
local a, p, antepenult, penult = weight[#weight-2], weight[#weight-1], syllables[#syllables-2], syllables[#syllables-1]
if p == "l" and a == "l" then penult = "ˈ" .. penult
elseif p == "h" then penult = "ˈ" .. penult
elseif p == "l" and a == "h" then antepenult = "ˈ" .. antepenult
else penult = "ˈ" .. penult end
return term
end
end