Module:Data/POS

From Annwan’s Wiki
Revision as of 09:50, 15 April 2025 by Annwan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.def, _u._a 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
}