1. 학습
  2. /
  3. 강의
  4. /
  5. Natural Language Processing (NLP) in Python

Connected

연습 문제

Identifying named entities in news headlines

News organizations often tag named entities like people, locations, and organizations in headlines to improve search, indexing, and recommendations. Your job is to use a Hugging Face pipeline to automatically detect and group these entities in a news headline.

지침

100 XP
  • Create a ner_pipeline using the "dslim/bert-base-NER" model.
  • Extract the named entities from the given headline.