45,638
edits
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 | |||
return "c", {word} | |||
elseif word:match("[ptkbdgmncvshrlj][ptkbdgmncvshrlj]") then | elseif word:match("[ptkbdgmncvshrlj][ptkbdgmncvshrlj]") then | ||
return "2c", {word} | return "2c", {word} |