Skip to content

Commit ce42ce3

Browse files
committed
Fix typo
Signed-off-by: Elron Bandel <[email protected]>
1 parent 421213b commit ce42ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare/cards/atis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
IobExtractor(
106106
labels=classes,
107107
begin_labels=["B-" + c for c in classes],
108-
inside_labels=["B-" + c for c in classes],
108+
inside_labels=["I-" + c for c in classes],
109109
outside_label="O",
110110
),
111111
CopyFields(

0 commit comments

Comments
 (0)