C# Class NBoilerpipe.Extractors.NumWordsRulesExtractor

A quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block).
A quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block).
Inheritance: ExtractorBase
Mostrar archivo Open project: oganix/NBoilerpipe

Public Properties

Property Type Description
INSTANCE NumWordsRulesExtractor

Public Methods

Method Description
GetInstance ( ) : NumWordsRulesExtractor

Returns the singleton instance for NumWordsRulesExtractor .

Process ( NBoilerpipe.Document.TextDocument doc ) : bool

Method Details

GetInstance() public static method

Returns the singleton instance for NumWordsRulesExtractor .
public static GetInstance ( ) : NumWordsRulesExtractor
return NumWordsRulesExtractor

Process() public method

public Process ( NBoilerpipe.Document.TextDocument doc ) : bool
doc NBoilerpipe.Document.TextDocument
return bool

Property Details

INSTANCE public_oe static_oe property

public static NumWordsRulesExtractor,NBoilerpipe.Extractors INSTANCE
return NumWordsRulesExtractor