| Package | Description |
|---|---|
| monad.mmseg | |
| monad.mmseg.analysis | |
| monad.mmseg.example |
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
Seg.dic |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
Dictionary.clear(File path)
从单例缓存中去除
|
static Dictionary |
Dictionary.clear(String path) |
static Dictionary |
Dictionary.getInstance()
从默认目录加载词库文件.
查找默认目录顺序:
从系统属性mmseg.dic.path指定的目录中加载
从classpath/data目录
从user.dir/data目录
|
static Dictionary |
Dictionary.getInstance(File path) |
static Dictionary |
Dictionary.getInstance(String path) |
| Constructor and Description |
|---|
ComplexSeg(Dictionary dic) |
MaxWordSeg(Dictionary dic) |
Seg(Dictionary dic) |
SimpleSeg(Dictionary dic) |
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
MMSegAnalyzer.dic |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
MMSegAnalyzer.getDict() |
| Constructor and Description |
|---|
ComplexAnalyzer(Dictionary dic) |
MaxWordAnalyzer(Dictionary dic) |
MMSegAnalyzer(Dictionary dic) |
SimpleAnalyzer(Dictionary dic) |
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
Complex.dic |
Copyright © 2015-2016 Ganshane Developer Team. All Rights Reserved.