tossyi / 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
poetry run python jsontoformat.py ./data/admin_new.jsonl conll > ./data/dataset.conll

# json to crf format
poetry run python jsontoformat.py ./data/admin_new.jsonl crf > ./data/dataset.txt

About

doccano jsonl to conll file

License:MIT License


Languages

Language:Python 100.0%