| Modifier and Type | Field and Description |
|---|---|
BinTrie<Integer> |
Lexicon.wordId |
| Constructor and Description |
|---|
Document(Map<String,Integer> categoryId,
BinTrie<Integer> wordId,
String category,
String[] tokenArray)
一般用在测试集构造文档时使用
|
Lexicon(BinTrie<Integer> wordIdTrie) |
| Modifier and Type | Field and Description |
|---|---|
BinTrie<Integer> |
BaseFeatureData.wordIdTrie
新的特征映射表
|
| Modifier and Type | Field and Description |
|---|---|
BinTrie<Integer> |
AbstractModel.wordIdTrie
词语到的映射
|
| Modifier and Type | Field and Description |
|---|---|
BinTrie<CoreDictionary.Attribute> |
DynamicCustomDictionary.trie
用于储存用户动态插入词条的二分trie树
|
| Modifier and Type | Method and Description |
|---|---|
static BinTrie<CoreDictionary.Attribute> |
CustomDictionary.getTrie()
Deprecated.
谨慎操作,有可能废弃此接口
|
BinTrie<CoreDictionary.Attribute> |
DynamicCustomDictionary.getTrie()
Deprecated.
谨慎操作,有可能废弃此接口
|
| Constructor and Description |
|---|
DynamicCustomDictionary(DoubleArrayTrie<CoreDictionary.Attribute> dat,
BinTrie<CoreDictionary.Attribute> trie,
String[] path)
使用高级数据结构构造词典对象,并加载指定路径的词典
|
| Constructor and Description |
|---|
Vocabulary(BinTrie<Integer> trie,
boolean mutable) |
| Modifier and Type | Field and Description |
|---|---|
BinTrie<Integer> |
Probability.d |
Copyright © 2014–2021 码农场. All rights reserved.