45,640
edits
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
data.forms["dat_a_sg"] = {s and stems .. "o" or stem .. "ro", s and stems .. "ot" or stem .. "rot"} | data.forms["dat_a_sg"] = {s and stems .. "o" or stem .. "ro", s and stems .. "ot" or stem .. "rot"} | ||
data.forms["loc_a_sg"] = data.forms["dat_a_sg"] | data.forms["loc_a_sg"] = data.forms["dat_a_sg"] | ||
data.forms["ins_a_sg"] = {stems .. "ros"} | data.forms["ins_a_sg"] = {s and stems .. "os" or stem .. "ros"} | ||
data.forms["com_a_sg"] = {stems .. "ron", stem .. "rom"} | data.forms["com_a_sg"] = {s and stems .. "on" or stem .. "ron", s and stems .. "om" or stem .. "rom"} | ||
data.forms["voc_a_sg"] = {stem .. "os"} | data.forms["voc_a_sg"] = {stem .. "os"} | ||
Line 83: | Line 83: | ||
data.forms["voc_t_pl"] = {stem .. "as"} | data.forms["voc_t_pl"] = {stem .. "as"} | ||
data.forms["nom_a_pl"] = {stems .. "ra"} | data.forms["nom_a_pl"] = {s and stems .. "a" or stem .. "ra"} | ||
data.forms["acc_a_pl"] = data.forms["nom_a_pl"] | data.forms["acc_a_pl"] = data.forms["nom_a_pl"] | ||
data.forms["gen_a_pl"] = {stems .. "ro", stems .. "rot"} | data.forms["gen_a_pl"] = {s and stems .. "o" or stem .. "ro", s and stems .. "ot" or stem .. "rot"} | ||
data.forms["dat_a_pl"] = data.forms["gen_a_pl"] | data.forms["dat_a_pl"] = data.forms["gen_a_pl"] | ||
data.forms["loc_a_pl"] = data.forms["gen_a_pl"] | data.forms["loc_a_pl"] = data.forms["gen_a_pl"] | ||
data.forms["ins_a_pl"] = {stems .. "ros"} | data.forms["ins_a_pl"] = {s and stems .. "os" or stem .. "ros"} | ||
data.forms["com_a_pl"] = {stems .. "ron", stems.. "rom"} | data.forms["com_a_pl"] = {s and stems .. "on" or stem .. "ron", s and stems .. "om" or stem.. "rom"} | ||
data.forms["voc_a_pl"] = {stem .. "as"} | data.forms["voc_a_pl"] = {stem .. "as"} | ||
Line 122: | Line 122: | ||
data.forms["post_nom_a_sg"] = {stem .. "or"} | data.forms["post_nom_a_sg"] = {stem .. "or"} | ||
data.forms["post_acc_a_sg"] = data.forms["post_nom_a_sg"] | data.forms["post_acc_a_sg"] = data.forms["post_nom_a_sg"] | ||
data.forms["post_gen_a_sg"] = {stem .. "ro"} | data.forms["post_gen_a_sg"] = {s and stems .. "o" or stem .. "ro"} | ||
data.forms["post_dat_a_sg"] = {stem .. "rot"} | data.forms["post_dat_a_sg"] = {s and stems .. "ot" or stem .. "rot"} | ||
data.forms["post_loc_a_sg"] = data.forms["post_dat_a_sg"] | data.forms["post_loc_a_sg"] = data.forms["post_dat_a_sg"] | ||
data.forms["post_ins_a_sg"] = {stem .. "roso"} | data.forms["post_ins_a_sg"] = {s and stems .. "oso" or stem .. "roso"} | ||
data.forms["post_com_a_sg"] = {stem .. "romo"} | data.forms["post_com_a_sg"] = {s and stems .. "omo" or stem .. "romo"} | ||
data.forms["post_voc_a_sg"] = {stem .. "os"} | data.forms["post_voc_a_sg"] = {stem .. "os"} | ||
Line 156: | Line 156: | ||
data.forms["post_voc_t_pl"] = {stem .. "as"} | data.forms["post_voc_t_pl"] = {stem .. "as"} | ||
data.forms["post_nom_a_pl"] = {stems .. "ra"} | data.forms["post_nom_a_pl"] = {s and stems .. "a" or stem .. "ra"} | ||
data.forms["post_acc_a_pl"] = data.forms["post_nom_a_pl"] | data.forms["post_acc_a_pl"] = data.forms["post_nom_a_pl"] | ||
data.forms["post_gen_a_pl"] = {stems .. "roti"} | data.forms["post_gen_a_pl"] = {s and stems .. "oti" or stem .. "roti"} | ||
data.forms["post_dat_a_pl"] = data.forms["post_gen_a_pl"] | data.forms["post_dat_a_pl"] = data.forms["post_gen_a_pl"] | ||
data.forms["post_loc_a_pl"] = data.forms["post_gen_a_pl"] | data.forms["post_loc_a_pl"] = data.forms["post_gen_a_pl"] | ||
data.forms["post_ins_a_pl"] = {stems .. "rossi"} | data.forms["post_ins_a_pl"] = {s and stems .. "ossi" or stem .. "rossi"} | ||
data.forms["post_com_a_pl"] = {stems .. "rommi"} | data.forms["post_com_a_pl"] = {s and stems .. "ommi" or stem .. "rommi"} | ||
data.forms["post_voc_a_pl"] = {stem .. "as"} | data.forms["post_voc_a_pl"] = {stem .. "as"} | ||
end | end | ||
Line 175: | Line 175: | ||
local stem = args[1] | local stem = args[1] | ||
local stemm = sub(stem, -1) == "n" and sub(stem, 1, -2) .. "m" or stem | local stemm = sub(stem, -1) == "n" and sub(stem, 1, -2) .. "m" or stem | ||
data.decl_type = "II" | data.decl_type = "II" | ||
table.insert(data.categories, "High Valyrian class-II adjectives") | table.insert(data.categories, "High Valyrian class-II adjectives") | ||
Line 265: | Line 264: | ||
setmetatable(d["IIr"], {__call = function(self, args, data) | setmetatable(d["IIr"], {__call = function(self, args, data) | ||
local stem = args[1] | local stem = args[1] | ||
data.decl_type = "IIr" | data.decl_type = "IIr" | ||
table.insert(data.categories, "High Valyrian class-IIr adjectives") | table.insert(data.categories, "High Valyrian class-IIr adjectives") | ||
Line 275: | Line 273: | ||
data.forms["nom_l_sg"] = {stem .. "z"} | data.forms["nom_l_sg"] = {stem .. "z"} | ||
data.forms["acc_l_sg"] = data.forms["nom_l_sg"] | data.forms["acc_l_sg"] = data.forms["nom_l_sg"] | ||
data.forms["gen_l_sg"] = { | data.forms["gen_l_sg"] = {stem .. "ro"} | ||
data.forms["dat_l_sg"] = { | data.forms["dat_l_sg"] = {stem .. "ro", stem .. "rot"} | ||
data.forms["loc_l_sg"] = { | data.forms["loc_l_sg"] = {stem .. "rē"} | ||
data.forms["ins_l_sg"] = { | data.forms["ins_l_sg"] = {stem .. "ros"} | ||
data.forms["com_l_sg"] = { | data.forms["com_l_sg"] = {stem .. "ron", stem .. "rom"} | ||
data.forms["voc_l_sg"] = { | data.forms["voc_l_sg"] = {stem .. "res"} | ||
data.forms["nom_t_sg"] = { | data.forms["nom_t_sg"] = {stem .. "rior"} | ||
data.forms["acc_t_sg"] = data.forms["nom_t_sg"] | data.forms["acc_t_sg"] = data.forms["nom_t_sg"] | ||
data.forms["gen_t_sg"] = { | data.forms["gen_t_sg"] = {stem .. "rȳr"} | ||
data.forms["dat_t_sg"] = data.forms["gen_t_sg"] | data.forms["dat_t_sg"] = data.forms["gen_t_sg"] | ||
data.forms["loc_t_sg"] = data.forms["gen_t_sg"] | data.forms["loc_t_sg"] = data.forms["gen_t_sg"] | ||
data.forms["ins_t_sg"] = { | data.forms["ins_t_sg"] = {stem .. "rȳs"} | ||
data.forms["com_t_sg"] = { | data.forms["com_t_sg"] = {stem .. "rȳn", stem .. "rȳm"} | ||
data.forms["voc_t_sg"] = { | data.forms["voc_t_sg"] = {stem .. "rios"} | ||
data.forms["nom_l_pl"] = { | data.forms["nom_l_pl"] = {stem .. "ri"} | ||
data.forms["acc_l_pl"] = data.forms["nom_l_pl"] | data.forms["acc_l_pl"] = data.forms["nom_l_pl"] | ||
data.forms["gen_l_pl"] = { | data.forms["gen_l_pl"] = {stem .. "ro", stem .. "rot"} | ||
data.forms["dat_l_pl"] = data.forms["gen_l_pl"] | data.forms["dat_l_pl"] = data.forms["gen_l_pl"] | ||
data.forms["loc_l_pl"] = data.forms["gen_l_pl"] | data.forms["loc_l_pl"] = data.forms["gen_l_pl"] | ||
data.forms["ins_l_pl"] = { | data.forms["ins_l_pl"] = {stem .. "ros"} | ||
data.forms["com_l_pl"] = { | data.forms["com_l_pl"] = {stem .. "ron", stem .. "rom"} | ||
data.forms["voc_l_pl"] = { | data.forms["voc_l_pl"] = {stem .. "ris"} | ||
data.forms["nom_t_pl"] = { | data.forms["nom_t_pl"] = {stem .. "riar"} | ||
data.forms["acc_t_pl"] = data.forms["nom_t_pl"] | data.forms["acc_t_pl"] = data.forms["nom_t_pl"] | ||
data.forms["gen_t_pl"] = { | data.forms["gen_t_pl"] = {stem .. "rȳ", stem .. "rȳt"} | ||
data.forms["dat_t_pl"] = data.forms["gen_t_pl"] | data.forms["dat_t_pl"] = data.forms["gen_t_pl"] | ||
data.forms["loc_t_pl"] = data.forms["gen_t_pl"] | data.forms["loc_t_pl"] = data.forms["gen_t_pl"] | ||
data.forms["ins_t_pl"] = { | data.forms["ins_t_pl"] = {stem .. "rȳs"} | ||
data.forms["com_t_pl"] = { | data.forms["com_t_pl"] = {stem .. "rȳn", stem .. "rȳm"} | ||
data.forms["voc_t_pl"] = { | data.forms["voc_t_pl"] = {stem .. "rīs"} | ||
data.forms["post_nom_l_sg"] = {stem .. "z"} | data.forms["post_nom_l_sg"] = {stem .. "z"} | ||
data.forms["post_acc_l_sg"] = data.forms["post_nom_l_sg"] | data.forms["post_acc_l_sg"] = data.forms["post_nom_l_sg"] | ||
data.forms["post_gen_l_sg"] = { | data.forms["post_gen_l_sg"] = {stem .. "ro"} | ||
data.forms["post_dat_l_sg"] = { | data.forms["post_dat_l_sg"] = {stem .. "rot"} | ||
data.forms["post_loc_l_sg"] = { | data.forms["post_loc_l_sg"] = {stem .. "rē"} | ||
data.forms["post_ins_l_sg"] = { | data.forms["post_ins_l_sg"] = {stem .. "rose"} | ||
data.forms["post_com_l_sg"] = { | data.forms["post_com_l_sg"] = {stem .. "rome"} | ||
data.forms["post_voc_l_sg"] = { | data.forms["post_voc_l_sg"] = {stem .. "res"} | ||
data.forms["post_nom_t_sg"] = { | data.forms["post_nom_t_sg"] = {stem .. "rior"} | ||
data.forms["post_acc_t_sg"] = data.forms["post_nom_t_sg"] | data.forms["post_acc_t_sg"] = data.forms["post_nom_t_sg"] | ||
data.forms["post_gen_t_sg"] = { | data.forms["post_gen_t_sg"] = {stem .. "rȳro"} | ||
data.forms["post_dat_t_sg"] = data.forms["post_gen_t_sg"] | data.forms["post_dat_t_sg"] = data.forms["post_gen_t_sg"] | ||
data.forms["post_loc_t_sg"] = data.forms["post_gen_t_sg"] | data.forms["post_loc_t_sg"] = data.forms["post_gen_t_sg"] | ||
data.forms["post_ins_t_sg"] = { | data.forms["post_ins_t_sg"] = {stem .. "rȳso"} | ||
data.forms["post_com_t_sg"] = { | data.forms["post_com_t_sg"] = {stem .. "rȳmo"} | ||
data.forms["post_voc_t_sg"] = { | data.forms["post_voc_t_sg"] = {stem .. "rios"} | ||
data.forms["post_nom_l_pl"] = { | data.forms["post_nom_l_pl"] = {stem .. "ri"} | ||
data.forms["post_acc_l_pl"] = data.forms["post_nom_l_pl"] | data.forms["post_acc_l_pl"] = data.forms["post_nom_l_pl"] | ||
data.forms["post_gen_l_pl"] = { | data.forms["post_gen_l_pl"] = {stem .. "roti"} | ||
data.forms["post_dat_l_pl"] = data.forms["post_gen_l_pl"] | data.forms["post_dat_l_pl"] = data.forms["post_gen_l_pl"] | ||
data.forms["post_loc_l_pl"] = data.forms["post_gen_l_pl"] | data.forms["post_loc_l_pl"] = data.forms["post_gen_l_pl"] | ||
data.forms["post_ins_l_pl"] = { | data.forms["post_ins_l_pl"] = {stem .. "rossi"} | ||
data.forms["post_com_l_pl"] = { | data.forms["post_com_l_pl"] = {stem .. "rommi"} | ||
data.forms["post_voc_l_pl"] = { | data.forms["post_voc_l_pl"] = {stem .. "ris"} | ||
data.forms["post_nom_t_pl"] = { | data.forms["post_nom_t_pl"] = {stem .. "riar"} | ||
data.forms["post_acc_t_pl"] = data.forms["post_nom_t_pl"] | data.forms["post_acc_t_pl"] = data.forms["post_nom_t_pl"] | ||
data.forms["post_gen_t_pl"] = { | data.forms["post_gen_t_pl"] = {stem .. "rȳti"} | ||
data.forms["post_dat_t_pl"] = data.forms["post_gen_t_pl"] | data.forms["post_dat_t_pl"] = data.forms["post_gen_t_pl"] | ||
data.forms["post_loc_t_pl"] = data.forms["post_gen_t_pl"] | data.forms["post_loc_t_pl"] = data.forms["post_gen_t_pl"] | ||
data.forms["post_ins_t_pl"] = { | data.forms["post_ins_t_pl"] = {stem .. "rȳssi"} | ||
data.forms["post_com_t_pl"] = { | data.forms["post_com_t_pl"] = {stem .. "rȳmmi"} | ||
data.forms["post_voc_t_pl"] = { | data.forms["post_voc_t_pl"] = {stem .. "rīs"} | ||
end | end | ||
}) | }) | ||
Line 355: | Line 353: | ||
setmetatable(d["III"], {__call = function(self, args, data) | setmetatable(d["III"], {__call = function(self, args, data) | ||
local stem = args[1] | local stem = args[1] | ||
local | local stemm = sub(stem, -1) == "n" and sub(stem, 1, -2) .. "m" or stem | ||
data.decl_type = "III" | data.decl_type = "III" | ||
table.insert(data.categories, "High Valyrian class-III adjectives") | table.insert(data.categories, "High Valyrian class-III adjectives") | ||
data.forms["eq"] = { | data.forms["eq"] = {stemm .. "pa"} | ||
data.forms["comp"] = {stem .. "kta"} | data.forms["comp"] = {stem .. "kta"} | ||
data.forms["sup"] = {stem .. "je"} | data.forms["sup"] = {stem .. "je"} |