45,647
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
elseif match(word, "[^l]ilagon$") or root == "il" then | elseif match(word, "[^l]ilagon$") or root == "il" then | ||
return "-ilagon", {root} | return "-ilagon", {root} | ||
elseif match(word, "[āeē]mm?agon$") and word ~= "jemagon" then | elseif match(word, "[āeē]mm?agon$") and word ~= "jemagon" and word ~= "uēmagon" then | ||
return "-emagon", {root} | return "-emagon", {root} | ||
elseif match(root, "lj$") then return "palatal", {root} | elseif match(root, "lj$") then return "palatal", {root} |