|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBlock | |
---|---|
de.l3s.boilerpipe.document | The classes in this package represent the simple Boilerpipe document model. |
de.l3s.boilerpipe.filters.english | The BoilerpipeFilters in this package have only been tested on English text. |
Uses of TextBlock in de.l3s.boilerpipe.document |
---|
Fields in de.l3s.boilerpipe.document declared as TextBlock | |
---|---|
static TextBlock |
TextBlock.EMPTY_END
|
static TextBlock |
TextBlock.EMPTY_START
|
Methods in de.l3s.boilerpipe.document that return types with arguments of type TextBlock | |
---|---|
java.util.List<TextBlock> |
TextDocument.getTextBlocks()
Returns the TextBlock s of this document. |
Methods in de.l3s.boilerpipe.document with parameters of type TextBlock | |
---|---|
void |
TextBlock.mergeNext(TextBlock other)
|
Constructor parameters in de.l3s.boilerpipe.document with type arguments of type TextBlock | |
---|---|
TextDocument(java.util.List<TextBlock> textBlocks)
Creates a new TextDocument with given TextBlock s, and no
title. |
|
TextDocument(java.lang.String title,
java.util.List<TextBlock> textBlocks)
Creates a new TextDocument with given TextBlock s and
given title. |
Uses of TextBlock in de.l3s.boilerpipe.filters.english |
---|
Methods in de.l3s.boilerpipe.filters.english with parameters of type TextBlock | |
---|---|
protected boolean |
NumWordsRulesClassifier.classify(TextBlock prev,
TextBlock curr,
TextBlock next)
|
protected boolean |
DensityRulesClassifier.classify(TextBlock prev,
TextBlock curr,
TextBlock next)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |