public class AbstractModel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String[] |
catalog
类目表
|
ITokenizer |
tokenizer
分词器
|
BinTrie<Integer> |
wordIdTrie
词语到的映射
|
| Constructor and Description |
|---|
AbstractModel() |
public String[] catalog
public ITokenizer tokenizer
Copyright © 2014–2021 码农场. All rights reserved.