Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 111: Line 111:
if g == "i" then
if g == "i" then
if parent_args.m then data.forms["m"][1] = parent_args["m"] end
if parent_args.m then data.forms["m"][1] = parent_args["m"] end
-- Diphthong coalescence in inessive forms
data.forms["ine"][1] = gsub(data.forms["ine"][1], "([aoueů])ia$", "%1įa")
data.forms["ine"][1] = gsub(data.forms["ine"][1], "ỉia$", "igįia")
else
else
for _, form in ipairs({"m_sg", "u_pl", "m_pl"}) do
for _, form in ipairs({"m_sg", "u_pl", "m_pl"}) do
Line 116: Line 119:
end
end
end
end
-- Diphthong coalescence in inessive forms
--data.forms["ine"][1] = gsub(data.forms["ine"][1], "([aoueů])ia$", "%1įa")
--data.forms["ine"][1] = gsub(data.forms["ine"][1], "ỉia$", "igįia")
-- make the table
-- make the table