C# 클래스 Segmenter.Model.Seekers.WordExtractor

Used as a base for all kinds of word seekers for a chain.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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>>