Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::MiraStyleModel reranker class. More...
#include <cstdlib>
#include <string>
#include "kernel-function.H"
#include "symbol-table.H"
#include "perceptron-model.H"
Go to the source code of this file.
Classes | |
class | reranker::DirectLossScoreComparator |
A class to do “direct loss minimization” by considering the score of a candidate to be its raw score plus its loss insofar as candidate ordering is concerned. More... | |
class | reranker::MiraStyleModel |
A subclass of PerceptronModel that differs only in the way that the ComputeStepSize method is implemented. More... | |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Macros | |
#define | DEFAULT_MIRA_CLIP 0.1 |
Provides the reranker::MiraStyleModel reranker class.
Definition in file mira-style-model.H.
#define DEFAULT_MIRA_CLIP 0.1 |
Definition at line 46 of file mira-style-model.H.