Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.metrics.METEOR Class Reference
Inheritance diagram for joshua.metrics.METEOR:
[legend]
Collaboration diagram for joshua.metrics.METEOR:
[legend]

List of all members.

Public Member Functions

 METEOR (String[] Metric_options)
double bestPossibleScore ()
double worstPossibleScore ()
int[] suffStats (String cand_str, int i)
int[][] suffStats (String[] cand_strings, int[] cand_indices)
double score (int[] stats)
void printDetailedScore_fromStats (int[] stats, boolean oneLiner)

Protected Member Functions

void initialize ()

Protected Attributes

String targetLanguage
boolean normalize
boolean keepPunctuation

Private Member Functions

void writeLine (String line, BufferedWriter writer) throws IOException

Private Attributes

int maxComputations

Constructor & Destructor Documentation

joshua.metrics.METEOR.METEOR ( String[]  Metric_options)

Here is the call graph for this function:


Member Function Documentation

void joshua.metrics.METEOR.initialize ( ) [protected, virtual]

Implements joshua.metrics.EvaluationMetric.

Here is the caller graph for this function:

void joshua.metrics.METEOR.printDetailedScore_fromStats ( int[]  stats,
boolean  oneLiner 
) [virtual]

Implements joshua.metrics.EvaluationMetric.

Here is the call graph for this function:

double joshua.metrics.METEOR.score ( int[]  stats) [virtual]

Implements joshua.metrics.EvaluationMetric.

Here is the caller graph for this function:

int [] joshua.metrics.METEOR.suffStats ( String  cand_str,
int  i 
) [virtual]
int [][] joshua.metrics.METEOR.suffStats ( String[]  cand_strings,
int[]  cand_indices 
)

Reimplemented from joshua.metrics.EvaluationMetric.

Here is the call graph for this function:

void joshua.metrics.METEOR.writeLine ( String  line,
BufferedWriter  writer 
) throws IOException [private]

Here is the caller graph for this function:


Member Data Documentation

boolean joshua.metrics.METEOR.normalize [protected]