We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a839f0c commit 982b0caCopy full SHA for 982b0ca
1 file changed
tibert/bertcoref.py
@@ -620,11 +620,11 @@ def load_fr_litbank_dataset(
620
):
621
root_path = os.path.expanduser(root_path.rstrip("/"))
622
return CoreferenceDataset.from_sacr_dir(
623
- f"{root_path}/sacr/All_Entites",
+ f"{root_path}/sacr/Pers_Entites",
624
tokenizer,
625
max_span_size,
626
"en",
627
- ignored_files=["schema.sacr"],
+ ignored_files=["schema.sacr", "elisabeth_Seton.sacr"],
628
)
629
630
0 commit comments