Cambridge SMT System
|
#include <IntervalData.h>
Public Types | |
typedef ErrorStats::Error | Error |
Public Member Functions | |
IntervalData () | |
IntervalData (Sid sentence, const double gamma, ErrorStats errorStats, const double deltaScore=0.0, const double deltaExpScore=0.0) | |
Public Attributes | |
Sid | sentence |
ErrorStats | errorStats |
double | gamma |
double | deltaScore |
double | score |
double | deltaExpScore |
double | expScore |
Friends | |
ostream & | operator<< (ostream &os, const IntervalData< ErrorStats > &id) |
Definition at line 19 of file IntervalData.h.
typedef ErrorStats::Error IntervalData< ErrorStats >::Error |
Definition at line 21 of file IntervalData.h.
|
inline |
Definition at line 23 of file IntervalData.h.
|
inline |
Definition at line 25 of file IntervalData.h.
|
friend |
Definition at line 40 of file IntervalData.h.
double IntervalData< ErrorStats >::deltaExpScore |
Definition at line 37 of file IntervalData.h.
double IntervalData< ErrorStats >::deltaScore |
Definition at line 35 of file IntervalData.h.
ErrorStats IntervalData< ErrorStats >::errorStats |
Definition at line 33 of file IntervalData.h.
double IntervalData< ErrorStats >::expScore |
Definition at line 38 of file IntervalData.h.
double IntervalData< ErrorStats >::gamma |
Definition at line 34 of file IntervalData.h.
double IntervalData< ErrorStats >::score |
Definition at line 36 of file IntervalData.h.
Sid IntervalData< ErrorStats >::sentence |
Definition at line 31 of file IntervalData.h.