Skip to content

Simple tool to translate ConLL format to format for MITIE.

Notifications You must be signed in to change notification settings

hermandavid/nlp-conll2mitie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Simple tool to translate ConLL format to format for MITIE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages