Skip to content

Commit

Permalink
add READMEs to empty folders
Browse files Browse the repository at this point in the history
  • Loading branch information
npedrazzini committed Nov 25, 2021
1 parent bb340c3 commit b001d89
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 2 additions & 0 deletions test_data/annotated/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Annotated texts
Texts which have been annotated with ./tag.sh or as part of the validation phase of ./train.sh will be added here.
2 changes: 2 additions & 0 deletions test_data/gold/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Texts with gold annotation
Add your texts containing gold annotation here. Files in this folder are used as part of the ./train.sh validation phase.
2 changes: 2 additions & 0 deletions test_data/tobeannotated/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# New test data
Here you can add texts you want to annotate through ./tag.sh or as part of the ./train.sh validation stage.
2 changes: 2 additions & 0 deletions training_data/new/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# New training data
Add your new training (train.conllu) and development (dev.conllu) data in this folder.
2 changes: 2 additions & 0 deletions training_data/past/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Past training data
Training and development data used to train past models are automatically moved inside this directory after training is finished.

0 comments on commit b001d89

Please sign in to comment.