| 
    Reranker Framework (ReFr)
    
   Reranking framework for structure prediction and discriminative language modeling 
   | 
 
Provides the reranker::BasedFileBackedFeatureExtractor class. More...
#include <cstdlib>#include <string>#include <vector>#include "abstract-file-backed-feature-extractor.H"Go to the source code of this file.
Classes | |
| class | reranker::BasicFileBackedFeatureExtractor | 
| A class to read one line at a time from a backing file, and tokenize that line based on whitespace, and then interpret each token as a feature-value pair via a protected method ExtractFeatureValuePair (see the documentation for that method for details on how tokens are interpreted as feature-value pairs).  More... | |
Namespaces | |
| reranker | |
| Provides reranking models for discriminative modeling, with some special handling for discriminative language models.  | |
Provides the reranker::BasedFileBackedFeatureExtractor class.
Definition in file basic-file-backed-feature-extractor.H.
 1.8.6