|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
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 |
| joshua.metrics.METEOR.METEOR | ( | String[] | Metric_options | ) |
| double joshua.metrics.METEOR.bestPossibleScore | ( | ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| void joshua.metrics.METEOR.initialize | ( | ) | [protected, virtual] |
| void joshua.metrics.METEOR.printDetailedScore_fromStats | ( | int[] | stats, |
| boolean | oneLiner | ||
| ) | [virtual] |
| double joshua.metrics.METEOR.score | ( | int[] | stats | ) | [virtual] |
| int [] joshua.metrics.METEOR.suffStats | ( | String | cand_str, |
| int | i | ||
| ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| int [][] joshua.metrics.METEOR.suffStats | ( | String[] | cand_strings, |
| int[] | cand_indices | ||
| ) |
| double joshua.metrics.METEOR.worstPossibleScore | ( | ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| void joshua.metrics.METEOR.writeLine | ( | String | line, |
| BufferedWriter | writer | ||
| ) | throws IOException [private] |
boolean joshua.metrics.METEOR.keepPunctuation [protected] |
int joshua.metrics.METEOR.maxComputations [private] |
boolean joshua.metrics.METEOR.normalize [protected] |
String joshua.metrics.METEOR.targetLanguage [protected] |