Skip to content

Commit

Permalink
Add parallel test corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jul 1, 2022
1 parent 31db817 commit a9939e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/import-test-corpora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ curl -L -o pcc2.zip https://corpus-tools.org/corpora/pcc2_v7_graphml.zip
curl -L -o dialog.zip https://corpus-tools.org/corpora/dialog.demo_relANNIS.zip
curl -L -o aeschylus.zip https://corpus-tools.org/corpora/Aeschylus.Persae.L1-18_relAnnis.zip
curl -L -o shenoute.zip https://corpus-tools.org/corpora/shenoute.a22_ANNIS.zip
curl -L -o parallelsample.zip https://corpus-tools.org/corpora/parallel.sample_relAnnis.zip
mkdir -p $HOME/.annis/v4/
annis $HOME/.annis/v4/ -c "import pcc2.zip"
annis $HOME/.annis/v4/ -c "import dialog.zip"
annis $HOME/.annis/v4/ -c "import aeschylus.zip"
annis $HOME/.annis/v4/ -c "import shenoute.zip"
annis $HOME/.annis/v4/ -c "import parallelsample.zip"

0 comments on commit a9939e3

Please sign in to comment.