C# Class Segmenter.Model.Seekers.WordExtractor

Used as a base for all kinds of word seekers for a chain.
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Protected Properties

Свойство Type Description
fullEntry Segmenter.Base.Collectors.DataCollector
wordPriority Dictionary,List>>

Méthodes publiques

Méthode Description
Find ( ContentValues parameters ) : List>?.KeyValuePair

Finds a word based on current parameters.

Méthodes protégées

Méthode Description
DiscardCompositeWords ( FrequencyDictionary alphabet, double level ) : List>?.KeyValuePair

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

Method Details

DiscardCompositeWords() protected méthode

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. ///
Résultat List>?.KeyValuePair

Find() public abstract méthode

Finds a word based on current parameters.
public abstract Find ( ContentValues parameters ) : List>?.KeyValuePair
parameters ContentValues /// The current segmentation parameters. ///
Résultat List>?.KeyValuePair

Property Details

fullEntry protected_oe property

The full entry.
protected DataCollector,Segmenter.Base.Collectors fullEntry
Résultat Segmenter.Base.Collectors.DataCollector

wordPriority protected_oe property

The word priority.
protected Dictionary,List>> wordPriority
Résultat Dictionary,List>>