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 | Variables
example-feature-extractor.H File Reference

Provides the reranker::ExampleFeatureExtractor class, which illustrates how to write a reranker::FeatureExtractor implementation. More...

#include <iostream>
#include <string>
#include <vector>
#include "feature-extractor.H"

Go to the source code of this file.

Classes

class  reranker::ExampleFeatureExtractor
 This class illustrates how to write a FeatureExtractor implementation. More...
 
class  reranker::ExampleFeatureExtractorConstructor
 

Namespaces

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

Variables

const Constructor
< FeatureExtractor > * 
reranker::ExampleFeatureExtractor_my_protoype = Factory< FeatureExtractor >::Register(string("ExampleFeatureExtractor"), new ExampleFeatureExtractorConstructor())
 

Detailed Description

Provides the reranker::ExampleFeatureExtractor class, which illustrates how to write a reranker::FeatureExtractor implementation.

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

Definition in file example-feature-extractor.H.