Package de.l3s.boilerpipe.extractors
Class KeepEverythingExtractor
java.lang.Object
de.l3s.boilerpipe.extractors.ExtractorBase
de.l3s.boilerpipe.extractors.KeepEverythingExtractor
- All Implemented Interfaces:
BoilerpipeExtractor,BoilerpipeFilter
Marks everything as content.
- Author:
- Christian Kohlschütter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(TextDocument doc) Processes the given documentdoc.
-
Field Details
-
INSTANCE
-
-
Method Details
-
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
-