C# 클래스 NBoilerpipe.Filters.Heuristics.DocumentTitleMatchClassifier

Marks NBoilerpipe.Document.TextBlock s which contain parts of the HTML <TITLE> tag, using some heuristics which are quite specific to the news domain.
상속: BoilerpipeFilter
파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 메소드들

메소드 설명
DocumentTitleMatchClassifier ( string title ) : System.Collections.Generic
GetPotentialTitles ( ) : ICollection
Process ( NBoilerpipe.Document.TextDocument doc ) : bool

비공개 메소드들

메소드 설명
GetLongestPart ( string title, string pattern ) : string

메소드 상세

DocumentTitleMatchClassifier() 공개 메소드

public DocumentTitleMatchClassifier ( string title ) : System.Collections.Generic
title string
리턴 System.Collections.Generic

GetPotentialTitles() 공개 메소드

public GetPotentialTitles ( ) : ICollection
리턴 ICollection

Process() 공개 메소드

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