jsonl-to-conll

A simple tool to convert JSONL files to CONLL


Keywords
jsonl, conll, converter, convert, machine, learning, training, train, data, ETL
License
Apache-2.0
Install
pip install jsonl-to-conll==1.0.2

Documentation

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