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
- Host: GitHub
- URL: https://github.com/joeyism/jsonl-to-conll
- Owner: joeyism
- License: apache-2.0
- Created: 2020-05-30T01:47:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T16:54:03.000Z (over 3 years ago)
- Last Synced: 2025-03-26T18:57:26.935Z (about 2 months ago)
- Topics: conll, convert, converter, data, etl, jsonl, learning, machine, train, training
- Language: Python
- Homepage: https://pypi.org/project/jsonl-to-conll/
- Size: 10.7 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```