public class ImmutableFeatureMap extends FeatureMap
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,Integer> |
featureIdMap |
mutable, tagSet| 构造器和说明 |
|---|
ImmutableFeatureMap(Map<String,Integer> featureIdMap,
TagSet tagSet) |
ImmutableFeatureMap(Set<Map.Entry<String,Integer>> entrySet,
TagSet tagSet) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Map.Entry<String,Integer>> |
entrySet() |
int |
idOf(String string) |
int |
size() |
allLabels, bosTag, load, loadTagSet, savepublic int idOf(String string)
public int size()
size 在类中 FeatureMapCopyright © 2014–2019 码农场. All rights reserved.