Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
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, "[^l]ilagon$") then
return "-ilagon", {root}
elseif match(word, "[āeē]mm?agon$") then
elseif match(word, "[āeē]mm?agon$") then
return "-emagon", {root}
return "-emagon", {root}