Module:Data/POS: Difference between revisions

From Annwan’s Wiki
Jump to navigation Jump to search
added basic POS categories
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
part = "Particles",
part = "Particles",
intj = "Interjections",
intj = "Interjections",
cl = "Clitics",
ppn = "Proper Nouns"
}
}

Latest revision as of 14:31, 3 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"
}