Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::ExecutiveFeatureExtractor class. More...
#include <iostream>
#include <string>
#include <memory>
#include <vector>
#include "candidate.H"
#include "candidate-set.H"
#include "feature-extractor.H"
#include "tokenizer.H"
Go to the source code of this file.
Classes | |
class | reranker::ExecutiveFeatureExtractor |
This class is like a regular FeatureExtractor, but has been promoted to the executive level and thus wears fancypants. More... | |
class | reranker::ExecutiveFeatureExtractorImpl |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Macros | |
#define | REGISTER_NAMED_EXECUTIVE_FEATURE_EXTRACTOR(TYPE, NAME) REGISTER_NAMED(TYPE,NAME,ExecutiveFeatureExtractor) |
#define | REGISTER_EXECUTIVE_FEATURE_EXTRACTOR(TYPE) REGISTER_NAMED_EXECUTIVE_FEATURE_EXTRACTOR(TYPE,TYPE) |
Provides the reranker::ExecutiveFeatureExtractor class.
This class executes the extraction methods of a suite of reranker::FeatureExtractor instances.
Definition in file executive-feature-extractor.H.
#define REGISTER_EXECUTIVE_FEATURE_EXTRACTOR | ( | TYPE | ) | REGISTER_NAMED_EXECUTIVE_FEATURE_EXTRACTOR(TYPE,TYPE) |
Definition at line 96 of file executive-feature-extractor.H.
#define REGISTER_NAMED_EXECUTIVE_FEATURE_EXTRACTOR | ( | TYPE, | |
NAME | |||
) | REGISTER_NAMED(TYPE,NAME,ExecutiveFeatureExtractor) |
Definition at line 93 of file executive-feature-extractor.H.