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 | Macros | Variables
executive-feature-extractor.C File Reference

Provides the implementation of the reranker::ExecutiveFeatureExtractor interface. More...

#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include "candidate.H"
#include "candidate-set.H"
#include "feature-extractor.H"
#include "executive-feature-extractor.H"
#include "stream-tokenizer.H"

Go to the source code of this file.

Classes

class  reranker::ExecutiveFeatureExtractorImplConstructor
 

Namespaces

 reranker
 Provides reranking models for discriminative modeling, with some special handling for discriminative language models.
 

Macros

#define DEBUG   1
 

Variables

const Constructor
< ExecutiveFeatureExtractor > * 
reranker::ExecutiveFeatureExtractorImpl_my_protoype = Factory< ExecutiveFeatureExtractor >::Register(string("ExecutiveFeatureExtractorImpl"), new ExecutiveFeatureExtractorImplConstructor())
 

Detailed Description

Provides the implementation of the reranker::ExecutiveFeatureExtractor interface.

This class executes the extraction methods of a suite of reranker::FeatureExtractor instances.

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

Definition in file executive-feature-extractor.C.

Macro Definition Documentation

#define DEBUG   1

Definition at line 50 of file executive-feature-extractor.C.