Skip to content

Reads CONLL files from directory, converts them to JSON format and outputs the converted JSON files in a new directory

Notifications You must be signed in to change notification settings

Amberpichel/CoNLL-to-JSON-and-JSON-to-CoNLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

CoNLL to JSON and JSON to ConLL scripts

  1. Reads CoNLL files from directory, converts them to JSON format and outputs the converted JSON files in a new directory. Usage command line: python conll_json2.py input_folder
  2. Reads JSON files from directory, converts them to CoNLL format and outputs the converted CoNLL files in a new directory. Usage command line: python json_conll input_folder

About

Reads CONLL files from directory, converts them to JSON format and outputs the converted JSON files in a new directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages