public final class InvertedFilter extends java.lang.Object implements BoilerpipeFilter
TextBlocks| Modifier and Type | Field and Description |
|---|---|
static InvertedFilter |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(TextDocument doc)
Processes the given document
doc. |
public static final InvertedFilter INSTANCE
public boolean process(TextDocument doc) throws BoilerpipeProcessingException
BoilerpipeFilterdoc.process in interface BoilerpipeFilterdoc - The TextDocument that is to be processed.true if changes have been made to the
TextDocument.BoilerpipeProcessingException