Natural Language Processing with Python Updated EditionChapter 82

Chapter 5: Syntax and Parsing

Section 3 of 4-~ 12 min read-Synced from Cuantum content
  1. What is the purpose of Parts of Speech (POS) tagging?
  2. - A) To classify text into categories
  • B) To assign grammatical categories to words
  • C) To detect named entities in text
  • D) To parse the syntactic structure of a sentence
  1. Which library did we use to implement Named Entity Recognition (NER) in Python?
  2. - A) NLTK
  • B) spaCy
  • C) TextBlob
  • D) Afinn
  1. What does a dependency parser do?
  2. - A) It identifies the grammatical structure of a sentence
  • B) It classifies the sentiment of a sentence
  • C) It detects named entities in a sentence
  • D) It translates text from one language to another