Module:tln-conj: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
pres_3p = "ᠠᠨ", | pres_3p = "ᠠᠨ", | ||
imperf_1s = " | imperf_1s = "ᠠᠨ", | ||
imperf_2s = " | imperf_2s = "ᠠᠰ", | ||
imperf_3s = " | imperf_3s = "ᠠᠲ", | ||
imperf_1p = " | imperf_1p = "ᠠᠨᠤᠰ", | ||
imperf_2p = " | imperf_2p = "ᠠᠵᠢᠰ", | ||
imperf_3p = " | imperf_3p = "ᠠᠨ", | ||
past_1s = "ᠠᠢ", | past_1s = "ᠠᠢ", | ||
| Line 45: | Line 45: | ||
pres_3p = "ᠡᠨ", | pres_3p = "ᠡᠨ", | ||
imperf_1s = " | imperf_1s = "ᠠᠨ", | ||
imperf_2s = " | imperf_2s = "ᠠᠰ", | ||
imperf_3s = " | imperf_3s = "ᠠᠲ", | ||
imperf_1p = " | imperf_1p = "ᠠᠨᠤᠰ", | ||
imperf_2p = " | imperf_2p = "ᠠᠵᠢᠰ", | ||
imperf_3p = " | imperf_3p = "ᠠᠨ", | ||
past_1s = "ᠢ", | past_1s = "ᠢ", | ||
| Line 63: | Line 63: | ||
fut_3s = "ᠡᠷᠡᠲ", | fut_3s = "ᠡᠷᠡᠲ", | ||
fut_1p = "ᠡᠷᠡᠨᠤᠰ", | fut_1p = "ᠡᠷᠡᠨᠤᠰ", | ||
fut_2p = " | fut_2p = "ᠡᠷᠡᠵᠢᠰ", | ||
fut_3p = "ᠡᠷᠡᠨ" | fut_3p = "ᠡᠷᠡᠨ" | ||
}, | }, | ||
ire = { | ire = { | ||
pres_1s = " | pres_1s = "ᠣ", | ||
pres_2s = " | pres_2s = "ᠢᠰ", | ||
pres_3s = " | pres_3s = "ᠢᠲ", | ||
pres_1p = " | pres_1p = "ᠢᠨᠤᠰ", | ||
pres_2p = " | pres_2p = "ᠢᠵᠢᠰ", | ||
pres_3p = " | pres_3p = "ᠢᠤᠨ", | ||
imperf_1s = " | imperf_1s = "ᠢᠠᠨ", | ||
imperf_2s = " | imperf_2s = "ᠢᠠᠰ", | ||
imperf_3s = " | imperf_3s = "ᠢᠠᠲ", | ||
imperf_1p = " | imperf_1p = "ᠢᠠᠨᠤᠰ", | ||
imperf_2p = " | imperf_2p = "ᠢᠠᠵᠢᠰ", | ||
imperf_3p = " | imperf_3p = "ᠢᠠᠨ", | ||
past_1s = " | past_1s = "ᠢ", | ||
past_2s = " | past_2s = "ᠢᠰᠲᠢ", | ||
past_3s = " | past_3s = "ᠢᠲ", | ||
past_1p = " | past_1p = "ᠢᠨᠤᠰ", | ||
past_2p = " | past_2p = "ᠢᠰᠲᠢᠰ", | ||
past_3p = " | past_3p = "ᠢᠡᠷᠤᠨ", | ||
fut_1s = " | fut_1s = "ᠢᠷᠢᠣ", | ||
fut_2s = " | fut_2s = "ᠢᠷᠡᠰ", | ||
fut_3s = " | fut_3s = "ᠢᠷᠡᠲ", | ||
fut_1p = " | fut_1p = "ᠢᠷᠡᠨᠤᠰ", | ||
fut_2p = " | fut_2p = "ᠢᠷᠡᠵᠢᠰ", | ||
fut_3p = " | fut_3p = "ᠢᠷᠡᠨ" | ||
} | } | ||
} | } | ||
| Line 167: | Line 167: | ||
local function combine(stem, ending) | local function combine(stem, ending) | ||
if mw.ustring.match(stem, " | if mw.ustring.match(stem, "ᠶ$") and | ||
mw.ustring.match(ending, "^ᠢ") then | mw.ustring.match(ending, "^ᠢ") then | ||