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
Afficher le fichier Open project: oganix/NBoilerpipe

Méthodes publiques

Свойство Type Description
INSTANCE NumWordsRulesExtractor

Méthodes publiques

Méthode Description
GetInstance ( ) : NumWordsRulesExtractor

Returns the singleton instance for NumWordsRulesExtractor .

Process ( NBoilerpipe.Document.TextDocument doc ) : bool

Method Details

GetInstance() public static méthode

Returns the singleton instance for NumWordsRulesExtractor .
public static GetInstance ( ) : NumWordsRulesExtractor
Résultat NumWordsRulesExtractor

Process() public méthode

public Process ( NBoilerpipe.Document.TextDocument doc ) : bool
doc NBoilerpipe.Document.TextDocument
Résultat bool

Property Details

INSTANCE public_oe static_oe property

public static NumWordsRulesExtractor,NBoilerpipe.Extractors INSTANCE
Résultat NumWordsRulesExtractor