From fff28b0213c58ab275f24a045961511c2934884d Mon Sep 17 00:00:00 2001 From: Jakub Maruniak Date: Mon, 2 Nov 2020 10:58:27 +0000 Subject: [PATCH] =?UTF-8?q?Nahr=C3=A1t=20soubory=20do=20=E2=80=9Epages/stu?= =?UTF-8?q?dents/2016/jakub=5Fmaruniak/dp2021/annotation/ner=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2016/jakub_maruniak/dp2021/annotation/ner/02_ner_manual.sh | 2 ++ .../2016/jakub_maruniak/dp2021/annotation/ner/03_export.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 pages/students/2016/jakub_maruniak/dp2021/annotation/ner/02_ner_manual.sh create mode 100644 pages/students/2016/jakub_maruniak/dp2021/annotation/ner/03_export.sh 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