/jsontoconll

doccano jsonl to conll file

Primary LanguagePythonMIT LicenseMIT

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