45,660
edits
No edit summary |
No edit summary |
||
Line 164: | Line 164: | ||
}) | }) | ||
data[" | data["cons"] = { | ||
params = { | params = { | ||
[1] = {}, | [1] = {}, | ||
}, | }, | ||
} | } | ||
setmetatable(data[" | setmetatable(data["cons"], {__call = function(self, args, data) | ||
local stem = data.head; data.decl_type = "consonant" | local stem = data.head; data.decl_type = "consonant" | ||
local qstem = sub(stem, -1) == "c" and gsub(stem, "c$", "qu") or stem | local qstem = sub(stem, -1) == "c" and gsub(stem, "c$", "qu") or stem |