public final class CRFSegmentModel extends CRFModel
| 构造器和说明 |
|---|
CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
以指定的trie树结构储存内部特征函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
load(ByteArray byteArray)
载入
|
protected void |
onLoadTxtFinished() |
void |
tag(Table table)
维特比后向算法标注
|
computeScore, computeScoreList, getTagId, load, loadBin, loadTxt, loadTxt, savepublic CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
featureFunctionTrie - public boolean load(ByteArray byteArray)
ICacheAbleload 在接口中 ICacheAbleload 在类中 CRFModelprotected void onLoadTxtFinished()
onLoadTxtFinished 在类中 CRFModelCopyright © 2014–2017 码农场. All rights reserved.