Skip to content

A simple script to convert XML Named Entity Recognition annotations to the CONLL format.

License

Notifications You must be signed in to change notification settings

plumaj/xml2conll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml2conll

A simple script to convert XML Named Entity Recognition annotations to the CONLL format.

Install

Dependencies

You will need the following dependencies:

  • python 3
  • pip 3

Requirements

The following requirements will be needed. They can be installed mannually using the following list:

  • nltk

Or, just by running the following command:

pip3 install -r requirements.txt

Usage

Run python3 xml2conll.py --input [XML FILE PATH] to convert the XML file to CONLL format. If needed, you can specify the output file name with --output [CONLL FILE PATH].

About

A simple script to convert XML Named Entity Recognition annotations to the CONLL format.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%