README 696 B

12345678910111213
  1. Examples from CoNLL 2000 shared task: Chunking.
  2. This collection contains examples of data introduced for the Conference on Computational Natural Language Learning (CoNLL) 2000 shared task on chunking.
  3. Chunking is the task of dividing text into non-overlapping segments that are typically further assigned labels such as NP (Noun Phrase).
  4. A detailed description and the full source data is freely available from the shared task website:
  5. http://www.clips.ua.ac.be/conll2000/chunking/
  6. The examples contained in this directory have been converted with the script conll00tostandoff.py distributed with brat.
  7. For copyright and license information, please see the original source of the data.