Class IgnoreBlocksAfterContentFromEndFilter

java.lang.Object
de.l3s.boilerpipe.filters.english.IgnoreBlocksAfterContentFromEndFilter
All Implemented Interfaces:
BoilerpipeFilter

public final class IgnoreBlocksAfterContentFromEndFilter extends Object implements BoilerpipeFilter
Marks all blocks as "non-content" that occur after blocks that have been marked DefaultLabels.INDICATES_END_OF_TEXT, and after any content block. This filter can be used in conjunction with an upstream TerminatingBlocksFinder.
Author:
Christian Kohlschütter
See Also: