| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp.model.crf.crfpp |
这个包下面是由Zhifa Chen移植的CRF++。
|
| 限定符和类型 | 字段和说明 |
|---|---|
Node |
Path.lnode |
Node |
Node.prev |
Node |
Path.rnode |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<List<Node>> |
FeatureIndex.nodeList_ |
| 限定符和类型 | 方法和说明 |
|---|---|
Node |
TaggerImpl.node(int i,
int j) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<List<Node>> |
TaggerImpl.getNode_() |
List<List<Node>> |
FeatureIndex.getNodeList_() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Path.add(Node _lnode,
Node _rnode) |
void |
FeatureIndex.calcCost(Node node)
计算状态特征函数的代价
|
void |
TaggerImpl.set_node(Node n,
int i,
int j) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TaggerImpl.setNode_(List<List<Node>> node_) |
void |
FeatureIndex.setNodeList_(List<List<Node>> nodeList_) |
Copyright © 2014–2019 码农场. All rights reserved.