Metadata-Version: 2.1
Name: jsonl-to-conll
Version: 1.0.2
Summary: A simple tool to convert JSONL files to CONLL
Home-page: https://github.com/joeyism/jsonl-to-conll
Author: joeyism
Author-email: joeyism@gmail.com
License: UNKNOWN
Download-URL: https://github.com/joeyism/jsonl-to-conll/archive/1.0.2.tar.gz
Keywords: jsonl,conll,converter,convert,machine,learning,training,train,data,ETL
Platform: UNKNOWN


JSONL to CONLL
==============

A simple tool to convert JSONL to CONLL

Installation
------------

To install, run

.. code-block:: bash

   pip3 install --user jsonl-to-conll

Usage
-----

Sample Usage
^^^^^^^^^^^^

.. code-block:: bash

   jsonl-to-conll input.jsonl output.conll

Documentation
^^^^^^^^^^^^^

.. code-block:: bash

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


