45,647
edits
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
elseif p == "l" and a == "h" then antepenult = "ˈ" .. antepenult | elseif p == "l" and a == "h" then antepenult = "ˈ" .. antepenult | ||
elseif p == nil then syllables[#syllables] = "ˈ" .. syllables[#syllables] | elseif p == nil then syllables[#syllables] = "ˈ" .. syllables[#syllables] | ||
else penult = "ˈ" .. penult end | else penult = "ˈ" .. penult end | ||
return table.concat(syllables, "") | |||
end | end | ||