45,640
edits
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
end | end | ||
-- No matches, now look for 3-s-h | -- No matches, now look for 3-s-h | ||
if find(word, "[aeiouyā]?[aeiouyāēīōūȳ] | if find(word, "[aeiouyā]?[aeiouyāēīōūȳ]s$") 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 |