Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 492 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 492 Bytes

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