45,660
edits
No edit summary |
mNo edit summary |
||
Line 39: | Line 39: | ||
end | end | ||
-- No matches, now look for 3-s-h | -- No matches, now look for 3-s-h | ||
if find(word, "[ | if find(word, "[aeiouyā]?[aeiouyāēīōūȳ]$") then | ||
return "3-s-h", {sub(word, 1, -2)} | return "3-s-h", {sub(word, 1, -2)} | ||
else return "6", {word} end | else return "6", {word} end |