Class TerminatingBlocksFinder

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

public class TerminatingBlocksFinder extends Object implements BoilerpipeFilter
Finds blocks which are potentially indicating the end of an article text and marks them with DefaultLabels.INDICATES_END_OF_TEXT. This can be used in conjunction with a downstream IgnoreBlocksAfterContentFilter.
Author:
Christian Kohlschütter
See Also: