接口 com.hankcs.hanlp.corpus.io.ICacheAble
的使用

使用 ICacheAble 的软件包
com.hankcs.hanlp.collection.MDAG   
com.hankcs.hanlp.dictionary.stopword   
com.hankcs.hanlp.model   
com.hankcs.hanlp.model.crf   
com.hankcs.hanlp.model.trigram   
com.hankcs.hanlp.model.trigram.frequency   
 

com.hankcs.hanlp.collection.MDAGICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.collection.MDAG 中的类
 class MDAG
          最小环形图
A minimalistic directed acyclical graph suitable for storing a set of Strings.
 class MDAGSet
          基于MDAG(又称DAWG,Minimal Acyclic Finite-State Automata)的String Set
 class SimpleMDAGNode
          The class capable of representing a MDAG node, its _transition set, and one of its incoming transitions; objects of this class are used to represent a MDAG after its been simplified in order to save space.
 

com.hankcs.hanlp.dictionary.stopwordICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.dictionary.stopword 中的类
 class StopWordDictionary
           
 

com.hankcs.hanlp.modelICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.model 中的类
 class CRFSegmentModel
          静态CRF分词模型
 

com.hankcs.hanlp.model.crfICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.model.crf 中的类
 class CRFModel
           
 class FeatureFunction
          特征函数,其实是tag.size个特征函数的集合
 class FeatureTemplate
          特征模板
 

com.hankcs.hanlp.model.trigramICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.model.trigram 中的类
 class CharacterBasedGenerativeModel
          基于字符的生成模型(其实就是一个TriGram文法模型,或称2阶隐马模型)
 

com.hankcs.hanlp.model.trigram.frequencyICacheAble 的使用
 

实现 ICacheAblecom.hankcs.hanlp.model.trigram.frequency 中的类
 class Probability
          概率统计工具
 



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