C# 클래스 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).
상속: ExtractorBase
파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 프로퍼티들

프로퍼티 타입 설명
INSTANCE NumWordsRulesExtractor

공개 메소드들

메소드 설명
GetInstance ( ) : NumWordsRulesExtractor

Returns the singleton instance for NumWordsRulesExtractor .

Process ( NBoilerpipe.Document.TextDocument doc ) : bool

메소드 상세

GetInstance() 공개 정적인 메소드

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

Process() 공개 메소드

public Process ( NBoilerpipe.Document.TextDocument doc ) : bool
doc NBoilerpipe.Document.TextDocument
리턴 bool

프로퍼티 상세

INSTANCE 공개적으로 정적으로 프로퍼티

public static NumWordsRulesExtractor,NBoilerpipe.Extractors INSTANCE
리턴 NumWordsRulesExtractor