Skip to content

Commit

Permalink
integration-tests: Switches to original case books corpus/repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wagner committed Apr 13, 2024
1 parent 6da4580 commit 60e7b3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/fetch-corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ class Archive(NamedTuple):
Archive(
# all textual content is encoded w/o linefeeds
# external DTDs for entities are used
url="https://github.com/funkyfuture/casebooks-data/archive/master.tar.gz",
# TODO use this URL when https://github.com/CasebooksProject/casebooks-data/pull/1
# was merged:
# url="https://github.com/CasebooksProject/casebooks-data/archive/master.tar.gz",
url="https://github.com/CasebooksProject/casebooks-data/archive/master.tar.gz",
archive_documents_root="casebooks-data-master/cases/",
target_directory="casebooks",
extra_files={"casebooks-data-master/schema/entities.dtd": "entities.dtd"},
Expand Down

0 comments on commit 60e7b3e

Please sign in to comment.