မော်ဂျူး: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"] = "အညွှန်းစကားလုံး",
	["det"] = "ဝါစင်္ဂ",
	["cnum"] = "cardinal numeral",
	["conj"] = "သမ္ဗန္ဓ",
	["conv"] = "converb",
	["int"] = "အာမေဍိတ်",
	["intj"] = "အာမေဍိတ်",
	["n"] = "နာမ်",
	["num"] = "ဂဏန်းခြေ",
	["part"] = "ပစ္စည်း",
	["pcl"] = "ပစ္စည်း",
	["pn"] = "တစ်ဦးဆိုင်နာမ်",
	["proper"] = "တစ်ဦးဆိုင်နာမ်",
	["postp"] = "postposition",
	["pre"] = "ဝိဘတ်",
	["prep"] = "ဝိဘတ်",
	["pro"] = "နာမ်စား",
	["pron"] = "နာမ်စား",
	["onum"] = "ordinal numeral",
	["v"] = "ကြိယာ",
	["vb"] = "ကြိယာ",
	["vi"] = "ကံလိုကြိယာ",
	["vt"] = "ကံမလိုကြိယာ",
	["vti"] = "ကံမလိုနှင့် ကံလိုကြိယာ",
}

return pos_tags

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