Class ContentFusion
- java.lang.Object
-
- de.l3s.boilerpipe.filters.heuristics.ContentFusion
-
- All Implemented Interfaces:
BoilerpipeFilter
public final class ContentFusion extends java.lang.Object implements BoilerpipeFilter
-
-
Field Summary
Fields Modifier and Type Field Description static ContentFusionINSTANCE
-
Constructor Summary
Constructors Constructor Description ContentFusion()Creates a newContentFusioninstance.
-
Method Summary
Modifier and Type Method Description booleanprocess(TextDocument doc)Processes the given documentdoc.
-
-
-
Field Detail
-
INSTANCE
public static final ContentFusion INSTANCE
-
-
Constructor Detail
-
ContentFusion
public ContentFusion()
Creates a newContentFusioninstance.
-
-
Method Detail
-
process
public boolean process(TextDocument doc) throws BoilerpipeProcessingException
Description copied from interface:BoilerpipeFilterProcesses the given documentdoc.- Specified by:
processin interfaceBoilerpipeFilter- Parameters:
doc- TheTextDocumentthat is to be processed.- Returns:
trueif changes have been made to theTextDocument.- Throws:
BoilerpipeProcessingException
-
-