45,647
edits
No edit summary |
No edit summary |
||
Line 71: | Line 71: | ||
for i, syll in ipairs(syllables) do | for i, syll in ipairs(syllables) do | ||
if match(syll, "´") or match(syll, "ː") or match(table.concat(syllables, "·"), "ŋ$") then | if match(syll, "´") or match(syll, "ː") or match(table.concat(syllables, "·"), "ŋ$") then | ||
table.insert(syllables, i, "ˈ" | table.insert(syllables, i, "ˈ") | ||
return table.concat(syllables, "·") | return table.concat(syllables, "·") | ||
else | else |