45,660
edits
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
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 word:find("illa$") then | |||
return "-illa", {sub(word, 1, -2)} | |||
elseif reanalyzed then | elseif reanalyzed then | ||
for ending, decl in pairs(reanalyzed_endings) do | for ending, decl in pairs(reanalyzed_endings) do |