Skip to content

tossyi/jsontoconll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages