Module:Data/POS: Difference between revisions

From Annwan’s Wiki
Jump to navigation Jump to search
added basic POS categories
 
No edit summary
Line 9: Line 9:
part = "Particles",
part = "Particles",
intj = "Interjections",
intj = "Interjections",
cl = "Clitics"
}
}

Revision as of 20:19, 31 March 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"
}