Learn Before
Concept

Sequence labeling: named entity recognition

Named entity recognition is to find and classify spans of text that correspond to names of people, places or organizations. To use sequence labeling for a span-recognition problem, we’ll use a technique called IOB encoding.

0

1

Updated 2020-08-07

Tags

Data Science