|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| SourcePathFF (final int featureID, final double weight) | |
| double | transitionLogP (Rule rule, List< HGNode > antNodes, int spanStart, int spanEnd, SourcePath srcPath, int sentID) |
| double | estimateLogP (final Rule rule, int sentID) |
| joshua.decoder.ff.SourcePathFF.SourcePathFF | ( | final int | featureID, |
| final double | weight | ||
| ) |
| double joshua.decoder.ff.SourcePathFF.estimateLogP | ( | final Rule | rule, |
| int | sentID | ||
| ) |
| double joshua.decoder.ff.SourcePathFF.transitionLogP | ( | Rule | rule, |
| List< HGNode > | antNodes, | ||
| int | spanStart, | ||
| int | spanEnd, | ||
| SourcePath | srcPath, | ||
| int | sentID | ||
| ) |