|
Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
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()) |
Provides the implementation of the reranker::ExecutiveFeatureExtractor interface.
This class executes the extraction methods of a suite of reranker::FeatureExtractor instances.
Definition in file executive-feature-extractor.C.
| #define DEBUG 1 |
Definition at line 50 of file executive-feature-extractor.C.
1.8.6