Uses of Class
com.kohlschutter.boilerpipe.document.TextBlock
Packages that use TextBlock
Package
Description
The Boilerpipe document model.
These BoilerpipeFilters have only been tested on English text.
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of TextBlock in com.kohlschutter.boilerpipe.conditions
Methods in com.kohlschutter.boilerpipe.conditions with parameters of type TextBlockModifier and TypeMethodDescriptionbooleanTextBlockCondition.meetsCondition(TextBlock tb) Returnstrueiff the givenTextBlocktb meets the defined condition. -
Uses of TextBlock in com.kohlschutter.boilerpipe.document
Fields in com.kohlschutter.boilerpipe.document declared as TextBlockModifier and TypeFieldDescriptionstatic final TextBlockTextBlock.EMPTY_ENDstatic final TextBlockTextBlock.EMPTY_STARTFields in com.kohlschutter.boilerpipe.document with type parameters of type TextBlockMethods in com.kohlschutter.boilerpipe.document that return TextBlockMethods in com.kohlschutter.boilerpipe.document that return types with arguments of type TextBlockModifier and TypeMethodDescriptionTextDocument.getTextBlocks()Returns theTextBlocks of this document.Methods in com.kohlschutter.boilerpipe.document with parameters of type TextBlockConstructor parameters in com.kohlschutter.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 com.kohlschutter.boilerpipe.filters.english
Methods in com.kohlschutter.boilerpipe.filters.english with parameters of type TextBlockModifier and TypeMethodDescriptionprotected booleanprotected booleanprotected static intHeuristicFilterBase.getNumFullTextWords(TextBlock tb) protected static intHeuristicFilterBase.getNumFullTextWords(TextBlock tb, float minTextDensity) -
Uses of TextBlock in com.kohlschutter.boilerpipe.labels
Methods in com.kohlschutter.boilerpipe.labels with parameters of type TextBlock -
Uses of TextBlock in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax with type parameters of type TextBlockMethods in com.kohlschutter.boilerpipe.sax that return types with arguments of type TextBlockMethods in com.kohlschutter.boilerpipe.sax with parameters of type TextBlockModifier and TypeMethodDescriptionprotected voidBoilerpipeHTMLContentHandler.addTextBlock(TextBlock tb)