Skip to content

Commit 982b0ca

Browse files
committed
Adjust fr-litbank content
1 parent a839f0c commit 982b0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tibert/bertcoref.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,11 @@ def load_fr_litbank_dataset(
620620
):
621621
root_path = os.path.expanduser(root_path.rstrip("/"))
622622
return CoreferenceDataset.from_sacr_dir(
623-
f"{root_path}/sacr/All_Entites",
623+
f"{root_path}/sacr/Pers_Entites",
624624
tokenizer,
625625
max_span_size,
626626
"en",
627-
ignored_files=["schema.sacr"],
627+
ignored_files=["schema.sacr", "elisabeth_Seton.sacr"],
628628
)
629629

630630

0 commit comments

Comments
 (0)