10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 328: | Line 328: | ||
-- detect vocative | -- detect vocative | ||
if case == "voc" or case == "vocdu" or case == "vocpl" then | if case == "voc" or case == "vocdu" or case == "vocpl" then | ||
adj_base = mw.ustring.gsub(adj_base, "^( ?)ag? ", "%1") | adj_base = mw.ustring.gsub(adj_base, "^( ?)ag? ", "%1") | ||
adj_base = mw.ustring.gsub(adj_base, " ag? ", " ") | adj_base = mw.ustring.gsub(adj_base, " ag? ", " ") | ||
Line 376: | Line 375: | ||
local u_initial = mw.ustring.match(mw.ustring.lower(base), "^([uúủ])") | local u_initial = mw.ustring.match(mw.ustring.lower(base), "^([uúủ])") | ||
if case == "voc" or case == "vocdu" or case == "vocpl" then | if case == "voc" or case == "vocdu" or case == "vocpl" then | ||
article = "" | |||
elseif gender == "in" then | elseif gender == "in" then | ||
if oblique_pl[case] then | if oblique_pl[case] then |