/ex-ner

Exercise for named entity recognition.

Primary LanguagePython

Named Entity Recognition

Your task is to develop a named entity recognition model on the English portion of the CoNLL'03 shared task dataset:

The followings describe the format of the dataset:

  • The first and the second columns indicate token forms and their named entity tags, respectively.
  • The named entity tags use the BILOU notation to distinguish chunk boundaries.
  • Each sentence is delimited by a blank line.

Task 1