| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp.model.crf.crfpp |
这个包下面是由Zhifa Chen移植的CRF++。
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<Path> |
Node.lpath |
protected List<List<Path>> |
FeatureIndex.pathList_ |
List<Path> |
Node.rpath |
| 限定符和类型 | 方法和说明 |
|---|---|
List<List<Path>> |
FeatureIndex.getPathList_() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FeatureIndex.calcCost(Path path)
计算转移特征函数的代价
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FeatureIndex.setPathList_(List<List<Path>> pathList_) |
Copyright © 2014–2019 码农场. All rights reserved.