Skip to content

Commit

Permalink
Merge pull request #25 from dracor-org/mixnmatch_test
Browse files Browse the repository at this point in the history
fix #20 change mixnmatch response file
  • Loading branch information
hsluytergaethje authored Jan 8, 2024
2 parents 537d7c5 + 8296002 commit f096c03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pydracor/test_artifacts/mixnmatch.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,14 @@ ger000652,"Die Diamanten",Q123175556
ger000653,"Ohne Liebe",Q122731787
ger000654,"Wer weiß wozu das gut ist",Q123371304
ger000655,"Wohlthat für Wohlthat",Q123472404
ger000656,"Die Vergiftete Traube",Q122749478
ger000657,"Die verhandelte Braut",Q123764926
ger000658,"Ramirus",Q123824760
ger000659,"Julus und Rhea",Q123909304
ger000660,"Dir wie mir",Q123954090
ger000661,"Die Weiber-List",Q123991581
ger000662,"Das Kaffee-Haus zu Paris",Q124013500
ger000663,"Die gedruckten Theater-Regeln, oder: Welcher Stand ist beßer?",Q124042831
gersh000001,"Antonius und Cleopatra",Q606830
gersh000002,"Coriolanus",Q463126
gersh000003,"Cymbeline",Q730212
Expand Down
2 changes: 1 addition & 1 deletion pydracor/test_dracor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import warnings
from pathlib import Path

from pydracor import DraCor, Corpus, Play, Character, Wikidata
from dracor import DraCor, Corpus, Play, Character, Wikidata

CORPORA = sorted(['als', 'bash', 'cal', 'fre', 'ger', 'gersh', 'greek', 'hun', 'ita', 'rom', 'rus', 'shake', 'span', 'swe', 'tat', 'u'])
ARTIFACTS_DIR = Path(__file__).parent/"test_artifacts"
Expand Down

0 comments on commit f096c03

Please sign in to comment.