Uses of Class
de.l3s.boilerpipe.document.TextBlock
Packages that use TextBlock
Package
Description
The classes in this package represent the simple Boilerpipe document model.
The BoilerpipeFilters in this package have only been tested on English text.
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of TextBlock in de.l3s.boilerpipe.conditions
Methods in de.l3s.boilerpipe.conditions with parameters of type TextBlockModifier and TypeMethodDescriptionbooleanTextBlockCondition.meetsCondition(TextBlock tb) Returnstrueiff the givenTextBlocktb meets the defined condition. -
Uses of TextBlock in de.l3s.boilerpipe.document
Fields in de.l3s.boilerpipe.document declared as TextBlockModifier and TypeFieldDescriptionstatic final TextBlockTextBlock.EMPTY_ENDstatic final TextBlockTextBlock.EMPTY_STARTMethods in de.l3s.boilerpipe.document that return types with arguments of type TextBlockModifier and TypeMethodDescriptionTextDocument.getTextBlocks()Returns theTextBlocks of this document.Methods in de.l3s.boilerpipe.document with parameters of type TextBlockConstructor parameters in de.l3s.boilerpipe.document with type arguments of type TextBlockModifierConstructorDescriptionTextDocument(String title, List<TextBlock> textBlocks) Creates a newTextDocumentwith givenTextBlocks and given title.TextDocument(List<TextBlock> textBlocks) Creates a newTextDocumentwith givenTextBlocks, and no title. -
Uses of TextBlock in de.l3s.boilerpipe.filters.english
Methods in de.l3s.boilerpipe.filters.english with parameters of type TextBlock -
Uses of TextBlock in de.l3s.boilerpipe.labels
Methods in de.l3s.boilerpipe.labels with parameters of type TextBlock -
Uses of TextBlock in de.l3s.boilerpipe.sax
Methods in de.l3s.boilerpipe.sax with parameters of type TextBlockModifier and TypeMethodDescriptionprotected voidBoilerpipeHTMLContentHandler.addTextBlock(TextBlock tb)