Class DefaultExtractor
java.lang.Object
com.kohlschutter.boilerpipe.extractors.ExtractorBase
com.kohlschutter.boilerpipe.extractors.DefaultExtractor
- All Implemented Interfaces:
BoilerpipeExtractor,BoilerpipeFilter
A quite generic full-text extractor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultExtractorReturns the singleton instance forDefaultExtractor.booleanprocess(TextDocument doc) Processes the given documentdoc.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultExtractor
public DefaultExtractor()
-
-
Method Details
-
getInstance
Returns the singleton instance forDefaultExtractor. -
process
Description copied from interface:BoilerpipeFilterProcesses the given documentdoc.- Parameters:
doc- TheTextDocumentthat is to be processed.- Returns:
trueif changes have been made to theTextDocument.- Throws:
BoilerpipeProcessingException
-