Uses of Class
de.l3s.boilerpipe.document.TextBlock

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 TextBlocks 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 TextBlocks, and no title.
TextDocument(java.lang.String title, java.util.List<TextBlock> textBlocks)
          Creates a new TextDocument with given TextBlocks 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)