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 5feb78a commit 6d59b83Copy full SHA for 6d59b83
example/ner/data.py
@@ -48,7 +48,10 @@ def load_webstruct_data() -> List:
48
loader=wa_loader
49
)
50
trees = chain(trees1, trees2)
51
- return list(pages_progress(trees, desc="Loading webstruct default annotated data"))
+ return list(pages_progress(
52
+ trees,
53
+ desc="Loading webstruct default annotated data"
54
+ ))
55
56
57
def load_countries() -> Set[str]:
0 commit comments