Update inspec_ke_tagged.py
Browse files- inspec_ke_tagged.py +1 -1
inspec_ke_tagged.py
CHANGED
@@ -26,7 +26,7 @@ which has been tagged using the BIO tagging scheme. The dataset should be used f
|
|
26 |
extraction models when modeled as a sequence tagging task
|
27 |
"""
|
28 |
|
29 |
-
_URL = "https://
|
30 |
_TRAINING_FILE = "train.txt"
|
31 |
_DEV_FILE = "valid.txt"
|
32 |
_TEST_FILE = "test.txt"
|
|
|
26 |
extraction models when modeled as a sequence tagging task
|
27 |
"""
|
28 |
|
29 |
+
_URL = "https://github.com/midas-research/keyphrase-extraction-as-sequence-labeling-data/tree/master/Inspec/"
|
30 |
_TRAINING_FILE = "train.txt"
|
31 |
_DEV_FILE = "valid.txt"
|
32 |
_TEST_FILE = "test.txt"
|