Class ContentFusion
java.lang.Object
com.kohlschutter.boilerpipe.filters.heuristics.ContentFusion
- All Implemented Interfaces:
BoilerpipeFilter
Merges two blocks using some heuristics.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(TextDocument doc) Processes the given documentdoc.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ContentFusion
public ContentFusion()Creates a newContentFusioninstance.
-
-
Method Details
-
process
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
-