Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
mira-style-model.H File Reference

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
 

Detailed Description

Provides the reranker::MiraStyleModel reranker class.

Author
dbike.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Dan Bikel)

Definition in file mira-style-model.H.

Macro Definition Documentation

#define DEFAULT_MIRA_CLIP   0.1

Definition at line 46 of file mira-style-model.H.