Update conll2003.py
Browse files- conll2003.py +4 -4
conll2003.py
CHANGED
@@ -92,14 +92,14 @@ class Conll2003(datasets.GeneratorBasedBuilder):
|
|
92 |
'PTKNEG', 'VAINF', 'VMFIN', 'PTKZU', 'PROAV', 'PIDAT', 'PDS',
|
93 |
'PWAV', 'PWS', 'KOUS', 'PIS', 'PRF', 'FM', 'ITJ', 'PTKANT', 'PDAT',
|
94 |
'VVIZU', 'PWAT', 'APZR', 'KOKOM', 'VVIMP', 'PTKA', 'KOUI', 'APPO',
|
95 |
-
'VAPP']
|
96 |
)
|
97 |
),
|
98 |
"chunk_tags": datasets.Sequence(
|
99 |
datasets.features.ClassLabel(
|
100 |
names=['I-VA', 'I-PP', 'I-NN', 'I-AP', 'I-AD', 'I-VV', 'I-$.', 'I-NE',
|
101 |
-
'I-CA', 'I-TR', 'I-XY', 'I-AR', 'I-$[', 'I-KO', 'I-$,',
|
102 |
-
'I-PT', 'I-PI', 'I-PR', 'I-VM', 'I-PD', 'I-PW', 'I-FM', 'I-IT']
|
103 |
)
|
104 |
),
|
105 |
"ner_tags": datasets.Sequence(
|
@@ -114,7 +114,7 @@ class Conll2003(datasets.GeneratorBasedBuilder):
|
|
114 |
'B-person', 'I-date', 'B-set', 'B-money', 'I-person', 'I-money',
|
115 |
'B-distance', 'I-distance', 'I-number', 'B-disaster-type',
|
116 |
'B-org-position', 'I-org-position', 'I-set', 'B-percent',
|
117 |
-
'I-percent', 'I-disaster-type']
|
118 |
)
|
119 |
),
|
120 |
}
|
|
|
92 |
'PTKNEG', 'VAINF', 'VMFIN', 'PTKZU', 'PROAV', 'PIDAT', 'PDS',
|
93 |
'PWAV', 'PWS', 'KOUS', 'PIS', 'PRF', 'FM', 'ITJ', 'PTKANT', 'PDAT',
|
94 |
'VVIZU', 'PWAT', 'APZR', 'KOKOM', 'VVIMP', 'PTKA', 'KOUI', 'APPO',
|
95 |
+
'VAPP', 'VMINF'] # 50
|
96 |
)
|
97 |
),
|
98 |
"chunk_tags": datasets.Sequence(
|
99 |
datasets.features.ClassLabel(
|
100 |
names=['I-VA', 'I-PP', 'I-NN', 'I-AP', 'I-AD', 'I-VV', 'I-$.', 'I-NE',
|
101 |
+
'-X-', 'I-CA', 'I-TR', 'I-XY', 'I-AR', 'I-$[', 'I-KO', 'I-$,',
|
102 |
+
'I-PT', 'I-PI', 'I-PR', 'I-VM', 'I-PD', 'I-PW', 'I-FM', 'I-IT'] # 24
|
103 |
)
|
104 |
),
|
105 |
"ner_tags": datasets.Sequence(
|
|
|
114 |
'B-person', 'I-date', 'B-set', 'B-money', 'I-person', 'I-money',
|
115 |
'B-distance', 'I-distance', 'I-number', 'B-disaster-type',
|
116 |
'B-org-position', 'I-org-position', 'I-set', 'B-percent',
|
117 |
+
'I-percent', 'I-disaster-type'] # 41
|
118 |
)
|
119 |
),
|
120 |
}
|