Natural Language Processing with Python Updated EditionChapter 82

Chapter 5: Syntax and Parsing

Section 2 of 4-~ 1 min read-Synced from Cuantum content

1. What is the purpose of Parts of Speech (POS) tagging? - 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? - A) NLTK

  • B) spaCy
  • C) TextBlob
  • D) Afinn

1. What does a dependency parser do? - 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