| Package | Description |
|---|---|
| monad.mmseg | |
| monad.mmseg.analysis | |
| monad.mmseg.example |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexSeg
正向最大匹配, 加四个过虑规则的分词方式.
|
class |
MaxWordSeg
最多分词.
|
class |
SimpleSeg
正向最大匹配的分词方式.
|
| Constructor and Description |
|---|
MMSeg(Reader input,
Seg seg) |
| Modifier and Type | Method and Description |
|---|---|
protected Seg |
MaxWordAnalyzer.newSeg() |
protected Seg |
SimpleAnalyzer.newSeg() |
protected Seg |
ComplexAnalyzer.newSeg() |
protected Seg |
MMSegAnalyzer.newSeg() |
| Constructor and Description |
|---|
MMSegTokenizer(Seg seg) |
| Modifier and Type | Method and Description |
|---|---|
protected Seg |
Complex.getSeg() |
protected Seg |
MaxWord.getSeg() |
protected Seg |
Simple.getSeg() |
Copyright © 2015-2016 Ganshane Developer Team. All Rights Reserved.