| Package | Description |
|---|---|
| de.l3s.boilerpipe.conditions | |
| 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.
|
| de.l3s.boilerpipe.labels | |
| de.l3s.boilerpipe.sax |
Classes related to parsing and producing HTML from/to Boilerpipe
TextDocuments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextBlockCondition.meetsCondition(TextBlock tb)
Returns
true iff the given TextBlock tb meets the defined condition. |
| Modifier and Type | Field and Description |
|---|---|
static TextBlock |
TextBlock.EMPTY_END |
static TextBlock |
TextBlock.EMPTY_START |
| Modifier and Type | Method and Description |
|---|---|
protected TextBlock |
TextBlock.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<TextBlock> |
TextDocument.getTextBlocks()
Returns the
TextBlocks of this document. |
| Modifier and Type | Method and Description |
|---|---|
void |
TextBlock.mergeNext(TextBlock other) |
| Constructor and Description |
|---|
TextDocument(List<TextBlock> textBlocks)
Creates a new
TextDocument with given TextBlocks, and no
title. |
TextDocument(String title,
List<TextBlock> textBlocks)
Creates a new
TextDocument with given TextBlocks and
given title. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NumWordsRulesClassifier.classify(TextBlock prev,
TextBlock curr,
TextBlock next) |
protected boolean |
DensityRulesClassifier.classify(TextBlock prev,
TextBlock curr,
TextBlock next) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LabelAction.addLabelsTo(TextBlock tb) |
void |
LabelAction.addTo(TextBlock tb) |
void |
ConditionalLabelAction.addTo(TextBlock tb) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoilerpipeHTMLContentHandler.addTextBlock(TextBlock tb) |
Copyright © 2013-2014. All Rights Reserved.