com.hankcs.hanlp.model
类 CRFSegmentModel

java.lang.Object
  继承者 com.hankcs.hanlp.model.crf.CRFModel
      继承者 com.hankcs.hanlp.model.CRFSegmentModel
所有已实现的接口:
ICacheAble

public final class CRFSegmentModel
extends CRFModel

静态CRF分词模型

作者:
hankcs

字段摘要
static CRFModel crfModel
           
 
从类 com.hankcs.hanlp.model.crf.CRFModel 继承的字段
id2tag, matrix
 
构造方法摘要
CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
          以指定的trie树结构储存内部特征函数
 
方法摘要
 void tag(Table table)
          维特比后向算法标注
 
从类 com.hankcs.hanlp.model.crf.CRFModel 继承的方法
computeScore, computeScoreList, getTagId, load, load, loadBin, loadTxt, loadTxt, onLoadTxtFinished, save
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

crfModel

public static CRFModel crfModel
构造方法详细信息

CRFSegmentModel

public CRFSegmentModel(ITrie<FeatureFunction> featureFunctionTrie)
以指定的trie树结构储存内部特征函数

参数:
featureFunctionTrie -
方法详细信息

tag

public void tag(Table table)
从类 CRFModel 复制的描述
维特比后向算法标注

覆盖:
CRFModel 中的 tag


Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.