Skip to content

Commit c2af278

Browse files
authored
Merge pull request #48 from whalebot-helmsman/master
Fixed remains of GATE in NER example
2 parents 3556a57 + 4130d78 commit c2af278

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/ner/data.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@
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)
39-
gate_loader = webstruct.GateLoader(known_entities=KNOWN_ENTITIES)
4036

4137
trees1 = webstruct.load_trees(
4238
str(WEBSTRUCT_DATA / "corpus/business_pages/wa/*.html"),

0 commit comments

Comments
 (0)