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, "[āe]mm?agon$") then
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