Update FCD_lmv2.py
Browse files- FCD_lmv2.py +1 -1
FCD_lmv2.py
CHANGED
|
@@ -115,7 +115,7 @@ class FCD(datasets.GeneratorBasedBuilder):
|
|
| 115 |
|
| 116 |
if len(words) == 0:
|
| 117 |
continue
|
| 118 |
-
ner_tags.append(label
|
| 119 |
#if label == "other":
|
| 120 |
# for w in words:
|
| 121 |
# tokens.append(w["text"])
|
|
|
|
| 115 |
|
| 116 |
if len(words) == 0:
|
| 117 |
continue
|
| 118 |
+
ner_tags.append(label)
|
| 119 |
#if label == "other":
|
| 120 |
# for w in words:
|
| 121 |
# tokens.append(w["text"])
|