Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 155: | Line 155: | ||
local ret = syllables | local ret = syllables | ||
if table.concat(ret, "·") == word then | --[[if table.concat(ret, "·") == word then | ||
table.insert(ret, #ret-1, "ˈ") | table.insert(ret, #ret-1, "ˈ") | ||
end | end]] | ||
return table.concat(ret, "·") | return table.concat(ret, "·") | ||