We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a1175 commit 5feb78aCopy full SHA for 5feb78a
example/ner/data.py
@@ -44,8 +44,8 @@ def load_webstruct_data() -> List:
44
)
45
46
trees2 = webstruct.load_trees(
47
- str(WEBSTRUCT_DATA / "corpus/us_contact_pages/annotated/*.xml"),
48
- loader=gate_loader
+ str(WEBSTRUCT_DATA / "corpus/us_contact_pages/wa/*.html"),
+ loader=wa_loader
49
50
trees = chain(trees1, trees2)
51
return list(pages_progress(trees, desc="Loading webstruct default annotated data"))
0 commit comments