Skip to content
Snippets Groups Projects
Commit d110e799 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix ann chan::iob from seg, failed on discontinuous chunks, now each cont part...

fix ann chan::iob from seg, failed on discontinuous chunks, now each cont part treated as separate chunk
parent da6bd398
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ void AnnotationChannel::make_iob_from_segments() ...@@ -35,8 +35,8 @@ void AnnotationChannel::make_iob_from_segments()
iobs_[i] = IOB::I; iobs_[i] = IOB::I;
} else { } else {
iobs_[i] = IOB::B; iobs_[i] = IOB::B;
prev_seg = segments_[i];
} }
prev_seg = segments_[i];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment