Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 116: Line 116:
if match(word, first_stress) then
if match(word, first_stress) then
if match(syll, first_stress) then
if match(syll, first_stress) then
syll = "ˈ" .. dediacv(syll)
--syll = "ˈ" .. dediacv(syll)
syll = "testfirst"
end
end
elseif match(word, "a[eu]") or match(word, "ei") then
elseif match(word, "a[eu]") or match(word, "ei") then
if match(syll, "a[eu]") or match(syll, "ei") then
if match(syll, "a[eu]") or match(syll, "ei") then
syll = "ˈ" .. dediacv(syll)
--syll = "ˈ" .. dediacv(syll)
syll = "testsecond"
end
end
else
else