Module:qay-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 22: Line 22:
elseif word:match("[eiou]$") or word:match("[aeiou]y") then
elseif word:match("[eiou]$") or word:match("[aeiou]y") then
return "v", {word}
return "v", {word}
elseif word:match("[ptkbdgmncvshrlj]v") then
elseif word:match("[ptkbdgmncvshrlj][sv]") then
return "c", {word}
return "c", {word}
elseif word:match("[ptkbdgmncvshrlj][ptkbdgmncvshrlj]") then
elseif word:match("[ptkbdgmncvshrlj][ptkbdgmncvshrlj]") then

Navigation menu