Module:Data/POS

From Annwan’s Wiki
Revision as of 08:32, 15 April 2025 by Annwan (talk | contribs)
Jump to navigation Jump to search

Part of Speech data for the dictionary


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 require("Module:Data/POS")[x] or "" end
}