C# (CSharp) Segmenter.Model Namespace

Nested Namespaces

Segmenter.Model.Criterion
Segmenter.Model.Seekers
Segmenter.Model.Threshold

Classes

Name Description
Algorithm The algorithm.
AlgorithmBase The base algorithm has a model of segmentation based on the difference between actual and expected frequency of occurrence of subwords
AlgorithmFactory The algorithm factory.
ChainSplitter Used as a base for all kinds of word splitters for a chain
ConvolutedCriterionMethod Calculates frequency for convoluted chain
Input Contains all input parameters
MainOutputData The main output data.
NotConvolutedCriterionMethod Calculates frequency for not convoluted chain
PositionFilter Cleaning all cross words in the sequence
SimpleChainSplitter This class cuts and convoluts all occurrences of the found word.