C# Класс Sparc.TagCloud.TagCloudAnalyzer

Analyzes a batch of text to produce a tag-cloud.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ComputeTagCloud ( IEnumerable phrases ) : IEnumerable

Computes the tag cloud from a set of phrases.

TagCloudAnalyzer ( TagCloudSetting setting = null ) : System

Initializes a new instance of the TagCloudAnalyzer class.

Приватные методы

Метод Описание
CountWords ( string phrase, int>.Dictionary dict ) : void
ExtractAndCountWords ( IEnumerable phrases, int>.Dictionary dict ) : void
SortAndFilterResults ( int>.Dictionary dict ) : IEnumerable

Описание методов

ComputeTagCloud() публичный Метод

Computes the tag cloud from a set of phrases.
public ComputeTagCloud ( IEnumerable phrases ) : IEnumerable
phrases IEnumerable /// The phrases used to compute the tag cloud ///
Результат IEnumerable

TagCloudAnalyzer() публичный Метод

Initializes a new instance of the TagCloudAnalyzer class.
public TagCloudAnalyzer ( TagCloudSetting setting = null ) : System
setting TagCloudSetting /// The settings which dictate the analyzer's behavior. ///
Результат System