Skip to content

Commit bc26275

Browse files
mess is gone
1 parent 3556a57 commit bc26275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/ner/data.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
def load_webstruct_data() -> List:
3232
"""
3333
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.
3734
"""
3835
wa_loader = webstruct.WebAnnotatorLoader(known_entities=KNOWN_ENTITIES)
3936
gate_loader = webstruct.GateLoader(known_entities=KNOWN_ENTITIES)

0 commit comments

Comments
 (0)