Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
basic-file-backed-feature-extractor.H File Reference

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.
 

Detailed Description

Provides the reranker::BasedFileBackedFeatureExtractor class.

Author
dbike.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Dan Bikel)

Definition in file basic-file-backed-feature-extractor.H.