--- annotations_creators: - expert-generated - machine-generated language_creators: - found language: - da license: - cc-by-sa-4.0 multilinguality: - monolingual size_categories: - 1K=1.11.0,<2.0.0 ``` 2) Create outline dataset ```bash python annotate.py ``` 3) Review and correction annotation using prodigy: Add datasets to prodigy ```bash prodigy db-in dane reference.jsonl prodigy db-in dane_plus_mdl_pred predictions.jsonl ``` Run review using prodigy: ```bash prodigy review daneplus dane_plus_mdl_pred,dane --view-id ner_manual --l NORP,CARDINAL,PRODUCT,ORGANIZATION,PERSON,WORK_OF_ART,EVENT,LAW,QUANTITY,DATE,TIME,ORDINAL,LOCATION,GPE,MONEY,PERCENT,FACILITY ``` Export the dataset: ```bash prodigy data-to-spacy daneplus --ner daneplus --lang da -es 0 ``` 4) Redo the original split: ```bash python split.py ```