46 vector<string> tokens;
47 tokenizer_.Tokenize(line_, tokens);
50 for (vector<string>::const_iterator it = tokens.begin();
53 ExtractFeatureValuePair(*it, feature, value);
54 symbolic_features.IncrementWeight(feature, value);
A class to represent a candidate in a set of candidates that constitutes a training instance for a re...
A class to represent a feature vector, where features are represented by unique identifiers, and feature values are represented by the template type.