public class SimpleAnalyzerInstance
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SimpleAnalyzerInstance(AnalyzerInstance instance,
java.util.Collection<AnalyzerTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getFeatIndexes() |
int[] |
getFloatFeatIndexes() |
double[] |
getFloatValues() |
short[] |
getFormChars() |
AnalyzerInstance |
getInstance() |
int |
getSignature() |
java.util.Collection<java.lang.Integer> |
getTagIndexes() |
java.util.Collection<AnalyzerTag> |
getTags() |
FloatDict.Vector |
getVector() |
void |
setFeatureIndexes(int[] feat_indexes) |
void |
setFloatFeatIndexes(int[] indexes) |
void |
setFormChars(short[] form_chars) |
void |
setSignature(int signature) |
void |
setTagIndexes(java.util.List<java.lang.Integer> tag_indexes) |
void |
setVector(FloatDict.Vector vector) |
public SimpleAnalyzerInstance(AnalyzerInstance instance, java.util.Collection<AnalyzerTag> tags)
public java.util.Collection<AnalyzerTag> getTags()
public void setTagIndexes(java.util.List<java.lang.Integer> tag_indexes)
public AnalyzerInstance getInstance()
public void setSignature(int signature)
public void setFormChars(short[] form_chars)
public short[] getFormChars()
public int getSignature()
public void setFeatureIndexes(int[] feat_indexes)
public java.util.Collection<java.lang.Integer> getTagIndexes()
public int[] getFeatIndexes()
public void setVector(FloatDict.Vector vector)
public int[] getFloatFeatIndexes()
public double[] getFloatValues()
public FloatDict.Vector getVector()
public void setFloatFeatIndexes(int[] indexes)