C# Класс Segmenter.Model.Seekers.WordExtractor

Used as a base for all kinds of word seekers for a chain.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
fullEntry Segmenter.Base.Collectors.DataCollector
wordPriority Dictionary,List>>

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

Метод Описание
Find ( ContentValues parameters ) : List>?.KeyValuePair

Finds a word based on current parameters.

Защищенные методы

Метод Описание
DiscardCompositeWords ( FrequencyDictionary alphabet, double level ) : List>?.KeyValuePair

Discards all words which enter in the alphabet and contains compound words

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

DiscardCompositeWords() защищенный Метод

Discards all words which enter in the alphabet and contains compound words
protected DiscardCompositeWords ( FrequencyDictionary alphabet, double level ) : List>?.KeyValuePair
alphabet Segmenter.Base.Collectors.FrequencyDictionary /// The alphabet. ///
level double /// The filter level. ///
Результат List>?.KeyValuePair

Find() публичный абстрактный Метод

Finds a word based on current parameters.
public abstract Find ( ContentValues parameters ) : List>?.KeyValuePair
parameters ContentValues /// The current segmentation parameters. ///
Результат List>?.KeyValuePair

Описание свойств

fullEntry защищенное свойство

The full entry.
protected DataCollector,Segmenter.Base.Collectors fullEntry
Результат Segmenter.Base.Collectors.DataCollector

wordPriority защищенное свойство

The word priority.
protected Dictionary,List>> wordPriority
Результат Dictionary,List>>