Cambridge SMT System
ucam::lmert::MertLine< Arc > Class Template Reference

#include <lmert.hpp>

Public Member Functions

 MertLine ()
 
 MertLine (double y, double m, Wid word)
 

Public Attributes

double x
 
double y
 
double m
 
SentenceIdx t
 
double score
 
Arc::Weight weight
 

Detailed Description

template<class Arc>
class ucam::lmert::MertLine< Arc >

Definition at line 26 of file lmert.hpp.

Constructor & Destructor Documentation

template<class Arc>
ucam::lmert::MertLine< Arc >::MertLine ( )
inline

Definition at line 28 of file lmert.hpp.

template<class Arc>
ucam::lmert::MertLine< Arc >::MertLine ( double  y,
double  m,
Wid  word 
)
inline

Definition at line 31 of file lmert.hpp.

Member Data Documentation

template<class Arc>
double ucam::lmert::MertLine< Arc >::m

Definition at line 36 of file lmert.hpp.

template<class Arc>
double ucam::lmert::MertLine< Arc >::score

Definition at line 38 of file lmert.hpp.

template<class Arc>
SentenceIdx ucam::lmert::MertLine< Arc >::t

Definition at line 37 of file lmert.hpp.

template<class Arc>
Arc::Weight ucam::lmert::MertLine< Arc >::weight

Definition at line 39 of file lmert.hpp.

template<class Arc>
double ucam::lmert::MertLine< Arc >::x

Definition at line 34 of file lmert.hpp.

template<class Arc>
double ucam::lmert::MertLine< Arc >::y

Definition at line 35 of file lmert.hpp.


The documentation for this class was generated from the following file: