Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 562 Bytes

ConLL2MITIE

Simple tool to transfer ConLL format to format accepted by NER classifier from mit-nlp/MITIE.

Usage

At first, you can with script with -h parameter to show help.

$ ./conll2mitie.py -h

usage: conll2mitie.py [-h] -s SOURCE_DATA

optional arguments:
  -h, --help      show this help message and exit
  -s SOURCE_DATA  Input file containing data in ConLL format

Example usage

$ ./conll2mitie.py -s ./data/conll2003/eng.train

Notes

  • Tool was written using Python 3.6