| Chunk |
chunk concept for the mmseg word segmentation algorithm
|
| ComplexSeg |
Jcseg complex segmentation implementation based on the filter works of MMSeg rules:
|
| DelimiterSeg |
delimiter segment algorithm implementation
extended from common segment interface ISegment
|
| DetectSeg |
Detect segmentation mode return words only in the loaded dictionary
yat, when matched a word and return it
or continue to find the next word in the dictionary
|
| Entity |
word item entity class
|
| MMSegFilter |
MMSeg default filter class
|
| MostSeg |
Most mode implementation which all the possible combinations will be returned,
and build it for information retrieval (better for index) of course.
|
| NGramSeg |
Jcseg n-gram tokenizer implementation
|
| NLPSeg |
NLP segmentation implementation
And this extends all the properties of the Complex one
the rest of them are build for NLP only
|
| SegKit |
abstract segmentor kit class
|
| Segmenter |
abstract segmentation super class:
1.
|
| SegmenterConfig |
Jcseg segmenter configuration class
|
| SimpleSeg |
Jcseg simple segmentation implementation
|
| Word |
|