public class Item extends SimpleItem
| Modifier and Type | Field and Description |
|---|---|
String |
key
该条目的索引,比如“啊”
|
labelMap| Constructor and Description |
|---|
Item(String key) |
Item(String key,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static Item |
create(String param) |
static Item |
create(String[] param) |
String |
firstLabel()
获取首个label
|
String |
toString() |
addLabel, addLabel, combine, containsLabel, getFrequency, getMostLikelyLabel, getTotalFrequency, removeLabelpublic String key
Copyright © 2014–2021 码农场. All rights reserved.