Module:Data/POS
Jump to navigation
Jump to search
Part of Speech data for the dictionary
local def, _a do local _u = require("Module:Utils") def, _a = _u._a, _u.def end
return {
n = "Nouns",
v = "Verbs",
adj = "Adjectives",
adv = "Adverbs",
aff = "Affixes",
adp = "Adpositions",
conj = "Conjunctions",
part = "Particles",
intj = "Interjections",
cl = "Clitics",
ppn = "Proper Nouns",
_get = function (x) return def(require("Module:Data/POS")[_a(x)], "") end
}