မဝ်ဂျူ:form of/pos
မံက်ပြာကတ်
--[=[
This module contains abbreviations of part-of-speech tags.
--]=]
local pos_tags = {
["a"] = "နာမဝိသေသန",
["adj"] = "နာမဝိသေသန",
["adv"] = "ကြိယာဝိသေသန",
["art"] = "ပစ္စဲ",
["det"] = "ဖျေံလဝ်သန္နိဋ္ဌာန်",
["cnum"] = "cardinal numeral",
["conj"] = "conjunction",
["conv"] = "converb",
["int"] = "အာမေဍိက်",
["intj"] = "အာမေဍိက်",
["n"] = "နာမ်",
["num"] = "ဂၞန်သၚ်္ချာ",
["part"] = "လုပ်ကၠောန်စွံလဝ်",
["pcl"] = "ကၞာတ်အမှိက်",
["pn"] = "နာမ်မကိတ်ညဳ",
["proper"] = "နာမ်မကိတ်ညဳ",
["postp"] = "ကဆံၚ်အကာဲအရာ",
["pre"] = "ဝိဘတ်",
["prep"] = "ဝိဘတ်",
["pro"] = "သဗ္ဗနာမ်",
["pron"] = "သဗ္ဗနာမ်",
["onum"] = "ordinal numeral",
["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: