From 60e7b3ebfc6636fbc52c2c23aae4a4281e508112 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sat, 13 Apr 2024 20:49:12 +0200 Subject: [PATCH] integration-tests: Switches to original case books corpus/repo --- integration-tests/fetch-corpora.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration-tests/fetch-corpora.py b/integration-tests/fetch-corpora.py index 046ba13..9aafe41 100755 --- a/integration-tests/fetch-corpora.py +++ b/integration-tests/fetch-corpora.py @@ -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"},