Class NumWordsRulesExtractor

java.lang.Object
de.l3s.boilerpipe.extractors.ExtractorBase
de.l3s.boilerpipe.extractors.NumWordsRulesExtractor
All Implemented Interfaces:
BoilerpipeExtractor, BoilerpipeFilter

public class NumWordsRulesExtractor extends ExtractorBase
A quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block).
Author:
Christian Kohlschütter