1. Learn
  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.