မေႃႇၵျူး:form of/pos

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး

Documentation for this module may be created at မေႃႇၵျူး:form of/pos/doc

--[=[

This module contains abbreviations of part-of-speech tags.

--]=]

local pos_tags = {
	["a"] = "ၵမ်ႉႁိၵ်ႈ",
	["adj"] = "ၵမ်ႉႁိၵ်ႈ",
	["adv"] = "ၵမ်ႉသၢင်ႈ",
	["art"] = "article",
	["det"] = "determiner",
	["cnum"] = "မၢႆပၢႆးၼပ်ႉ ၵႃႇတီႇၼႄႇလ်",
	["conj"] = "ၵပ်း",
	["int"] = "တိုၼ်ႇ",
	["intj"] = "တိုၼ်ႇ",
	["n"] = "ႁိၵ်ႈ",
	["num"] = "မၢႆပၢႆးၼပ်ႉ",
	["part"] = "participle",
	["pcl"] = "particle",
	["pn"] = "ႁိၵ်ႈသုၼ်ႇလဵဝ်",
	["proper"] = "ႁိၵ်ႈသုၼ်ႇလဵဝ်",
	["postp"] = "postposition",
	["pre"] = "ႁဵင်း",
	["prep"] = "ႁဵင်း",
	["pro"] = "ႁိၵ်ႈတၢင်",
	["pron"] = "ႁိၵ်ႈတၢင်",
	["onum"] = "မၢႆပၢႆးၼပ်ႉ ဢေႃႇတီႇၼႄႇလ်",
	["v"] = "သၢင်ႈ",
	["vb"] = "သၢင်ႈ",
	["vi"] = "intransitive verb",
	["vt"] = "transitive verb",
	["vti"] = "transitive and intransitive verb",
}

return pos_tags

-- For Vim, so we get 4-space tabs
-- vim: set ts=4 sw=4 noet: