Module:mg-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 65: Line 65:
s = "ˈ" .. remove_acute(s)
s = "ˈ" .. remove_acute(s)
end
end
table.insert(noa, s)
end
end
if match(table.concat(syll, "·"), "ˈ") then return table.concat(syll, "·") end
--syll[#syll - 1] = "ˈ" .. syll[#syll - 1]
syll[#syll - 1] = "ˈ" .. syll[#syll - 1]
end
end


return table.concat(syll, "·")
return table.concat(noa, "·")--table.concat(syll, "·")
end
end