All the texts to be annotated must be preprocessed as shown in the Data Preprocessing section and placed inside the folder ./test_data/tobeannotated/
:
📦ROOT
┣ 📂models
┣ 📂oldslavnet-venv
┣ 📂scripts
┣ 📂test_data
┃ ┣ 📂annotated
┃ ┣ 📂gold
┃ ┗ 📂tobeannotated
┃ ┣ 📜text1.conllu
┃ ┗ 📜text2.conllu
┣ 📂training_data
┣ 📜LICENSE
┣ 📜Makefile
┣ 📜README.md
┣ 📜requirements.txt
┣ 📜tag.sh
┗ 📜train.sh
From the ROOT
directory run:
./tag.sh
You will be prompted to enter:
./test_data/tobeannotated/
').Your tagged texts will be saved under ./test_data/annotated/
with the same name as the original text:
📦ROOT
┣ 📂models
┣ 📂oldslavnet-venv
┣ 📂scripts
┣ 📂test_data
┃ ┣ 📂annotated
┃ ┃ ┣ 📜text1.conllu
┃ ┃ ┗ 📜text2.conllu
┃ ┣ 📂gold
┃ ┗ 📂tobeannotated
┃ ┣ 📜text1.conllu
┃ ┗ 📜text2.conllu
┣ 📂training_data
┣ 📜LICENSE
┣ 📜Makefile
┣ 📜README.md
┣ 📜requirements.txt
┣ 📜tag.sh
┗ 📜train.sh