| Class | Description |
|---|---|
| ASegment |
abstract segmentation super class:
1.
|
| Chunk |
chunk concept for the mmseg chinese word segment algorithm has implemented IChunk interface
|
| ComplexSeg |
Jcseg complex segmentation implements extended from the ASegment class
this will need the filter works of the four MMSeg rules:
|
| 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
|
| Dictionary |
Dictionary class
|
| MMSegFilter |
mmseg default filter class
|
| SearchSeg |
search mode implementation all the possible combination will be returned,
and build it for search of course.
|
| Sentence |
sentence desc class
|
| SentenceSeg |
document sentence splitter
|
| SimpleSeg |
Jcseg simple segmentation implements extend from ASegment
|
| Word |
word class for jcseg has implements IWord interface
|
Copyright © 2016. All Rights Reserved.