Fix style
Browse files- bionlp_st_2019_bb.py +2 -2
bionlp_st_2019_bb.py
CHANGED
@@ -31,7 +31,7 @@ _DISPLAYNAME = "BioNLP 2019 BB"
|
|
31 |
_SOURCE_VIEW_NAME = "source"
|
32 |
_UNIFIED_VIEW_NAME = "bigbio"
|
33 |
|
34 |
-
_LANGUAGES = [
|
35 |
_PUBMED = True
|
36 |
_LOCAL = False
|
37 |
_CITATION = """\
|
@@ -76,7 +76,7 @@ and applications in microbiology.
|
|
76 |
|
77 |
_HOMEPAGE = "https://sites.google.com/view/bb-2019/dataset"
|
78 |
|
79 |
-
_LICENSE =
|
80 |
|
81 |
_SUBTASKS = ["norm", "norm+ner", "rel", "rel+ner", "kb", "kb+ner"]
|
82 |
_FILENAMES = ["train", "dev", "test"]
|
|
|
31 |
_SOURCE_VIEW_NAME = "source"
|
32 |
_UNIFIED_VIEW_NAME = "bigbio"
|
33 |
|
34 |
+
_LANGUAGES = ["English"]
|
35 |
_PUBMED = True
|
36 |
_LOCAL = False
|
37 |
_CITATION = """\
|
|
|
76 |
|
77 |
_HOMEPAGE = "https://sites.google.com/view/bb-2019/dataset"
|
78 |
|
79 |
+
_LICENSE = "License information unavailable"
|
80 |
|
81 |
_SUBTASKS = ["norm", "norm+ner", "rel", "rel+ner", "kb", "kb+ner"]
|
82 |
_FILENAMES = ["train", "dev", "test"]
|