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
| 从类 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.