Module:qhv-noun: Difference between revisions

no edit summary
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āēīōūȳ].$") then
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