|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| ZeroOneLoss () | |
| ZeroOneLoss (String[] ZOL_options) | |
| double | bestPossibleScore () |
| double | worstPossibleScore () |
| int[] | suffStats (String cand_str, int i) |
| double | score (int[] stats) |
| void | printDetailedScore_fromStats (int[] stats, boolean oneLiner) |
Protected Member Functions | |
| void | initialize () |
| joshua.metrics.ZeroOneLoss.ZeroOneLoss | ( | String[] | ZOL_options | ) |
| double joshua.metrics.ZeroOneLoss.bestPossibleScore | ( | ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| void joshua.metrics.ZeroOneLoss.initialize | ( | ) | [protected, virtual] |
| void joshua.metrics.ZeroOneLoss.printDetailedScore_fromStats | ( | int[] | stats, |
| boolean | oneLiner | ||
| ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| double joshua.metrics.ZeroOneLoss.score | ( | int[] | stats | ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| int [] joshua.metrics.ZeroOneLoss.suffStats | ( | String | cand_str, |
| int | i | ||
| ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.
| double joshua.metrics.ZeroOneLoss.worstPossibleScore | ( | ) | [virtual] |
Implements joshua.metrics.EvaluationMetric.