Skip to content

joeyism/jsonl-to-conll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONL to CONLL

A simple tool to convert JSONL to CONLL

Installation

To install, run

pip3 install --user jsonl-to-conll

Usage

Sample Usage

jsonl-to-conll input.jsonl output.conll

Documentation

usage: jsonl-to-conll [-h] input_filename output_filename
jsonl-to-conll: error: the following arguments are required: input_filename, output_filename