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 3556a57 commit bc26275Copy full SHA for bc26275
example/ner/data.py
@@ -31,9 +31,6 @@
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)
0 commit comments