类 com.hankcs.hanlp.corpus.dictionary.SimpleDictionary
的使用

使用 SimpleDictionary 的软件包
com.hankcs.hanlp.corpus.dictionary   
 

com.hankcs.hanlp.corpus.dictionarySimpleDictionary 的使用
 

com.hankcs.hanlp.corpus.dictionarySimpleDictionary 的子类
 class StringDictionary
          满足 key=value 格式的词典,其中“=”可以自定义
 class TFDictionary
          词频词典
 

参数类型为 SimpleDictionarycom.hankcs.hanlp.corpus.dictionary 中的方法
 void SimpleDictionary.combine(SimpleDictionary<V> other)
          以我为主词典,合并一个副词典,我有的词条不会被副词典覆盖
 



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