|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| MinimumChangeBLEU () | |
| MinimumChangeBLEU (String[] options) | |
| int[] | suffStats (String cand_str, int i) |
| int | effLength (int candLength, int i) |
| double | score (int[] stats) |
| void | printDetailedScore_fromStats (int[] stats, boolean oneLiner) |
Protected Member Functions | |
| void | initialize () |
| void | set_maxNgramCounts () |
Private Attributes | |
| int | sourceReferenceIndex |
| double | thresholdWER |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(MinimumChangeBLEU.class.getName()) |
| joshua.metrics.MinimumChangeBLEU.MinimumChangeBLEU | ( | String[] | options | ) |
| int joshua.metrics.MinimumChangeBLEU.effLength | ( | int | candLength, |
| int | i | ||
| ) |
| void joshua.metrics.MinimumChangeBLEU.initialize | ( | ) | [protected, virtual] |
Reimplemented from joshua.metrics.BLEU.
| void joshua.metrics.MinimumChangeBLEU.printDetailedScore_fromStats | ( | int[] | stats, |
| boolean | oneLiner | ||
| ) | [virtual] |
| double joshua.metrics.MinimumChangeBLEU.score | ( | int[] | stats | ) | [virtual] |
| void joshua.metrics.MinimumChangeBLEU.set_maxNgramCounts | ( | ) | [protected] |
Reimplemented from joshua.metrics.BLEU.
| int [] joshua.metrics.MinimumChangeBLEU.suffStats | ( | String | cand_str, |
| int | i | ||
| ) | [virtual] |
final Logger joshua.metrics.MinimumChangeBLEU.logger = Logger.getLogger(MinimumChangeBLEU.class.getName()) [static, private] |
Reimplemented from joshua.metrics.BLEU.
int joshua.metrics.MinimumChangeBLEU.sourceReferenceIndex [private] |
double joshua.metrics.MinimumChangeBLEU.thresholdWER [private] |