Module:getn: Difference between revisions

Jump to navigation Jump to search
(Undo revision 302029 by Sware (talk))
Tag: Undo
No edit summary
Line 61: Line 61:
codes["impf"] = {type = "aspect", cat = "imperfective POS", display = '<abbr title="imperfective aspect">impf</abbr>'}
codes["impf"] = {type = "aspect", cat = "imperfective POS", display = '<abbr title="imperfective aspect">impf</abbr>'}
codes["pf"] = {type = "aspect", cat = "perfective POS", display = '<abbr title="perfective aspect">pf</abbr>'}
codes["pf"] = {type = "aspect", cat = "perfective POS", display = '<abbr title="perfective aspect">pf</abbr>'}
-- Soc'ul'
codes["acc"] = {type = "aspect", cat = "accusative-aligned POS", display = '<abbr title="accusative aligned">pf</abbr>'}
codes["erg"] = {type = "aspect", cat = "ergative-aligned POS", display = '<abbr title="ergative aligned">pf</abbr>'}


-- Combined codes that are equivalent to giving multiple specs. `mf` is the same as specifying two separate specs,
-- Combined codes that are equivalent to giving multiple specs. `mf` is the same as specifying two separate specs,