public interface PropertyHolder
| Modifier and Type | Method and Description |
|---|---|
PropertyList |
getFeatures() |
double |
getFeatureValue(String key) |
double |
getNumericProperty(String key) |
PropertyList |
getProperties() |
Object |
getProperty(String key) |
boolean |
hasProperty(String key) |
void |
setFeatures(PropertyList pl) |
void |
setFeatureValue(String key,
double value) |
void |
setNumericProperty(String key,
double value) |
void |
setProperties(PropertyList newProperties) |
void |
setProperty(String key,
Object value) |
FeatureVector |
toFeatureVector(Alphabet dict,
boolean binary) |
void setNumericProperty(String key, double value)
double getNumericProperty(String key)
PropertyList getProperties()
void setProperties(PropertyList newProperties)
boolean hasProperty(String key)
void setFeatureValue(String key, double value)
double getFeatureValue(String key)
PropertyList getFeatures()
void setFeatures(PropertyList pl)
FeatureVector toFeatureVector(Alphabet dict, boolean binary)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.