Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 34: Line 34:
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
return "cluster", {root}
return "cluster", {root}
else
else