Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
Update naacl2022.py
Browse files- naacl2022.py +1 -1
naacl2022.py
CHANGED
@@ -31,7 +31,7 @@ The dataset is collected by Haotian Teng and Xiaoyue Cui.
|
|
31 |
Annotation standard can be found here https://github.com/neubig/nlp-from-scratch-assignment-2022/blob/main/annotation_standard.md
|
32 |
"""
|
33 |
|
34 |
-
_URL = "https://
|
35 |
_TRAINING_FILE = "train.text"
|
36 |
_DEV_FILE = "dev.text"
|
37 |
_TEST_FILE = "test.text"#Test dataset need to be added.
|
|
|
31 |
Annotation standard can be found here https://github.com/neubig/nlp-from-scratch-assignment-2022/blob/main/annotation_standard.md
|
32 |
"""
|
33 |
|
34 |
+
_URL = "https://github.com/haotianteng/nacl22/raw/master/"
|
35 |
_TRAINING_FILE = "train.text"
|
36 |
_DEV_FILE = "dev.text"
|
37 |
_TEST_FILE = "test.text"#Test dataset need to be added.
|