public class ImmutableFeatureMap extends FeatureMap
| Modifier and Type | Field and Description |
|---|---|
Map<String,Integer> |
featureIdMap |
mutable, tagSet| Constructor and Description |
|---|
ImmutableFeatureMap(Map<String,Integer> featureIdMap,
TagSet tagSet) |
ImmutableFeatureMap(Set<Map.Entry<String,Integer>> entrySet,
TagSet tagSet) |
| Modifier and Type | Method and Description |
|---|---|
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 in class FeatureMapCopyright © 2014–2021 码农场. All rights reserved.