Module:getn: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 42: Line 42:
codes["inan1"] = {type = "gender", cat = "inanimate 1 POS", display = '<abbr title="inanimate class 1">inan1</abbr>'}
codes["inan1"] = {type = "gender", cat = "inanimate 1 POS", display = '<abbr title="inanimate class 1">inan1</abbr>'}
codes["inan2"] = {type = "gender", cat = "inanimate 2 POS", display = '<abbr title="inanimate class 2">inan2</abbr>'}
codes["inan2"] = {type = "gender", cat = "inanimate 2 POS", display = '<abbr title="inanimate class 2">inan2</abbr>'}
-- Noun classes for Wascotl
codes["d"] = {type = "gender", cat = "divine POS", display = '<abbr title="divine class">d</abbr>'}
codes["h"] = {type = "gender", cat = "human POS", display = '<abbr title="human class">h</abbr>'}
codes["o"] = {type = "gender", cat = "organic POS", display = '<abbr title="organic class">o</abbr>'}
codes["a"] = {type = "gender", cat = "animate POS", display = '<abbr title="animate class">a</abbr>'}
codes["i"] = {type = "gender", cat = "inanimate POS", display = '<abbr title="inanimate class">i</abbr>'}


-- Animacy
-- Animacy
39,194

edits

Navigation menu