| 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:
|
| 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
|
| Dictionary |
Dictionary class
|
| NLPSeg |
NLP segmentation implementation
And this extends all the properties of the Complex one
the rest of them are build for NLP only
|
| SearchSeg |
search mode implementation all the possible combination will be returned,
and build it for search of course.
|
| SimpleSeg |
Jcseg simple segmentation implements extend from ASegment
|
| Word |
word class for Jcseg with the
org.lionsoul.jcseg.core.IWord interface implemented
at 2017/03/29:
make the synonyms series method Word.getSyn() Word.setSyn(String[]) Word.addSyn(String)
and the part of speech series method Word.getPartSpeech() Word.setPartSpeech(String[]) Word.addPartSpeech(String)
and the Word.clone() method synchronized for may coming concurrent access. |
Copyright © 2017. All Rights Reserved.