Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 38: Line 38:
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}
elseif match(root, "lj$") then return "palatal", {root}
else
else
for ending, decl in pairs(endings) do
for ending, decl in pairs(endings) do

Navigation menu