|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Classes | |
| class | CubePruneState |
Public Member Functions | |
| CubePruneCombiner (List< FeatureFunction > featureFunctions, List< StateComputer > stateComputers) | |
| void | addAxioms (Chart chart, Cell cell, int i, int j, List< Rule > rules, SourcePath srcPath) |
| void | addAxiom (Chart chart, Cell cell, int i, int j, Rule rule, SourcePath srcPath) |
| void | combine (Chart chart, Cell cell, int i, int j, List< SuperNode > superNodes, List< Rule > rules, int arity, SourcePath srcPath) |
Private Attributes | |
| List< FeatureFunction > | featureFunctions |
| List< StateComputer > | stateComputers |
| joshua.decoder.chart_parser.CubePruneCombiner.CubePruneCombiner | ( | List< FeatureFunction > | featureFunctions, |
| List< StateComputer > | stateComputers | ||
| ) |
| void joshua.decoder.chart_parser.CubePruneCombiner.addAxiom | ( | Chart | chart, |
| Cell | cell, | ||
| int | i, | ||
| int | j, | ||
| Rule | rule, | ||
| SourcePath | srcPath | ||
| ) |
Implements joshua.decoder.chart_parser.Combiner.
| void joshua.decoder.chart_parser.CubePruneCombiner.addAxioms | ( | Chart | chart, |
| Cell | cell, | ||
| int | i, | ||
| int | j, | ||
| List< Rule > | rules, | ||
| SourcePath | srcPath | ||
| ) |
| void joshua.decoder.chart_parser.CubePruneCombiner.combine | ( | Chart | chart, |
| Cell | cell, | ||
| int | i, | ||
| int | j, | ||
| List< SuperNode > | superNodes, | ||
| List< Rule > | rules, | ||
| int | arity, | ||
| SourcePath | srcPath | ||
| ) |
Add complete Items in Chart pruning inside this function
Implements joshua.decoder.chart_parser.Combiner.
List<StateComputer> joshua.decoder.chart_parser.CubePruneCombiner.stateComputers [private] |