|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.l3s.boilerpipe.filters.heuristics.SimpleBlockFusionProcessor
public class SimpleBlockFusionProcessor
Merges two subsequent blocks if their text densities are equal.
Field Summary | |
---|---|
static SimpleBlockFusionProcessor |
INSTANCE
|
Constructor Summary | |
---|---|
SimpleBlockFusionProcessor()
|
Method Summary | |
---|---|
static SimpleBlockFusionProcessor |
getInstance()
Returns the singleton instance for BlockFusionProcessor. |
boolean |
process(TextDocument doc)
Processes the given document doc . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SimpleBlockFusionProcessor INSTANCE
Constructor Detail |
---|
public SimpleBlockFusionProcessor()
Method Detail |
---|
public static SimpleBlockFusionProcessor getInstance()
public boolean process(TextDocument doc) throws BoilerpipeProcessingException
BoilerpipeFilter
doc
.
process
in interface BoilerpipeFilter
doc
- The TextDocument
that is to be processed.
true
if changes have been made to the
TextDocument
.
BoilerpipeProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |