Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the implementation of the reranker::MiraStyleModel reranker class. More...
Go to the source code of this file.
Classes | |
class | reranker::DirectLossScoreComparatorConstructor |
class | reranker::MiraStyleModelConstructor |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Variables | |
const Constructor < Candidate::Comparator > * | reranker::DirectLossScoreComparator_my_protoype = Factory< Candidate::Comparator >::Register(string("DirectLossScoreComparator"), new DirectLossScoreComparatorConstructor()) |
const Constructor< Model > * | reranker::MiraStyleModel_my_protoype = Factory< Model >::Register(string("MiraStyleModel"), new MiraStyleModelConstructor()) |
Provides the implementation of the reranker::MiraStyleModel reranker class.
Definition in file mira-style-model.C.