Update BioNLP11ID-ggp-IOB.py
Browse files- BioNLP11ID-ggp-IOB.py +1 -1
BioNLP11ID-ggp-IOB.py
CHANGED
@@ -20,7 +20,7 @@ _HOMEPAGE = "http://www.biocreative.org/resources/biocreative-iv/chemdner-corpus
|
|
20 |
|
21 |
_LICENSE = "TBD"
|
22 |
|
23 |
-
_URL = "https://raw.githubusercontent.com/cambridgeltl/MTL-Bioinformatics-2016/master/data/BioNLP11ID-
|
24 |
_URLS = {
|
25 |
"train": _URL + "train.tsv",
|
26 |
"validation": _URL + "devel.tsv",
|
|
|
20 |
|
21 |
_LICENSE = "TBD"
|
22 |
|
23 |
+
_URL = "https://raw.githubusercontent.com/cambridgeltl/MTL-Bioinformatics-2016/master/data/BioNLP11ID-IOB/"
|
24 |
_URLS = {
|
25 |
"train": _URL + "train.tsv",
|
26 |
"validation": _URL + "devel.tsv",
|