An open API service indexing awesome lists of open source software.

https://github.com/joeyism/jsonl-to-conll

A simple tool to convert JSONL to CONLL
https://github.com/joeyism/jsonl-to-conll

conll convert converter data etl jsonl learning machine train training

Last synced: about 1 month ago
JSON representation

A simple tool to convert JSONL to CONLL

Awesome Lists containing this project

README

        

# JSONL to CONLL
A simple tool to convert JSONL to CONLL

## Installation
To install, run
```bash
pip3 install --user jsonl-to-conll
```

## Usage
### Sample Usage
```bash
jsonl-to-conll input.jsonl output.conll
```

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