46   vector<string> tokens;
 
   47   tokenizer_.Tokenize(line_, tokens);
 
   48   ngram_extractor_.
Extract(tokens, n_, prefix_, symbolic_features);
 
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.