diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_manual.sh b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_manual.sh new file mode 100644 index 00000000..ab4f8407 --- /dev/null +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_manual.sh @@ -0,0 +1,2 @@ +prodigy ner.manual wikiart sk_sk1 ./textfile.csv --label PER,LOC,ORG,MISC + diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_export.sh b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_export.sh new file mode 100644 index 00000000..3adc2731 --- /dev/null +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_export.sh @@ -0,0 +1 @@ +prodigy data-to-spacy ./train.json ./eval.json --lang sk --ner wikiart --eval-split 0.3 \ No newline at end of file