C# Class peng04.processing.TextSource

Show file Open project: pan-webis-de/peng04 Class Usage Examples

Public Methods

Method Description
BuildSegmentTable ( int n ) : void
FindOccurrences ( IEnumerable ngram ) : int
GetAllSegments ( ) : IEnumerable
GetNGramCache ( ) : NGramCache
SetNGramCache ( NGramCache value ) : void
TextSource ( ) : System

Method Details

BuildSegmentTable() public method

public BuildSegmentTable ( int n ) : void
n int
return void

FindOccurrences() public method

public FindOccurrences ( IEnumerable ngram ) : int
ngram IEnumerable
return int

GetAllSegments() public method

public GetAllSegments ( ) : IEnumerable
return IEnumerable

GetNGramCache() public method

public GetNGramCache ( ) : NGramCache
return peng04.logic.NGramCache

SetNGramCache() public method

public SetNGramCache ( NGramCache value ) : void
value peng04.logic.NGramCache
return void

TextSource() public method

public TextSource ( ) : System
return System