Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
#include <executive-feature-extractor.H>
Additional Inherited Members | |
Public Member Functions inherited from reranker::ExecutiveFeatureExtractor | |
ExecutiveFeatureExtractor () | |
Constructs a new intance. More... | |
virtual | ~ExecutiveFeatureExtractor () |
Destroys this instance. More... | |
Public Member Functions inherited from reranker::FactoryConstructible | |
virtual | ~FactoryConstructible () |
virtual void | Init (const Environment *env, const string &arg) |
Static Public Member Functions inherited from reranker::ExecutiveFeatureExtractor | |
static shared_ptr < ExecutiveFeatureExtractor > | InitFromSpec (const string &filename) |
A convenience factory method that uses an internal Factory<ExecutiveFeatureExtractor> instance to construct an ExecutiveFeatureExtractor instance using the spec string contained in the specified file. More... | |
Definition at line 99 of file executive-feature-extractor.H.