47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 80: | Line 80: | ||
table.insert(syllables, i, "ˈ") | table.insert(syllables, i, "ˈ") | ||
return table.concat(syllables, "·") | return table.concat(syllables, "·") | ||
elseif match(term, "ŋ$") or match(syllables[#syllables], "[aeiouɛɪɔʊ][ | elseif match(term, "ŋ$") or match(syllables[#syllables], "[aeiouɛɪɔʊ][aeiouɛɪɔʊj]") then | ||
table.insert(syllables, #syllables, "ˈ") | table.insert(syllables, #syllables, "ˈ") | ||
return table.concat(syllables, "·") | return table.concat(syllables, "·") |