| Class and Description |
|---|
| com.hankcs.hanlp.seg.CRF.CRFSegment
已废弃,请使用
CRFLexicalAnalyzer |
| com.hankcs.hanlp.dependency.MaxEntDependencyParser
已废弃,请使用
KBeamArcEagerDependencyParser。未来版本将不再发布该模型,并删除配置项 |
| Field and Description |
|---|
| com.hankcs.hanlp.HanLP.Config.CRFSegmentModelPath
已废弃,请使用
CRFLexicalAnalyzer。未来版本将不再发布该模型,并删除配置项 |
| com.hankcs.hanlp.HanLP.Config.HMMSegmentModelPath
已废弃,请使用
PerceptronLexicalAnalyzer |
| com.hankcs.hanlp.HanLP.Config.MaxEntModelPath
已废弃,请使用
KBeamArcEagerDependencyParser。未来版本将不再发布该模型,并删除配置项 |
| com.hankcs.hanlp.seg.common.WordNet.sentence
应当使用数组,这样比较快
|
| Method and Description |
|---|
| com.hankcs.hanlp.tokenizer.lexical.AbstractLexicalAnalyzer.acceptCustomWord(int, int, CoreDictionary.Attribute)
自1.6.7起废弃,强制模式下为最长匹配,否则按分词结果合并
|
| com.hankcs.hanlp.collection.trie.DoubleArrayTrie.commonPrefixSearchWithValue(String)
最好用优化版的
|
| com.hankcs.hanlp.summary.TextRankKeyword.getKeyword(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()
谨慎操作,有可能废弃此接口
|
| com.hankcs.hanlp.dictionary.DynamicCustomDictionary.getTrie()
谨慎操作,有可能废弃此接口
|
| Constructor and Description |
|---|
| com.hankcs.hanlp.corpus.synonym.Synonym(String, long) |
| com.hankcs.hanlp.corpus.synonym.Synonym(String, String) |
Copyright © 2014–2021 码农场. All rights reserved.