com.hankcs.hanlp.corpus.dependency.model
类 WordNatureWeightScorer

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightScorer

public class WordNatureWeightScorer
extends Object

生成模型打分器,衡量一个边的权值,仅仅利用〈词,词〉,数据稀疏则回退为〈词,词性〉、〈词性,词〉、〈词性,词性〉

作者:
hankcs

构造方法摘要
WordNatureWeightScorer()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WordNatureWeightScorer

public WordNatureWeightScorer()


Copyright © 2014–2015 码农场. All rights reserved.