C# Класс peng04.processing.TextSource

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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