Module:qhv-noun: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
local decl = number .. "-" .. class
local decl = number .. "-" .. class
return decl, {sub(word, 1, -(#endings_reverse[decl] + 1))}
return decl, {sub(word, 1, -(#endings_reverse[decl] + 1))}
elseif (find(word, "([aiuā][aeoāēō])s$") or find(word, "([āēīōūȳ])s$")) and require("Module:qhv-pron").write_stress(word, true) == 1 then
return "3-s-h", {sub(word, 1, -2)}
else
else
for ending, decl in pairs(endings) do
for ending, decl in pairs(endings) do