C# Class Segmenter.Model.ChainSplitter

Used as a base for all kinds of word splitters for a chain
显示文件 Open project: intervals-mining-lab/libiada-core

Protected Properties

Property Type Description
alphabet Segmenter.Base.Collectors.FrequencyDictionary
convoluted Segmenter.Base.Sequences.ComplexChain

Public Methods

Method Description
Cut ( ContentValues par ) : ComplexChain

The cut.

Method Details

Cut() public abstract method

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

Property Details

alphabet protected_oe property

The alphabet.
protected FrequencyDictionary,Segmenter.Base.Collectors alphabet
return Segmenter.Base.Collectors.FrequencyDictionary

convoluted protected_oe property

The convoluted.
protected ComplexChain,Segmenter.Base.Sequences convoluted
return Segmenter.Base.Sequences.ComplexChain