We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def509c commit ee23a58Copy full SHA for ee23a58
lib/boilerpipe/document/text_block.rb
@@ -66,8 +66,8 @@ def merge_next(other)
66
@num_wrapped_lines += other.num_wrapped_lines
67
@offset_blocks_start = [@offset_blocks_start, other.offset_blocks_start].min
68
@offset_blocks_end = [@offset_blocks_end, other.offset_blocks_end].max
69
- init_densities
70
@content |= other.is_content?
+ init_densities
71
72
if other.labels
73
if @labels.nil?
0 commit comments