diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/01_text_to_sent.sh b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/01_text_to_sent.sh new file mode 100644 index 00000000..532385b9 --- /dev/null +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/01_text_to_sent.sh @@ -0,0 +1 @@ +python text_to_sent.py \ No newline at end of file diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_correct.sh b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_correct.sh new file mode 100644 index 00000000..7758b202 --- /dev/null +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_correct.sh @@ -0,0 +1,3 @@ + +prodigy ner.correct wikiart sk_sk1 ./textfile.csv --label OSOBA,MIESTO,ORGANIZACIA,PRODUKT + diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_ner_export.sh b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_ner_export.sh new file mode 100644 index 00000000..3d60d2c3 --- /dev/null +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_ner_export.sh @@ -0,0 +1 @@ +prodigy db-out wikiart > ./annotations.jsonl \ No newline at end of file