C# 클래스 NBoilerpipe.Extractors.ArticleExtractor

A full-text extractor which is tuned towards news articles.
A full-text extractor which is tuned towards news articles. In this scenario it achieves higher accuracy than DefaultExtractor .
상속: ExtractorBase
파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 프로퍼티들

프로퍼티 타입 설명
INSTANCE ArticleExtractor

공개 메소드들

메소드 설명
GetInstance ( ) : ArticleExtractor

Returns the singleton instance for ArticleExtractor .

Process ( NBoilerpipe.Document.TextDocument doc ) : bool

메소드 상세

GetInstance() 공개 정적인 메소드

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

Process() 공개 메소드

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

프로퍼티 상세

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

public static ArticleExtractor,NBoilerpipe.Extractors INSTANCE
리턴 ArticleExtractor