C# Класс Segmenter.Model.ChainSplitter

Used as a base for all kinds of word splitters for a chain
Показать файл Открыть проект

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

Свойство Тип Описание
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