C# 클래스 NBoilerpipe.Extractors.ExtractorBase

The base class of Extractors.
The base class of Extractors. Also provides some helper methods to quickly retrieve the text that remained after processing.
상속: BoilerpipeExtractor
파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 메소드들

메소드 설명
GetText ( NBoilerpipe.Document.TextDocument doc ) : string

Extracts text from the given NBoilerpipe.Document.TextDocument object.

GetText ( string html ) : string

Extracts text from the HTML code given as a String.

Extracts text from the HTML code given as a String.

Process ( NBoilerpipe.Document.TextDocument arg1 ) : bool

메소드 상세

GetText() 공개 메소드

Extracts text from the given NBoilerpipe.Document.TextDocument object.
NBoilerpipe.BoilerpipeProcessingException ///
public GetText ( NBoilerpipe.Document.TextDocument doc ) : string
doc NBoilerpipe.Document.TextDocument /// The /// NBoilerpipe.Document.TextDocument /// . ///
리턴 string

GetText() 공개 메소드

Extracts text from the HTML code given as a String.
Extracts text from the HTML code given as a String.
NBoilerpipe.BoilerpipeProcessingException ///
public GetText ( string html ) : string
html string The HTML code as a String.
리턴 string

Process() 공개 추상적인 메소드

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