Education

Parts of Speech Tagger

Identify parts of speech in any sentence — color-coded nouns, verbs, adjectives, adverbs, and more.
Enter a sentence
Legend
${' '.join(f'{label}' for label,bg,fg in [('Noun','#3b3bdc','#c7d2fe'),('Verb','#dc3b3b','#fecaca'),('Adjective','#3bdc8a','#07080f'),('Adverb','#dc8a3b','#07080f'),('Article','#6b7280','#e5e7eb'),('Prep','#9b3bdc','#e9d5ff'),('Pronoun','#3b9bdc','#bfdbfe'),('Conj','#dcb03b','#07080f'),('Punct','#374151','#9ca3af')])}