C# (CSharp) Segmenter.Model 네임스페이스

중첩된 네임스페이스

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

클래스들

이름 설명
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.