inoueakimitsu / jsontoconll

doccano jsonl to conll file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonToConll

JsonToConll can transform doccano jsonl file to conll or crf format file.

Usage

# json to conll
python3 jsontoformat.py ./data/admin_new.jsonl conll > ./data/dataset.conll

# json to crf format
python3 jsontoformat.py ./data/admin_new.jsonl crf > ./data/dataset.txt

About

doccano jsonl to conll file

License:MIT License


Languages

Language:Python 100.0%