| Package | Description |
|---|---|
| com.hankcs.hanlp.model | |
| com.hankcs.hanlp.model.crf |
| Modifier and Type | Method and Description |
|---|---|
void |
CRFSegmentModel.tag(Table table) |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedList<double[]> |
CRFModel.computeScoreList(Table table,
int current)
根据特征函数计算输出
|
char[] |
FeatureTemplate.generateParameter(Table table,
int current) |
void |
CRFModel.tag(Table table)
维特比后向算法标注
|
Copyright © 2014–2021 码农场. All rights reserved.