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.
2 parents 3556a57 + 4130d78 commit c2af278Copy full SHA for c2af278
example/ner/data.py
@@ -31,12 +31,8 @@
31
def load_webstruct_data() -> List:
32
"""
33
Load training data from webstruct repository.
34
-
35
- It is a mess: there are two folders which have OK data, one
36
- is stored in WebAnnotator format, another is stored in GATE format.
37
38
wa_loader = webstruct.WebAnnotatorLoader(known_entities=KNOWN_ENTITIES)
39
- gate_loader = webstruct.GateLoader(known_entities=KNOWN_ENTITIES)
40
41
trees1 = webstruct.load_trees(
42
str(WEBSTRUCT_DATA / "corpus/business_pages/wa/*.html"),
0 commit comments