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
ngram-feature-extractor.C File Reference

Provides the implementation of the reranker::NgramFeatureExtractor class. More...

#include "ngram-feature-extractor.H"

Go to the source code of this file.

Classes

class  reranker::NgramFeatureExtractorConstructor
 

Namespaces

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

Variables

const Constructor
< FeatureExtractor > * 
reranker::NgramFeatureExtractor_my_protoype = Factory< FeatureExtractor >::Register(string("NgramFeatureExtractor"), new NgramFeatureExtractorConstructor())
 

Detailed Description

Provides the implementation of the reranker::NgramFeatureExtractor class.

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

Definition in file ngram-feature-extractor.C.