项目作者: joeyism

项目描述 :
A simple tool to convert JSONL to CONLL
高级语言: Python
项目地址: git://github.com/joeyism/jsonl-to-conll.git
创建时间: 2020-05-30T01:47:35Z
项目社区:https://github.com/joeyism/jsonl-to-conll

开源协议:Apache License 2.0

下载


JSONL to CONLL

A simple tool to convert JSONL to CONLL

Installation

To install, run

  1. pip3 install --user jsonl-to-conll

Usage

Sample Usage

  1. jsonl-to-conll input.jsonl output.conll

Documentation

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