|
|
| (3 intermediate revisions by the same user not shown) |
| Line 58: |
Line 58: |
| --VERBS | | --VERBS |
| -- Active | | -- Active |
| | | pres_inf = "act|pres|inf", |
| -- No active infinitve is included since it is the lemma form. | | past_inf = "act|past|inf", |
| pres_part = "act|pres|part", | | pres_part = "act|pres|part", |
| past_part = "act|past|part", | | past_part = "act|past|part", |
| | | |
| pres_ind_1sg = "1|s|pres|act|ind", | | pres_ind_sg = "s|pres|act|ind", |
| pres_ind_2sg = "2|s|pres|act|ind",
| | pres_ind_pl = "p|pres|act|ind", |
| pres_ind_3sg = "3|s|pres|act|ind",
| | past_ind_sg = "s|past|act|ind", |
| pres_ind_1pl = "1|p|pres|act|ind", | | past_ind_pl = "p|past|act|ind", |
| pres_ind_2pl = "2|p|pres|act|ind",
| |
| pres_ind_3pl = "3|p|pres|act|ind",
| |
| past_ind_1sg = "1|s|past|act|ind", | |
| past_ind_2sg = "2|s|past|act|ind",
| |
| past_ind_3sg = "3|s|past|act|ind",
| |
| past_ind_1pl = "1|p|past|act|ind", | |
| past_ind_2pl = "2|p|past|act|ind",
| |
| past_ind_3pl = "3|p|past|act|ind",
| |
| | | |
| pres_sub_1sg = "1|s|pres|act|sub", | | pres_sub_sg = "s|pres|act|sub", |
| pres_sub_2sg = "2|s|pres|act|sub",
| | pres_sub_pl = "p|pres|act|sub", |
| pres_sub_3sg = "3|s|pres|act|sub",
| | past_sub_sg = "s|past|act|sub", |
| pres_sub_1pl = "1|p|pres|act|sub", | | past_sub_pl = "p|past|act|sub", |
| pres_sub_2pl = "2|p|pres|act|sub",
| |
| pres_sub_3pl = "3|p|pres|act|sub",
| |
| past_sub_1sg = "1|s|past|act|sub", | |
| past_sub_2sg = "2|s|past|act|sub",
| |
| past_sub_3sg = "3|s|past|act|sub",
| |
| past_sub_1pl = "1|p|past|act|sub", | |
| past_sub_2pl = "2|p|past|act|sub",
| |
| past_sub_3pl = "3|p|past|act|sub",
| |
| | | |
| imp = "act|imp", | | imp_sg = "s|act|imp", |
| | imp_pl = "p|act|imp", |
| | | |
| -- Mediopassive | | -- Mediopassive |
| | | |
| mp_infinitive = "mp|inf", | | mp_pres_inf = "mp|pres|inf", |
| | mp_past_inf = "mp|past|inf", |
| mp_pres_part = "mp|pres|part", | | mp_pres_part = "mp|pres|part", |
| mp_past_part = "mp|past|part", | | mp_past_part = "mp|past|part", |
| | | |
| mp_pres_ind_1sg = "1|s|pres|mp|ind", | | mp_pres_ind_sg = "s|pres|mp|ind", |
| mp_pres_ind_2sg = "2|s|pres|mp|ind",
| | mp_pres_ind_pl = "p|pres|mp|ind", |
| mp_pres_ind_3sg = "3|s|pres|mp|ind",
| | mp_past_ind_sg = "s|past|mp|ind", |
| mp_pres_ind_1pl = "1|p|pres|mp|ind", | | mp_past_ind_pl = "p|past|mp|ind", |
| mp_pres_ind_2pl = "2|p|pres|mp|ind",
| |
| mp_pres_ind_3pl = "3|p|pres|mp|ind",
| |
| mp_past_ind_1sg = "1|s|past|mp|ind", | |
| mp_past_ind_2sg = "2|s|past|mp|ind",
| |
| mp_past_ind_3sg = "3|s|past|mp|ind",
| |
| mp_past_ind_1pl = "1|p|past|mp|ind", | |
| mp_past_ind_2pl = "2|p|past|mp|ind",
| |
| mp_past_ind_3pl = "3|p|past|mp|ind",
| |
| | | |
| mp_pres_sub_1sg = "1|s|pres|mp|sub", | | mp_pres_sub_sg = "s|pres|mp|sub", |
| mp_pres_sub_2sg = "2|s|pres|mp|sub",
| | mp_pres_sub_pl = "p|pres|mp|sub", |
| mp_pres_sub_3sg = "3|s|pres|mp|sub",
| | mp_past_sub_sg = "s|past|mp|sub", |
| mp_pres_sub_1pl = "1|p|pres|mp|sub", | | mp_past_sub_pl = "p|past|mp|sub", |
| mp_pres_sub_2pl = "2|p|pres|mp|sub",
| |
| mp_pres_sub_3pl = "3|p|pres|mp|sub",
| |
| mp_past_sub_1sg = "1|s|past|mp|sub", | |
| mp_past_sub_2sg = "2|s|past|mp|sub",
| |
| mp_past_sub_3sg = "3|s|past|mp|sub",
| |
| mp_past_sub_1pl = "1|p|past|mp|sub", | |
| mp_past_sub_2pl = "2|p|past|mp|sub",
| |
| mp_past_sub_3pl = "3|p|past|mp|sub",
| |
| | | |
| mp_impr = "mp|imp", | | mp_imp_sg = "s|mp|imp", |
| | mp_imp_pl = "p|mp|imp", |
| } | | } |
|
| |
|