| Field and Description |
|---|
| com.hankcs.hanlp.HanLP.Config.CRFDependencyModelPath |
| com.hankcs.hanlp.utility.Predefine.CT_CHINESE
使用CharType中的相应常量
|
| com.hankcs.hanlp.utility.Predefine.CT_DELIMITER
使用CharType中的相应常量
|
| com.hankcs.hanlp.utility.Predefine.CT_INDEX
使用CharType中的相应常量
|
| com.hankcs.hanlp.utility.Predefine.CT_LETTER
使用CharType中的相应常量
|
| com.hankcs.hanlp.utility.Predefine.CT_NUM
使用CharType中的相应常量
|
| com.hankcs.hanlp.utility.Predefine.CT_OTHER |
| com.hankcs.hanlp.utility.Predefine.CT_SINGLE
使用CharType中的相应常量
|
| com.hankcs.hanlp.seg.common.WordNet.sentence
应当使用数组,这样比较快
|
| Method and Description |
|---|
| com.hankcs.hanlp.collection.trie.DoubleArrayTrie.commonPrefixSearchWithValue(String)
最好用优化版的
|
| com.hankcs.hanlp.corpus.dictionary.EasyDictionary.Attribute.getNatureFrequency(String)
推荐使用Nature参数!
|
| com.hankcs.hanlp.dictionary.CoreDictionary.Attribute.getNatureFrequency(String)
推荐使用Nature参数!
|
| com.hankcs.hanlp.dictionary.CustomDictionary.getTrie()
谨慎操作,有可能废弃此接口
|
| Constructor and Description |
|---|
| com.hankcs.hanlp.corpus.synonym.Synonym(String, long) |
| com.hankcs.hanlp.corpus.synonym.Synonym(String, String) |
Copyright © 2014–2018 码农场. All rights reserved.