Module:qhv-verb: Difference between revisions

no edit summary
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
elseif match(word, "[^l]ilagon$") or root == "il" then
return "-ilagon", {root}
return "-ilagon", {root}
elseif match(word, "[āeē]mm?agon$") then
elseif match(word, "[āeē]mm?agon$") then