Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::ExampleFeatureExtractor class, which illustrates how to write a reranker::FeatureExtractor implementation. More...
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()) |
Provides the reranker::ExampleFeatureExtractor class, which illustrates how to write a reranker::FeatureExtractor implementation.
Definition in file example-feature-extractor.H.