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