public final class CRFSegmentModel extends CRFModel
| Constructor and Description |
|---|
CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
以指定的trie树结构储存内部特征函数
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
load(ByteArray byteArray)
载入
|
protected void |
onLoadTxtFinished() |
void |
tag(Table table)
维特比后向算法标注
|
computeScore, computeScoreList, getTag2id, getTagId, load, loadBin, loadTxt, loadTxt, savepublic CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
featureFunctionTrie - public boolean load(ByteArray byteArray)
ICacheAbleload in interface ICacheAbleload in class CRFModelprotected void onLoadTxtFinished()
onLoadTxtFinished in class CRFModelCopyright © 2014–2021 码农场. All rights reserved.