Module:qhv-adj/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:
if data.pre then
if data.pre then
data.forms["nom_lun_sg"] = {stem .. "a"}
data.forms["nom_l_sg"] = {stem .. "a"}
data.forms["acc_lun_sg"] = {stem .. "e"}
data.forms["acc_l_sg"] = {stem .. "e"}
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "o", stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "o", stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ā"}
data.forms["loc_l_sg"] = {stem .. "ā"}
data.forms["ins_lun_sg"] = {stem .. "os"}
data.forms["ins_l_sg"] = {stem .. "os"}
data.forms["com_lun_sg"] = {stem .. "on", stem .. "om"}
data.forms["com_l_sg"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_sg"] = {stem .. "us"}
data.forms["voc_l_sg"] = {stem .. "us"}
data.forms["nom_sol_sg"] = {stem .. "ys"}
data.forms["nom_s_sg"] = {stem .. "ys"}
data.forms["acc_sol_sg"] = {stem .. "i"}
data.forms["acc_s_sg"] = {stem .. "i"}
data.forms["gen_sol_sg"] = {stem .. "o"}
data.forms["gen_s_sg"] = {stem .. "o"}
data.forms["dat_sol_sg"] = {stem .. "o", stem .. "ot"}
data.forms["dat_s_sg"] = {stem .. "o", stem .. "ot"}
data.forms["loc_sol_sg"] = {stem .. "ȳ"}
data.forms["loc_s_sg"] = {stem .. "ȳ"}
data.forms["ins_sol_sg"] = {stem .. "os"}
data.forms["ins_s_sg"] = {stem .. "os"}
data.forms["com_sol_sg"] = {stem .. "on", stem .. "om"}
data.forms["com_s_sg"] = {stem .. "on", stem .. "om"}
data.forms["voc_sol_sg"] = {stem .. "ys"}
data.forms["voc_s_sg"] = {stem .. "ys"}
data.forms["nom_ter_sg"] = {stem .. "on"}
data.forms["nom_t_sg"] = {stem .. "on"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "o"}
data.forms["gen_t_sg"] = {stem .. "o"}
data.forms["dat_ter_sg"] = {stem .. "o", stem .. "ot"}
data.forms["dat_t_sg"] = {stem .. "o", stem .. "ot"}
data.forms["loc_ter_sg"] = data.forms["dat_ter_sg"]
data.forms["loc_t_sg"] = data.forms["dat_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "os"}
data.forms["ins_t_sg"] = {stem .. "os"}
data.forms["com_ter_sg"] = {stem .. "on", stem .. "om"}
data.forms["com_t_sg"] = {stem .. "on", stem .. "om"}
data.forms["voc_ter_sg"] = data.forms["ins_ter_sg"]
data.forms["voc_t_sg"] = data.forms["ins_t_sg"]
data.forms["nom_aq_sg"] = {stem .. "or"}
data.forms["nom_a_sg"] = {stem .. "or"}
data.forms["acc_aq_sg"] = data.forms["nom_aq_sg"]
data.forms["acc_a_sg"] = data.forms["nom_a_sg"]
data.forms["gen_aq_sg"] = {stem .. "ro"}
data.forms["gen_a_sg"] = {stem .. "ro"}
data.forms["dat_aq_sg"] = {stem .. "ro", stem .. "rot"}
data.forms["dat_a_sg"] = {stem .. "ro", stem .. "rot"}
data.forms["loc_aq_sg"] = data.forms["dat_aq_sg"]
data.forms["loc_a_sg"] = data.forms["dat_a_sg"]
data.forms["ins_aq_sg"] = {stem .. "ros"}
data.forms["ins_a_sg"] = {stem .. "ros"}
data.forms["com_aq_sg"] = {stem .. "ron", stem .. "rom"}
data.forms["com_a_sg"] = {stem .. "ron", stem .. "rom"}
data.forms["voc_aq_sg"] = {stem .. "os"}
data.forms["voc_a_sg"] = {stem .. "os"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = {stem .. "ī"}
data.forms["acc_l_pl"] = {stem .. "ī"}
data.forms["gen_lun_pl"] = {stem .. "o", stem .. "ot"}
data.forms["gen_l_pl"] = {stem .. "o", stem .. "ot"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "os"}
data.forms["ins_l_pl"] = {stem .. "os"}
data.forms["com_lun_pl"] = {stem .. "on", stem .. "om"}
data.forms["com_l_pl"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}


data.forms["nom_sol_pl"] = {stem .. "ys", stem .. "yz"}
data.forms["nom_s_pl"] = {stem .. "ys", stem .. "yz"}
data.forms["acc_sol_pl"] = {stem .. "ī"}
data.forms["acc_s_pl"] = {stem .. "ī"}
data.forms["gen_sol_pl"] = {stem .. "o", stem .. "ot"}
data.forms["gen_s_pl"] = {stem .. "o", stem .. "ot"}
data.forms["dat_sol_pl"] = data.forms["gen_sol_pl"]
data.forms["dat_s_pl"] = data.forms["gen_s_pl"]
data.forms["loc_sol_pl"] = data.forms["acc_sol_pl"]
data.forms["loc_s_pl"] = data.forms["acc_s_pl"]
data.forms["ins_sol_pl"] = {stem .. "os"}
data.forms["ins_s_pl"] = {stem .. "os"}
data.forms["com_sol_pl"] = {stem .. "on", stem .. "om"}
data.forms["com_s_pl"] = {stem .. "on", stem .. "om"}
data.forms["voc_sol_pl"] = data.forms["nom_sol_pl"]
data.forms["voc_s_pl"] = data.forms["nom_s_pl"]
data.forms["nom_ter_pl"] = {stem .. "a"}
data.forms["nom_t_pl"] = {stem .. "a"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "o", stem .. "ot"}
data.forms["gen_t_pl"] = {stem .. "o", stem .. "ot"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "os"}
data.forms["ins_t_pl"] = {stem .. "os"}
data.forms["com_ter_pl"] = {stem .. "on", stem .. "om"}
data.forms["com_t_pl"] = {stem .. "on", stem .. "om"}
data.forms["voc_ter_pl"] = {stem .. "as"}
data.forms["voc_t_pl"] = {stem .. "as"}
data.forms["nom_aq_pl"] = {stem .. "ra"}
data.forms["nom_a_pl"] = {stem .. "ra"}
data.forms["acc_aq_pl"] = data.forms["nom_aq_pl"]
data.forms["acc_a_pl"] = data.forms["nom_a_pl"]
data.forms["gen_aq_pl"] = {stem .. "ro", stem .. "rot"}
data.forms["gen_a_pl"] = {stem .. "ro", stem .. "rot"}
data.forms["dat_aq_pl"] = data.forms["gen_aq_pl"]
data.forms["dat_a_pl"] = data.forms["gen_a_pl"]
data.forms["loc_aq_pl"] = data.forms["gen_aq_pl"]
data.forms["loc_a_pl"] = data.forms["gen_a_pl"]
data.forms["ins_aq_pl"] = {stem .. "ros"}
data.forms["ins_a_pl"] = {stem .. "ros"}
data.forms["com_aq_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["com_a_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["voc_aq_pl"] = {stem .. "as"}
data.forms["voc_a_pl"] = {stem .. "as"}
else
else
data.forms["nom_lun_sg"] = {stem .. "a"}
data.forms["nom_l_sg"] = {stem .. "a"}
data.forms["acc_lun_sg"] = {stem .. "e"}
data.forms["acc_l_sg"] = {stem .. "e"}
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ā"}
data.forms["loc_l_sg"] = {stem .. "ā"}
data.forms["ins_lun_sg"] = {stem .. "osa"}
data.forms["ins_l_sg"] = {stem .. "osa"}
data.forms["com_lun_sg"] = {stem .. "oma"}
data.forms["com_l_sg"] = {stem .. "oma"}
data.forms["voc_lun_sg"] = {stem .. "us"}
data.forms["voc_l_sg"] = {stem .. "us"}
data.forms["nom_sol_sg"] = {stem .. "ys"}
data.forms["nom_s_sg"] = {stem .. "ys"}
data.forms["acc_sol_sg"] = {stem .. "i"}
data.forms["acc_s_sg"] = {stem .. "i"}
data.forms["gen_sol_sg"] = {stem .. "o"}
data.forms["gen_s_sg"] = {stem .. "o"}
data.forms["dat_sol_sg"] = {stem .. "ot"}
data.forms["dat_s_sg"] = {stem .. "ot"}
data.forms["loc_sol_sg"] = {stem .. "ȳ"}
data.forms["loc_s_sg"] = {stem .. "ȳ"}
data.forms["ins_sol_sg"] = {stem .. "osy"}
data.forms["ins_s_sg"] = {stem .. "osy"}
data.forms["com_sol_sg"] = {stem .. "omy"}
data.forms["com_s_sg"] = {stem .. "omy"}
data.forms["voc_sol_sg"] = {stem .. "ys"}
data.forms["voc_s_sg"] = {stem .. "ys"}
data.forms["nom_ter_sg"] = {stem .. "on"}
data.forms["nom_t_sg"] = {stem .. "on"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "o"}
data.forms["gen_t_sg"] = {stem .. "o"}
data.forms["dat_ter_sg"] = {stem .. "ot"}
data.forms["dat_t_sg"] = {stem .. "ot"}
data.forms["loc_ter_sg"] = data.forms["dat_ter_sg"]
data.forms["loc_t_sg"] = data.forms["dat_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "oso"}
data.forms["ins_t_sg"] = {stem .. "oso"}
data.forms["com_ter_sg"] = {stem .. "omo"}
data.forms["com_t_sg"] = {stem .. "omo"}
data.forms["voc_ter_sg"] = {stem .. "os"}
data.forms["voc_t_sg"] = {stem .. "os"}
data.forms["nom_aq_sg"] = {stem .. "or"}
data.forms["nom_a_sg"] = {stem .. "or"}
data.forms["acc_aq_sg"] = data.forms["nom_aq_sg"]
data.forms["acc_a_sg"] = data.forms["nom_a_sg"]
data.forms["gen_aq_sg"] = {stem .. "ro"}
data.forms["gen_a_sg"] = {stem .. "ro"}
data.forms["dat_aq_sg"] = {stem .. "rot"}
data.forms["dat_a_sg"] = {stem .. "rot"}
data.forms["loc_aq_sg"] = data.forms["dat_aq_sg"]
data.forms["loc_a_sg"] = data.forms["dat_a_sg"]
data.forms["ins_aq_sg"] = {stem .. "roso"}
data.forms["ins_a_sg"] = {stem .. "roso"}
data.forms["com_aq_sg"] = {stem .. "romo"}
data.forms["com_a_sg"] = {stem .. "romo"}
data.forms["voc_aq_sg"] = {stem .. "os"}
data.forms["voc_a_sg"] = {stem .. "os"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = {stem .. "ī"}
data.forms["acc_l_pl"] = {stem .. "ī"}
data.forms["gen_lun_pl"] = {stem .. "oti"}
data.forms["gen_l_pl"] = {stem .. "oti"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "ossi"}
data.forms["ins_l_pl"] = {stem .. "ossi"}
data.forms["com_lun_pl"] = {stem .. "ommi"}
data.forms["com_l_pl"] = {stem .. "ommi"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}


data.forms["nom_sol_pl"] = {stem .. "yzy"}
data.forms["nom_s_pl"] = {stem .. "yzy"}
data.forms["acc_sol_pl"] = {stem .. "ī"}
data.forms["acc_s_pl"] = {stem .. "ī"}
data.forms["gen_sol_pl"] = {stem .. "oti"}
data.forms["gen_s_pl"] = {stem .. "oti"}
data.forms["dat_sol_pl"] = data.forms["gen_sol_pl"]
data.forms["dat_s_pl"] = data.forms["gen_s_pl"]
data.forms["loc_sol_pl"] = data.forms["acc_sol_pl"]
data.forms["loc_s_pl"] = data.forms["acc_s_pl"]
data.forms["ins_sol_pl"] = {stem .. "ossi"}
data.forms["ins_s_pl"] = {stem .. "ossi"}
data.forms["com_sol_pl"] = {stem .. "ommi"}
data.forms["com_s_pl"] = {stem .. "ommi"}
data.forms["voc_sol_pl"] = {stem .. "yzys"}
data.forms["voc_s_pl"] = {stem .. "yzys"}
data.forms["nom_ter_pl"] = {stem .. "a"}
data.forms["nom_t_pl"] = {stem .. "a"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "oti"}
data.forms["gen_t_pl"] = {stem .. "oti"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ossi"}
data.forms["ins_t_pl"] = {stem .. "ossi"}
data.forms["com_ter_pl"] = {stem .. "ommi"}
data.forms["com_t_pl"] = {stem .. "ommi"}
data.forms["voc_ter_pl"] = {stem .. "as"}
data.forms["voc_t_pl"] = {stem .. "as"}
data.forms["nom_aq_pl"] = {stem .. "ra"}
data.forms["nom_a_pl"] = {stem .. "ra"}
data.forms["acc_aq_pl"] = data.forms["nom_aq_pl"]
data.forms["acc_a_pl"] = data.forms["nom_a_pl"]
data.forms["gen_aq_pl"] = {stem .. "roti"}
data.forms["gen_a_pl"] = {stem .. "roti"}
data.forms["dat_aq_pl"] = data.forms["gen_aq_pl"]
data.forms["dat_a_pl"] = data.forms["gen_a_pl"]
data.forms["loc_aq_pl"] = data.forms["gen_aq_pl"]
data.forms["loc_a_pl"] = data.forms["gen_a_pl"]
data.forms["ins_aq_pl"] = {stem .. "rossi"}
data.forms["ins_a_pl"] = {stem .. "rossi"}
data.forms["com_aq_pl"] = {stem .. "rommi"}
data.forms["com_a_pl"] = {stem .. "rommi"}
data.forms["voc_aq_pl"] = {stem .. "as"}
data.forms["voc_a_pl"] = {stem .. "as"}
end
end
end
end
Line 181: Line 181:
if data.pre then
if data.pre then
data.forms["nom_lun_sg"] = {stem .. "e"}
data.forms["nom_l_sg"] = {stem .. "e"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "o", stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "o", stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ē"}
data.forms["loc_l_sg"] = {stem .. "ē"}
data.forms["ins_lun_sg"] = {stem .. "os"}
data.forms["ins_l_sg"] = {stem .. "os"}
data.forms["com_lun_sg"] = {stem .. "on", stem .. "om"}
data.forms["com_l_sg"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_sg"] = {stem .. "es"}
data.forms["voc_l_sg"] = {stem .. "es"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳr"}
data.forms["gen_t_sg"] = {stem .. "ȳr"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳs"}
data.forms["ins_t_sg"] = {stem .. "ȳs"}
data.forms["com_ter_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "o", stem .. "ot"}
data.forms["gen_l_pl"] = {stem .. "o", stem .. "ot"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "os"}
data.forms["ins_l_pl"] = {stem .. "os"}
data.forms["com_lun_pl"] = {stem .. "on", stem .. "om"}
data.forms["com_l_pl"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["gen_t_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳs"}
data.forms["ins_t_pl"] = {stem .. "ȳs"}
data.forms["com_ter_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
else
else
data.forms["nom_lun_sg"] = {stem .. "e"}
data.forms["nom_l_sg"] = {stem .. "e"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ē"}
data.forms["loc_l_sg"] = {stem .. "ē"}
data.forms["ins_lun_sg"] = {stem .. "ose"}
data.forms["ins_l_sg"] = {stem .. "ose"}
data.forms["com_lun_sg"] = {stem .. "ome"}
data.forms["com_l_sg"] = {stem .. "ome"}
data.forms["voc_lun_sg"] = {stem .. "es"}
data.forms["voc_l_sg"] = {stem .. "es"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳro"}
data.forms["gen_t_sg"] = {stem .. "ȳro"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳso"}
data.forms["ins_t_sg"] = {stem .. "ȳso"}
data.forms["com_ter_sg"] = {stem .. "ȳmo"}
data.forms["com_t_sg"] = {stem .. "ȳmo"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "oti"}
data.forms["gen_l_pl"] = {stem .. "oti"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "ossi"}
data.forms["ins_l_pl"] = {stem .. "ossi"}
data.forms["com_lun_pl"] = {stem .. "ommi"}
data.forms["com_l_pl"] = {stem .. "ommi"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳti"}
data.forms["gen_t_pl"] = {stem .. "ȳti"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳssi"}
data.forms["ins_t_pl"] = {stem .. "ȳssi"}
data.forms["com_ter_pl"] = {stem .. "ȳmmi"}
data.forms["com_t_pl"] = {stem .. "ȳmmi"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
end
end
end
end
Line 271: Line 271:
if data.pre then
if data.pre then
data.forms["nom_lun_sg"] = {stem .. "z"}
data.forms["nom_l_sg"] = {stem .. "z"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "ro"}
data.forms["gen_l_sg"] = {stem .. "ro"}
data.forms["dat_lun_sg"] = {stem .. "ro", stem .. "rot"}
data.forms["dat_l_sg"] = {stem .. "ro", stem .. "rot"}
data.forms["loc_lun_sg"] = {stem .. "rē"}
data.forms["loc_l_sg"] = {stem .. "rē"}
data.forms["ins_lun_sg"] = {stem .. "ros"}
data.forms["ins_l_sg"] = {stem .. "ros"}
data.forms["com_lun_sg"] = {stem .. "ron", stem .. "rom"}
data.forms["com_l_sg"] = {stem .. "ron", stem .. "rom"}
data.forms["voc_lun_sg"] = {stem .. "res"}
data.forms["voc_l_sg"] = {stem .. "res"}
data.forms["nom_ter_sg"] = {stem .. "rior"}
data.forms["nom_t_sg"] = {stem .. "rior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "rȳr"}
data.forms["gen_t_sg"] = {stem .. "rȳr"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "rȳs"}
data.forms["ins_t_sg"] = {stem .. "rȳs"}
data.forms["com_ter_sg"] = {stem .. "rȳn", stem .. "rȳm"}
data.forms["com_t_sg"] = {stem .. "rȳn", stem .. "rȳm"}
data.forms["voc_ter_sg"] = {stem .. "rios"}
data.forms["voc_t_sg"] = {stem .. "rios"}


data.forms["nom_lun_pl"] = {stem .. "ri"}
data.forms["nom_l_pl"] = {stem .. "ri"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "ro", stem .. "rot"}
data.forms["gen_l_pl"] = {stem .. "ro", stem .. "rot"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "ros"}
data.forms["ins_l_pl"] = {stem .. "ros"}
data.forms["com_lun_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["com_l_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["voc_lun_pl"] = {stem .. "ris"}
data.forms["voc_l_pl"] = {stem .. "ris"}
data.forms["nom_ter_pl"] = {stem .. "riar"}
data.forms["nom_t_pl"] = {stem .. "riar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "rȳ", stem .. "rȳt"}
data.forms["gen_t_pl"] = {stem .. "rȳ", stem .. "rȳt"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "rȳs"}
data.forms["ins_t_pl"] = {stem .. "rȳs"}
data.forms["com_ter_pl"] = {stem .. "rȳn", stem .. "rȳm"}
data.forms["com_t_pl"] = {stem .. "rȳn", stem .. "rȳm"}
data.forms["voc_ter_pl"] = {stem .. "rīs"}
data.forms["voc_t_pl"] = {stem .. "rīs"}
else
else
data.forms["nom_lun_sg"] = {stem .. "z"}
data.forms["nom_l_sg"] = {stem .. "z"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "ro"}
data.forms["gen_l_sg"] = {stem .. "ro"}
data.forms["dat_lun_sg"] = {stem .. "rot"}
data.forms["dat_l_sg"] = {stem .. "rot"}
data.forms["loc_lun_sg"] = {stem .. "rē"}
data.forms["loc_l_sg"] = {stem .. "rē"}
data.forms["ins_lun_sg"] = {stem .. "rose"}
data.forms["ins_l_sg"] = {stem .. "rose"}
data.forms["com_lun_sg"] = {stem .. "rome"}
data.forms["com_l_sg"] = {stem .. "rome"}
data.forms["voc_lun_sg"] = {stem .. "res"}
data.forms["voc_l_sg"] = {stem .. "res"}
data.forms["nom_ter_sg"] = {stem .. "rior"}
data.forms["nom_t_sg"] = {stem .. "rior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "rȳro"}
data.forms["gen_t_sg"] = {stem .. "rȳro"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "rȳso"}
data.forms["ins_t_sg"] = {stem .. "rȳso"}
data.forms["com_ter_sg"] = {stem .. "rȳmo"}
data.forms["com_t_sg"] = {stem .. "rȳmo"}
data.forms["voc_ter_sg"] = {stem .. "rios"}
data.forms["voc_t_sg"] = {stem .. "rios"}


data.forms["nom_lun_pl"] = {stem .. "ri"}
data.forms["nom_l_pl"] = {stem .. "ri"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "roti"}
data.forms["gen_l_pl"] = {stem .. "roti"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "rossi"}
data.forms["ins_l_pl"] = {stem .. "rossi"}
data.forms["com_lun_pl"] = {stem .. "rommi"}
data.forms["com_l_pl"] = {stem .. "rommi"}
data.forms["voc_lun_pl"] = {stem .. "ris"}
data.forms["voc_l_pl"] = {stem .. "ris"}
data.forms["nom_ter_pl"] = {stem .. "riar"}
data.forms["nom_t_pl"] = {stem .. "riar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "rȳti"}
data.forms["gen_t_pl"] = {stem .. "rȳti"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "rȳssi"}
data.forms["ins_t_pl"] = {stem .. "rȳssi"}
data.forms["com_ter_pl"] = {stem .. "rȳmmi"}
data.forms["com_t_pl"] = {stem .. "rȳmmi"}
data.forms["voc_ter_pl"] = {stem .. "rīs"}
data.forms["voc_t_pl"] = {stem .. "rīs"}
end
end
end
end
Line 361: Line 361:
if data.pre then
if data.pre then
data.forms["nom_lun_sg"] = {stem .. "ie"}
data.forms["nom_l_sg"] = {stem .. "ie"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "io"}
data.forms["gen_l_sg"] = {stem .. "io"}
data.forms["dat_lun_sg"] = {stem .. "io", stem .. "iot"}
data.forms["dat_l_sg"] = {stem .. "io", stem .. "iot"}
data.forms["loc_lun_sg"] = {stem .. "iē"}
data.forms["loc_l_sg"] = {stem .. "iē"}
data.forms["ins_lun_sg"] = {stem .. "ios"}
data.forms["ins_l_sg"] = {stem .. "ios"}
data.forms["com_lun_sg"] = {stem .. "ion", stem .. "iom"}
data.forms["com_l_sg"] = {stem .. "ion", stem .. "iom"}
data.forms["voc_lun_sg"] = {stem .. "ies"}
data.forms["voc_l_sg"] = {stem .. "ies"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳr"}
data.forms["gen_t_sg"] = {stem .. "ȳr"}
data.forms["dat_ter_sg"] = {stem .. "ȳro", stem .. "ȳrot"}
data.forms["dat_t_sg"] = {stem .. "ȳro", stem .. "ȳrot"}
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳs"}
data.forms["ins_t_sg"] = {stem .. "ȳs"}
data.forms["com_ter_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "ī"}
data.forms["nom_l_pl"] = {stem .. "ī"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "io", stem .. "iot"}
data.forms["gen_l_pl"] = {stem .. "io", stem .. "iot"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "iot"}
data.forms["ins_l_pl"] = {stem .. "iot"}
data.forms["com_lun_pl"] = {stem .. "ion", stem .. "iom"}
data.forms["com_l_pl"] = {stem .. "ion", stem .. "iom"}
data.forms["voc_lun_pl"] = {stem .. "īs"}
data.forms["voc_l_pl"] = {stem .. "īs"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["gen_t_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳs"}
data.forms["ins_t_pl"] = {stem .. "ȳs"}
data.forms["com_ter_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
else
else
data.forms["nom_lun_sg"] = {stem .. "ie"}
data.forms["nom_l_sg"] = {stem .. "ie"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "io"}
data.forms["gen_l_sg"] = {stem .. "io"}
data.forms["dat_lun_sg"] = {stem .. "iot"}
data.forms["dat_l_sg"] = {stem .. "iot"}
data.forms["loc_lun_sg"] = {stem .. "iē"}
data.forms["loc_l_sg"] = {stem .. "iē"}
data.forms["ins_lun_sg"] = {stem .. "ȳse"}
data.forms["ins_l_sg"] = {stem .. "ȳse"}
data.forms["com_lun_sg"] = {stem .. "ȳme"}
data.forms["com_l_sg"] = {stem .. "ȳme"}
data.forms["voc_lun_sg"] = {stem .. "ies"}
data.forms["voc_l_sg"] = {stem .. "ies"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳro"}
data.forms["gen_t_sg"] = {stem .. "ȳro"}
data.forms["dat_ter_sg"] = {stem .. "ȳrot"}
data.forms["dat_t_sg"] = {stem .. "ȳrot"}
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳso"}
data.forms["ins_t_sg"] = {stem .. "ȳso"}
data.forms["com_ter_sg"] = {stem .. "ȳmo"}
data.forms["com_t_sg"] = {stem .. "ȳmo"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "ī"}
data.forms["nom_l_pl"] = {stem .. "ī"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "ȳti"}
data.forms["gen_l_pl"] = {stem .. "ȳti"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "ȳssi"}
data.forms["ins_l_pl"] = {stem .. "ȳssi"}
data.forms["com_lun_pl"] = {stem .. "ȳmmi"}
data.forms["com_l_pl"] = {stem .. "ȳmmi"}
data.forms["voc_lun_pl"] = {stem .. "īs"}
data.forms["voc_l_pl"] = {stem .. "īs"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳti"}
data.forms["gen_t_pl"] = {stem .. "ȳti"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳssi"}
data.forms["ins_t_pl"] = {stem .. "ȳssi"}
data.forms["com_ter_pl"] = {stem .. "ȳmmi"}
data.forms["com_t_pl"] = {stem .. "ȳmmi"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
end
end
end
end
Line 446: Line 446:
if data.pre then
if data.pre then
data.forms["nom_lun_sg"] = {stem .. "e"}
data.forms["nom_l_sg"] = {stem .. "e"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "o", stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "o", stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ē"}
data.forms["loc_l_sg"] = {stem .. "ē"}
data.forms["ins_lun_sg"] = {stem .. "os"}
data.forms["ins_l_sg"] = {stem .. "os"}
data.forms["com_lun_sg"] = {stem .. "on", stem .. "om"}
data.forms["com_l_sg"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_sg"] = {stem .. "es"}
data.forms["voc_l_sg"] = {stem .. "es"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳr"}
data.forms["gen_t_sg"] = {stem .. "ȳr"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳs"}
data.forms["ins_t_sg"] = {stem .. "ȳs"}
data.forms["com_ter_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_sg"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "o", stem .. "ot"}
data.forms["gen_l_pl"] = {stem .. "o", stem .. "ot"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "os"}
data.forms["ins_l_pl"] = {stem .. "os"}
data.forms["com_lun_pl"] = {stem .. "on", stem .. "om"}
data.forms["com_l_pl"] = {stem .. "on", stem .. "om"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["gen_t_pl"] = {stem .. "ȳ", stem .. "ȳt"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳs"}
data.forms["ins_t_pl"] = {stem .. "ȳs"}
data.forms["com_ter_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["com_t_pl"] = {stem .. "ȳn", stem .. "ȳm"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
else
else
data.forms["nom_lun_sg"] = {stem .. "e"}
data.forms["nom_l_sg"] = {stem .. "e"}
data.forms["acc_lun_sg"] = data.forms["nom_lun_sg"]
data.forms["acc_l_sg"] = data.forms["nom_l_sg"]
data.forms["gen_lun_sg"] = {stem .. "o"}
data.forms["gen_l_sg"] = {stem .. "o"}
data.forms["dat_lun_sg"] = {stem .. "ot"}
data.forms["dat_l_sg"] = {stem .. "ot"}
data.forms["loc_lun_sg"] = {stem .. "ē"}
data.forms["loc_l_sg"] = {stem .. "ē"}
data.forms["ins_lun_sg"] = {stem .. "ose"}
data.forms["ins_l_sg"] = {stem .. "ose"}
data.forms["com_lun_sg"] = {stem .. "ome"}
data.forms["com_l_sg"] = {stem .. "ome"}
data.forms["voc_lun_sg"] = {stem .. "es"}
data.forms["voc_l_sg"] = {stem .. "es"}
data.forms["nom_ter_sg"] = {stem .. "ior"}
data.forms["nom_t_sg"] = {stem .. "ior"}
data.forms["acc_ter_sg"] = data.forms["nom_ter_sg"]
data.forms["acc_t_sg"] = data.forms["nom_t_sg"]
data.forms["gen_ter_sg"] = {stem .. "ȳro"}
data.forms["gen_t_sg"] = {stem .. "ȳro"}
data.forms["dat_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["dat_t_sg"] = data.forms["gen_t_sg"]
data.forms["loc_ter_sg"] = data.forms["gen_ter_sg"]
data.forms["loc_t_sg"] = data.forms["gen_t_sg"]
data.forms["ins_ter_sg"] = {stem .. "ȳso"}
data.forms["ins_t_sg"] = {stem .. "ȳso"}
data.forms["com_ter_sg"] = {stem .. "ȳmo"}
data.forms["com_t_sg"] = {stem .. "ȳmo"}
data.forms["voc_ter_sg"] = {stem .. "ios"}
data.forms["voc_t_sg"] = {stem .. "ios"}


data.forms["nom_lun_pl"] = {stem .. "i"}
data.forms["nom_l_pl"] = {stem .. "i"}
data.forms["acc_lun_pl"] = data.forms["nom_lun_pl"]
data.forms["acc_l_pl"] = data.forms["nom_l_pl"]
data.forms["gen_lun_pl"] = {stem .. "oti"}
data.forms["gen_l_pl"] = {stem .. "oti"}
data.forms["dat_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["dat_l_pl"] = data.forms["gen_l_pl"]
data.forms["loc_lun_pl"] = data.forms["gen_lun_pl"]
data.forms["loc_l_pl"] = data.forms["gen_l_pl"]
data.forms["ins_lun_pl"] = {stem .. "ossi"}
data.forms["ins_l_pl"] = {stem .. "ossi"}
data.forms["com_lun_pl"] = {stem .. "ommi"}
data.forms["com_l_pl"] = {stem .. "ommi"}
data.forms["voc_lun_pl"] = {stem .. "is"}
data.forms["voc_l_pl"] = {stem .. "is"}
data.forms["nom_ter_pl"] = {stem .. "iar"}
data.forms["nom_t_pl"] = {stem .. "iar"}
data.forms["acc_ter_pl"] = data.forms["nom_ter_pl"]
data.forms["acc_t_pl"] = data.forms["nom_t_pl"]
data.forms["gen_ter_pl"] = {stem .. "ȳti"}
data.forms["gen_t_pl"] = {stem .. "ȳti"}
data.forms["dat_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["dat_t_pl"] = data.forms["gen_t_pl"]
data.forms["loc_ter_pl"] = data.forms["gen_ter_pl"]
data.forms["loc_t_pl"] = data.forms["gen_t_pl"]
data.forms["ins_ter_pl"] = {stem .. "ȳssi"}
data.forms["ins_t_pl"] = {stem .. "ȳssi"}
data.forms["com_ter_pl"] = {stem .. "ȳmmi"}
data.forms["com_t_pl"] = {stem .. "ȳmmi"}
data.forms["voc_ter_pl"] = {stem .. "īs"}
data.forms["voc_t_pl"] = {stem .. "īs"}
end
end
end
end


return d
return d