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
Branches
No related merge requests found
......@@ -35,8 +35,8 @@ void AnnotationChannel::make_iob_from_segments()
iobs_[i] = IOB::I;
} else {
iobs_[i] = IOB::B;
prev_seg = segments_[i];
}
prev_seg = segments_[i];
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment