Module:Data/POS

From Annwan’s Wiki
Revision as of 15:49, 31 March 2025 by Annwan (talk | contribs) (added basic POS categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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",
}