Uses of Class
com.kohlschutter.boilerpipe.document.TextBlock
-
Packages that use TextBlock Package Description com.kohlschutter.boilerpipe.conditions com.kohlschutter.boilerpipe.document The Boilerpipe document model.com.kohlschutter.boilerpipe.filters.english These BoilerpipeFilters have only been tested on English text.com.kohlschutter.boilerpipe.labels com.kohlschutter.boilerpipe.sax 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 TextBlock Modifier and Type Method Description booleanTextBlockCondition. 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 TextBlock Modifier and Type Field Description static TextBlockTextBlock. EMPTY_ENDstatic TextBlockTextBlock. EMPTY_STARTFields in com.kohlschutter.boilerpipe.document with type parameters of type TextBlock Modifier and Type Field Description (package private) java.util.List<TextBlock>TextDocument. textBlocksMethods in com.kohlschutter.boilerpipe.document that return TextBlock Modifier and Type Method Description protected TextBlockTextBlock. clone()Methods in com.kohlschutter.boilerpipe.document that return types with arguments of type TextBlock Modifier and Type Method Description java.util.List<TextBlock>TextDocument. getTextBlocks()Returns theTextBlocks of this document.Methods in com.kohlschutter.boilerpipe.document with parameters of type TextBlock Modifier and Type Method Description voidTextBlock. mergeNext(TextBlock other)Constructor parameters in com.kohlschutter.boilerpipe.document with type arguments of type TextBlock Constructor Description TextDocument(java.lang.String title, java.util.List<TextBlock> textBlocks)Creates a newTextDocumentwith givenTextBlocks and given title.TextDocument(java.util.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 TextBlock Modifier and Type Method Description protected booleanDensityRulesClassifier. classify(TextBlock prev, TextBlock curr, TextBlock next)protected booleanNumWordsRulesClassifier. classify(TextBlock prev, TextBlock curr, TextBlock next)protected 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 Modifier and Type Method Description protected voidLabelAction. addLabelsTo(TextBlock tb)voidConditionalLabelAction. addTo(TextBlock tb)voidLabelAction. addTo(TextBlock tb) -
Uses of TextBlock in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax with type parameters of type TextBlock Modifier and Type Field Description private java.util.List<TextBlock>BoilerpipeHTMLContentHandler. textBlocksMethods in com.kohlschutter.boilerpipe.sax that return types with arguments of type TextBlock Modifier and Type Method Description (package private) java.util.List<TextBlock>BoilerpipeHTMLContentHandler. getTextBlocks()Methods in com.kohlschutter.boilerpipe.sax with parameters of type TextBlock Modifier and Type Method Description protected voidBoilerpipeHTMLContentHandler. addTextBlock(TextBlock tb)
-