Maps feature names to integers.
The name of a feature, represented as a list of Symbols.
The name of a feature, represented as a list of Symbols.
the list of symbols comprising the feature name
A mapping from feature names to values.
A mapping from feature names to values.
Unspecified feature names are assumed to correspond to a value of zero.
the map from feature names to values
A weighted linear combination of features.
A weighted linear combination of features.
map from feature names to weight coefficients
Abstraction for a set of labeled feature vectors.
Abstraction for a set of labeled feature vectors.
Provides various serialization options for different machine learning tools.
a sequence of feature vectors labeled with integer outcomes
A class that uses JVerbnet, a 3rd party Wrapper library for Verbnet data (http://projects.csail.mit.edu/jverbnet/), to quickly look up various vernbet features for a verb.
A WrapperClassifier wraps a ProbabilisticClassifier (which uses integer-based feature names) in an interface that allows you to use the more natural org.allenai.nlpstack.parse.poly.ml FeatureVector format for classification.
A WrapperClassifier wraps a ProbabilisticClassifier (which uses integer-based feature names) in an interface that allows you to use the more natural org.allenai.nlpstack.parse.poly.ml FeatureVector format for classification.
the embedded classifier (which uses integer-based feature names)
a map from the integer feature names to their string-based form
Trains a WrapperClassifier from training data.
Maps feature names to integers. Useful for serializing TrainingData instances for consumption by command-line machine learning tools.
an indexed sequence of feature names