C# 클래스 peng04.processing.TextSource

파일 보기 프로젝트 열기: pan-webis-de/peng04 1 사용 예제들

공개 메소드들

메소드 설명
BuildSegmentTable ( int n ) : void
FindOccurrences ( IEnumerable ngram ) : int
GetAllSegments ( ) : IEnumerable
GetNGramCache ( ) : NGramCache
SetNGramCache ( NGramCache value ) : void
TextSource ( ) : System

메소드 상세

BuildSegmentTable() 공개 메소드

public BuildSegmentTable ( int n ) : void
n int
리턴 void

FindOccurrences() 공개 메소드

public FindOccurrences ( IEnumerable ngram ) : int
ngram IEnumerable
리턴 int

GetAllSegments() 공개 메소드

public GetAllSegments ( ) : IEnumerable
리턴 IEnumerable

GetNGramCache() 공개 메소드

public GetNGramCache ( ) : NGramCache
리턴 peng04.logic.NGramCache

SetNGramCache() 공개 메소드

public SetNGramCache ( NGramCache value ) : void
value peng04.logic.NGramCache
리턴 void

TextSource() 공개 메소드

public TextSource ( ) : System
리턴 System