SuzanaB commited on
Commit ·
a47d248
1
Parent(s): 8fb25d7
Correct IOB feature names
Browse files- reldi_sr.py +0 -2
reldi_sr.py
CHANGED
|
@@ -70,8 +70,6 @@ class ReldiSr(datasets.GeneratorBasedBuilder):
|
|
| 70 |
'I-loc',
|
| 71 |
'I-per',
|
| 72 |
'O',
|
| 73 |
-
'I-*',
|
| 74 |
-
'B-*'
|
| 75 |
]
|
| 76 |
)
|
| 77 |
)
|
|
|
|
| 70 |
'I-loc',
|
| 71 |
'I-per',
|
| 72 |
'O',
|
|
|
|
|
|
|
| 73 |
]
|
| 74 |
)
|
| 75 |
)
|