C# 클래스 Segmenter.Model.ChainSplitter

Used as a base for all kinds of word splitters for a chain
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

보호된 프로퍼티들

프로퍼티 타입 설명
alphabet Segmenter.Base.Collectors.FrequencyDictionary
convoluted Segmenter.Base.Sequences.ComplexChain

공개 메소드들

메소드 설명
Cut ( ContentValues par ) : ComplexChain

The cut.

메소드 상세

Cut() 공개 추상적인 메소드

The cut.
public abstract Cut ( ContentValues par ) : ComplexChain
par ContentValues /// The par. ///
리턴 Segmenter.Base.Sequences.ComplexChain

프로퍼티 상세

alphabet 보호되어 있는 프로퍼티

The alphabet.
protected FrequencyDictionary,Segmenter.Base.Collectors alphabet
리턴 Segmenter.Base.Collectors.FrequencyDictionary

convoluted 보호되어 있는 프로퍼티

The convoluted.
protected ComplexChain,Segmenter.Base.Sequences convoluted
리턴 Segmenter.Base.Sequences.ComplexChain