/jsonl-to-conll

A simple tool to convert JSONL to CONLL

Primary LanguagePythonApache License 2.0Apache-2.0

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