Metadata-Version: 1.1
Name: jsonl_to_conll
Version: 1.0.1
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.1.tar.gz
Description: 
        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
        
Keywords: jsonl,conll,converter,convert,machine,learning,training,train,data,ETL
Platform: UNKNOWN
