Module:Data/POS: Difference between revisions

From Annwan’s Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
intj = "Interjections",
intj = "Interjections",
cl = "Clitics",
cl = "Clitics",
ppn = "Proper Nouns"
ppn = "Proper Nouns",
_get = function (x) return require("Module:Data/POS")[x] or "" end
}
}

Revision as of 08:32, 15 April 2025

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
}