Uses of Class
cc.mallet.util.PropertyList
-
Packages that use PropertyList Package Description cc.mallet.fst.confidence cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc.cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. -
-
Uses of PropertyList in cc.mallet.fst.confidence
Methods in cc.mallet.fst.confidence that return PropertyList Modifier and Type Method Description PropertyList
SequenceConfidenceInstance. getFeatures()
-
Uses of PropertyList in cc.mallet.types
Methods in cc.mallet.types that return PropertyList Modifier and Type Method Description PropertyList
PropertyHolder. getFeatures()
PropertyList
Token. getFeatures()
PropertyList
Instance. getProperties()
Deprecated.PropertyList
PropertyHolder. getProperties()
PropertyList
Token. getProperties()
PropertyList
TokenSequence. getProperties()
Methods in cc.mallet.types with parameters of type PropertyList Modifier and Type Method Description void
PropertyHolder. setFeatures(PropertyList pl)
void
Token. setFeatures(PropertyList pl)
void
PropertyHolder. setProperties(PropertyList newProperties)
void
Token. setProperties(PropertyList newProperties)
void
Instance. setPropertyList(PropertyList p)
Deprecated.Constructors in cc.mallet.types with parameters of type PropertyList Constructor Description AugmentableFeatureVector(Alphabet dict, PropertyList pl, boolean binary)
AugmentableFeatureVector(Alphabet dict, PropertyList pl, boolean binary, boolean growAlphabet)
FeatureVector(Alphabet dict, PropertyList pl, boolean binary)
FeatureVector(Alphabet dict, PropertyList pl, boolean binary, boolean growAlphabet)
SparseVector(Alphabet dict, PropertyList pl, boolean binary)
SparseVector(Alphabet dict, PropertyList pl, boolean binary, boolean growAlphabet)
-
Uses of PropertyList in cc.mallet.util
Fields in cc.mallet.util declared as PropertyList Modifier and Type Field Description protected PropertyList
PropertyList. next
Methods in cc.mallet.util that return PropertyList Modifier and Type Method Description static PropertyList
PropertyList. add(java.lang.String key, double value, PropertyList rest)
static PropertyList
PropertyList. add(java.lang.String key, java.lang.Object value, PropertyList rest)
static PropertyList
PropertyList. add(java.lang.String key, java.lang.String value, PropertyList rest)
PropertyList
PropertyList. append(PropertyList nextPl)
PropertyList
PropertyList. last()
PropertyList
PropertyList.Iterator. nextProperty()
static PropertyList
PropertyList. remove(java.lang.String key, PropertyList rest)
static PropertyList
PropertyList. sumDuplicateKeyValues(PropertyList pl)
static PropertyList
PropertyList. sumDuplicateKeyValues(PropertyList pl, boolean ignoreZeros)
Methods in cc.mallet.util with parameters of type PropertyList Modifier and Type Method Description static PropertyList
PropertyList. add(java.lang.String key, double value, PropertyList rest)
static PropertyList
PropertyList. add(java.lang.String key, java.lang.Object value, PropertyList rest)
static PropertyList
PropertyList. add(java.lang.String key, java.lang.String value, PropertyList rest)
PropertyList
PropertyList. append(PropertyList nextPl)
static PropertyList
PropertyList. remove(java.lang.String key, PropertyList rest)
static PropertyList
PropertyList. sumDuplicateKeyValues(PropertyList pl)
static PropertyList
PropertyList. sumDuplicateKeyValues(PropertyList pl, boolean ignoreZeros)
Constructors in cc.mallet.util with parameters of type PropertyList Constructor Description Iterator(PropertyList pl)
NumericIterator(PropertyList pl)
ObjectIterator(PropertyList pl)
PropertyList(java.lang.String key, PropertyList rest)
-