45,647
edits
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
elseif find(tv, "[eiou]") or m_data.astems[word] then | elseif find(tv, "[eiou]") or m_data.astems[word] then | ||
return "vowel", {root} | return "vowel", {root} | ||
elseif match(word, "[ | elseif match(word, "[āeē]mm?agon$") then | ||
return "-emagon", {root} | return "-emagon", {root} | ||
elseif match(root, consonants .. "+" .. consonants .. "$") and (not match(root, ("lj" or "[rgtk]h") .. "$")) then | elseif match(root, consonants .. "+" .. consonants .. "$") and (not match(root, ("lj" or "[rgtk]h") .. "$")) then |